﻿.form-control {
    height: 30px;
    font-size: 13px;
    padding: 0 9px;
    border-radius: 2px;
}

.panel {
    margin-bottom: 0;
}

/*.table-hover {
    cursor: pointer;
}*/

    .table-hover tr:nth-child(odd) {
        background-color: #ecedea;
    }

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #337ab7;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #337ab7;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus,
        .pagination-ys table > tbody > tr > td > a:active,
        .pagination-ys table > tbody > tr > td > span:active {
            color: #337ab7;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.boxModal {
    background-color: #fff;
    min-width: 100px;
    height: auto;
    display: block;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #888888;
    border-radius: 5px;
    height: auto;
    width: auto;
}

.fullscreen {
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
}

.fullscreen1 {
    height: 100%;
    width: 45%;
    background-color: transparent;
    position: fixed;
    top: 115px;
    left: 30%;
    z-index: 10002;
}

.visible {
    display: none;
    width: 1px;
    height: 1px;
}

.boxModalConfirm {
    background-color: #fff;
    min-width: 100px;
    height: auto;
    display: block;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #888888;
    border-radius: 5px;
    height: auto;
    width: auto;
}

.alert {
    padding: 7px;
    padding-left: 15px;
    max-height: 34px;
}

textarea {
    resize: vertical;
}

.scrolly {
    overflow-y: scroll;
}

.sl + .btn-group {
    width: 33.33333333%;
}

/*.btn-group > .btn {
    width: 299.5%;
    height: 30px;
    padding: 0 9px;
    line-height: 1.42857143;
}*/

.multiselect-selected-text {
    font-size: 13px;
    float: left;
}

.multiselect > b.caret {
    margin-top: 7px;
    margin-right: -3px;
    float: right;
}

.multiselect-search {
    height: 32px;
}

.panel {
    width:100%;
    border-radius: 2px;
}

.btn {
    padding: 4px 10px;
    border-radius: 2px;
}
.btn-grid {
    padding: 0px 5px!important;
}
.panel-primary > .panel-heading {
    background-color: #31B0D5;
    border-color: #31B0D5;
}

.breadcrumb {
    padding: 0px 15px 0 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    /*border-radius: 4px;*/
    color: #FFF;
}

    .breadcrumb > .active {
        color: #EDEAD5;
    }

.invalid {
    /*background-color: #FBE3E4;*/
    border: solid 1px Red !important;
}



/* line 1, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
}

@media (max-width: 767px) {
    /* line 1, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 1, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area {
        padding-top: 0;
    }
}

/* line 15, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area {
    padding: 8px 0;
    /*background: #fff;*/
}

    /* line 31, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .logo-img {
        text-align: center;
    }

@media (max-width: 767px) {
    /* line 31, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 31, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* line 31, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (max-width: 767px) {
    /* line 45, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .logo-img img {
        width: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 45, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .logo-img img {
        width: 70px;
    }
}

/* line 57, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

    /* line 63, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .Appointment .socail_links ul li {
        display: inline-block;
    }

        /* line 66, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
        .header-area .main-header-area .Appointment .socail_links ul li a {
            color: #A8A7A0;
            margin: 0 10px;
            font-size: 15px;
        }

            /* line 70, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
            .header-area .main-header-area .Appointment .socail_links ul li a:hover {
                color: #fff;
            }

    /* line 77, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 30px;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    /* line 77, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    /* line 77, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 0;
    }
}

/* line 85, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a {
    background: #009DFF;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* line 85, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .Appointment .book_btn a {
        padding: 12px 20px;
    }
}

/* line 96, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a:hover {
    background: #fff;
    color: #009DFF;
    border: 1px solid #009DFF;
}

/* line 104, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu {
    text-align: center;
    padding: 8px 0;
}

    /* line 108, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .main-menu ul li {
        display: inline-block;
        position: relative;
        margin: 0 10px;
    }

        /* line 118, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
        .header-area .main-header-area .main-menu ul li a {
            /*color: #727272;*/
            color: #fff;
            font-size: 12px;
            text-transform: capitalize;
            font-weight: 500;
            display: inline-block;
            padding: 0px 0px 0px 0px;
            /*font-family: "Poppins", sans-serif;*/
            position: relative;
            text-transform: capitalize;
        }

@media (min-width: 992px) and (max-width: 1200px) {
    /* line 118, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    /* line 118, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
    }
}

/* line 137, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a i {
    font-size: 9px;
}

@media (max-width: 767px) {
    /* line 137, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 137, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

/* line 146, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 158, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

/* line 163, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a.active::before {
    opacity: 1;
    transform: scaleX(1);
}

/* line 168, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover {
    color: #e2dfdf;
}

/* line 172, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    /*left: 100%;*/
    top: 160%;
    background: #fff;
    width: 220px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

    /* line 184, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area .main-menu ul li .submenu li {
        display: block;
    }

        /* line 186, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
        .header-area .main-header-area .main-menu ul li .submenu li a {
            padding: 10px 15px;
            position: inherit;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            display: block;
            color: #000;
        }

            /* line 192, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
            .header-area .main-header-area .main-menu ul li .submenu li a::before {
                display: none;
            }

        /* line 196, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
        .header-area .main-header-area .main-menu ul li .submenu li:hover a {
            color: #000;
        }

/* line 201, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 25px;
}

/* line 206, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > a::before {
    opacity: 1;
    transform: scaleX(1);
}

/* line 210, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
}

/* line 216, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area.sticky {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 767px) {
    /* line 216, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area.sticky {
        padding: 10px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 216, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area.sticky {
        padding: 10px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* line 216, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area.sticky {
        padding: 10px 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    /* line 216, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .main-header-area.sticky {
        padding: 10px 20px;
    }
}

/* line 242, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu {
    padding: 0;
}

/* line 248, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .header-top_area {
    padding: 0;
    /*background: #F5FBFF;*/
    background: #5DB2FF;
}

@media (max-width: 767px) {
    /* line 251, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .header-top_area .social_media_links {
        text-align: center;
    }
}

/* line 255, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links a {
    font-size: 15px;
    color: #C7C7C7;
    margin-right: 12px;
}

    /* line 259, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .header-top_area .social_media_links a:hover {
        color: #5DB2FF;
    }

/* line 264, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list {
    text-align: right;
}

@media (max-width: 767px) {
    /* line 264, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .header-top_area .short_contact_list {
        text-align: center;
    }
}

/* line 270, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li {
    display: inline-block;
}

    /* line 272, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .header-top_area .short_contact_list ul li a {
        font-size: 13px;
        color: #919191;
        margin-left: 50px;
    }

@media (max-width: 767px) {
    /* line 272, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .header-top_area .short_contact_list ul li a {
        margin-left: 0;
        margin: 0 5px;
    }
}

/* line 281, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li a i {
    color: #5DB2FF;
    margin-right: 7px;
}

/*.header-top_area .container{
    margin-left:0px;
}*/

.header-top_area .logoqh img {
    width:40px;
    height:40px
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.wrapper {
    padding-top: 62px;
}

.header-area .main-header-area .short_contact_list ul li a i {
    color: #5DB2FF;
    margin-right: 7px;
}

.header-area .main-header-area .short_contact_list ul li a {
    font-size: 13px;
    color: #919191;
    margin-left: 50px;
}

.header-info {
    background: #e5ebef;
    overflow: hidden;
    padding: 5px 25px;
}

    .header-info .header-item p {
        display: inline-block;
        line-height: 1;
        font-size: 14px;
        color: #434e5d;
        font-weight: 500;
        margin-bottom: 0;
        position: relative;
    }

body {
    margin: 0;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    /*line-height: 1.5;*/
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 15px;
}


.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 25px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    }
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

    .dropdown-menu.extended li p.green {
        background-color: #a9d86e;
        color: #fff;
    }

    .dropdown-menu.extended li p.red {
        background-color: #ff6c60;
        color: #fff;
    }

    .dropdown-menu.extended li p.yellow {
        background-color: #fcb322;
        color: #fff;
    }

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

    .dropdown-menu.extended li a:hover {
        background-color: #F7F8F9 !important;
        color: #2E2E2E;
    }

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

    .dropdown-menu.inbox li a .subject .from {
        font-size: 12px;
        font-weight: 600;
    }

    .dropdown-menu.inbox li a .subject .time {
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        position: absolute;
        right: 5px;
    }

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav {
    position: absolute;
    top: 0px;
    right: 50px;
}

    /*.top-nav ul.top-menu > li .dropdown-menu.logout {
        width: 180px !important;
    }*/

    .top-nav li.dropdown .dropdown-menu {
        float: right;
        right: 0;
        left: auto;
    }

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 50%;
}

    .dropdown-menu.extended.logout > li:last-child {
        float: left;
        text-align: center;
        width: 100%;
        background: #5DB2FF;
        border-radius: 0 0 3px 3px;
    }

        .dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
            color: #fff;
            border-bottom: none !important;
            text-transform: uppercase;
        }

            .dropdown-menu.extended.logout > li:last-child > a:hover > i {
                color: #fff;
            }

    .dropdown-menu.extended.logout > li > a {
        color: #337ac6;
        border-bottom: none !important;
    }

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

    .dropdown-menu.extended.logout > li > a:hover i {
        color: #50c8ea;
    }

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav .username {
    font-size: 13px;
    color: #5DB2FF;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
        border: 1px solid #F1F2F7;
        background: #F1F2F7;
    }

/*.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}*/

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}


/*</-- sdfsdfsd -->*/
/*</-- sdfsdfsd -->*/
/*</-- sdfsdfsd -->*/
/*</-- sdfsdfsd -->*/
/*</-- sdfsdfsd -->*/
/*</-- sdfsdfsd -->*/
/*</-- sdfsdfsd -->*/
/*</-- sdfsdfsd -->*/

.dashboard-box > div > h5 > span {
    background: #5DB2FF;
}

#dashboard-content ul li.active {
    background: #5DB2FF;
    color: #fff;
}

#dashboard-content ul li:hover {
    background: #5DB2FF;
    color: #fff;
}

.btn {
    font-weight: 400;
    font-size: 14px;
}
select.form-control:not([size]):not([multiple]) {
    height: 30px;
}

.open > .dropdown-menu {
    min-width:250px;
    display: block;
}

.Grid-Blue {
    background-color: #fff;
    margin: 5px 0 10px 0;
    /*border: solid 1px #525252;*/
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
}

    .Grid-Blue td {
        padding: 2px;
        border: solid 1px #c1c1c1;
    }

    .Grid-Blue th {
        padding: 4px 2px;
        color: #fff;
        background: #5DB2FF;
        /*border-left: solid 1px #525252;*/
        text-align: center;
        vertical-align: middle;
        /*font-size: 0.9em;*/
    }

    .Grid-Blue .alt {
        background: #fcfcfc url(Images/grid-alt.png) repeat-x top;
    }

.number {
    text-align: right;
}

.short_contact_list {
    padding-right: 30px;
    float: right;
}
