/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.top-bar a{
    font-size: .8em;
}
.bg-aqua{
    background-color: #66cccc;
}
.bg-dark-green{
    background-color: #1a908f ;
}
.profile-info{
    z-index: 100 !important;
}
.profile-image-container{
    position: relative;
    bottom: -8px;
}
.profile-info-container{
    position: relative;
    top: -35px;
}
.profile-user-img{
    border: 2px solid #FFF;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}
.image-circle{
    border: 4px solid #FFF;
}
.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 360px;
    max-height: 360px;
}
.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
}
.notify-drop .drop-content {
    min-height: 280px;
    max-height: 280px;
    overflow-y: scroll;
}
.notify-drop .drop-content::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

.notify-drop .drop-content::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.notify-drop .drop-content::-webkit-scrollbar-thumb
{
    background-color: #ccc;
}
.notify-drop .drop-content > li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 5px 0px;
}
.notify-drop .drop-content > li:nth-child(2n+0) {
    background-color: #fafafa;
}
.notify-drop .drop-content > li:after {
    content: "";
    clear: both;
    display: block;
}
.notify-drop .drop-content > li:hover {
    background-color: #fcfcfc;
}
.notify-drop .drop-content > li:last-child {
    border-bottom: none;
}
.notify-drop .drop-content > li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
}
.notify-drop .allRead {
    margin-right: 7px;
}
.notify-drop .rIcon {
    float: right;
    color: #999;
}
.notify-drop .rIcon:hover {
    color: #333;
}
.notify-drop .drop-content > li a {
    font-size: 12px;
    font-weight: normal;
}
.notify-drop .drop-content > li {
    font-weight: bold;
    font-size: 11px;
}
.notify-drop .drop-content > li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2;
}
.notify-drop .drop-content .pd-l0 {
    padding-left: 0;
}
.notify-drop .drop-content > li p {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
}
.notify-drop .drop-content > li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff,#f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #B97745;
}
.notify-drop .drop-content > li p.time:hover {
    background-image: linear-gradient(#fff,#fff);
}
.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px;
}
.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none;
}
.notify-drop .notify-drop-footer a:hover {
    color: #333;
}

/*PAGE TOP*/
.page-title{
    font-size: 24px !important;
    font-family: 'Open Sans', sans-serif;
}
.text-green{
    color: #1a908f  !important;
}
.border-green-2{
    /*border: #1a908f  1px solid !important;*/
    box-shadow: 0px 0px 5px 0px #1a908f;
}

/*FOOTER*/
.widget ul.list li {
    margin-bottom: 0px;
    padding-bottom: 5px;
    margin: 0px;
}

/*MODAL*/
.rounded-top{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.rounded-bottom{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*BUTTONS*/
.bg-yellow{
    background-color: #f1c319;
    color: #000000;
}
.bg-theme-colored-darker2{
    /*#62962d*/
    background-color: #62962d;
}
.bg-theme-colored-darker3{
    /*#588727*/
    background-color: #588727;
}
.bg-theme-colored-darker4{
    /*#1a908f */
    background-color: #1a908f ;
}

/*USER PROFILE*/
#user-profile .user-name{
    font-family: 'Open Sans', sans-serif;;
    font-size: .9em;
}
#user-profile .user-details li{
    font-family: 'Open Sans', sans-serif;
    list-style: none !important;
    font-size: .9em;
}
#user-profile .user-details li a{
    font-size: .9em;
}

/*POST*/
.post-item{
    box-shadow: 0px 0px 15px 0px #DADADA;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 25px;
}
.post-item-header{
    background-color: #FEFEFE;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px 10px;
}
.post-item-header .doctor-thumb img,
.post-item-footer .doctor-thumb img{
    display: inline-block !important;
    border: 1px solid #1a908f ;
    width: 24px;
    height: 24px;
}
.post-item-header .doctor-thumb .post-title{
    font-family: 'Open Sans', sans-serif;
    display: inline-block !important;
    line-height: 24px;
    font-size: 14px;
    padding: 0px 9px;
    margin: 0;
    color: #333;
    font-weight: normal;
}
.post-item-header .doctor-thumb .post-date{
    font-family: 'Open Sans', sans-serif;
    line-height: 9px;
    font-size: 9px;
    padding: 4px 4px;
    margin: 0;
    margin-left: 32px;
    color: #a0a0a0;

}
.post-item-header .doctor-thumb .post-options{
    display: inline-block !important;
    float: right;
    color: #a0a0a0;
    font-size: .9em;
}
.post-item-body{
    border-top: 1px solid #EAEAEA;
    background-color: #FEFEFE;
    padding: 0px 10px;
}
.post-item-body .post-text{
    padding: 15px 0px;
}
.post-item-footer{
    border-top: 1px solid #EAEAEA;
    background-color: #FEFEFE;
    padding: 10px 10px;
}
.post-item-footer .new-comment .comment-input{
    display: inline-block !important;
    padding: 4px 8px !important;
}
.post-comment .doctor-thumb{
    margin-bottom: 10px;
}
.post-comment .doctor-thumb img{
    display: inline-block !important;
    border: 1px solid #1a908f ;
    margin-top: 5px;
    width: 24px;
    height: 24px;
}
.post-comment .doctor-thumb .comment-text{
    font-family: 'Open Sans', sans-serif;
    display: inline-block !important;
    line-height: 16px;
    font-size: 12px;
    padding: 0px 9px;
    margin: 0;
    color: #555;
    font-weight: normal;
}
.post-comment .doctor-thumb .post-date{
    font-family: 'Open Sans', sans-serif;
    line-height: 8px;
    font-size: 8px;
    padding: 2px 4px;
    margin: 0;
    margin-left: 32px;
    color: #a0a0a0;
}
.post-comment .doctor-thumb .post-options{
    display: inline-block !important;
    float: right;
    color: #cacaca;
    font-size: .8em;
}
.popover-content{
    color: #333;
    font-size: .8em;
    min-width: 120px;
}

.icon-box-title1{
    font-size: .9em !important;
    font-family: 'Open Sans', sans-serif;
}

/*BOX*/
.box-title{
    font-size: 20px !important;
    font-family: 'Open Sans', sans-serif;
    color: #72a230;
}
.border-rounded{

}

#round-box{
    position: relative;
    margin: 0px 0 20px 0;
    background: #1a908f ;
    border-radius: 50% / 8%;
    color: white;
    text-indent: .1em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 20px;
}
#round-box label{
    font-size: 12px;
    font-weight: normal;
}
#round-box:before {
    content: '';
    position: relative;
    top: 10%;
    bottom: 10%;
    right: -5%;
    left: -5%;
    background: inherit;
    border-radius: 5% / 50%;
}
#footer{
    background-color: #337e84 !important;
    color: #fff !important;
}
#footer a{
    background-color: #337e84 !important;
    color: #fff !important;
}
#footer .footer-nav{
    background-color: #247379 !important;
}

/*Image Grid*/
.ig-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.ig-small{
    flex: 33.33%;
    max-width: 33.33%;
}
.ig-medium{
    flex: 50%;
    max-width: 50%;
}
.ig-large{
    flex: 100%;
    max-width: 100%;
}
.ig-column {
    padding: 0 4px;
}

.ig-column a img,.ig-column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}


.nawa-menu{
    background-color: #1a908f !important;
    max-height: 160px;
}
.nawa-menu::before {
    content: "";
    max-height: 160px;
    background: url(../images/nawaloka_hospital.jpg);
    background-position: center;
    background-size: cover;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 990px) {
    .ig-small{
        flex: 33.33%;
        max-width: 33.33%;
    }
    .ig-medium{
        flex: 50%;
        max-width: 50%;
    }
    .ig-large{
        flex: 100%;
        max-width: 100%;
    }
    .nawa-menu{
        max-height: 2800px;
    }
    .nawa-menu::before {
        max-height: 2800px;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .ig-small{
        flex: 100%;
        max-width: 100%;
    }
    .ig-medium{
        flex: 100%;
        max-width: 100%;
    }
    .ig-large{
        flex: 100%;
        max-width: 100%;
    }
    .nawa-menu{
        max-height: 2800px;
    }
    .nawa-menu::before {
        max-height: 2800px;
    }
}

.open-sub-black, .open-sub-black:active, .open-sub-black:hover{
    color: #1a908f !important;
}
.mfp-bottom-bar{
    display: none !important;
}