/*start sidebar color*/
aside > .sidebar {
  background-color: #092F54;
}

aside > .brand-link {
  background-color: #343a40;
}

ul > li > .nav-link > .fa-caret-right {
	padding-left: 20px;
}
/*end sidebar color*/

div > .container-fluid > .content-wrapper {
	background-color: #ffff;
	padding-left: 20px;
	padding-right: 20px;
}

nav.border-bottom  {
	/*background-color: #757b82;*/
}

nav > .navbar-nav > .nav-link {
	font-size: 20px;
	/*font-style: italic;*/
	font-weight: bold;
}

.crop {
    width: 100px;
    height: 80px;
    overflow: hidden;
    border-radius: 10%;
}

.crop img {
    width: 400px;
    height: 300px;
    margin: -75px 0 0 -100px;
}

.wrapper, body, html {
    font-size: 13px;
    font-family: 'Work Sans', sans-serif;
}


.brand-text {
    font-size: 20px;
}

.navbar-nav>.user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

.img-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.error {
    color: red;
}

/*.th-title {
    font-weight: bold;
    font-size: 14px;
}*/

.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

@media (max-width: 400px) {
    .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    }
}


.lightbox
{
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
}
.lightbox img
{
    max-width: 90%;
    max-height: 80%;
    position: relative;
    top: -50%;
    /* Transition */
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.lightbox:target
{
    outline: none;
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
}
.lightbox:target img
{
    top: 0;
    top: 20%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.cke_inner.cke_reset {
    border-left: 1px solid #e7eaec;
    border-right: 1px solid #e7eaec;
}
.user-panel.admin-logo {
    background: #f2f2f2;
    color: #092f54;
}
.user-panel.admin-logo img.ad-logo {
    width: 70px;
}
.user-panel.admin-logo.d-flex {
    margin: 0px -7px;
    padding: 7px 0px;
    align-items: center;
}
.user-panel.admin-logo .info {
    font-size: 19px;
    font-weight: 600;
    color: #092f54;
}
nav.border-bottom {
    background-color: #f2f2f2;
    padding: 10px 15px !important;
}
li.user.user-menu span.hidden-xs {
    color: #092f54;
    font-size: 15px;
    font-weight: 600;
}
nav.main-header.navbar.navbar-expand.border-bottom li.nav-item a.nav-link {
    color: #092f54;
    border: 1px solid;
    border-radius: 6px;
    margin-right: 15px;
}
.sidebar li.nav-item a.nav-link {
    font-size: 16px;
    margin-bottom: 10px;
}
.content-header {
    padding: 15px 0px !important;
}
.dashboard-card .small-box {
    background: #092f54 !important;
}
.dashboard-card .small-box .icon i {
    color: #fff3;
}
.card-body > .table th {
    background: #092f54;
    color: #fff;
}
.table img {
    width: 60px;
    height: 60px;
}
.badge-warning {
    color: #ffffff !important;
    background-color: #e8510c !important;
}
.btn-primary {
    color: #ffffff !important;
    background-color: #092f54 !important;
}
.table th {
    background: #092f54;
    color: #fff;
}
li.nav-item.has-treeview a.nav-link {
    font-size: 14px;
    padding-right: 0px;
}
ul > li > .nav-link > .fa-caret-right {
    padding-left: 10px !important;
}
.page-item.active .page-link {
    background-color: #092f54 !important; 
}
.page-link {
    color: #092f54;
    background-color: #ffffff;
    border: 1px solid #092f54;
}
.login-form img {
    max-width: 165px;
    margin: 0px auto;
    display: block;
    padding-bottom: 25px;
    margin-top: -49px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    border-top: 5px solid #e8510c;
    box-shadow: rgba(99, 99, 99, 0.2) 0px -1px 8px 0px;
}

.login-form .login-forn-area {
    background: #fff;
    padding: 22px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    max-width: 360px;
    margin: 0px auto;
}
.login-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    margin: 0px auto;
}
.login-forn-area h2 {
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
}
.login-forn-area input {
    height: 45px;
    border-color: #092f54;
}
.login-forn-area .form-group label {
    font-size: 16px;
    font-weight: 600;
}
.login-forn-area button.btn.btn-primary {
    font-size: 17px;
    background: #092f54;
    padding: 6px 25px;
    margin-top: 10px;
}
.login-and-forgot-btn {
    justify-content: space-between;
    align-items: center;
}
.login-and-forgot-btn a.forgot {
    color: #e8510c;
    font-weight: 600;
    font-size: 15px;
}
.small-box .icon {
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 15px !important;
    font-size: 45px !important; 
}
.dashboard-card .small-box .icon i {
    font-size: 35px;
} 
.card-info:not(.card-outline) .card-header {
    background-color: #092f54 !important;
    border-bottom: 0;
}