/*
Created by: themecrackers
URL: http://themecrackers.com/

[TABLE OF CONTENTS]

1.  IMPORTS
2.  RESET STYLES
3.  HEADER STYLES
    3.1 HEADER LEFT
    3.2 HEADER RIGHT
4.  MAIN WRAPPER STYLES
    4.1 LEFT PANEL STYLES
        4.1.1 LEFT PANEL NAVIGATION
    4.2 MAIN PANEL STYLES
        4.2.1 CONTENT PANEL STYLES
5.  MESSAGES STYLES
6.  UI ELEMENTS STYLES
    6.1 BUTTONS PAGE STYLES
    6.2 EXTRAS STYLES
    6.3 GRAPHS STYLES
    6.4 ICON STYLES
    6.5 PANELS & WIDGET STYLES
    6.6 TABS & ACCORDION STYLES
7.  FORM STYLES
    7.1 FORM WIZARD STYLES
8.  TABLE STYLES
9.  PAGES STYLES
    9.1 NOT FOUND PAGE STYLES
    9.2 INVOICE STYLES
    9.3 MEDIA MANAGER STYLES
    9.4 PEOPLE DIRECTORY STYLES
    9.5 PROFILE STYLES
    9.6 SEARCH RESULTS STYLES
    9.7 SIGN IN/UP PAGE STYLES
    9.8 LOCKED SCREEN STYLES
10. DASHBOARD STYLES
11. LEFT MENU COLLAPSE STYLES
12. CUSTOM STYLES
13. MEDIA QUERIES

*/


/********** 1. IMPORTS **********/
/********************************/

@import url('bootstrap.min.css?d=20220310');
@import url('bootstrap-override.css?d=20220310');
/*@import url('weather-icons.min.css');*/
@import url('jquery-ui-1.10.3.css');
@import url('font-awesome.min.css');
/*@import url('animate.min.css');*/
/*@import url('animate.delay.css');*/
@import url('toggles.css');
/*@import url('pace.css');*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

/********** 2. RESET STYLES **********/
/*************************************/

body {
    /* Default font */
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #003160;
    background-color: #fff;
}

a {
    color: #337AB7;
    
}

a:hover {
    text-decoration: underline;
}

    a:active,
    a:focus {
        text-decoration: none;
    }




/********** 3. HEADER STYLES **********/
/**************************************/

.headerwrapper {
    background-color: #003160;
    min-height: 60px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    .headerwrapper:after {
        clear: both;
        display: block;
        content: '';
    }


    /***** 3.1 HEADER LEFT *****/

    .headerwrapper .header-left {
        width: 230px;
        min-height: 60px;
        padding: 1px 20px;
        float: left;
        border-right: 1px solid rgba(255,255,255,0.14);
        background-color: white;
        position: relative;
    }

        .headerwrapper .header-left .logo {
            display: inline-block;
            margin-top: 5px;
            float: left;
        }

        .headerwrapper .header-left .menu-collapse {
            -moz-transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
            border: 1px solid #003160;
            color: #003160;
            padding: 6px 9px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            display: inline-block;
            font-size: 16px;
            line-height: normal;
            position: absolute;
            top: 13px;
            right: 15px;
        }

            .headerwrapper .header-left .menu-collapse:hover {
                border-color: #004180;
                color: #004180;
            }


/***** 3.2 HEADER RIGHT *****/

.avatar-img {
    width: 30px;
    height: 30px;
    margin: -5px 0 0 -10px;
}

.headerwrapper .header-right {
    margin-left: 230px;
    min-height: 60px;
    padding: 14px 15px;
}

    .headerwrapper .header-right .btn-group {
        margin: 0;
        line-height: 21px;
        float: left;
    }

        .headerwrapper .header-right .btn-group > .btn {
            border: 0;
            background-color: #004180;
            color: rgba(255,255,255,0.75);
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            line-height: normal;
            margin-left: 5px;
            height: 33px;
        }

            .headerwrapper .header-right .btn-group > .btn:hover {
                background-color: rgba(0,0,0,0.2);
            }

            .headerwrapper .header-right .btn-group > .btn:focus,
            .headerwrapper .header-right .btn-group > .btn:active {
                color: #fff;
                background-color: rgba(0,0,0,0.3);
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .headerwrapper .header-right .btn-group .btn .badge {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: #fff;
            color: #000;
            margin-left: 2px;
            padding: 2px 6px;
        }

.btn-group-notification > .btn {
    padding: 7px 10px;
}

.btn-group-messages > .btn {
    padding: 6px 9px 8px 9px;
}

.btn-group-option > .btn {
    padding: 4px 12px;
}

.headerwrapper .header-right .btn-group .dropdown-menu {
    -moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
    box-shadow: 3px 3px 2px rgba(0,0,0,0.05);
    margin-top: 13px;
    border-top: 0;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-color: #ccc;
}

    .headerwrapper .header-right .btn-group .dropdown-menu:after {
        border-bottom: 6px solid #fff;
        border-left: 6px solid rgba(0,0,0,0);
        border-right: 6px solid rgba(0,0,0,0);
        content: '';
        display: inline-block;
        position: absolute;
        top: -6px;
        right: 10px;
    }

    .headerwrapper .header-right .btn-group .dropdown-menu li {
        position: relative;
    }

        .headerwrapper .header-right .btn-group .dropdown-menu li a {
            font-size: 12px;
            padding: 8px 15px;
            color: #555;
            -moz-transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
        }

            .headerwrapper .header-right .btn-group .dropdown-menu li a:hover {
                color: #333;
                background-color: #E4E7EA;
            }

    .headerwrapper .header-right .btn-group .dropdown-menu .divider {
        margin: 5px 0;
    }

.headerwrapper .header-right .btn-group-option .dropdown-menu li .glyphicon,
.headerwrapper .header-right .btn-group-option .dropdown-menu li .fa {
    margin-right: 10px;
}

.headerwrapper .header-right .btn-group-option .dropdown-menu {
    min-width: 180px;
    margin-top: 13px;
}

.headerwrapper .header-right .form-search {
    float: left;
    margin-right: 10px;
    margin-top: 0;
    position: relative;
}

    .headerwrapper .header-right .form-search:before {
        position: absolute;
        top: 6px;
        left: 10px;
        font-family: 'Glyphicons Halflings';
        content: '\e003';
        color: #666;
    }

    .headerwrapper .header-right .form-search .form-control {
        border: 0;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        width: 200px;
        padding-left: 30px;
        height: 32px;
        font-size: 13px;
    }

.headerwrapper .header-right .btn-group-list .dropdown-menu {
    padding: 0;
    min-width: 380px;
}

    .headerwrapper .header-right .btn-group-list .dropdown-menu:after {
        border-bottom-color: #E4E7EA;
    }

.headerwrapper .header-right div.dropdown-menu h5 {
    padding: 13px 0;
    text-align: center;
    background-color: #E4E7EA;
    margin: 0;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}

.headerwrapper .header-right .dropdown-footer {
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
}

.headerwrapper .header-right .link-right {
    position: absolute;
    top: 10px;
    right: 15px;
}

.dropdown-list {
    margin: 0;
}

    .dropdown-list li {
        border: 0;
        border-top: 1px solid #eee;
        padding: 10px 20px 10px 10px;
        margin: 0;
        cursor: pointer;
    }

        .dropdown-list li:hover {
            background-color: #fcfcfc;
        }

        .dropdown-list li:first-child {
            border-top: 0;
        }

        .dropdown-list li .noti-thumb {
            width: 40px;
        }

    .dropdown-list .media-body {
        font-size: 13px;
        line-height: 18px;
    }

        .dropdown-list .media-body strong {
            font-weight: 500;
            color: #2f363d;
        }

        .dropdown-list .media-body p {
            margin: 0;
        }

        .dropdown-list .media-body .date {
            display: block;
            margin-top: 2px;
            line-height: normal;
            color: #999;
        }

            .dropdown-list .media-body .date i {
                margin-right: 2px;
                margin-top: -3px;
                vertical-align: middle;
            }

    .dropdown-list .badge {
        float: right;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font-weight: normal;
        font-size: 11px;
        padding: 5px 8px;
    }



/********* 4. MAIN WRAPPER STYLES *********/
/******************************************/

.mainwrapper {
    position: relative;
    top: 60px;
    min-height: 1000px;
}

    .mainwrapper:before {
        content: '';
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 230px;
        border-right: 1px solid #e7e7e7;
    }

    .mainwrapper:after {
        clear: both;
        display: block;
        content: '';
    }

.img-online {
    border: 2px solid #5cb85c;
    padding: 2px;
    background-color: #fff;
}

.img-offline {
    border: 2px solid #ccc;
    padding: 2px;
    background-color: #fff;
}



/***** 4.1 LEFT PANEL STYLES *****/

.leftpanel {
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
}

    .leftpanel .profile-left {
        padding: 15px;
        min-height: 90px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
        box-shadow: 0 2px 3px rgba(0,0,0,0.03);
        margin-right: 1px;
    }

        .leftpanel .profile-left .profile-thumb {
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            display: inline-block;
            border: 2px solid #003160;
            padding: 2px;
        }

            .leftpanel .profile-left .profile-thumb img {
                width: 50px;
                height: 50px;
            }

        .leftpanel .profile-left .media-heading {
            line-height: 18px;
            margin-top: 12px;
            font-weight: 500;
            font-size: 16px;
        }

        .leftpanel .profile-left small {
            line-height: 18px;
        }

    .leftpanel .leftpanel-title {
        text-transform: uppercase;
        color: #ccc;
        font-size: 11px;
        font-weight: normal;
        margin: 15px 15px;
    }


    /***** 4.1.1 LEFT PANEL NAVIGATION *****/

    .leftpanel .nav {
        position: relative;
        border-bottom: 1px solid #e7e7e7;
    }

        .leftpanel .nav > li {
            margin: 0 1px 0 0;
            font-size: 14px;
            font-weight: 500;
            border-top: 1px solid #e7e7e7;
            position: relative;
        }

            .leftpanel .nav > li.active {
                border-top: 0;
                margin-right: 0;
            }

                .leftpanel .nav > li.active + li {
                    border-top: 0;
                }

            .leftpanel .nav > li > a {
                color: #555;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                -moz-transition: all 0.2s ease-out 0s;
                -webkit-transition: all 0.2s ease-out 0s;
                transition: all 0.2s ease-out 0s;
                padding: 12px 15px;
            }

                .leftpanel .nav > li > a:hover,
                .leftpanel .nav > li > a:focus,
                .leftpanel .nav > li > a:active {
                    background-color: #f7f7f7;
                }

            .leftpanel .nav > li.active > a,
            .leftpanel .nav > li.active > a:hover {
                color: #000;
                border: 1px solid #ddd;
                background-color: #eee;
            }

            .leftpanel .nav > li > a i {
                width: 16px;
                margin-right: 5px;
                color: #003160;
                font-size: 15px;
                top: 1px;
                position: relative;
                text-align: center;
            }

            .leftpanel .nav > li.active > a i {
                color: #000;
            }

            .leftpanel .nav > li.parent:after {
                font-family: 'FontAwesome';
                content: '\f107';
                display: block;
                position: absolute;
                top: 12px;
                right: 22px;
                color: #ccc;
            }

            .leftpanel .nav > li.parent-focus > a {
                background-color: #f7f7f7;
            }

        .leftpanel .nav .badge {
            font-weight: normal;
            line-height: normal;
            font-size: 11px;
            background-color: #2f363d;
        }

        .leftpanel .nav .children {
            list-style: none;
            padding: 0;
            margin: 0;
            display: none;
        }

        .leftpanel .nav .active .children,
        .leftpanel .nav .parent-focus .children {
            display: block;
        }

        .leftpanel .nav > li.active:after {
            color: #fff;
        }

        .leftpanel .nav .children li:first-child {
            border-top: 1px solid #e7e7e7;
        }

        .leftpanel .nav .children li.active:first-child {
            border-top: 0;
        }

        .leftpanel .nav .children li a {
            font-weight: normal;
            font-size: 13px;
            display: block;
            color: #444;
            padding: 6px 10px 6px 40px;
            -moz-transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
        }

            .leftpanel .nav .children li a:hover {
                text-decoration: none;
                background-color: #f7f7f7;
            }

        .leftpanel .nav .children li.active a {
            background-color: #e4e7ea;
        }

        .leftpanel .nav .active .children {
            border-bottom: 1px solid #e7e7e7;
        }

        .leftpanel .nav .active .children {
            margin-right: 1px;
        }



/***** 4.2 MAIN PANEL STYLES *****/

.mainpanel {
    margin-left: 230px;
}

.pageheader {
    padding: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    height: 90px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    box-shadow: 0 2px 3px rgba(0,0,0,0.03);
}

    .pageheader .media {
        padding: 0;
        clear: both;
    }

    .pageheader .pageicon {
        width: 50px;
        height: 50px;
        background-color: #003160;
        display: inline-block;
        color: #fff;
        font-size: 32px;
        border-radius: 3px;
        padding-top: 1px;
        padding-left: 10px;
    }

        .pageheader .pageicon .fa-envelope-o {
            font-size: 31px;
        }

        .pageheader .pageicon .fa-bar-chart-o {
            font-size: 28px;
        }

        .pageheader .pageicon .fa-flag {
            font-size: 30px;
        }

        .pageheader .pageicon .fa-laptop {
            font-size: 28px;
        }

        .pageheader .pageicon .fa-navicon {
            font-size: 28px;
            margin-left: 3px;
        }

        .pageheader .pageicon .fa-code {
            font-size: 28px;
        }

        .pageheader .pageicon .fa-pencil {
            margin-left: 3px;
        }

        .pageheader .pageicon .fa-th-list {
            font-size: 28px;
            margin-left: 1px;
        }

        .pageheader .pageicon .fa-map-marker {
            margin-left: 5px;
        }

        .pageheader .pageicon .fa-calendar {
            font-size: 32px;
        }

        .pageheader .pageicon .fa-user {
            font-size: 28px;
            margin-left: 4px;
        }

    .pageheader .breadcrumb {
        margin: 0;
        padding: 0;
        background: none;
        color: #999;
        line-height: 18px;
    }

        .pageheader .breadcrumb li a {
            color: #337ab7;
        }

            .pageheader .breadcrumb li a:hover,
            .pageheader .breadcrumb li a:active,
            .pagehaeder .breadcrumb li a:focus {
                color: #008299;
            }

            .pageheader .breadcrumb li a i {
                color: #999;
                font-size: 10px;
            }

    .pageheader h4 {
        margin: -2px 0 0 0;
        font-size: 28px;
        font-weight: 500;
        line-height: normal;
    }



/***** 4.2.1 CONTENT PANEL STYLES *****/

.contentpanel {
    position: relative;
    padding: 10px 10px 20px 10px;
}

.contentpanel-dashboard, .contentpanel-reports {
    position: relative;
    padding: 10px 20px 20px 20px;
    background-color: #f7f7f7;
}

.bg-light {
    background-color: #ccc;
}




/******** 5. MESSAGES STYLES *********/
/*************************************/

.msg-left {
    float: left;
    width: 250px;
    position: relative;
    z-index: 50;
}

.nav-msg li a {
    color: #444;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .nav-msg li a i {
        display: inline-block;
        margin-right: 10px;
    }

    .nav-msg li a .badge {
        font-weight: normal;
        line-height: normal;
        font-size: 11px;
        margin-top: 1px;
    }

.nav-msg li.active a {
    background-color: #4e5154;
    color: #fff;
}

    .nav-msg li.active a:hover,
    .nav-msg li.active a:focus,
    .nav-msg li.active a:active {
        background-color: #444649;
    }

    .nav-msg li.active a .badge {
        color: #666;
    }

.sm-title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}

.md-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}

.lg-title {
    font-weight: 700;
    color: #003160;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.xlg-title {
    margin: 0;
    font-weight: 700;
    color: #333;
}

.msg-list > li {
    border: 1px solid #eee;
    background-color: #fcfcfc;
    border-bottom: 0;
    padding: 10px;
    margin: 0;
}

    .msg-list > li.unread {
        background-color: #fff;
    }

    .msg-list > li:first-child {
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    .msg-list > li:last-child {
        border-bottom: 1px solid #eee;
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }

.msg-list .media-object {
    width: 40px;
}

.msg-list > li .sender {
    font-weight: 500;
    margin: 0;
    font-size: 12px;
    color: #333;
}

.msg-list > li p {
    margin: 0;
}

    .msg-list > li p a {
        color: #999;
    }

        .msg-list > li p a:hover,
        .msg-list > li p a:active,
        .msg-list > li p a:focus {
            text-decoration: none;
        }

.msg-list > li .subject {
    color: #333;
}

.msg-list .media-option > a {
    color: #999;
    margin-left: 5px;
}

.msg-list .media-option a:hover {
    color: #666;
}

.msg-list .btn-group {
    margin: 0;
    margin-top: -3px;
    margin-left: 5px;
}

    .msg-list .btn-group > .btn {
        padding: 0;
        background: none;
        color: #999;
        border: 0;
    }

.msg-list li.media,
.msg-list li.media .media-body {
    overflow: visible;
}

.msg-list .dropdown-menu li {
    font-size: 12px;
}

.msg-list .dropdown-menu .divider {
    margin: 5px 0;
}

.msg-list .ckbox {
    margin-top: 12px;
}

.msg-list li.highlighted {
    background-color: #fffeee;
}

.msg-header {
    margin-bottom: 25px;
    margin-top: 5px;
}

    .msg-header:after {
        clear: both;
        display: block;
        content: '';
    }

    .msg-header .btn-group {
        margin: 0;
    }

    .msg-header .btn {
        padding: 0;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        border-width: 2px;
        width: 35px;
        height: 35px;
        color: #999;
        margin-right: 5px;
    }

    .msg-header .btn-navi {
        font-size: 14px;
        color: #999;
    }

    .msg-header .btn:hover,
    .msg-header .btn:active,
    .msg-header .btn:focus {
        background-color: #fff;
        border-color: #666;
        color: #666;
    }

    .msg-header .btn-navi {
        margin-right: 0;
    }

    .msg-header .btn-navi-left i {
        margin-left: -3px;
    }

    .msg-header .btn-navi-right i {
        margin-left: 2px;
    }

    .msg-header .dropdown-menu {
        margin-top: 12px;
    }

        .msg-header .dropdown-menu:after {
            border-bottom: 6px solid #fff;
            border-left: 6px solid rgba(0,0,0,0);
            border-right: 6px solid rgba(0,0,0,0);
            content: '';
            display: inline-block;
            position: absolute;
            top: -6px;
            right: 15px;
        }

        .msg-header .dropdown-menu:before {
            border-bottom: 7px solid #ddd;
            border-left: 7px solid rgba(0,0,0,0);
            border-right: 7px solid rgba(0,0,0,0);
            content: '';
            display: inline-block;
            position: absolute;
            top: -8px;
            right: 14px;
        }

        .msg-header .dropdown-menu li {
            font-size: 12px;
        }

            .msg-header .dropdown-menu li i {
                margin-right: 8px;
            }

.panel-group-msg {
    margin-top: 15px;
}

    .panel-group-msg .panel {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .panel-group-msg .panel-heading {
        padding: 10px;
    }

    .panel-group-msg .img {
        width: 30px;
        margin: 0;
    }

    .panel-group-msg .panel-title {
        font-weight: 500;
        color: #444;
        font-size: 14px;
    }

    .panel-group-msg .time {
        margin: 5px 20px 0 0;
        font-weight: normal;
        font-size: 12px;
    }

        .panel-group-msg .time i {
            font-size: 16px;
        }

.msg-reply {
    margin-left: 15px;
}

    .msg-reply img {
        width: 30px;
    }

.btn-create-msg {
    padding: 12px 10px;
}

.alert-metro {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/********* 6. UI ELEMENTS *********/
/**********************************/


/***** 6.1 BUTTONS PAGE STYLES *****/

.btn-disable {
    cursor: not-allowed;
    opacity: 0.65;
}

.btn-dark {
    background-color: #4e5154;
    color: #fff;
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark:active {
        background-color: #414446;
        color: #fff;
    }

.btn-list .btn {
    margin: 0 3px 7px 0;
}

.btn-rounded {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn.btn-bordered {
    padding: 3px 13px;
}

.btn-sm.btn-bordered {
    padding: 4px 10px;
}

.btn-xs.btn-bordered {
    padding: 2px 8px;
}

.btn.btn-bordered,
.btn.btn-bordered:hover,
.btn.btn-bordered:focus,
.btn.btn-bordered:active {
    background: none !important;
    border-width: 2px;
}

.btn-primary {
    background-color: #003160;
}

    .btn-primary:hover {
        background-color: #004180;
    }

.btn-primary.btn-bordered,
.btn-primary.btn-bordered:hover,
.btn-primary.btn-bordered:active,
.btn-primary.btn-bordered:focus {
    color: #008299;
}

.btn-success.btn-bordered,
.btn-success.btn-bordered:hover,
.btn-success.btn-bordered:active,
.btn-success.btn-bordered:focus {
    color: #5cb85c;
}

.btn-warning.btn-bordered,
.btn-warning.btn-bordered:hover,
.btn-warning.btn-bordered:active,
.btn-warning.btn-bordered:focus {
    color: #eea236;
}

.btn-danger.btn-bordered,
.btn-danger.btn-bordered:focus,
.btn-danger.btn-bordered:active,
.btn-danger.btn-bordered:hover {
    color: #d9534f;
}

.btn-info.btn-bordered,
.btn-info.btn-bordered:focus,
.btn-info.btn-bordered:active,
.btn-info.btn-bordered:hover {
    color: #46b8da;
}

.btn.btn-metro {
    font-weight: 300;
    letter-spacing: 0.3px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-group .btn.btn-bordered + .btn.btn-bordered,
.btn-group .btn.btn-bordered + .btn-group,
.btn-group .btn-group + .btn.btn-bordered,
.btn-group .btn-group + .btn-group {
    margin-left: -2px;
}

.btn-group .btn.btn-bordered {
    padding-left: 14px;
    padding-right: 15px;
}



/***** 6.2 EXTRAS STYLES *****/

.dropdown-demo-only {
    position: static;
    display: inline-block;
    margin-right: 10px;
    width: 160px;
    float: none;
    margin-bottom: 20px;
}

.dropdown-menu-primary {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #008299;
}

    .dropdown-menu-primary > li > a {
        color: #008299;
    }

        .dropdown-menu-primary > li > a:hover {
            background-color: #008299;
            color: #fff;
        }

.dropdown-menu-success {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5cb85c;
}

    .dropdown-menu-success > li > a {
        color: #5cb85c;
    }

        .dropdown-menu-success > li > a:hover {
            background-color: #5cb85c;
            color: #fff;
        }

.dropdown-menu-danger {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d9534f;
}

    .dropdown-menu-danger > li > a {
        color: #d9534f;
    }

        .dropdown-menu-danger > li > a:hover {
            background-color: #d9534f;
            color: #fff;
        }

.dropdown-menu-warning {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f0ad4e;
}

    .dropdown-menu-warning > li > a {
        color: #f0ad4e;
    }

        .dropdown-menu-warning > li > a:hover {
            background-color: #f0ad4e;
            color: #fff;
        }

.dropdown-menu-metro {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .dropdown-menu-metro > li > a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.pagination-metro > li:first-child > a,
.pagination-metro > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-metro > li:last-child > a,
.pagination-metro > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-split.pagination-metro > li > a,
.pagination-split.pagination-metro > li > span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination-primary > li > a,
.pagination-primary > li > a:hover {
    border-color: #008299;
    color: #008299;
}

.pagination-primary > .disabled > span,
.pagination-primary > .disabled > span:hover,
.pagination-primary > .disabled > span:focus,
.pagination-primary > .disabled > a,
.pagination-primary > .disabled > a:hover,
.pagination-primary > .disabled > a:focus {
    border-color: #008299;
    color: #008299;
    opacity: 0.5;
}

.pagination-success > li > a,
.pagination-success > li > a:hover {
    border-color: #5cb85c;
    color: #5cb85c;
}

.pagination-success > .disabled > span,
.pagination-success > .disabled > span:hover,
.pagination-success > .disabled > span:focus,
.pagination-success > .disabled > a,
.pagination-success > .disabled > a:hover,
.pagination-success > .disabled > a:focus {
    border-color: #5cb85c;
    color: #5cb85c;
    opacity: 0.5;
}

.pagination-success > .active > a,
.pagination-success > .active > span,
.pagination-success > .active > a:hover,
.pagination-success > .active > span:hover,
.pagination-success > .active > a:focus,
.pagination-success > .active > span:focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.pagination-circled > li > a {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.pagination-circled > li:first-child > a,
.pagination-circled > li:first-child > span {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.pagination-circled > li:last-child > a,
.pagination-circled > li:last-child > span {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.pagination-circled > li:first-child > a,
.pagination-circled > li:last-child > a {
    padding: 6px 13px;
}

.pagination-active-success > .active > a,
.pagination-active-success > .active > span,
.pagination-active-success > .active > a:hover,
.pagination-active-success > .active > span:hover,
.pagination-active-success > .active > a:focus,
.pagination-active-success > .active > span:focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.pagination-active-success > li > a:hover,
.pagination-active-success > li > span:hover,
.pagination-active-success > li > a:focus,
.pagination-active-success > li > span:focus {
    color: #5cb85c;
}

.pagination-active-warning > .active > a,
.pagination-active-warning > .active > span,
.pagination-active-warning > .active > a:hover,
.pagination-active-warning > .active > span:hover,
.pagination-active-warning > .active > a:focus,
.pagination-active-warning > .active > span:focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.pagination-active-warning > li > a:hover,
.pagination-active-warning > li > span:hover,
.pagination-active-warning > li > a:focus,
.pagination-active-warning > li > span:focus {
    color: #f0ad4e;
}

.pagination-active-danger > .active > a,
.pagination-active-danger > .active > span,
.pagination-active-danger > .active > a:hover,
.pagination-active-danger > .active > span:hover,
.pagination-active-danger > .active > a:focus,
.pagination-active-danger > .active > span:focus {
    background-color: #d9534f;
    border-color: #d9534f;
}

.pagination-active-danger > li > a:hover,
.pagination-active-danger > li > span:hover,
.pagination-active-danger > li > a:focus,
.pagination-active-danger > li > span:focus {
    color: #d9534f;
}

.pagination-active-info > .active > a,
.pagination-active-info > .active > span,
.pagination-active-info > .active > a:hover,
.pagination-active-info > .active > span:hover,
.pagination-active-info > .active > a:focus,
.pagination-active-info > .active > span:focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.pagination-active-info > li > a:hover,
.pagination-active-info > li > span:hover,
.pagination-active-info > li > a:focus,
.pagination-active-info > li > span:focus {
    color: #5bc0de;
}

.pagination-active-dark > .active > a,
.pagination-active-dark > .active > span,
.pagination-active-dark > .active > a:hover,
.pagination-active-dark > .active > span:hover,
.pagination-active-dark > .active > a:focus,
.pagination-active-dark > .active > span:focus {
    background-color: #4e5154;
    border-color: #4e5154;
}

.pagination-active-dark > li > a:hover,
.pagination-active-dark > li > span:hover,
.pagination-active-dark > li > a:focus,
.pagination-active-dark > li > span:focus {
    color: #4e5154;
}

.progress-metro {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/******* 6.3 GRAPHS STYLES *******/

.tinystat {
    display: inline-block;
}

    .tinystat .chart,
    .tinystat .datainfo {
        display: inline-block;
        vertical-align: middle;
    }

    .tinystat .chart {
        margin-right: 5px;
    }

    .tinystat .text-muted {
        text-transform: uppercase;
        font-size: 10px;
    }

    .tinystat h4 {
        margin: 0;
        color: #333;
        font-weight: bold;
        line-height: normal;
        font-size: 16px;
    }

.tooltipflot {
    background-color: rgba(0,0,0,0.8);
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.jqstooltip {
    min-height: 25px;
    border: 0;
    min-width: 30px;
    height: auto !important;
    width: auto !important;
}

.flotGraph {
    width: 100%;
    height: 300px;
}



/***** 6.4 ICON STYLES *******/

.icon-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

    .icon-list li {
        margin-bottom: 5px;
    }

        .icon-list li span {
            width: 20px;
            display: inline-block;
            margin-right: 5px;
            color: #333;
        }



/***** 6.5 PANELS & WIDGETS STYLES *****/

.weather-row {
    position: relative;
    padding: 0;
}

    .weather-row img {
        width: 100%;
        border-radius: 3px 3px 0px 0px;
    }

.weather-head {
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.country-select {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 31px;
    margin-bottom: 0;
}

.weather-full-info h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px;
    text-transform: uppercase;
}

.today-status .wi {
    font-size: 30px;
    color: #008299;
}

.weather-full-info .degree {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    padding-left: 20px;
}

    .weather-full-info .degree:after {
        content: "o";
        font-size: 16px;
        position: relative;
        top: -12px;
    }

.weather-full-info ul {
    margin-bottom: 0px;
    padding-left: 30px;
}

    .weather-full-info ul li {
        display: inline-block;
        width: 15.80%;
        text-align: center;
        border-left: 1px solid #ccc;
    }

.weather-full-info h2 {
    font-size: 14px;
    margin: 0px 0px 5px;
}

.weather-full-info ul li .wi {
    font-size: 20px;
    line-height: normal;
}

.weather-full-info .statistics {
    padding-top: 5px;
}

    .weather-full-info .statistics:after {
        content: "o";
        font-size: 10px;
        position: relative;
        top: -5px;
    }

.clock-panel {
    color: #FFF;
    padding: 20px;
    background: #008299;
    text-transform: uppercase;
    min-height: 170px;
    border-radius: 3px 3px 0px 0px;
}

    .clock-panel h1 {
        font-size: 22px;
        margin: 0px 0px 5px;
    }

    .clock-panel p {
        font-size: 15px;
        margin: 0px;
    }

ul.clock-category {
    padding: 15px 0px;
}

    ul.clock-category li {
        display: inline-block;
        width: 23.95%;
        text-align: center;
        line-height: 30px;
    }

        ul.clock-category li a {
 
        }

            ul.clock-category li a:hover, ul.clock-category li a.active {
                color: #008299;
            }

            ul.clock-category li a i {
                font-size: 35px;
            }

            ul.clock-category li a span {
                display: block;
                line-height: normal;
            }

.panel-dark {
    border-color: #4e5154;
}

    .panel-dark .panel-heading {
        background-color: #4e5154;
        color: #fff;
    }

.panel-success-alt {
    border-color: #4cae4c;
}

    .panel-success-alt .panel-heading {
        background-color: #5cb85c;
        color: #fff;
    }

.panel-info-alt {
    border-color: #46b8da;
}

    .panel-info-alt .panel-heading {
        background-color: #5bc0de;
        color: #fff;
    }

.panel-warning-alt {
    border-color: #eea236;
}

    .panel-warning-alt .panel-heading {
        background-color: #f0ad4e;
        color: #fff;
    }

.panel-danger-alt {
    border-color: #d43f3a;
}

    .panel-danger-alt .panel-heading {
        background-color: #d9534f;
        color: #fff;
    }

        .panel-success-alt .panel-heading p a,
        .panel-info-alt .panel-heading p a,
        .panel-warning-alt .panel-heading p a,
        .panel-danger-alt .panel-heading p a,
        .panel-dark .panel-heading p a {
            color: #fff;
        }

        .panel-success-alt .panel-heading .panel-btns a,
        .panel-info-alt .panel-heading .panel-btns a,
        .panel-warning-alt .panel-heading .panel-btns a,
        .panel-danger-alt .panel-heading .panel-btns a,
        .panel-dark .panel-heading .panel-btns a {
            border-color: #fff;
            color: #fff;
            opacity: 0.75;
        }

.panel-primary-head .panel-heading,
.panel-success-head .panel-heading,
.panel-warning-head .panel-heading,
.panel-danger-head .panel-heading,
.panel-info-head .panel-heading,
.panel-dark-head .panel-heading {
    border-bottom: 0;
    color: #fff;
}

    .panel-primary-head .panel-heading p,
    .panel-success-head .panel-heading p,
    .panel-warning-head .panel-heading p,
    .panel-danger-head .panel-heading p,
    .panel-info-head .panel-heading p,
    .panel-dark-head .panel-heading p {
        opacity: 0.75;
    }

.panel-primary-head .panel-body,
.panel-success-head .panel-body,
.panel-warning-head .panel-body,
.panel-danger-head .panel-body,
.panel-info-head .panel-body,
.panel-dark-head .panel-body {
    border: 1px solid #ddd;
    border-top: 0;
}

.panel-primary-head .panel-footer,
.panel-success-head .panel-footer,
.panel-warning-head .panel-footer,
.panel-danger-head .panel-footer,
.panel-info-head .panel-footer,
.panel-dark-head .panel-footer {
    border: 1px solid #ddd;
    border-top: 0;
}

.panel-primary-head .panel-heading {
    background-color: #008299;
}

.panel-success-head .panel-heading {
    background-color: #5cb85c;
}

.panel-warning-head .panel-heading {
    background-color: #f0ad4e;
}

.panel-danger-head .panel-heading {
    background-color: #d9534f;
}

.panel-info-head .panel-heading {
    background-color: #5bc0de;
}

.panel-dark-head .panel-heading {
    background-color: #4e5154;
}

    .panel-primary-head .panel-heading p a,
    .panel-success-head .panel-heading p a,
    .panel-info-head .panel-heading p a,
    .panel-warning-head .panel-heading p a,
    .panel-danger-head .panel-heading p a,
    .panel-dark-head .panel-heading p a {
        color: #fff;
    }

    .panel-primary-head .panel-heading .panel-btns a,
    .panel-success-head .panel-heading .panel-btns a,
    .panel-info-head .panel-heading .panel-btns a,
    .panel-warning-head .panel-heading .panel-btns a,
    .panel-danger-head .panel-heading .panel-btns a,
    .panel-dark-head .panel-heading .panel-btns a {
        border-color: #fff;
        color: #fff;
        opacity: 0.75;
    }

.panel-metro,
.panel-metro .panel-heading,
.panel-metro .panel-footer {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.widget-messaging .new-msg {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: normal;
    opacity: 0.5;
}

    .widget-messaging .new-msg:hover {
        opacity: 1;
    }

.widget-messaging ul li:hover {
    background-color: #f7f7f7;
}

.widget-messaging .sender {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    margin: 0;
}

.widget-messaging ul li p {
    line-height: normal;
    margin: 0;
}

.widget-todo .panel-heading a {
    color: #fff;
}

.widget-todo ul > li input:checked + label {
    text-decoration: line-through;
}

.widget-slider .carousel-control {
    background: none;
    bottom: auto;
    color: #fff;
    line-height: 10px;
    padding: 0;
    text-shadow: none;
    top: -65px;
    width: auto;
    opacity: 0.75;
    border: 1px solid #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

    .widget-slider .carousel-control:hover {
        opacity: 1;
    }

    .widget-slider .carousel-control.left {
        left: auto;
        right: 25px;
        padding: 1px 10px 3px 8px;
    }

    .widget-slider .carousel-control.right {
        right: -5px;
        padding: 1px 8px 3px 10px;
    }

    .widget-slider .carousel-control span {
        font-size: 18px;
        line-height: normal;
    }

.widget-slider .media {
    padding-bottom: 0;
}

.widget-slider .carousel-indicators {
    bottom: auto;
    left: auto;
    right: 0;
    top: -58px;
    width: auto;
}




/***** 6.6 TABS & ACCORDION STYLES *****/

.nav-primary {
    border-color: #357ebd;
    background-color: #008299;
}

    .nav-primary > li.active > a,
    .nav-primary > li.active > a:hover,
    .nav-primary > li.active > a:focus,
    .nav-primary > li.active > a:active {
        border-top-color: #357ebd;
        border-left-color: #357ebd;
        border-right-color: #357ebd;
    }

.nav-success {
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.nav-info {
    border-color: #46b8da;
    background-color: #5bc0de;
}

.nav-danger {
    border-color: #d43f3a;
    background-color: #d9534f;
}

.nav-warning {
    border-color: #eea236;
    background-color: #f0ad4e;
}

.nav-success > li.active > a,
.nav-success > li.active > a:hover,
.nav-success > li.active > a:focus,
.nav-success > li.active > a:active {
    border-top-color: #5cb85c;
    border-left-color: #5cb85c;
    border-right-color: #5cb85c;
}

.nav-info > li.active > a,
.nav-info > li.active > a:hover,
.nav-info > li.active > a:focus,
.nav-info > li.active > a:active {
    border-top-color: #46b8da;
    border-left-color: #46b8da;
    border-right-color: #46b8da;
}

.nav-danger > li.active > a,
.nav-danger > li.active > a:hover,
.nav-danger > li.active > a:focus,
.nav-danger > li.active > a:active {
    border-top-color: #d43f3a;
    border-left-color: #d43f3a;
    border-right-color: #d43f3a;
}

.nav-warning > li.active > a,
.nav-warning > li.active > a:hover,
.nav-warning > li.active > a:focus,
.nav-warning > li.active > a:active {
    border-top-color: #eea236;
    border-left-color: #eea236;
    border-right-color: #eea236;
}

.nav-primary > li > a,
.nav-success > li > a,
.nav-info > li > a,
.nav-danger > li > a,
.nav-warning > li > a {
    color: #fff;
}

    .nav-primary > li > a:hover,
    .nav-success > li > a:hover,
    .nav-info > li > a:hover,
    .nav-danger > li > a:hover,
    .nav-warning > li > a:hover {
        color: #fff;
        background-color: rgba(255,255,255,0.1);
    }

.tab-content-primary {
    border-color: #357ebd;
}

.tab-content-success {
    border-color: #5cb85c;
}

.tab-content-info {
    border-color: #46b8da;
}

.tab-content-danger {
    border-color: #d43f3a;
}

.tab-content-warning {
    border-color: #eea236;
}

.nav-metro,
.nav-metro > li > a,
.nav-metro > li.active > a,
.tab-content-metro {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel-heading {
    padding: 15px;
}

    .panel-group .panel-heading .panel-title {
        font-size: 14px;
    }

.nav-line {
    background: none;
    border: 0;
    margin-bottom: 20px;
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}

    .nav-line > li {
        margin: 0;
    }

        .nav-line > li > a,
        .nav-line > li > a:hover,
        .nav-line > li > a:active,
        .nav-line > li > a:focus {
            border: 0;
            margin: 0 !important;
        }

        .nav-line > li.active > a,
        .nav-line > li.active > a:hover,
        .nav-line > li.active > a:active,
        .nav-line > li.active > a:focus {
            border: 0;
        }

            .nav-line > li.active > a,
            .nav-line > li.active > a:hover,
            .nav-line > li.active > a:active,
            .nav-line > li.active > a:focus {
                -moz-box-shadow: 0 3px 0 #008299;
                -webkit-box-shadow: 0 3px 0 #008299;
                box-shadow: 0 3px 0 #008299;
                margin: 0;
            }


/********** 7. FORM STYLES **********/
/************************************/

.ckbox,
.rdio {
    position: relative;
}

    .ckbox input[type="checkbox"],
    .rdio input[type="radio"] {
        opacity: 0;
    }

    .ckbox label,
    .rdio label {
        padding-left: 10px;
        cursor: pointer;
        margin-bottom: 7px !important;
    }

        .ckbox label:before {
            width: 18px;
            height: 18px;
            position: absolute;
            top: 1px;
            left: 0;
            content: '';
            display: inline-block;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            border: 1px solid #bbb;
            background: #fff;
        }

    .ckbox input[type="checkbox"]:disabled + label {
        color: #999;
    }

        .ckbox input[type="checkbox"]:disabled + label:before {
            background-color: #eee;
        }

    .ckbox input[type="checkbox"]:checked + label:after {
        font-family: 'FontAwesome';
        content: "\F00C";
        position: absolute;
        top: 2.5px;
        left: 3.5px;
        display: inline-block;
        font-size: 11px;
        width: 16px;
        height: 16px;
        color: #fff;
    }

.ckbox-default input[type="checkbox"]:checked + label:before {
    border-color: #999;
}

.ckbox-default input[type="checkbox"]:checked + label:after {
    color: #333;
}

.ckbox-primary input[type="checkbox"]:checked + label:before {
    border-color: #357EBD;
    background-color: #008299;
}

.ckbox-warning input[type="checkbox"]:checked + label:before {
    border-color: #EEA236;
    background-color: #F0AD4E;
}

.ckbox-success input[type="checkbox"]:checked + label:before {
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.ckbox-danger input[type="checkbox"]:checked + label:before {
    border-color: #D43F3A;
    background-color: #D9534F;
}

.rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #bbb;
    background: #fff;
}

.rdio input[type="radio"]:disabled + label {
    color: #999;
}

    .rdio input[type="radio"]:disabled + label:before {
        background-color: #eee;
    }

.rdio input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #444;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
    border-color: #999;
}

.rdio-primary input[type="radio"]:checked + label:before {
    border-color: #008299;
}

.rdio-primary input[type="radio"]:checked + label::after {
    background-color: #008299;
}

.rdio-warning input[type="radio"]:checked + label:before {
    border-color: #F0AD4E;
}

.rdio-warning input[type="radio"]:checked + label::after {
    background-color: #F0AD4E;
}

.rdio-success input[type="radio"]:checked + label:before {
    border-color: #1CAF9A;
}

.rdio-success input[type="radio"]:checked + label::after {
    background-color: #1CAF9A;
}

.rdio-danger input[type="radio"]:checked + label:before {
    border-color: #D9534F;
}

.rdio-danger input[type="radio"]:checked + label::after {
    background-color: #D9534F;
}

.errorForm label {
    display: block;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 5px 10px;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.form-group.has-error label.error {
    color: #a94442;
}

.errorForm label:last-child {
    margin-bottom: 20px !important;
}

.colorpicker-input {
    display: inline-block;
    width: 100px;
}


/***** 7.1 FORM WIZARD *****/

.nav-wizard {
    background-color: #ddd;
    margin-bottom: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

    .nav-wizard > li {
        position: relative;
        margin-right: -2px;
    }

        .nav-wizard > li > a {
            color: #666;
        }

        .nav-wizard > li > a {
            position: relative;
            padding-left: 30px;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }

            .nav-wizard > li > a:after {
                border-left: 19px solid #ddd;
                border-top: 19px solid rgba(0,0,0,0);
                border-bottom: 19px solid rgba(0,0,0,0);
                content: '';
                display: inline-block;
                position: absolute;
                top: 0;
                right: -19px;
                z-index: 10;
            }

            .nav-wizard > li > a:before {
                border-left: 20px solid #fff;
                border-top: 20px solid rgba(0,0,0,0);
                border-bottom: 20px solid rgba(0,0,0,0);
                content: '';
                display: inline-block;
                position: absolute;
                top: -1px;
                right: -20px;
                z-index: 5;
            }

            .nav-wizard > li > a:hover,
            .nav-wizard > li > a:active,
            .nav-wizard > li > a:focus {
                background-color: #ccc;
            }

                .nav-wizard > li > a:hover:after,
                .nav-wizard > li > a:active:after,
                .nav-wizard > li > a:focus:after {
                    border-left-color: #ccc;
                }

        .nav-wizard > li:first-child > a {
            padding-left: 15px;
            -moz-border-radius: 3px 0 0 3px;
            -webkit-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
        }

        .nav-wizard > li:last-child > a {
            -moz-border-radius: 0 3px 3px 0;
            -webkit-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

            .nav-wizard > li:last-child > a:after,
            .nav-wizard > li:last-child > a:before {
                display: none;
            }

        .nav-wizard > li.active a,
        .nav-wizard > li.active a:hover,
        .nav-wizard > li.active a:focus,
        .nav-wizard > li.active a:active {
            background-color: #4e5154;
            color: #fff;
        }

            .nav-wizard > li.active a:after {
                border-left-color: #4e5154;
            }

        .nav-wizard > li.done a {
            background-color: #008299;
            color: #fff;
        }

            .nav-wizard > li.done a:after {
                border-left-color: #008299;
            }

.panel-wizard {
    margin-bottom: 20px;
}

    .panel-wizard .tab-content {
        border: 1px solid #ddd;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        border-bottom: 0;
    }

    .panel-wizard .wizard {
        margin: 0;
        background-color: #fcfcfc;
        padding: 15px;
        border: 1px solid #ddd;
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }

        .panel-wizard .wizard:after {
            clear: both;
            display: block;
            content: '';
        }

    .panel-wizard .progress {
        margin-bottom: 5px;
    }

.nav-disabled-click > li > a:hover,
.nav-disabled-click > li > a:active,
.nav-disabled-click > li > a:focus {
    background-color: #ddd;
    cursor: default;
}

    .nav-disabled-click > li > a:hover:after,
    .nav-disabled-click > li > a:active:after,
    .nav-disabled-click > li > a:focus:after {
        border-left-color: #ddd;
    }

.nav-disabled-click > li.active > a:hover:after,
.nav-disabled-click > li.active > a:active:after,
.nav-disabled-click > li.active > a:focus:after {
    border-left-color: #4e5154;
}

.nav-disabled-click > li.done > a:hover,
.nav-disabled-click > li.done > a:active,
.nav-disabled-click > li.done > a:focus {
    background-color: #008299;
}

    .nav-disabled-click > li.done > a:hover:after,
    .nav-disabled-click > li.done > a:active:after,
    .nav-disabled-click > li.done > a:focus:after {
        border-left-color: #008299;
    }

.nav-wizard-success > li.done > a {
    background-color: #5cb85c;
}

    .nav-wizard-success > li.done > a:after {
        border-left-color: #5cb85c;
    }

.nav-wizard-warning > li.done > a {
    background-color: #f0ad4e;
}

    .nav-wizard-warning > li.done > a:after {
        border-left-color: #f0ad4e;
    }

.nav-wizard-danger > li.done > a {
    background-color: #d9534f;
}

    .nav-wizard-danger > li.done > a:after {
        border-left-color: #d9534f;
    }

.nav-wizard-info > li.done > a {
    background-color: #5bc0de;
}

    .nav-wizard-info > li.done > a:after {
        border-left-color: #5bc0de;
    }


/********** 8. TABLE STYLES **********/
/*************************************/

.table-action a,
.table-action-hide a {
    color: #666;
    display: inline-block;
    margin-left: 2px;
}

.table-action-hide a {
    opacity: 0;
}

.table-primary thead tr th {
    background-color: #008299;
}

.table-success thead tr th {
    background-color: #5cb85c;
}

.table-warning thead tr th {
    background-color: #F0AD4E;
}

.table-danger thead tr th {
    background-color: #D9534F;
}

.table-info thead tr th {
    background-color: #5BC0DE;
}

.table-dark thead tr th {
    background-color: #4e5154;
}

.table.table-primary thead tr th,
.table.table-success thead tr th,
.table.table-danger thead tr th,
.table.table-warning thead tr th,
.table.table-info thead tr th,
.table.table-dark thead tr th {
    color: #fff;
    border-bottom: 0;
}

.table-bordered.table-primary thead tr th,
.table-bordered.table-success thead tr th,
.table-bordered.table-warning thead tr th,
.table-bordered.table-danger thead tr th,
.table-bordered.table-info thead tr th,
.table-bordered.table-dark thead tr th {
    border-color: rgba(255,255,255,0.2);
}

.table.table-primary tbody tr:first-child td,
.table.table-success tbody tr:first-child td,
.table.table-danger tbody tr:first-child td,
.table.table-warning tbody tr:first-child td,
.table.table-info tbody tr:first-child td,
.table.table-dark tbody tr:first-child td {
    border-top: 0;
}


/********** 9. PAGES STYLES **********/
/*************************************/


/***** 9.1 NOT FOUND PAGE STYLES *****/

.notfoundpanel {
    text-align: center;
    width: 600px;
    margin: 20px auto 0 auto;
    position: relative;
}

    .notfoundpanel h1 {
        font-size: 180px;
        font-weight: 200;
        color: #000;
        margin: 0 0 10px 0;
        line-height: 180px;
        /* text-shadow: 4px 4px rgba(0,0,0,0.2); */
    }

    .notfoundpanel h3 {
        color: #333;
        margin: 0 0 10px 0;
    }

    .notfoundpanel p {
        font-size: 14px !important;
    }

    .notfoundpanel form {
        width: 350px;
        margin: 20px auto 0 auto;
    }

    .notfoundpanel .form-control {
        width: 250px;
        float: left;
    }

    .notfoundpanel .btn {
        padding: 9px 20px 10px 20px;
    }



/***** 9.2 INVOICE STYLES *****/


.table-invoice {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

    .table-invoice thead > tr > th {
        font-weight: 500;
        padding: 15px;
    }

        .table-invoice thead > tr > th:last-child,
        .table-invoice thead > tr > th:nth-child(3),
        .table-invoice thead > tr > th:nth-child(2) {
            text-align: right;
        }

    .table-invoice tbody > tr > td {
        padding: 15px;
        border-color: #ddd;
    }

        .table-invoice tbody > tr > td:last-child,
        .table-invoice tbody > tr > td:nth-child(3),
        .table-invoice tbody > tr > td:nth-child(2) {
            width: 15%;
            text-align: right;
        }

        .table-invoice tbody > tr > td h5,
        .table-invoice tbody > tr > td p {
            margin: 0;
        }

    .table-invoice thead > tr > th:nth-child(2) {
        background-color: #3f4144;
    }

    .table-invoice thead > tr > th:nth-child(3) {
        background-color: #484a4d;
    }

    .table-invoice thead > tr > th:last-child {
        background-color: #555;
    }

    .table-invoice tbody > tr > td:nth-child(2) {
        background-color: #eee;
    }

    .table-invoice tbody > tr > td:nth-child(3) {
        background-color: #f7f7f7;
    }

.table-total {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
}

    .table-total > tbody > tr > td:first-child {
        border: 0;
        text-transform: uppercase;
        font-weight: normal;
        text-align: right;
    }

    .table-total > tbody > tr > td:last-child {
        border-bottom: 1px solid #ddd;
        width: 15%;
        text-align: right;
        font-size: 24px;
        font-weight: 500;
        color: #333;
    }

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    border: 1px solid #ccc !important;
    background-color: #ddd !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    color: #666 !important;
    font-weight: bold !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}



/***** 9.3 MEDIA MANAGER STYLES *****/

.media-options {
    margin-bottom: 20px;
}

    .media-options:after {
        clear: both;
        display: block;
        content: '';
    }

    .media-options .btn-group {
        margin-bottom: 0;
    }

.media-option-group {
    margin: 0;
    margin-left: 5px;
}

    .media-option-group label {
        margin-bottom: 0 !important;
    }

.media-manager .thmb {
    border: 1px solid #e7e7e7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}

    .media-manager .thmb.checked {
        border-color: #bbb;
        background-color: #fcfcfc;
    }

    .media-manager .thmb::after {
        clear: both;
        display: block;
        content: '';
    }

.media-manager .ckbox {
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
}

.media-manager .fm-group {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

.media-manager .fm-toggle {
    padding: 1px 4px;
    line-height: normal;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.media-manager .fm-menu {
    min-width: 120px;
}

    .media-manager .fm-menu a {
        font-size: 12px;
        color: #333;
        padding: 4px 8px;
    }

    .media-manager .fm-menu i {
        margin-right: 7px;
        color: #999;
        width: 16px;
        font-size: 13px;
    }

.media-manager .thmb-prev {
    background: #eee;
    overflow: hidden;
}

    .media-manager .thmb-prev a {
        display: block;
    }

.media-manager .fm-title {
    margin-bottom: 0;
    font-size: 13px;
}

    .media-manager .fm-title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
    }

.media-manager-sidebar {
    padding-left: 10px;
}

    .media-manager-sidebar .lg-title a {
        color: #999;
        font-size: 11px;
    }

        .media-manager-sidebar .lg-title a:hover {
            text-decoration: none;
            color: #333;
        }

.folder-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .folder-list li {
        display: block;
        border-bottom: 1px solid #eee;
    }

        .folder-list li a {
            display: block;
            padding: 7px 0;
            color: #666;
        }

            .folder-list li a:hover {
                color: #333;
                text-decoration: none;
            }

        .folder-list li i {
            margin-right: 10px;
            width: 16px;
        }

.media-manager-sidebar .tag-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .media-manager-sidebar .tag-list li {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .media-manager-sidebar .tag-list li a {
            display: block;
            padding: 5px 7px;
            font-size: 11px;
            background: #ddd;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            color: #666;
        }

            .media-manager-sidebar .tag-list li a:hover {
                color: #fff;
                text-decoration: none;
                background: #008299;
            }



/***** 9.4 PEOPLE DIRECTORY STYLES *****/


.nav-contacts {
    margin-bottom: 20px;
}

    .nav-contacts li a {
        color: #666;
        font-weight: 400;
        font-size: 13px;
    }

    .nav-contacts li .badge {
        background: none;
        font-weight: 500;
        color: #333;
    }

    .nav-contacts li.active .badge {
        color: #fff;
        background: none;
    }

.people-group .media img {
    width: 45px;
}

.people-group .list-group-item {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    border-width: 0;
}

.people-group .media-heading {
    margin-top: 5px;
}

.people-group .media-heading,
.people-group .media-body {
    line-height: normal;
}

.pagination-contact {
    margin-top: -3px;
}

.contact-group {
    margin-top: 20px;
}

    .contact-group .media img {
        width: 80px;
    }

    .contact-group .list-group-item {
    }

    .contact-group .media-heading {
        font-size: 16px;
        font-weight: 500;
    }

        .contact-group .media-heading small {
            margin-left: 5px;
            font-size: 13px;
            font-weight: 400;
            color: #999;
        }

    .contact-group .list-group-item {
        border-color: #e7e7e7;
        margin-top: 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .contact-group .list-group-item:hover {
            background-color: #fcfcfc;
        }

    .contact-group .media-content {
        margin-top: 5px;
    }

        .contact-group .media-content .fa {
            font-size: 16px;
            vertical-align: middle;
            width: 20px;
            color: #333;
        }

        .contact-group .media-content ul {
            margin-top: 15px;
            margin-bottom: 0;
        }

            .contact-group .media-content ul > li {
                display: inline-block;
                min-width: 200px;
                margin-bottom: 5px;
            }


/***** 9.5 PROFILE STYLES *****/


.img-profile {
    display: inline-block;
    max-width: 200px;
}

.social-list > li {
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}

    .social-list > li > i {
        width: 16px;
        margin-right: 5px;
    }

.activity-list > .media {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    font-size: 14px;
}

    .activity-list > .media:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

.activity-list .media-object {
    width: 28px;
    vertical-align: middle;
}

.activity-list .media-body {
    line-height: 18px;
}

    .activity-list .media-body p {
        line-height: 21px;
        font-size: 13px;
    }

.activity-list .media-title {
    font-size: 15px;
    margin-bottom: 0;
}

.activity-list .blog-media {
    padding-bottom: 0;
}

    .activity-list .blog-media .media-object {
        width: 120px;
        margin-right: 10px;
        margin-top: 5px;
    }

    .activity-list .blog-media .media-title {
        margin: 0;
    }

.activity-list .img-single img {
    width: 50%;
}

.uploadphoto-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

    .uploadphoto-list li {
        width: 20%;
        float: left;
    }

        .uploadphoto-list li a {
            display: block;
            margin-right: 5px;
        }

.follower-list {
    padding: 10px 10px 0 10px;
}

    .follower-list .media {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

        .follower-list .media:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

    .follower-list .fa {
        margin-right: 5px;
        width: 16px;
        text-align: center;
    }

    .follower-list .media-object {
        margin-right: 10px;
    }

.follower-name {
    color: #333;
    margin: 5px 0 0 0;
    font-size: 18px;
    margin-bottom: 5px;
}

.events .media {
    margin-bottom: 20px;
}

.events .media-object {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.events-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .events-list .media-body {
        font-size: 13px;
    }

.event-body small {
    display: block;
}

    .event-body small .fa {
        margin-right: 5px;
        width: 14px;
        text-align: center;
    }

.event-body p {
    margin-top: 10px;
}

.event-title {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: normal;
}



/***** 9.6 SEARCH RESULTS *****/

.nav-file-type > li > a {
    color: #666;
}

    .nav-file-type > li > a > i {
        width: 16px;
        margin-right: 5px;
        color: #333;
    }

.nav-file-type > li.active > a,
.nav-file-type > li.active > a:hover {
    background-color: #4e5154;
}

    .nav-file-type > li.active > a > i {
        color: #fff;
    }

.results-list .media {
    border-bottom: 1px solid #eee;
}

.results-list .media-object {
    width: 125px;
    margin-right: 10px;
}

.results-list .filename {
    margin: 0;
    font-size: 16px;
}

.results-list .media-body {
    line-height: 18px;
}

.pagination-search {
    margin-bottom: 10px;
    margin-top: 0;
}



/***** 9.7 SIGN IN/UP PAGE *****/

body.signin {
    background-color: #337ab7;
}

.panel-signin,
.panel-signup {
    margin: 100px auto 0 auto;
}

.panel-signin {
    width: 400px;
}

.panel-signup {
    width: 500px;
}

.panel-userregister {
    width: 700px;
    margin: 50px auto 0 auto;
}

    .panel-userregister .panel-body {
        padding: 10px 40px;
        -moz-box-shadow: 8px 15px 60px rgba(0,0,0,0.45);
        -webkit-box-shadow: 8px 15px 60px rgba(0,0,0,0.45);
        box-shadow: 8px 15px 60px rgba(0,0,0,0.45);
    }

.panel-signin .panel-body,
.panel-signup .panel-body {
    padding: 40px;
    -moz-box-shadow: 8px 15px 60px rgba(0,0,0,0.45);
    -webkit-box-shadow: 8px 15px 60px rgba(0,0,0,0.45);
    box-shadow: 8px 15px 60px rgba(0,0,0,0.45);
}

.panel-signin .panel-footer,
.panel-signup .panel-footer {
    padding-left: 40px;
    padding-right: 40px;
}


/***** 9.8 LOCKED SCREEN ********/

.locked {
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

.lockedpanel {
    width: 280px;
    margin: 10% auto 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .lockedpanel .loginuser {
        text-align: center;
    }

    .lockedpanel .logged {
        margin-top: 20px;
    }

        .lockedpanel .logged h4 {
            margin: 0;
            font-size: 21px;
            color: #333;
        }

    .lockedpanel form {
        margin-top: 20px;
    }

        .lockedpanel form .btn {
            display: block;
            margin-top: 10px;
        }



/********* 10. DASHBOARD STYLES **********/
/*****************************************/

.flotLegend {
    margin-bottom: 10px;
}

    .flotLegend table tr td {
        padding-right: 5px;
    }

.row-stat .panel .panel-heading {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.panel-icon {
    background: rgba(255,255,255,0.9);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
}

    .panel-icon .fa {
        color: #000;
        font-size: 36px;
        padding: 12px 0 0 19px;
    }

.panel-bluegreen .panel-icon .fa {
    color: #03c3c4;
}

.panel-violet .panel-icon .fa {
    color: #905dd1;
}

.panel-blue .panel-icon .fa {
    color: #008299;
}

.row-stat .md-title {
    opacity: 0.6;
    font-size: 12px;
    margin-bottom: 5px;
}

.row-stat h1 {
    margin-bottom: 0;
}

.row-stat hr {
    opacity: 0.3;
    margin: 15px 0 0 0;
    border-width: 2px;
}

.panel-icon .fa-money, .panel-icon .fa-shopping-cart {
    padding: 12px 0 0 10px;
}

.panel-icon .fa-user, .panel-icon .fa-globe {
    padding: 12px 0 0 15px;
}

.panel-icon .fa-envelope {
    padding: 12px 0 0 12px;
}

.sublabel {
    font-size: 11px;
    display: block;
    margin-bottom: 3px;
}

.flotChart {
    width: 100%;
    height: 200px;
}

#bar-chart {
    height: 250px;
}



/********** 11. LEFT MENU COLLAPSE **********/
/********************************************/

.headerwrapper.collapsed .header-left {
    position: relative;
    left: -168px;
}

.headerwrapper.collapsed .header-right {
    margin-left: 61px;
}

.mainwrapper.collapsed:before {
    width: 61px;
}

.mainwrapper.collapsed .mainpanel {
    margin-left: 61px;
}

.mainwrapper.collapsed .leftpanel {
    width: 61px;
}

.mainwrapper.collapsed .leftpanel-title {
    display: none;
}

.mainwrapper.collapsed .profile-left {
    /*min-height: 0;*/
    padding-left: 10px;
}

    .mainwrapper.collapsed .profile-left .profile-thumb {
        margin: 12px 0 0 0;
    }

        .mainwrapper.collapsed .profile-left .profile-thumb img {
            width: 30px;
        }

    .mainwrapper.collapsed .profile-left .media-body {
        display: none;
    }

.mainwrapper.collapsed .nav {
    /*margin-top: 20px;*/
}

    .mainwrapper.collapsed .nav > li > a {
        padding-left: 20px;
    }

    .mainwrapper.collapsed .nav > li.nav-hover:not(.active) > a {
        background-color: #f7f7f7;
    }

    .mainwrapper.collapsed .nav > li > a > span:not(.badge) {
        position: absolute;
        width: 190px;
        z-index: 100;
        background-color: #f7f7f7;
        border: 1px solid #e7e7e7;
        border-bottom: 0;
        display: block;
        top: -1px;
        left: 60px;
        padding: 12px 10px 0 10px;
        border-left: 0;
        height: 46px;
        display: none;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

    .mainwrapper.collapsed .nav > li.parent > a > span:not(.badge) {
        -moz-border-radius: 0 3px 0 0;
        -webkit-border-radius: 0 3px 0 0;
        border-radius: 0 3px 0 0;
    }

    .mainwrapper.collapsed .nav > li > a > span.badge {
        position: absolute;
        top: 12px;
        right: -170px;
        z-index: 200;
        display: none;
    }

    .mainwrapper.collapsed .nav > li.active > a > span.count-indicator {
        height: 64px !important;
        padding-top: 25px !important;
    }

    .mainwrapper.collapsed .nav > li > a > span.count-indicator {
        padding: 24px 10px 0 10px !important;
        height: 65px !important;
    }

    .mainwrapper.collapsed .nav > li.active > a > span:not(.badge) {
        background-color: #008299;
        border: 0;
        height: 44px;
        top: 0;
    }

    .mainwrapper.collapsed .nav > li.parent:after {
        display: none;
    }

    .mainwrapper.collapsed .nav > li.nav-hover > a > span {
        display: block;
    }

    .mainwrapper.collapsed .nav > li.nav-hover > .children {
        display: block !important;
    }

    .mainwrapper.collapsed .nav > li.parent .children {
        position: absolute;
        z-index: 100;
        background-color: #fff;
        left: 61px;
        width: 189px;
        border: 1px solid #e7e7e7;
        border-top: 0;
        border-left: 0;
        display: none;
    }

        .mainwrapper.collapsed .nav > li.parent .children > li > a {
            padding-left: 10px;
        }



/********** 12. CUSTOM STYLES **********/
/***************************************/


.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb9 {
    margin-bottom: 9px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.noborder {
    border: 0;
}

.height200 {
    height: 200px;
}

.height300 {
    height: 300px;
}

.width40p {
    width: 40%;
}

.width50p {
    width: 50%;
}

.width60p {
    width: 60%;
}

.width80p {
    width: 80%;
}

.width90p {
    width: 90%;
}

.width95p {
    width: 95%;
}

.width100p {
    width: 100%;
}

.width50 {
    width: 50px;
}

.width100 {
    width: 100px;
}

.width110 {
    width: 110px;
}

.width125 {
    width: 125px;
}

.width130 {
    width: 130px;
}

.width150 {
    width: 150px;
}

.width200 {
    width: 200px;
}

.width300 {
    width: 300px;
}

.text-black {
    color: #000;
}

.inline-block {
    display: inline-block;
}



/********** 13. MEDIA QUERIES **********/
/***************************************/


@media screen and (max-width: 1024px) {

    body {
        width: 100%;
        overflow-x: hidden;
    }

    /* indicator that page is 1024 */
    .logo {
        position: relative;
    }

    /* dashboard */
    .row-dashboard .col-md-6 {
        float: none;
        width: auto;
    }

    /* wizard */
    .contentpanel-wizard .row .col-md-6 {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 768px) {

    body {
        position: relative;
    }

    .logo {
        position: static;
    }

    .headerwrapper .header-left,
    .headerwrapper .header-right {
        position: relative;
    }

    .headerwrapper .header-left {
        z-index: 3000;
        margin-left: -168px;
    }

    .headerwrapper .header-right {
        width: 100%;
        margin-left: 0;
    }

    .leftpanel,
    .mainwrapper:before {
        display: none;
    }

    .mainpanel {
        width: 100%;
        margin-left: 0;
    }

    .show-left .headerwrapper .header-left {
        margin-left: 0;
    }

    .show-left .headerwrapper .header-right {
        margin-left: 230px;
    }

    .show-left .mainwrapper {
        overflow: hidden;
    }

        .show-left .leftpanel,
        .show-left .mainwrapper:before {
            display: block;
        }

    .show-left .leftpanel {
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100%;
        overflow-y: auto;
    }

        .show-left .leftpanel .profile-left {
            margin-top: 60px;
        }

    .show-left .mainpanel {
        margin-left: 230px;
    }

    .weather-full-info ul li {
        width: 15.75%;
    }

    .today-status {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {

    /* media manager */
    .media-options div.pull-left,
    .media-options div.pull-right {
        float: none !important;
        width: auto !important;
    }

    .media-options div.pull-left {
        margin-bottom: 20px !important;
    }

    .contentpanel-mediamanager .col-sm-9,
    .contentpanel-mediamanager .col-sm-3 {
        float: none;
        width: auto;
    }

    .media-manager-sidebar {
        padding-left: 0;
    }

    /* table */
    .dataTables_wrapper .row .col-xs-6 {
        float: none;
        width: auto;
        text-align: center;
    }

    div.dataTables_paginate {
        float: none !important;
        margin-top: 10px !important;
    }

    .panel-signin {
        margin: 20px auto;
    }

    .panel-signup {
        margin: 20px;
        width: auto;
    }

    /* wizard */
    .nav-wizard {
        background: none;
    }

        .nav-wizard > li {
            margin: 0 !important;
        }

            .nav-wizard > li > a,
            .nav-wizard > li:first-child > a,
            .nav-wizard > li:last-child > a {
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }

                .nav-wizard > li > a:before,
                .nav-wizard > li > a:after {
                    display: none;
                }
}


@media screen and (max-width: 480px) {

    .btn-group-notification .dropdown-menu {
        margin-right: -62px;
    }

    .headerwrapper .header-right .btn-group-notification .dropdown-menu:after {
        right: 75px;
    }

    .notfoundpanel {
        width: auto;
    }

        .notfoundpanel h3 {
            font-size: 18px;
        }

    .leftpanel .profile-left {
        min-height: 0;
        height: 70px;
        padding: 10px;
    }

        .leftpanel .profile-left .profile-thumb img {
            width: 40px;
        }

        .leftpanel .profile-left .media-heading {
            margin-top: 7px;
        }

    .pageheader {
        padding: 10px;
        height: 70px;
    }

    .contentpanel {
        padding: 10px;
    }

    .weather-full-info ul li {
        width: 30%;
        margin-bottom: 10px;
    }

    .today-status {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 360px) {

    .pageheader h4 {
        font-size: 24px;
    }

    .form-search {
        position: relative;
    }

    .headerwrapper .header-right .form-search {
        display: none;
    }

    .leftpanel .form-search {
        margin: 10px 10px 10px 10px;
    }

    .headerwrapper .header-right .btn-group-notification .dropdown-menu {
        min-width: 340px;
        margin-right: -103px;
    }

    .headerwrapper .header-right .btn-group-messages .dropdown-menu {
        min-width: 340px;
        margin-right: -41px;
    }

    .headerwrapper .header-right .btn-group-notification .dropdown-menu:after {
        right: 115px;
    }

    .headerwrapper .header-right .btn-group-messages .dropdown-menu:after {
        right: 50px;
    }

    /* messages */
    .msg-list > li .sender {
        line-height: normal;
    }

    /* notfound */
    .notfoundpanel {
        margin: 20px;
    }

        .notfoundpanel h1 {
            font-size: 150px;
            line-height: 150px;
        }

        .notfoundpanel h3 {
            font-size: 16px;
        }

        .notfoundpanel p {
            font-size: 13px !important;
        }

        .notfoundpanel .form-control {
            width: 200px;
            float: none;
            margin: auto;
        }

        .notfoundpanel .btn {
            margin-top: 5px;
            width: 250px;
        }

    .media-options .btn-group {
        margin-bottom: 10px;
    }

    .btn-invoice .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .fc-header tr td {
        display: table-row;
        width: 100%;
    }

    .fc-header-center {
        text-align: left !important;
    }

    .fc-header-title {
        text-align: left;
        margin-bottom: 10px;
    }

    .panel-signin {
        width: auto;
        margin: 20px;
    }

        .panel-signin .panel-footer {
            padding-left: 20px;
            padding-right: 20px;
        }

            .panel-signin .panel-footer .btn {
                font-size: 13px;
            }

    .panel-signup .pull-left,
    .panel-signup .pull-right {
        float: none !important;
    }

    .panel-signup .btn.btn-success {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {

    .pageheader h4 {
        font-size: 20px;
    }

    .pageheader .breadcrumb {
        margin-top: 5px;
    }

    .headerwrapper .header-right .btn-group-notification .dropdown-menu {
        min-width: 300px;
        margin-right: -103px;
    }

    .headerwrapper .header-right .btn-group-messages .dropdown-menu {
        min-width: 300px;
        margin-right: -41px;
    }

    .headerwrapper .header-right .btn-group-notification .dropdown-menu:after {
        right: 115px;
    }

    .headerwrapper .header-right .btn-group-messages .dropdown-menu:after {
        right: 50px;
    }

    .panel-signin .panel-footer .btn {
        font-size: 11px;
    }

    .panel-signin .panel-body,
    .panel-signup .panel-body {
        padding: 30px 20px;
    }
}

.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

ul.checktree-root, ul#tree ul {
    list-style: none;
}

    ul.checktree-root label {
        font-weight: normal;
        position: relative;
    }

        ul.checktree-root label input {
            position: relative;
            top: 2px;
            left: -5px;
        }

.site-client-box {
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
}

.tree-table li {
    list-style: none;
    padding-top: 5px;
}

    .tree-table li img {
        cursor: pointer;
    }

    .tree-table li a {
        font-weight: normal;
    }

        .tree-table li a:hover {
            text-decoration: underline;
        }

        .tree-table li a i {
            padding-right: 2px;
        }


.loading {
    position: fixed;
    padding: 10px;
    top: 10px;
    left: 50%;
    /*width: 150px;
    height: 60px;*/
    /*background-image: url(../images/loaders/loader6.gif);*/
    background-color: #C3BA45;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    background-repeat: no-repeat;
    z-index: 10000001;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.loading-back-ground {
    z-index: 8888;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #ddd;
    top: 0px;
    left: 0px;
}

.mandatory {
    color: red;
    padding-left: 3px;
}

.comment-header {
    color: #666;
}

/****************Dashboard  ************************************************************************/

.setting-icon {
    font-size: 32px;
    cursor: pointer;
}

.ylabel {
    text-align: left;
    margin-top: 100px;
    margin-right: 5px;
    position: absolute;
    z-index: 5;
}

#divUploadCOI, #divPorjectUploadCOI {
    min-width: 220px;
    box-shadow: 3px 3px 2px rgba(0,0,0,0.45);
    margin-top: 5px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border-color: #D6E9C6;
}

.dropdown-menu-arrow {
    top: -25px;
    left: 90%;
    width: 0;
    height: 0;
    position: relative;
}

    .dropdown-menu-arrow:before,
    .dropdown-menu-arrow:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-width: 7px 8px;
        border-style: solid;
        border-color: transparent;
        z-index: 1001;
    }

    .dropdown-menu-arrow:after {
        bottom: -18px;
        right: -8px;
        border-bottom-color: #fff;
    }

    .dropdown-menu-arrow:before {
        bottom: -17px;
        right: -8px;
        border-bottom-color: rgba(0,0,0,.15);
    }

.dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#sortable li.listheader {
    background-color: #008299;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    min-width: 220px;
    -moz-box-shadow: 3px 3px 2px rgba(0,0,0,0.45);
    -webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.45);
    box-shadow: 3px 3px 2px rgba(0,0,0,0.45);
    margin-top: 0px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border-color: #D6E9C6;
}


    #sortable li a {
        font-size: 12px;
        padding: 8px 15px;
        color: #555;
        -moz-transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

    #sortable li {
        margin: 1px 1px 1px 1px;
        /*padding: 5px;*/
        font-size: 12px;
        position: relative;
        background-color: #fff;
        color: #003160;
        /* #E4E7EA;*/
        line-height: 1.2em;
    }

    #sortable:after {
        border-bottom: 6px solid #fff;
        border-left: 6px solid rgba(0,0,0,0);
        border-right: 6px solid rgba(0,0,0,0);
        content: '';
        display: inline-block;
        position: absolute;
        top: -6px;
        right: 10px;
    }

    #sortable .divider {
        margin: 5px 0;
    }

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
}

.ui-state-default {
    border: 1px solid #d3d3d3;
    background-color: #e6e6e6;
    font-weight: normal;
    color: #555555;
    height: 35px;
}

#legend div {
    width: 5px;
    height: 15px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

#SDriverslegend span {
    width: 15px;
    height: 15px;
    white-space: nowrap;
}

#SDriverslegend div {
    width: 5px;
    height: 15px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

#legend span {
    width: 15px;
    height: 15px;
    white-space: nowrap;
}

#Slegend div {
    width: 5px;
    height: 15px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

#Slegend span {
    width: 15px;
    height: 15px;
    white-space: nowrap;
}

.chart {
    width: 800px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.fullchart {
    width: 100%;
    height: 200px;
}


.smallchart {
    width: 500px;
    height: 200px;
}


.collapse-expand {
    padding: 5px;
    font-size: 12px;
}

    .collapse-expand a {
        text-decoration: underline !important;
    }

.widget-title {
    font-weight: bold;
    font-size: 12px;
    color: black;
    text-transform: uppercase;
}

.panel-right {
    position: absolute;
    top: 4px;
    right: 10px;
    float: right;
}


.legend {
    list-style: none;
}

    .legend li {
        float: left;
        margin-right: 10px;
        vertical-align: bottom;
    }

    .legend span {
        border: 1px solid transparent;
        float: left;
        width: 12px;
        height: 12px;
        margin: 2px;
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 3px 3px 3px 3px;
    }

.treebusinesselement {
    color: #2c1392 !important;
}

    .treebusinesselement:hover {
        font-weight: bold;
        color: #2c1392;
    }

.treesiteelement {
    color: #11630a !important;
}

    .treesiteelement:hover {
        font-weight: bold;
        color: #11630a;
    }

.treemeterelement {
    color: #f00 !important;
}

    .treemeterelement:hover {
        font-weight: bold;
        color: #f00;
    }

.legendborder {
    border-bottom: 1px solid #d5cfcf;
    padding-top: 5px;
}

.legendmaindiv {
    height: 30px;
    padding-top: 5px;
    clear: both;
}

.legendbusinesscolorbox {
    margin-top: 3px;
    margin-right: 3px;
    width: 10px;
    height: 12px;
    background-color: #2c1392;
    float: left;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.legendbusiness {
    width: 80px;
    float: left;
    font-size: 12px;
}

.legendsitecolorbox {
    margin-top: 3px;
    margin-right: 3px;
    width: 10px;
    height: 12px;
    background-color: #11630a;
    float: left;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.legendsite {
    width: 60px;
    float: left;
    font-size: 12px;
}

.legendmetercolorbox {
    margin-top: 3px;
    margin-right: 3px;
    width: 10px;
    height: 12px;
    background-color: #f00;
    float: left;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.legendmeter {
    width: 80px;
    float: left;
    font-size: 12px;
}

.highlightnode {
    background-color: #d7e616 !important;
}

.link-buton {
    text-decoration: underline;
    font-size: 12px;
}

.link-red {
    text-decoration: underline;
    color: red !important;
}

    .link-red:hover {
        text-decoration: none;
        color: red !important;
    }

.divPopup {
    display: none;
    padding: 15px;
    background-color: #ffffff !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    min-width: 500px;
    min-height: 300px;
    transition: 0.5s ease-in-out;
}

.divPopupHeading {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    font-family: Calibri, Verdana, Geneva, sans-serif;
}

.popup-heading-bottom-border {
    padding-bottom: 5px;
    border-bottom: 1px solid #b1a9a9;
}

.clsDivLoading {
    display: none;
}

.lnkBacktoList:hover {
    text-decoration: underline;
    cursor: pointer;
}

.LOB thead tr td {
    text-align: center;
    color: #444;
    font-weight: bold;
    padding: 3px;
}

.Insurer thead tr td {
    text-align: center;
    color: #444;
    font-weight: bold;
}

.Contacts {
    min-width: 100px;
}

.header-account-name {
    color: white;
    font-size: x-large;
}

.certificate-request-color {
    color: #f34909;
}

.tooltip-info {
    color: #7FBA00;
}

.div-success {
    color: #4fbd3b;
    font-weight: bold;
}

.hide_column {
    display: none;
}

.link-green {
    text-decoration: underline;
    color: #4fbd3b !important;
}

    .link-green:hover {
        text-decoration: none;
        color: #4fbd3b !important;
    }

.spanProcessing {
    font-weight: bold;
    color: #4fbd3b;
}

.accordian-header {
    background-color: #ddeec4;
    padding: 17px 10px;
    font-size: 11px;
    color: #555;
    font-weight: bold;
    cursor: pointer;
    border-radius: 8px !important;
}

.accordian-header-active {
    background-color: #ddeec4;
    /*background-color: #286090;*/
    padding: 17px 10px;
    font-size: 11px;
    color: #555;
    font-weight: bold;
    cursor: pointer;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}


.accordian-body {
    clear: both;
    background-color: #fcfcfc;
    padding-top: 8px;
    padding-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 11px;
}

.spacer-2px {
    clear: both;
    height: 2px;
    width: 100%;
}

.spacer-3px {
    clear: both;
    height: 3px;
    width: 100%;
}

.spacer-5px {
    clear: both;
    height: 5px;
    width: 100%;
}

.spacer-10px {
    clear: both;
    height: 10px;
    width: 100%;
}

.spacer-20px {
    clear: both;
    height: 20px;
    width: 100%;
}

.spacer-30px {
    clear: both;
    height: 30px;
    width: 100%;
}

.spacer-50px {
    clear: both;
    height: 50px;
    width: 100%;
}

.spacer-80px {
    clear: both;
    height: 80px;
    width: 100%;
}


.txt-instr {
    max-width: 30px;
    text-transform: uppercase;
    text-align: center;
}

.clear-both {
    clear: both !important;
}

.bottom-padding-15 {
    padding-bottom: 15px;
}

.bottom-padding-5 {
    padding-bottom: 5px !important;
}

.comments-border {
    border: 1px solid #dae4f2;
    border-radius: 6px;
    padding: 5px;
}

.float-left {
    float: left;
}

.hidden {
    display: none;
}

.add-link {
    font-weight: bold;
    font-size: 11px;
    color: #337ab7;
    text-decoration: underline;
}

    .add-link:hover {
        color: #337ab7;
    }

.delete-link {
    font-weight: bold;
    font-size: 11px;
    color: red;
    text-decoration: underline;
}

    .delete-link:hover {
        color: red;
    }

.outer-layout-header {
    background-color: #008299;
    height: 60px;
    width: 100%;
    z-index: 1000;
    vertical-align: middle;
}

.outer-layout-account-name {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
}

.outer-layout-login {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

    .outer-layout-login:hover {
        color: #fff;
    }

.top-padding-20 {
    padding-top: 20px;
}

.top-padding-15 {
    padding-top: 15px;
}

.top-padding-10 {
    padding-top: 10px;
}

.top-padding-5 {
    padding-top: 5px;
}

.top-padding-4 {
    padding-top: 4px;
}

.top-padding-3 {
    padding-top: 3px;
}

.left-padding-10 {
    padding-left: 10px !important;
}


.outer-layout-warning {
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.outer-layout-message {
    color: #4ebb1b;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.warning-message {
    color: red;
    background-color: #f9edbe;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 13px;
}

.info-message {
    background-color: #dfedbc;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 12px;
}

.flow-chart-arrow {
    background-color: #999;
}

.flow-chart-box {
    background-color: #4cbb4b;
    font-weight: bold;
    float: left;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-align: left;
    height: 65px;
    width: 155px;
}

    .flow-chart-box:hover {
        background-color: #f0ad4e;
        font-weight: bold;
        float: left;
        border-radius: 10px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
        text-align: left;
        height: 65px;
        width: 155px;
    }

.flow-chart-arrow-line {
    width: 50px;
    height: 50px;
    float: left;
    padding-top: 28px;
    padding-left: 10px;
}

    .flow-chart-arrow-line div {
        background-color: #999;
        height: 4px;
    }


.flow-chart-arrow-pointer {
    width: 23px;
    height: 65px;
    float: left;
    padding-top: 23px;
}

    .flow-chart-arrow-pointer div {
        border-left: 14px solid #999;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }


.text-align-center {
    text-align: center;
}

.line-seperator {
    border-top: 1px solid #e7e7e7;
}

.thick-line-seperator {
    border-top: 1px solid #2f2c2c;
}

.belongs-to-label {
    color: #fff;
    width: 64px;
    background-color: #999;
    text-align: center;
    float: right;
    font-size: 9px;
    border-radius: 6px;
}

.TrialFreeColor {
    color: #20b14a;
}

.logo {
    text-align: center;
}

.logo-text {
    color: #48d89a;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.highlight-lob tr td {
    background-color: #f5e8e8 !important;
}

.bottom-border {
    border-bottom: 1px solid #ccc;
}

.font-bold {
    font-weight: bold;
}

.floating-buttons-main-div {
    width: 100%;
    height: 30px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    background-color: #f5f3af;
    padding-top: 5px;
    padding-right: 30px;
}

.floating-link {
    color: #fff;
    text-decoration: underline;
}

    .floating-link:hover {
        color: #fff;
    }

.link-Black {
    text-decoration: underline;
    color: #000 !important;
    cursor: pointer;
}

    .link-Black:hover {
        text-decoration: none;
        color: #000 !important;
    }

.floating-pdf {
    position: fixed;
    top: 70px;
    bottom: 0px;
    right: 5px;
    z-index: 999;
    background-color: #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
}

.demo-floating-pdf {
    top: 0px;
    bottom: 0px;
    right: 5px;
    z-index: 999;
    background-color: #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
}

.import-filename-completed {
    color: #409adc;
}

.tooltip-link {
    color: #fff;
    cursor: pointer;
}

    .tooltip-link:hover {
        color: #fff;
        text-decoration: underline;
    }

.div-warning-message {
    background-color: #e28787;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.div-additional-text {
    padding-top: 2px;
    font-size: 12px;
}

.text-grey {
    color: grey;
}

.text-red {
    color: red;
}

.text-curious-blue {
    color: #337AB7;
}

.layout-help-link {
    padding: 2px 8px;
    background-color: #5cb85c !important;
    color: #fff !important;
    font-size: 13px !important;
    border-radius: 2px;
}

.warning-icon {
    color: #fcdd24 !important;
    font-size: 15px !important;
}


.help-link {
    color: #2e2cc3;
    font-weight: bold;
    text-decoration: underline;
}


.doc-link {
    font-size: 18px !important;
}

.doc-link-coi {
    color: #e28787;
    font-size: 18px !important;
}

.div-colorbox {
    padding-top: 4px;
    float: left;
    width: 15px;
}

.colorbox-red {
    width: 12px;
    height: 12px;
    background-color: red;
    float: left;
}

.colorbox-green {
    width: 12px;
    height: 12px;
    background-color: green;
    float: left;
}

.colorbox-orange {
    width: 12px;
    height: 12px;
    background-color: orange;
    float: left;
}

.dot-red {
    height: 10px !important;
    width: 10px !important;
    background-color: red;
    border-radius: 100%;
    display: inline-block;
}

.dot-green {
    height: 10px !important;
    width: 10px !important;
    background-color: green;
    border-radius: 100%;
    display: inline-block;
}

.dot-orange {
    height: 10px !important;
    width: 10px !important;
    background-color: orange;
    border-radius: 100%;
    display: inline-block;
}

.dot-gray {
    height: 10px !important;
    width: 10px !important;
    color: gray;
    border: 1px solid;
    border-radius: 100%;
    display: inline-block;
}

.dot-darkmagenta {
    height: 10px !important;
    width: 10px !important;
    background-color: #8156F0;
    border-radius: 100%;
    display: inline-block;
}

.sub-heading {
    color: #cf0303;
    margin: 0;
    margin-bottom: 5px;
    font-size: 13px;
}

.sub-heading-orange {
    color: #fb9402;
    margin: 0;
    margin-bottom: 5px;
    font-size: 13px;
}

.sub-heading-coverage {
    color: #008299;
    margin: 0;
    margin-bottom: 5px;
    font-size: 13px;
}

.notification-header {
    color: #FFF;
    padding: 3px 10px !important;
    background-color: rgba(0,0,0,0.1) !important;
    cursor: pointer;
    border-radius: 10px;
}

.Notification_Panel {
    float: left;
    margin-top: 9px;
}

.notifications-link {
    background: url('../Images/notification_new.png') no-repeat center center;
    width: 17px;
    height: 19px;
    padding: 0;
    margin: 0 11px 0 11px;
    position: relative;
    display: block;
}

.Notification-Count {
    background: #921313;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    font-family: "Helvetica Neue", Helvetica,Arial,"lucida grande",sans-serif;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    min-width: 11px;
    color: #F5F5F5;
    padding: 0;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    position: absolute;
    display: none;
    top: -4px;
    left: 12px;
    height: 16px;
    line-height: 16px;
}

.Notification-Popup {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #E0E4E7;
    border-radius: 3px;
    box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.4);
    max-width: 350px;
    padding: 0;
    width: 400px;
    z-index: 99999;
    position: fixed;
    font-size: 12px;
    text-align: left;
    display: none;
}

.Notification-Close {
    background: url('../Images/NotificationArrow.png') repeat scroll -16px -1px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 11px;
    position: absolute;
    right: 6px;
    top: 8px;
    width: 10px;
}

.CloseNotification {
    background: url('../Images/Search_Close.png') no-repeat scroll 1px 1px transparent;
    cursor: pointer;
    display: block;
    height: 11px;
    position: absolute;
    right: 3px;
    top: 1px;
    width: 10px;
}

    .CloseNotification:hover {
        background-color: #F2F2F2;
    }

.Notification-Arrow {
    border: 7px solid rgba(0, 0, 0, 0);
    border-bottom-color: #FFF;
    height: 0;
    right: 14px !important;
    top: -13px;
    width: 0;
    position: absolute;
    background: url('../Images/NotificationArrow.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: none;
    display: block;
}

.Notification-Head {
    border-bottom: 1px solid #DBDDDE;
    font-size: 13px;
    font-weight: bold;
    padding: 7px;
    color: #04579F;
    text-transform: uppercase;
}

.Notifications-list {
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
    padding: 0;
    min-height: 200px;
    max-height: 300px;
    overflow: auto;
    text-overflow: ellipsis;
}

    .Notifications-list li {
        padding: 8px 10px;
        border-bottom: 1px solid #F2F2F2;
        cursor: default;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
    }

        .Notifications-list li:hover {
            background-color: #F3F9FD;
        }

.NotiName {
    position: relative;
    color: #0A4A82;
    white-space: pre-line;
}

.NotiDesc {
    color: #959595;
    font-size: 11px;
}

.underline {
    cursor: pointer;
}

.underline:hover {
    text-decoration: underline;
}


.batch-detail-delete-link {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    padding: 2px 8px;
    font-size: 10px;
    float: right;
    font-weight: normal !important;
}

    .batch-detail-delete-link:hover {
        color: #fff;
    }


.draggable {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.dropped {
    position: static !important;
}

.drop-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    margin: 4px;
    background-color: #637c90;
    overflow: hidden;
    color: #fff;
}

.drop-source {
    border: 1px solid #eddddd;
    min-height: 220px;
    border-radius: 5px;
}

.drop-actual {
    border: 1px solid #eddddd;
    height: 40px;
    border-radius: 5px;
}

.drop-duplicate {
    border: 1px solid #eddddd;
    min-height: 140px;
    border-radius: 5px;
}

.title {
    font-weight: 700;
    color: #003160;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.sub-title {
    font-weight: 500;
    color: #008299;
    margin: 0;
    font-size: 14px;
}

.span-info {
    font-style: italic;
    font-size: 11px;
    font-weight: bold;
}

.sublimit-original {
    padding: 2px;
    border: 1px solid #999;
}

.sublimit-duplicate {
    background-color: #c0d598;
    padding: 2px;
    border: 1px solid #999;
}

.sublimit-conflict {
    background-color: #f25e5e;
    padding: 2px;
    border: 1px solid #999;
}

.div-terms-of-service {
    margin: 5px auto 0 auto;
    color: #fff;
    width: 400px;
    font-size: 11px;
}

.span-placeholder {
    color: #666;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

    .span-placeholder:hover {
        text-decoration: underline;
    }

/*This class is used to display inactive items in red color for dropdown. 
Dropdown items already had color attribute so to set red color we use !important property. 
*/
.inactiveProject {
    color: red !important;
}

a.missing-data-link:hover {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #207dba;
    cursor: pointer;
}

.missing-data-link {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #4e565c;
}

.a-missing-data-link {
    cursor: pointer;
    color: red;
    text-decoration: underline;
}

.a-underline {
    cursor: pointer !important;
    text-decoration: underline !important;
}

.blocks-date {
    font-family: inherit;
    font-size: 13px;
    color: #FFB940;
}

.ambest-green {
    color: #4fbd3b;
}

.ambest-red {
    color: red;
}

.text-green {
    color: green !important;
}

.footer-main {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: white;
}


.footer-content {
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    color: #368ce2;
}

    .footer-content:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.version-alert {
    width: 100%;
    /*border: 1px solid #bce9bc;*/
    background-color: #aef1ae;
    color: #504c4d;
    font-style: normal;
    font-family: inherit; /*"Helvetica Neue", Helvetica, Arial, sans-serif;*/ /*modified by RAZAD 04-09-2015*/
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 2% 2% 2% 2%;
}

    .version-alert a {
        color: #ffffff;
    }

.newversion-link {
    text-decoration: underline;
    color: #504c4d !important;
}

.optionGroup {
    font-weight: bold;
}

.optionChild {
    padding-left: 15px !important;
}

.db-progress-total-coverages {
    background-color: #337ab7 !important;
}

.db-progress-expired-coverages {
    background-color: rgb(215, 69, 69) !important;
}

.widget-height {
    height: 350px !important;
    margin-bottom: 15px !important;
}


/* Flot Chart */

.flot-tooltip,
#flotTip {
    position: absolute;
    color: #333;
    display: none;
    font-size: 12px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 3px 10px;
    background-color: #fff;
    z-index: 99999;
    font-weight: bold;
}


/*Demo Account*/

.demo-accordian-header {
    background-color: #f5f6f6;
    padding: 17px 10px;
    font-size: 14px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px !important;
    border: 1px solid #ddd;
    min-height: 54px;
}

.demo-accordian-header-active {
    background-color: #f5f6f6;
    padding: 17px 10px;
    font-size: 14px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px !important;
    border: 1px solid #ddd;
    min-height: 54px;
}


.demo-accordian-body {
    clear: both;
    background-color: #fcfcfc;
    padding-top: 8px;
    padding-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 13px;
    border: 1px solid #ddd;
}

.demo-loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    text-align: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.demo-load-heading {
    text-align: center;
    margin-top: 1%;
    font-size: 25px;
    color: #0a6dad;
}

.div-demo-load {
    text-align: center;
    margin-top: 1%;
    margin-left: 45%;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-20 {
    padding-top: 20px !important;
}

.demo-description {
    font: normal 30px/40px Source Serif Pro;
    font-size: 18px;
    color: #259025;
    font-family: Helvetica;
}

.demo-dropzone {
    min-height: 200px !important;
    margin-left: 15px;
    margin-right: 15px;
}

.demo-contact-info {
    font-size: 13px;
    color: #33f29c !important;
    font-family: Helvetica;
}

.demo-complete {
    color: #259025 !important;
    font-size: 25px;
    top: -9px;
    text-align: right;
}

.demo-records-count {
    display: inline-block;
    background-color: #e04d4d;
    border-color: #e04d4d;
    color: white;
    border-radius: 50%;
    width: 15px;
    height: 12px;
    font-size: 8px;
    text-align: center;
    position: relative;
    top: -2px;
}

/*Demo Account*/


.divTimeStamp {
    font-style: italic;
    font-weight: bold;
    font-size: 10px;
    padding-right: 10px;
    color: #3c763d;
}

.expired-policies-link {
    color: #cf0303;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

    .expired-policies-link:hover {
        color: #cf0303;
        text-decoration: none;
    }


.VideoPopup {
    display: none;
    padding: 15px;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-width: 900px;
    width: 900px;
    margin-left: -20px;
    top: 14% !important;
    position: fixed !important;
}

.Video_Pane {
    text-align: center;
    margin-top: -10px;
    width: 100%;
    vertical-align: top;
    float: left;
}


.switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    height: 27px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #29A9D0;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #29A9D0;
}

input:focus + .slider {
    box-shadow: 0 0 1px #29A9D0;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.lbl-resend-welcome-email {
    text-align: right;
    padding-bottom: 29px;
    font-size: 15px;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    margin-top: -48px;
}


/* Review Insurance Document*/

.aApproveSelectAll :hover {
    color: green !important;
}

.aRejectSelectAll :hover {
    color: red !important;
}

.aOverrideSelectAll :hover {
    color: orange !important;
}

.aNotApplicableSelectAll :hover {
    color: #2ab3f5 !important;
}

.aVerifiedAndApprovedSelectAll :hover {
    color: green !important;
}

.aVerifiedAndOCRSelectAll :hover {
    color: orange !important;
}

.aVerifiedAndExceptionSelectAll :hover {
    color: red !important;
}


.disabled {
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
}

/* Contact Import */
.StepsPageBG {
    width: 102%;
    display: inline-block;
    padding: 1px 1px 1px 1px;
    background-color: #ECEBE9;
}

.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .wizard a, .tabcontrol a {
        outline: 0;
    }

    .wizard ul, .tabcontrol ul {
        list-style: none !important;
        padding: 0;
        margin: 0;
    }

        .wizard ul > li, .tabcontrol ul > li {
            display: block;
            padding: 0;
        }

    /* Accessibility */
    .wizard > .steps .current-info, .tabcontrol > .steps .current-info {
        position: absolute;
        left: -999em;
    }

    .wizard > .content > .title, .tabcontrol > .content > .title {
        position: absolute;
        left: -999em;
    }

.ImportUploadShadowBlock {
    width: 100%;
    margin-top: 15px;
    float: left;
    line-height: 22px;
}

.Error_Icon {
    width: 13px;
    height: 13px;
    visibility: hidden;
    cursor: default;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 3px;
}

.Delete_Contact {
    width: 13px;
    height: 13px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 3px;
}

.Contact_Save {
    width: 18px;
    height: 16px;
    cursor: default;
    display: none;
}

.box-custom-lobs-warning {
    background-color: #ffd800;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
}

.clsnotRequestedLOB {
    background-color: #f3ebef !important;
}

.passwordMsg {
    color: #f54904e8;
}

.accordion-header {
    width: 100%;
    background-color: #1FB5AD;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.accordion-header-active {
    width: 100%;
    background-color: #008299;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.coilink-disabled {
    pointer-events: none;
    cursor: default;
}

.popup-scroll {
    max-width: 1100px;
    max-height: 80% !important;
    overflow-y: scroll;
}

.popup-header {
    background-color: #003160;
    padding: 5px;
    color: white;
    font-size: 15px;
    font-weight: bold !important;
}

.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.45);
    border-radius: 4px;
}

.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.45);
    border-radius: 4px;
}

.my-custom-theme {
    border-radius: 6px;
    border: 1px solid #808080;
    background-color: #FFF;
}

    .my-custom-theme .tooltipster-content {
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 16px;
        padding: 8px 10px;
        max-height: 300px !important;
        overflow-y: auto !important;
    }

.btn-small {
    padding: 0px 10px !important;
}

.padding-left-45 {
    padding-left: 45px;
}

.outer-box {
    border: 2px solid #4E7325;
    padding: 10px;
    border-radius: 10px;
}

.col-sm2 {
    width: 20%;
    position: relative;
    min-height: 1px;
    float: left;
}

.col-sm1 {
    width: 6%;
    position: relative;
    min-height: 1px;
    float: left;
}

.object {
    margin: 10px 0;
    display: table;
}

.centered {
    display: table-cell;
    vertical-align: initial;
    text-align: left;
}

svg.simple-flow-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

p.bubble {
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 1.4em;
    background-color: #4c4c4d;
    border: 2px solid #4c4c4d;
    border-radius: 30px;
    padding: 20px;
    color: #fff;
}

p.thought {
    width: 90%;
    border-radius: 200px;
    padding: 20px;
}

p.bubble:before,
p.bubble:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

p.thought:before,
p.thought:after {
    left: 20px;
    bottom: -30px;
    width: 40px;
    height: 40px;
    border: 2px solid #4c4c4d;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    background-color: #4c4c4d;
}

p.thought:after {
    width: 20px;
    height: 20px;
    left: 45px;
    bottom: -40px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.breadcrumb 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 li, .breadcrumb li a, .breadcrumb li span {
    display: inline-block;
}

    .breadcrumb li + li:before {
        padding: 0;
        content: "";
    }

    .breadcrumb li a, .spanParentMenuName {
        position: relative;
        color: #fff;
        text-decoration: none;
        background-color: #f2f2f2;
        border: 1px solid #f2f2f2;
        padding: 1px 10px;
    }

        .breadcrumb li a:after, .breadcrumb li a:before, .spanParentMenuName:after, .spanParentMenuName:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 11px solid transparent;
            border-bottom: 11px solid transparent;
        }

        .breadcrumb li a:before, .spanParentMenuName:before {
            right: -9px;
            z-index: 3;
            border-left-color: #f2f2f2;
            border-left-style: solid;
            border-left-width: 10px;
        }

        .breadcrumb li a:after, .spanParentMenuName:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #e6e6e6;
        }

        .breadcrumb li a:focus, .breadcrumb li a:hover, .spanParentMenuName:hover {
            background-color: #ccc;
            border: 1px solid #ccc;
        }

            .breadcrumb li a:focus:before, .breadcrumb li a:hover:before,
            .spanParentMenuName:focus:before, .spanParentMenuName:hover:before {
                border-left-color: #ccc;
            }

        .breadcrumb li a:active, .spanParentMenuName:active {
            background-color: #e6e6e6;
            border: 1px solid #e6e6e6;
        }

            .breadcrumb li a:active:after, .breadcrumb li a:active:before,
            .spanParentMenuName:active:after, .spanParentMenuName:active:before {
                border-left-color: #e6e6e6;
            }

    .breadcrumb li span:hover {
        text-decoration: underline !important;
    }

.spanParentMenuName {
    color: #333 !important;
    cursor: default !important;
}

.flow-divider {
    border-right: 2px solid #fff;
    padding-top: 5px;
    margin-top: 10px;
}

.flow-divider-after {
    padding-top: 15px;
}
/*p.speech:before {
	left: 30px;
	bottom: -50px;
	border: 25px solid;
	border-color: #333 transparent transparent #333;
}*/

p.speech:after {
    left: 68px;
    bottom: -30px;
    border: 15px solid;
    border-color: #4c4c4d #4c4c4d transparent transparent;
}

.hyperlink {
    color: #337ab7 !important;
}

    .hyperlink:hover {
        color: #337ab7 !important;
        text-decoration: underline !important;
    }

.expired-coverage-hyperlink:hover, .expired-coverage-hyperlink span:hover {
    color: red !important;
    text-decoration: underline !important;
}

.expired-coverage-hyperlink span, .expired-coverage-hyperlink {
    color: red !important;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 25px;
        height: 25px;
        background: #4CAF50;
        cursor: pointer;
    }

.slider {
    position: relative !important;
    cursor: pointer;
}

    .slider:before {
        position: relative;
        content: "";
        height: 25px;
        width: 25px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.document-tags {
    background-color: #4e5154;
    border-radius: 10px;
    padding: 5px 8px 6px 8px;
    color: #fff;
    margin-top: 10px;
    display: inline-block !important;
}

.label-while {
    color: #FFF;
}

.popup-title {
    background-color: #003160;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    padding: 5px;
}

.popup-control-title {  
    color: #333333 !important;
    font-size: 14px;
    font-weight: 700;
}
.popup-control {  
    color: #333333 !important;
    font-size: 14px;
    font-weight: normal;
}

.action-link-blue:hover {
    font-size: 14px;
    color: #337AB7;
    font-weight: normal;
    text-decoration: underline !important;
}
.action-link-blue:visited{
    color:#337AB7;
}

.action-link-red:hover{
    font-size: 14px;
    color: #FF0000 !important;
    font-weight: normal;
    text-decoration: underline !important;
}
.action-link-red:visited{
    color:#FF0000;
}

.tab-section-title {
    font-size: 14px;
    color: #003160;
    font-weight: 700;
    text-transform: uppercase;
}

.coverage-box {
    font-size: 12px;
    color: #333333 !important;
    font-weight: normal;
    background-color: #EEEEEE;
    outline-color:#DDDDDD;
}

.coverage-box-title {
    font-size: 14px;
    color: #333333 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.text-input-edit {  
    background-color: #FFFFFF;
    outline-color: #767676
}
.text-input-view {  
    background-color: #F7F7F7;
    outline-color: #C7C7C7;
}

 .divEmptyBox{
    display:block;
    width:100%;
    height:70px;
    background-color: #eee !important;
    padding-top:20px;
    }



.search-control{
    border-color:#CCC;
    height:30px;
}

.search-control-default{

    font-weight:normal;
}

.search-control-default:focus{
    color:#333;
    font-weight:normal;
}

.list-header{
    font-weight:bold;
}
 
.list-line{

}
.list-subline{
    font-size:12px;
    color:#808080;
}
.action-link-blue {
    color:#337AB7;
}

.action-link-red{
    color:#FF0000;
}

.body-text-bold{
    font-weight:bold;
}

.by-notes{
    font-size:10px;
    color:#3C763D;
    font-weight:bold;
    font-style:italic;
    padding-right:10px;
}

.divExceptionPopup {
    display: none;
    padding: 15px;
    background-color: #ffffff !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    min-width: 500px;
    transition: 0.5s ease-in-out;
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.divPopup {  min-height:auto !important; }
}
 /*QBPayment*/
#pbody {
    margin: 0 auto;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}

.panel-header {
    margin: 0 auto;
    width: 50%;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}
.secure {
    vertical-align: top;
    font-weight: bold;
    padding-right: 5px;
}
.fa-color {
    color: gold;
}
.cardInfo {
    background-color: #ffffff;
    margin-top: 30px;
    padding: 10px;
}
.cardheader {
    margin-bottom: 10px;
    color: #337ab7;
    font-weight: bold;
}
.validation_message {
    color: red;
    font-size: 10px;
}
.fa-angle {
    color: #337ab7;
    width: 20px;
}
.cards {
   width:120px;
}
.input-group {
    width: 100% !important;
}

.login-card {
    border-radius: 5.5px;
    box-shadow: #22744f;
    overflow: hidden;
    margin: 60px auto 0 auto;
    height: 634px;
}

.login-card-img {
    height: 624px;
    width: 480px;
    object-fit: cover;
    padding-top: 2px;
}

.login-card-footer {
    margin: 5px auto 0 auto;
    color: #fff;    
    font-size: 11px;
}

.card-body {
    width: 350px;
    margin: 100px auto 0 50px;
    padding: 10px;
}

.pie-label {
    font-size: 9pt;
    padding: 2px;
    font-weight: 700;
}

.unpaid-invoice-alert {
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    padding-top: 5px;
    position: fixed;
    width: 85%;
    padding-left:435px;

}

.unpaid-invoice-message {
    color: #f10101;
    background-color: #dfedbc;
    padding: 5px;
}


/*hide show columns*/
#Grid_Columns_Wrapper {
    display: inline-block;
    float: left;
}

.columnSelectorWrapper {
    position: relative;
    display: inline-block;
    float: right;
}

#showDataTableColumns {
    cursor: pointer;
    padding: 2px 5px 0 5px;
    background: #ffffff !important;
}

.contactDataTableColumns #dataTableColumns {
    width: 215px;
    right: -15%;
}

.columnSelector {
    display: none;
    right: -60%;
    z-index: 3000;
    margin-top: 1%;
}

.columnSelector {
    width: 150px;
    position: absolute;
    top: 30px;
    padding: 10px;
    background: #fff;
    border: #c4c4c4 1px solid;
    border-radius: 5px;
}

    .columnSelector label {
        display: block;
    }

.columnSelector {
    color: #000;
}

    .columnSelector input {
        margin-right: 5px;
    }

#dataTableColumns label {
    line-height: 25px !important;
    text-align: left !important;
}

#showDataTableColumns {
    cursor: pointer;
}

.activityDataTableColumns #dataTableColumns {
    width: 120px;
    right: -120%;
}

#orderColumns td:first-child {
    cursor: pointer !important;
}

.Link_Gray {
    background-color: #1B4770;
    border: #1B4770 1px solid;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.Light_Gray {
    background-color: #e4e7ea;
    border: #1B4770 1px solid;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    color: #1B4770;
    text-transform: uppercase;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.custom-combobox-input {
    width: 100% !important;
    background-color: white;
    outline: #fff 1px solid;
    height: 31px;
}

.ui-menu {
    display: block;
    max-height: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 33px;
    font-size: 14px !important;
}

.ui-menu-item :hover {
    background-color: #5897fb;
    text-decoration: none;
    color: white;
}

.login-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}
