

@media (min-width: 979px) {
    body {
        padding-top: 0px;
        color: #222222;
    }
}


/** Login Page **/
#login {
    padding-top: 40px;
    padding-bottom: 40px;
}

    #login .form-signin {
        max-width: 300px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
    }

        #login .form-signin .form-signin-heading,
        #login .form-signin .checkbox {
            margin-bottom: 10px;
        }

        #login .form-signin input[type="text"],
        #login .form-signin input[type="password"] {
            font-size: 16px;
            height: auto;
            margin-bottom: 15px;
            padding: 7px 9px;
        }

/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/** Global **/
/*#content {
  margin-left:0px;
}*/
.hide-sidebar, .show-sidebar {
    cursor: pointer;
}

.padd-bottom {
    margin-bottom: 5px;
}

.breadcrumb {
    margin: 0 0 0px;
    padding: 10px 0px;
    background-color: transparent;
}

.block {
    border: 1px solid #ccc;
    background: white;
    margin: 1em 0em;
    border-top: none;
}

.block-content {
    margin: 1em;
    min-height: .25em;
}

.block-header {
    margin-bottom: 0px;
    border-right: none;
    border-left: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .block-header div {
        padding-top: 10px;
    }

.easyPieChart {
    margin: 0px auto;
}

.chart-bottom-heading {
    margin-top: 5px;
    text-align: center;
}


/* Icons
------------------------- */
.the-icons {
    margin-left: 0;
    list-style: none;
}

    .the-icons li {
        float: left;
        width: 25%;
        line-height: 25px;
    }

    .the-icons i:hover {
        background-color: rgba(255,0,0,.25);
    }


.control-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

.nav-tabs > li > a {
    background-color: #e6e6e6;
}

.panel {
    box-shadow: none !important;
    border: 0px solid #dddddd !important;
    margin-bottom: 10px !important;
}

.panel, .btn {
    border-radius: 0px !important;
}

.panel-heading {
    padding: 10px!important;
}

.panel-body {
    padding: 0px!important;
}

.panel-heading {
    font-size: 16px !important;
    color: #1f274c !important;
}

.btn-info, .btn-info:hover {
    background-color: #54c7c3 !important;
    border-color: #454d73 !important;
    color: #fff !important;
}

.btn-success, .btn-success:hover, .btn-primary, .btn-danger, .btn-danger:hover, .btn-warning, .btn-warning:hover {
    background-color: #1f274c !important;
    border-color: #1f274c !important;
    border-radius: 0px;
    color: #fff !important;
}

    .btn-primary:hover {
        background-color: #54c7c3 !important;
        border-color: #54c7c3 !important;
    }

.gridtable.table-bordered > thead > tr > th {
    font-weight: normal;
}

table.gridtable tr td {
    background: none !important;
}

.pagetitle {
    border-bottom: 1px solid #dddddd;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 17px;
    color: #1f274c;
    margin-top: -7px
}

.panelbox { /*padding:15px;*/ /*background-color:#f1f1f1;*/
    margin-bottom: 15px;
}

.content_modal {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px !important;
    margin: 0 0 0 0 !important;
}

.heading_modal {
    color: #ffffff !important;
}

.edit-btn {
    font-size: 26px !important;
    border: none !important;
}

    .edit-btn:hover {
        color: #1f274c !important;
    }

.btn-edit-table {
    color: #54c7c3 !important;
    font-size: 24px !important;
}

    .btn-edit-table:hover {
        color: #1f274c !important;
    }

.btn-preview-table {
    color: #54c7c3 !important;
    font-size: 20px !important;
}

    .btn-preview-table:hover {
        color: #1f274c !important;
    }



.gridtable .btn-success,
.gridtable .btn-danger,
.gridtable .btn-info,
.gridtable .btn-primary,
.gridtable .btn-default,
.gridtable .btn-warning,
.tgridtable .btn-success,
.tgridtable .btn-danger,
.tgridtable .btn-info,
.tgridtable .btn-warning,
.tgridtable .btn-primary,
.tgridtable .btn-default {
    background-color: #1f274c!important; /*border-color: #3aaba7 !important;*/
    border-radius: 0px;
    float: left;
}

/*togglebutton*/
.mB5 {
    margin-bottom: 5px;
}

.modal-content {
    border-radius: 0px !important;
}

.modal-header {
}

.btn-info .panel-title, .panel-title span::after {
    color: #ffffff !important;
    cursor: pointer;
}

.btn-info .panel-body {
    background-color: #ffffff !important;
    color: #000000 !important;
}

#consultationDetail {
    padding: 10px; /*box-shadow:0px 5px 5px #e2e2e2;*/
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.btn-report {
    background: #fff; /*box-shadow:0px 5px 5px #e2e2e2;*/
}

    .btn-report label {
        font-size: 20px;
        font-weight: normal;
    }


#example_wrapper {
    background: #f1f1f1;
    padding: 20px;
}

    #example_wrapper table th {
        font-size: 14px;
        padding: 3px;
    }

    #example_wrapper table td {
        background: #ffffff !important;
        font-size: 14px;
        padding: 3px;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #54c7c3 !important;
    border: 1px solid #3aaba7 !important;
    border-radius: 0px;
}

.pagesubtitlepopup {
    font-size: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #a94442;
    color: #a94442;
}

.subtitlepopup {
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #000000;
    font-weight: bold;
}


.panel-default.paneltop > .panel-heading {
    font-size: 20px !important;
    color: #000000 !important;
    font-weight: bold !important;
}

.panel-default.paneltop .panel-body {
    border-top: 0px;
    overflow: hidden;
}

.panel-default.paneltop .panel-title span::after {
    color: #000000 !important;
    font-weight: bold !important;
}

#overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: gray;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    display: none;
}

    #overlay h2 {
        position: fixed;
        margin-left: 30%;
        top: 40%;
    }

.calendaricon {
    color: #3aaba7;
    font-size: 16px;
    position: absolute !important;
    right: 24px !important;
    top: 35px !important;
}

h3 {
    font-size: 18px !important;
    color: #ffffff !important;
    font-weight: normal !important;
}

#otherInfo, #consent {
    background: #fff; /*border:1px solid #f7f7f7;*/
}

#personalDetail, #contactDetail {
    background: #ffffff;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 3px 8px !important;
    font-size: 13px !important;
    border-radius: 0px !important;
}

h3.btm {
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #ffffff !important;
}





/* breadcrumb
------------------------- */
.breadcrumb-arrow li a:hover {
    background-color: #1f274c !important;
}


.breadcrumb-arrow li:first-child a:hover {
    color: #fff;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    font-style: normal;
    font-family: Arial,sans-serif;
    /*background-color: #e6e9ed*/
}

    .breadcrumb-arrow li:first-child a {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
    }

    .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
        display: inline-block;
        vertical-align: top;
    }

        .breadcrumb-arrow li:not(:first-child) {
            margin-left: -5px;
        }

        .breadcrumb-arrow li + li:before {
            padding: 0;
            content: "";
        }

        .breadcrumb-arrow li span {
            padding: 0 10px;
        }

        .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
            height: 36px;
            padding: 0 10px 0 25px;
            line-height: 36px;
        }

        .breadcrumb-arrow li:first-child a {
            padding: 0 10px;
            background-color: #e5e3e3;
            font-size: 14px;
        }


        .breadcrumb-arrow li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #54c7c3;
            border: 1px solid #54c7c3;
            font-size: 16px;
        }

        .breadcrumb-arrow li:first-child a {
            position: relative;
            color: #848484;
            text-decoration: none;
            border: 1px solid #e2e0e0;
        }

        .breadcrumb-arrow li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
        }

        .breadcrumb-arrow li a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #54c7c3;
            border-left-style: solid;
            border-left-width: 11px;
        }

        .breadcrumb-arrow li:first-child a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #e5e3e3;
            border-left-style: solid;
            border-left-width: 11px;
        }

        .breadcrumb-arrow li a:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #45b2ae;
        }

        .breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
            background-color: #e5e3e3;
            /*border: 1px solid #1f274c*/
        }

            .breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
                border-left-color: #1f274c;
            }
        /*.breadcrumb-arrow li a:active {
   background-color: #2494be;
   border: 1px solid #2494be
}*/
        .breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
            border-left-color: #1f274c;
        }

/*.breadcrumb-arrow li span {
   color: #434a54
}*/

