

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.form-group.remove-negative-margin {
    margin-right: 0px;
    margin-left: 0px;
}

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
    margin-bottom: 10px;
    min-height: 210px;
}

.portfoliocard {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
    margin-bottom: 10px;
    min-height: 210px;
}

/* Add rounded corners to the top left and the top right corner of the image */
img {
    object-fit: contain;
}

.justify-p {
    text-align: justify;
}

/* The sidebar menu */
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 200px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #222d32;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 80px;
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 8px 0px 16px;
    text-decoration: none;
    font-size: 15px;
    color: #a8a8a8;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Style page content */
.main {
    margin-left: 160px; /* Same as the width of the sidebar */
    padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.navbar-default {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #ffffff;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right!important;
        margin-right: 0px;
    }
}
.navbar-default .navbar-brand {
    color: #ffffff;
    width: 200px;
    text-align: center;
}

a.subitem-side {
    font-size: 12px;
    padding: 0px 18px 0px 36px;
}
.portfolioh3 {
    margin-top: 0px;
}

.radio-inline input[type=radio] {
    position: relative;
    margin-top: 4px\9;
    margin-left: -10px;
}

#portfoliocol p {
    margin: 0px;
}

.uaplistp {
    padding-left:10px;
    margin: 0 0 0px;
}

.margin-15 {
    margin: 15px;
}
.margin-0 {
    margin: 0px;
}
.vertical-middle {
    vertical-align: middle;
}
.vertical-middle-relative {
    vertical-align: middle;
    position: relative;
}

#myUL {
    padding-left: 0;
}

#btn-qrlog {
    color: #fff;
    background-color: #3c8dbc;

}

.imagebtn {
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    white-space: nowrap;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fileUpload {
    content: fill;
    height:300px;
    width:300px;
    position: relative;
    overflow: hidden;
}


.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width:300px;
    height:300px;
    font-size: 20px;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.Uploadinner {
    object-fit: fill;
    max-height:300px;
    max-width:300px;
    position: relative;
    overflow: hidden;
}
.editoverlay {
    position: absolute;
    display: inline-block;
    z-index: 1;
    font-size: 4em;
    color: #a8a8a8;
    opacity: 0.5;

    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.update-notification {
    top: 50px;
    display: block;
    position: relative;
    padding: 20px 30px;
    background: rgb(243, 156, 18);
    z-index: 999;
    font-size: 16px;
    font-weight: 600;
}

.success-notification {
    top: 50px;
    display: block;
    position: relative;
    padding: 20px 30px;
    background: rgb(0, 119, 2);
    z-index: 999;
    font-size: 16px;
    font-weight: 600;
}

.error-notification {
    top: 50px;
    display: block;
    position: relative;
    padding: 20px 30px;
    background: rgb(159, 1, 0);
    z-index: 999;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .update-notification {
        top: 0px;
        display: block;
        position: relative;
        padding: 20px 30px;
        background: rgb(243, 156, 18);
        z-index: 999;
        font-size: 16px;
        font-weight: 600;
    }
    .success-notification {
        top: 0px;
        display: block;
        position: relative;
        padding: 20px 30px;
        background: rgb(0, 119, 2);
        z-index: 999;
        font-size: 16px;
        font-weight: 600;
    }
    .error-notification {
        top: 0px;
        display: block;
        position: relative;
        padding: 20px 30px;
        background: rgb(159, 1, 0);
        z-index: 999;
        font-size: 16px;
        font-weight: 600;
    }
}
.align-right {
    text-align: right;
}
@media (min-width: 1200px){
    .container {
        width: auto;
    }
}
