
* {
    outline: none !important;
    -moz-outline: none !important;
}
/* Main */
body {
    overflow-x: hidden;
    margin-top: -10px;
    background: #007BC1;
}

a:hover {
    text-decoration: none;
}

/*bootstrap-overwrite*/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .label, .dropdown-menu, .btn, .well, .progress, .table-bordered, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle, .alert {
    border-radius: 0px;
}

.btn, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    box-shadow: none;
}

.progress, .progress-success .bar, .progress .bar-success, .progress-warning .bar, .progress .bar-warning, .progress-danger .bar, .progress .bar-danger, .progress-info .bar, .progress .bar-info, .btn, .btn-primary {
    background-image: none;
}

/*.warped-text {
    width: 100px;*/ /* Adjust this to fit your desired width */
/*white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    transform: rotate(45deg);
}*/

/* Header */
#header {
    height: 62px;
    position: relative;
    width: 100%;
    z-index: -7;
}

    #header h1 {
        background: url("../img/logo.png") no-repeat scroll 0 0 transparent;
        height: 31px;
        left: 15px;
        line-height: 600px;
        overflow: hidden;
        position: relative;
        top: 20px;
        width: 191px;
    }

        #header h1 a {
            display: block;
        }

.fl {
    float: left
}

.fr {
    float: right
}

div.responsive {
    overflow-x: auto;
}
/* Search input */
#search {
    position: relative;
    z-index: 1;
}

    #search input[type=text] {
        border-radius: 0px 0 0 0px;
        padding: 8px 10px;
        border: 1px;
        line-height: 24px;
        width: 166px;
    }

    #search button {
        border: 0;
        margin-top: -11px;
        padding: 8px 10px;
        margin-left: -5px;
        background-color: #2e363f;
    }

        #search button i {
            opacity: 0.5;
        }

        #search button:hover i, #search button:active i {
            opacity: 0.9;
        }
/* Top user navigation */
#sidebar {
    width: 100%;
    position: absolute;
    clear: both;
    top: 62px;
}

    #sidebar > ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        display: block;
        z-index: 999;
    }

        #sidebar > ul > li {
            list-style-type: none;
            float: left;
            display: block;
            margin: 0px;
            border-right: 1px solid #0a4e75;
            position: relative;
            padding: 10px;
            cursor: pointer
        }

            #sidebar > ul > li a {
                padding: 12px 4px;
                color: #fff;
                text-decoration: none;
            }

            #sidebar > ul > li:hover ul {
                display: block;
            }

            #sidebar > ul > li:hover {
                background-color: #086aa2;
            }

                #sidebar > ul > li:hover a {
                    background: none;
                }

            #sidebar > ul > li.active {
                background-color: #086aa2;
            }

        #sidebar > ul li ul {
            margin: 0px;
            padding: 0px;
            display: none;
            z-index: 999;
            position: absolute;
            left: 0px;
            top: 40px;
            background: #007BC1;
            min-width: 200px;
        }

            #sidebar > ul li ul li {
                list-style-type: none;
                margin: 0px;
                font-size: 12px;
                line-height: 30px;
            }

                #sidebar > ul li ul li a {
                    display: block;
                    padding: 5px 10px;
                    color: #fff;
                    text-decoration: none;
                    font-weight: bold;
                }

                #sidebar > ul li ul li:hover a {
                    background-color: #36a8c5;
                }

        #sidebar > ul li span {
            cursor: pointer;
            margin: 0px 2px 0 5px;
            font-weight: bold;
            color: #fff;
            font-size: 11px;
        }

        #sidebar > ul li a i {
            margin-top: 4px;
            vertical-align: top;
        }

.warped-text {
    width: 100px; /* Adjust this to fit your desired width */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    /*transform: rotate(45deg);*/
}

.border-danger {
    border: 1px solid red;
}

#my_menu_input {
    display: none;
}

#user-nav {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 11;
    margin: 0;
}

    #user-nav > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #user-nav > ul > li {
            float: left;
            list-style-type: none;
            margin: 0;
            position: relative;
            padding: 6px 0;
            /*background: #2b415b;
            border-left: 1px solid #2b415b;*/
        }

            #user-nav > ul > li:hover {
                background: #232a32;
            }

            #user-nav > ul > li > a {
                padding: 5px 10px 0;
                display: block;
                font-size: 12px;
            }

                #user-nav > ul > li > a:hover, #user-nav > ul > li.open > a {
                    color: #ffffff;
                }

                #user-nav > ul > li > a > i, #sidebar li a i {
                    vertical-align: top;
                    margin-top: 2px;
                }

                #user-nav > ul > li > a:hover > i, #user-nav > ul > li.open > a > i {
                    opacity: 1;
                }

                #user-nav > ul > li > a > .label {
                    vertical-align: middle;
                    padding: 1px 4px 1px;
                    margin: -2px 4px 0;
                    display: inline-block;
                }


        #user-nav > ul ul > li > a {
            text-align: left;
            text-shadow: 0 1px 0 #ffffff;
        }

            #user-nav > ul ul > li > a:hover {
                text-shadow: 0 1px 0 rgba(0,0,0,0.5);
            }



/* Content */
#content {
    background: url(../img/bodyBg.png) repeat #fff;
    margin-left: 0px;
    margin-right: 0;
    margin-top: 60px;
    padding-bottom: 25px;
    position: relative;
    min-height: 600px;
    width: auto;
}

#content-header {
    position: abslute;
    width: 100%;
    margin-top: -38px;
    z-index: 20;
}

    #content-header h1 {
        color: #555555;
        font-size: 28px;
        font-weight: normal;
        float: none;
        text-shadow: 0 1px 0 #ffffff;
        margin-left: 20px;
        position: relative;
    }

    #content-header .btn-group {
        float: right;
        right: 20px;
        position: absolute;
    }

    #content-header h1, #content-header .btn-group {
        margin-top: 20px;
    }

        #content-header .btn-group .btn {
            padding: 11px 14px 9px;
        }

            #content-header .btn-group .btn .label {
                position: absolute;
                top: -7px;
            }

.container-fluid .row-fluid:first-child {
    margin-top: 0;
}
/* Breadcrumb */
#breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #e3ebed;
    padding: 0 10px;
    display: inline-block;
    display: block;
}

    #breadcrumb a {
        padding: 8px 14px 8px 10px;
        display: inline-block;
        background-image: url('../img/breadcrumb.png');
        background-position: center right;
        background-repeat: no-repeat;
        font-size: 11px;
        color: #666666;
    }

        #breadcrumb a:hover {
            color: #333333;
        }

        #breadcrumb a:last-child {
            background-image: none;
        }

        #breadcrumb a.current {
            font-weight: bold;
            color: #444444;
        }

        #breadcrumb a i {
            margin-right: 5px;
            opacity: .6;
        }

        #breadcrumb a:hover i {
            margin-right: 5px;
            opacity: .8;
        }

/* Style Switcher */
#style-switcher {
    position: absolute;
    width: 220px;
    height: 30px;
    background-color: #000000;
    z-index: 40;
    right: 0;
    top: 123px;
    border-radius: 5px 0 0 5px;
    margin-right: -190px;
}

    #style-switcher i {
        display: inline-block;
        margin: -5px 10px 0 10px;
    }

        #style-switcher i:hover {
            cursor: pointer;
        }

    #style-switcher span {
        font-weight: bold;
        color: #ffffff;
        display: inline-block;
        margin: -15px 20px 0 0;
        vertical-align: middle;
    }

    #style-switcher a {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: transparent;
    }
/* Footer */
#footer {
    text-align: center;
    color: #777777;
    padding: 8px 0;
    background: #007BC1;
    background-image: linear-gradient(49deg, transparent 52%, rgba(255, 255, 255, 0.41) 40%, rgba(255, 255, 255, 0) 100%), linear-gradient(-14deg, transparent 40%, rgba(255, 255, 255, 0.41) 40%, rgba(255, 255, 255, 0) 100%), linear-gradient(-55deg, transparent 75%, rgba(255, 255, 255, 0.41) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-290deg, transparent 75%, rgba(255, 255, 255, 0.41) 50%, rgba(255, 255, 255, 0) 100%);
    position: fixed;
    bottom: 0;
}
/* Stat boxes and quick actions */
.quick-actions_homepage {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 10px;
}

.stat-boxes, .quick-actions, .quick-actions-horizontal, .stats-plain {
    display: inline-block;
    list-style: none outside none;
    margin: 20px 0 10px;
    text-align: center;
}

.stat-boxes2 {
    background: none;
    width: 100%;
    padding: 0px;
}

ul.stat-boxes2 {
    padding: 0px;
    margin: 0 auto;
}

    ul.stat-boxes2 li {
        list-style: none;
        margin-bottom: 10px;
        background: #fff;
        overflow: hidden;
        padding: 0 10px;
        display: block;
        border: 1px solid #dadada;
    }

        ul.stat-boxes2 li:hover {
            background: #f6f6f6
        }

.stat-boxes2 .right {
    color: #666666;
    font-size: 12px;
    padding: 10px 10px 9px 10px;
    border-left: 1px solid #dadada;
    text-align: left;
    float: left
}

    .stat-boxes2 .right strong {
        font-size: 22px;
        font-weight: bold;
        line-height: 40px;
    }

.stat-boxes2 .left {
    padding: 15px 0px;
    text-align: center;
    width: 100px;
    float: left;
}

    .stat-boxes2 .left span {
        border-bottom: 2px solid #dadada;
        padding: 5px;
    }

.stats-plain {
    width: 100%;
}

.stat-boxes li, .quick-actions li, .quick-actions-horizontal li {
    background: #fff;
    border: 1px solid #D5D5D5;
    box-shadow: 0 1px 0 0 #FFFFFF inset, 0 1px 0 rgba(255, 255, 255, 0.4);
    display: inline-block;
    line-height: 18px;
    margin: 0 10px 10px;
    padding: 0 10px;
}

    .stat-boxes li a:hover, .quick-actions li a:hover, .quick-actions-horizontal li a:hover,
    .stat-boxes li:hover, .quick-actions li:hover, .quick-actions-horizontal li:hover {
        background: #cee7f5;
    }

.quick-actions li {
    min-width: 175px;
}

.quick-actions li, .quick-actions-horizontal li {
    padding: 20px;
}

.stats-plain li {
    padding: 0 30px;
    display: inline-block;
    margin: 0 10px 20px;
}

.quick-actions li a {
    padding: 10px 30px;
}

.stats-plain li h4 {
    font-size: 40px;
    margin-bottom: 15px;
}

.stats-plain li span {
    font-size: 14px;
    color: #555555;
}

.quick-actions-horizontal li a span {
    padding: 10px 12px 10px 10px;
    display: inline-block;
}

.quick-actions li a, .quick-actions-horizontal li a {
    display: block;
    color: #666666;
    font-weight: bold;
    text-shadow: 0 1px 0 #ffffff;
}

    .quick-actions li a i[class^="icon-"], .quick-actions li a i[class*=" icon-"] {
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 0 0;
        background-color: transparent;
        width: 32px;
        height: 32px;
        display: block;
        margin: 0 auto 5px;
    }

    .quick-actions-horizontal li a i[class^="icon-"], .quick-actions-horizontal li a i[class*=" icon-"] {
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center;
        background-color: transparent;
        width: 16px;
        height: 16px;
        display: inline-block;
        margin: -2px 0 0 !important;
        border-right: 1px solid #dddddd;
        margin-right: 10px;
        padding: 10px;
        vertical-align: middle;
    }

.quick-actions i.icon-book {
    background-image: url('../img/icons/book.png');
}

.quick-actions i.icon-cabinet {
    background-image: url('../img/icons/cabinet.png');
}

.quick-actions i.icon-calendar {
    background-image: url('../img/icons/calendar.png');
}

.quick-actions i.icon-client {
    background-image: url('../img/icons/client.png');
}

.quick-actions i.icon-database {
    background-image: url('../img/icons/database.png');
}

.quick-actions i.icon-download {
    background-image: url('../img/icons/download.png');
}

.quick-actions i.icon-graph {
    background-image: url('../img/icons/graph.png');
}

.quick-actions i.icon-home {
    background-image: url('../img/icons/home.png');
}

.quick-actions i.icon-lock {
    background-image: url('../img/icons/lock.png');
}

.quick-actions i.icon-mail {
    background-image: url('../img/icons/mail.png');
}

.quick-actions i.icon-pdf {
    background-image: url('../img/icons/pdf.png');
}

.quick-actions i.icon-people {
    background-image: url('../img/icons/people.png');
}

.quick-actions i.icon-piechart {
    background-image: url('../img/icons/piechart.png');
}

.quick-actions i.icon-search {
    background-image: url('../img/icons/search.png');
}

.quick-actions i.icon-shopping-bag {
    background-image: url('../img/icons/shopping-bag.png');
}

.quick-actions i.icon-survey {
    background-image: url('../img/icons/survey.png');
}

.quick-actions i.icon-tags {
    background-image: url('../img/icons/tag.png');
}

.quick-actions i.icon-user {
    background-image: url('../img/icons/user.png');
}

.quick-actions i.icon-list-alt {
    background-image: url('../img/icons/icon-list-alt.png');
}

.quick-actions i.icon-tasks {
    background-image: url('../img/icons/tasks.png');
}

.quick-actions i.icon-wallet {
    background-image: url('../img/icons/wallet.png');
}

.quick-actions i.icon-web {
    background-image: url('../img/icons/web.png');
}

.quick-actions i.icon-dashboard {
    background-image: url('../img/icons/dashboard.png');
}

.quick-actions li:active, .quick-actions-horizontal li:active {
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#EEEEEE), to(#F4F4F4));
    background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
    background-image: -moz-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
    background-image: -ms-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
    background-image: -o-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
    background-image: linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.4);
}


.stat-boxes .left, .stat-boxes .right {
    text-shadow: 0 1px 0 #fff;
    float: left;
}

.stat-boxes .left {
    border-right: 1px solid #DCDCDC;
    box-shadow: 1px 0 0 0 #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    margin-right: 10px;
    padding: 10px 14px 6px 4px;
}

.stat-boxes .right {
    color: #666666;
    font-size: 12px;
    padding: 9px 10px 7px 0;
    text-align: center;
    min-width: 70px;
}

    .stat-boxes .left span, .stat-boxes .right strong {
        display: block;
    }

    .stat-boxes .right strong {
        font-size: 26px;
        margin-bottom: 3px;
        margin-top: 6px;
    }

.stat-boxes .peity_bar_good, .stat-boxes .peity_line_good, {
    color: #459D1C;
}

.stat-boxes .peity_bar_neutral, .stat-boxes .peity_line_neutral {
    color: #757575;
}

.stat-boxes .peity_bar_bad, .stat-boxes .peity_line_bad {
    color: #BA1E20;
}

.stats-plain {
}

/* Charts & graphs **/
.chart, .pie, .bars {
    height: 300px;
    max-width: 100%;
}

#tooltip {
    position: absolute;
    display: none;
    border: none;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 10px;
    background-color: #222222;
    color: #ffffff;
    z-index: 25;
}

/* Widgets */
.widget-box {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    clear: both;
    margin-top: 16px;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

    .widget-box.widget-calendar, .widget-box.widget-chat {
        overflow: hidden !important;
    }

.accordion .widget-box {
    margin-top: -2px;
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

.widget-box.widget-plain {
    background: transparent;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}

.widget-title, .table th, div.dataTables_wrapper .ui-widget-header {
    background-color: #efefef;
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}

    .widget-title .nav-tabs {
        border-bottom: 0 none;
    }

        .widget-title .nav-tabs li a {
            border-bottom: medium none !important;
            border-left: 1px solid #DDDDDD;
            border-radius: 0 0 0 0;
            border-right: 1px solid #DDDDDD;
            border-top: medium none;
            color: #999999;
            margin: 0;
            outline: medium none;
            padding: 9px 10px 8px;
            font-weight: bold;
            text-shadow: 0 1px 0 #FFFFFF;
        }

        .widget-title .nav-tabs li:first-child a {
            border-left: medium none !important;
        }

        .widget-title .nav-tabs li a:hover {
            background-color: transparent !important;
            border-color: #D6D6D6;
            border-width: 0 1px;
            color: #666666;
        }

        .widget-title .nav-tabs li.active a {
            background-color: #F9F9F9 !important;
            color: #444444;
        }

    .widget-title span.icon {
        border-right: 1px solid #cdcdcd;
        padding: 9px 10px 7px 11px;
        float: left;
        opacity: .7;
    }

    .widget-title h5 {
        color: #666666;
        text-shadow: 0 1px 0 #ffffff;
        float: left;
        font-size: 16px;
        padding: 12px 8px;
        line-height: 12px;
        margin: 0;
    }

    .widget-title .buttons {
        float: right;
        margin: 4px;
    }

    .widget-title .label {
        padding: 3px 5px 2px;
        float: right;
        margin: 9px 11px 0 0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #ffffff;
    }

.widget-calendar .widget-title .label {
    margin-right: 190px;
}

.widget-content {
    padding: 12px 15px;
    border-bottom: 1px solid #cdcdcd;
}

.widget-box.widget-plain .widget-content {
    padding: 12px 0 0;
}

.widget-box.collapsible .collapse.in .widget-content {
    border-bottom: 1px solid #CDCDCD;
}

.widget-content.box-report {
    padding: 2px 0 0 !important;
}

.recent-posts, .recent-comments, .recent-users {
    margin: 0;
    padding: 0;
}

    .recent-posts li, .recent-comments li, .article-post li, .recent-users li {
        border-bottom: 1px dotted #AEBDC8;
        list-style: none outside none;
        padding: 10px;
    }

        .recent-posts li.viewall, .recent-comments li.viewall, .recent-users li.viewall {
            padding: 0;
        }

            .recent-posts li.viewall a, .recent-comments li.viewall a, .recent-users li.viewall a {
                padding: 5px;
                text-align: center;
                display: block;
                color: #888888;
            }

                .recent-posts li.viewall a:hover, .recent-comments li.viewall a:hover, .recent-users li.viewall a:hover {
                    background-color: #eeeeee;
                }

        .recent-posts li:last-child, .recent-comments li:last-child, .recent-users li:last-child {
            border-bottom: none !important;
        }

.user-thumb {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 2px;
    width: 40px;
}

.user-info {
    color: #666666;
    font-size: 11px;
}

.site-stats {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .site-stats li {
        background-color: #F5F5F5;
        border: 1px solid #DDDDDD;
        cursor: pointer;
        margin: 0 0 10px;
        padding: 13px 20px 10px;
        position: relative;
    }

        .site-stats li:hover {
            background-color: #EDEDED;
        }

        .site-stats li.divider {
            padding: 0;
            border-width: 1px 0 0;
            border-color: #DDDDDD;
            border-style: dashed;
        }

        .site-stats li i {
            vertical-align: baseline;
        }

        .site-stats li strong {
            font-weight: bold;
            font-size: 20px;
            margin-left: 5px;
        }

        .site-stats li small {
            margin-left: 5px;
            font-size: 12px;
            color: #888888;
            font-style: italic;
        }

.invoice-content {
    padding: 20px;
}

.invoice-action {
    margin-bottom: 30px;
}

.invoice-head {
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
    width: auto;
}

.invoice-meta {
    font-size: 18px;
    margin-bottom: 40px;
}

.invoice-date {
    float: right;
    font-size: 80%;
}

.invoice-content h5 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.invoice-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.invoice-to {
    float: left;
    width: 370px;
}

.invoice-from {
    float: right;
    width: 300px;
}

    .invoice-to li, .invoice-from li {
        clear: left;
    }

        .invoice-to li span, .invoice-from li span {
            display: block;
        }

.invoice-content th.total-label {
    text-align: right;
}

.invoice-content th.total-amount {
    text-align: left;
}

.amount-word {
    color: #666666;
    margin-bottom: 40px;
    margin-top: 40px;
}

    .amount-word span {
        color: #5476A6;
        font-weight: bold;
        padding-left: 20px;
    }

.panel-left {
    margin-top: 103px;
}

.panel-left2 {
    margin-left: 176px;
}

.panel-right {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
    position: absolute;
    right: 0;
    overflow: auto;
    top: 38px;
    height: 76px;
}

.panel-right2 {
    width: 100%;
    background-color: #fff;
    border-right: 1px solid #dddddd;
    position: absolute;
    left: 0;
    overflow: auto;
    top: 38px;
    height: 87%;
    width: 175px;
}

    .panel-right .panel-title, .panel-right2 .panel-title {
        width: 100%;
        background-color: #ececec;
        border-bottom: 1px solid #dddddd;
    }

        .panel-right .panel-title h5, .panel-right2 .panel-title h5 {
            font-size: 12px;
            color: #777777;
            text-shadow: 0 1px 0 #ffffff;
            padding: 6px 10px 5px;
            margin: 0;
        }

.panel-right .panel-content {
    padding: 10px;
}

.chat-content {
    height: 470px;
    padding: 15px;
}

.chat-messages {
    height: 420px;
    overflow: auto;
    position: relative;
}

.chat-message {
    padding: 7px 15px;
    margin: 7px 0 0;
}

    .chat-message input[type=text] {
        margin-bottom: 0 !important;
        width: 100%;
    }

    .chat-message .input-box {
        display: block;
        margin-right: 90px;
    }

    .chat-message button {
        float: right;
    }

#chat-messages-inner p {
    padding: 0px;
    margin: 10px 0 0 0;
}

    #chat-messages-inner p img {
        display: inline-block;
        float: left;
        vertical-align: middle;
        width: 28px;
        height: 28px;
        margin-top: -1px;
        margin-right: 10px;
    }

    #chat-messages-inner .msg-block, #chat-messages-inner p.offline span {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #cccccc;
        box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
        display: block;
        margin-left: 0px;
        padding: 10px;
        position: relative;
    }

    #chat-messages-inner p.offline span {
        background: none repeat scroll 0 0 #FFF5F5;
    }

#chat-messages-inner .time {
    color: #999999;
    font-size: 11px;
    float: right;
}

#chat-messages-inner .msg {
    display: block;
    margin-top: 13px;
    border-top: 1px solid #dadada;
}

#chat-messages-inner .msg-block:before {
    border-right: 7px solid rgba(0,0,0,0.1);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    display: none;
    left: -7px;
    position: absolute;
    top: 11px;
}

#chat-messages-inner .msg-block:after {
    border-right: 6px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    display: none;
    left: -6px;
    position: absolute;
    top: 12px;
}

.chat-users {
    padding: 0 0 30px;
}

    .chat-users .contact-list {
        line-height: 21px;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        font-size: 10px;
    }

        .chat-users .contact-list li {
            border: 1px solid #DADADA;
            margin: 5px 5px;
            padding: 1px;
            position: relative;
        }

            .chat-users .contact-list li:hover {
                background-color: #efefef;
            }

            .chat-users .contact-list li a {
                color: #666666;
                display: block;
                padding: 8px 5px;
            }

            .chat-users .contact-list li.online a {
                font-weight: bold;
            }

            .chat-users .contact-list li.new {
                background-color: #eaeaea;
            }

            .chat-users .contact-list li.offline {
                background-color: #EDE0E0;
            }

            .chat-users .contact-list li a img {
                display: inline-block;
                margin-right: 10px;
                vertical-align: middle;
                width: 28px;
                height: 28px;
            }

            .chat-users .contact-list li .msg-count {
                padding: 3px 5px;
                position: absolute;
                right: 10px;
                top: 12px;
            }

.taskDesc i {
    margin: 1px 5px 0;
}

.taskStatus, .taskOptions {
    text-align: center !important;
}

    .taskStatus .in-progress {
        color: #64909E;
    }

    .taskStatus .pending {
        color: #AC6363;
    }

    .taskStatus .done {
        color: #75B468;
    }

.activity-list {
    list-style: none outside none;
    margin: 0;
}

    .activity-list li {
        border-bottom: 1px solid #EEEEEE;
        display: block;
    }

        .activity-list li:last-child {
            border-bottom: medium none;
        }

        .activity-list li a {
            display: block;
            padding: 7px 10px;
        }

            .activity-list li a:hover {
                background-color: #FBFBFB;
            }

            .activity-list li a span {
                color: #AAAAAA;
                font-size: 11px;
                font-style: italic;
            }

            .activity-list li a i {
                margin-right: 10px;
                opacity: 0.6;
                vertical-align: middle;
            }

.new-update {
    border-top: 1px solid #DDDDDD;
    padding: 10px 12px;
}

    .new-update:first-child {
        border-top: medium none;
    }

    .new-update span {
        display: block;
    }

    .new-update i {
        float: left;
        margin-top: 3px;
        margin-right: 13px;
    }

    .new-update .update-date {
        color: #BBBBBB;
        float: right;
        margin: 4px -2px 0 0;
        text-align: center;
        width: 30px;
    }

        .new-update .update-date .update-day {
            display: block;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: -4px;
        }

.update-done, .update-alert, .update-notice {
    display: block;
    float: left;
    max-width: 76%;
}

/* Tables */

span.icon .checker {
    margin-top: -5px;
    margin-right: 0;
}

.dataTables_length {
    color: #878787;
    margin: 7px 5px 0;
    position: absolute;
    right: 2px;
    top: -2px;
}

    .dataTables_length div {
        vertical-align: middle;
    }

.dataTables_paginate {
    line-height: 16px;
    text-align: right;
    margin-top: 5px;
    margin-right: 10px;
}

.dataTables_paginate {
    line-height: 16px;
    text-align: right;
    margin-top: 5px;
    margin-right: 10px;
}

    .dataTables_paginate .ui-button, .pagination.alternate li a {
        font-size: 12px;
        padding: 4px 10px !important;
        border-style: solid;
        border-width: 1px;
        border-color: #dddddd #dddddd #cccccc; /* for IE < 9 */
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        display: inline-block;
        line-height: 16px;
        background: #f5f5f5;
        color: #333333;
        text-shadow: 0 1px 0 #ffffff;
    }

        .dataTables_paginate .ui-button:hover, .pagination.alternate li a:hover {
            background: #e8e8e8;
            color: #222222;
            text-shadow: 0 1px 0 #ffffff;
            cursor: pointer;
        }

    .dataTables_paginate .first {
        border-radius: 4px 0 0 4px;
    }

    .dataTables_paginate .last {
        border-radius: 0 4px 4px 0;
    }

    .dataTables_paginate .ui-state-disabled, .fc-state-disabled, .pagination.alternate li.disabled a {
        color: #AAAAAA !important;
    }

        .dataTables_paginate .ui-state-disabled:hover, .fc-state-disabled:hover, .pagination.alternate li.disabled a:hover {
            background: #f5f5f5;
            cursor: default !important;
        }

    .dataTables_paginate span .ui-state-disabled, .pagination.alternate li.active a {
        background: #41BEDD !important;
        color: #ffffff !important;
        cursor: default !important;
    }

div.dataTables_wrapper .ui-widget-header {
    border-right: medium none;
    border-top: 1px solid #D5D5D5;
    font-weight: normal;
    margin-top: -1px;
}

.dataTables_wrapper .ui-toolbar {
    padding: 5px;
}

.dataTables_filter {
    color: #878787;
    font-size: 11px;
    left: 0;
    margin: 4px 8px 2px 10px;
    position: absolute;
    text-align: left;
}

    .dataTables_filter input {
        margin-bottom: 0;
    }

table tr th, table tr td {
    border: 1px solid #ccc;
}

.table th, table td, .timesheets th, .timesheets td {
    height: auto;
    font-size: 12px;
    padding: 5px 10px;
    text-align: left;
    color: #666666;
}

.table.with-check tr th:first-child, .table.with-check tr td:first-child {
    width: 10px;
}

    .table.with-check tr th:first-child i {
        margin-top: -2px;
        opacity: 0.6;
    }

    .table.with-check tr td:first-child .checker {
        margin-right: 0;
    }

.list tr td:last-child {
    width: 55px;
}

.table tr.checked td {
    background-color: #FFFFE3 !important;
}
/* Misc */
.nopadding {
    padding: 0 !important;
}

    .nopadding .table {
        margin-bottom: 0;
    }

    .nopadding .table-bordered {
        border: 0;
    }

.thumbnails {
    margin-left: -2.12766% !important;
}

    .thumbnails [class*="span"] {
        margin-left: 2.12766% !important;
        position: relative;
    }

    .thumbnails .actions {
        width: 32px;
        height: 16px;
        background-color: #000000;
        padding: 4px 8px;
        position: absolute;
        bottom: 0%;
        left: 50%;
        margin-top: -13px;
        margin-left: -24px;
        opacity: 0;
        -moz-transition: opacity 0.3s ease-in-out;
    }

    .thumbnails li:hover .actions {
        opacity: 1;
    }

.line {
    background: url("../img/line.png") repeat-x scroll 0 0 transparent;
    display: block;
    height: 8px;
}

.notify-ui ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notify-ui li {
    background: #eeeeee;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #dddddd;
}

    .notify-ui li:hover {
        cursor: pointer;
        color: #777777;
    }

/* Forms */
form {
    margin-bottom: 0;
}

.form-horizontal .control-group {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0;
}

    .form-horizontal .control-group:last-child {
        border-bottom: 0;
    }

.form-horizontal .control-label {
    padding-top: 4px;
    width: 150px;
    font-weight: bold;
}

.form-horizontal .controls {
    padding: 4px 0;
}

.form-horizontal input[type=text], .form-horizontal input[type=password], .form-horizontal textarea {
}

.row-fluid .span20 {
    width: 97.8%
}

.form-horizontal .form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

.help-block, .help-inline {
    color: #999999;
}
/***********light-box***************/
#lightbox {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(overlay.png) repeat #000;
    text-align: center;
    z-index: 15;
}

    #lightbox p {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 22px;
        height: 22px;
        cursor: pointer;
        z-index: 22;
        border: 1px solid #fff;
        border-radius: 100%;
        padding: 2px;
        text-align: center;
        transition: 0.5s;
    }

        #lightbox p:hover {
            transform: rotate(180deg)
        }

#imgbox {
    position: absolute; /* keeps the lightbox window in the current viewport */
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(overlay.png) repeat #000;
    text-align: center;
    z-index: 21;
}

    #imgbox img {
        margin-top: 100px;
        border: 10px solid #fff;
    }
/***********light-box-end***************/

.btn-icon-pg ul {
    margin: 0px;
    padding: 0px;
}

    .btn-icon-pg ul li {
        margin: 5px;
        padding: 5px;
        list-style: none;
        display: inline-block;
        border: 1px solid #dadada;
        min-width: 157px;
        cursor: pointer
    }

        .btn-icon-pg ul li:hover i {
            transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transform: rotate(360deg);
            margin-left: 8px;
        }

.accordion {
    margin-top: 0;
}

.fix_hgt {
    height: 115px;
    overflow-x: auto;
}

.input-append .add-on:last-child, .input-append .btn:last-child {
    border-radius: 0px;
    padding: 6px 5px 2px;
}

.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    width: none;
}

.input-append input, .input-append select, .input-prepend span, .input-prepend input {
    border-radius: 0px !important;
}

/***********pop-over********************/
.bs-docs-tooltip-examples {
    list-style: none outside none;
    margin: 0 0 10px;
    position: relative;
    text-align: center;
}

    .bs-docs-tooltip-examples li {
        display: inline;
        padding: 0 10px;
        list-style: none;
        position: relative;
    }
/* Responsive design */

@media (max-width: 480px) {
    #header h1 {
        top: 12px;
        /*margin: 3px auto;*/
    }

    #user-nav {
        position: relative;
        left: auto;
        right: auto;
        width: 100%;
        margin-top: -31px;
        border-top: 1px solid #2b415b;
        margin-bottom: 0px;
        /*background: #2E363F;*/
        float: right;
    }

    .navbar > .nav {
        float: none;
    }

    #my_menu {
        display: none;
    }

    #my_menu_input {
        display: block;
    }

    #user-nav > ul {
        right: 0px;
        margin-left: 20% !important;
        margin-top: 0px;
        width: 100%;
        background: #000;
        position: relative;
    }

        #user-nav > ul > li {
            padding: 0px 0px;
        }

            #user-nav > ul > li > a {
                padding: 5px 10px;
            }

    #content {
        /*margin-left: 0 !important;*/
        border-top-left-radius: 0;
        margin-top: 0px !important;
    }

    #content-header {
        margin-top: 0;
    }

        #content-header h1, #content-header .btn-group {
            float: none;
        }

        #content-header h1 {
            display: block;
            text-align: center;
            margin-left: auto;
            margin-top: 0;
            padding-top: 15px;
            width: 100%;
        }

        #content-header .btn-group {
            margin-top: 70px;
            margin-bottom: 0;
            margin-right: 0;
            left: 30%;
        }

    #sidebar {
        float: none;
        width: 100% !important;
        display: block;
        position: relative;
        top: 0px;
    }

        #sidebar > ul > li {
            list-style-type: none;
            display: block;
            border-top: 1px solid #41BEDD;
            float: none !important;
            margin: 0px;
            position: relative;
            padding: 2px 10px;
            cursor: pointer
        }

            #sidebar > ul > li:hover ul {
                display: none;
            }

            #sidebar > ul > li:hover {
                background-color: #36A8c5;
            }

                #sidebar > ul > li:hover a {
                    background: none;
                }

        #sidebar > ul li ul {
            margin: 0px;
            padding: 0px;
            top: 35px;
            z-index: 999;
            display: none;
            position: absolute;
            background: #41BEDD;
            width: 100%;
            min-width: 100%;
            border-radius: none;
        }

            #sidebar > ul li ul li {
                list-style-type: none;
                margin: 0px;
                font-size: 12px;
                line-height: 30px;
            }

                #sidebar > ul li ul li a {
                    display: block;
                    padding: 5px 10px;
                    color: #fff;
                    text-decoration: none;
                    font-weight: bold;
                }

                #sidebar > ul li ul li:hover a {
                    background-color: #36A8c5;
                    border-radius: 0px;
                }

        #sidebar > ul li span {
            cursor: pointer;
            margin: 0px 2px 0 5px;
            font-weight: bold;
            color: #fff;
            font-size: 12px;
        }

        #sidebar > ul li a i {
            margin-top: 4px;
            vertical-align: top;
        }

        #sidebar > a {
            padding: 9px 20px 9px 15px;
            display: block !important;
            color: #eeeeee;
            float: none !important;
            font-size: 12px;
            font-weight: bold
        }

        #sidebar > ul > li > a {
            padding: 5px;
            display: block;
            color: #AAAAAA;
        }

    .widget-title .buttons > .btn {
        width: 11px;
        white-space: nowrap;
        overflow: hidden;
    }

    .form-horizontal .control-label {
        padding-left: 30px;
    }

    .form-horizontal .controls {
        margin-left: 0;
        padding: 10px 30px;
    }

    .form-actions {
        text-align: center;
    }

    .panel-right2 {
        width: 100%;
        background-color: #fff;
        border-right: 1px solid #dddddd;
        position: relative;
        left: 0;
        overflow: auto;
        top: 0px;
        height: 87%;
        width: 100%;
    }

    .panel-left2 {
        margin-left: 0px;
    }

    .dataTables_paginate .ui-button, .pagination.alternate li a {
        padding: 4px 4px !important;
    }

    .table th {
        padding: 5px 4px 2px;
    }
}

@media (max-width: 970px) {
    #header h1 {
        top: 15px;
    }

    #search {
        top: 0px
    }

    #my_menu {
        display: none;
    }

    #my_menu_input {
        display: block;
    }

    #content {
        margin-top: 38px;
    }

    #sidebar > ul > li {
        float: none;
    }

        #sidebar > ul > li:hover ul {
            display: block;
        }

    #sidebar, #sidebar > ul {
        width: 43px !important;
        display: block;
        position: absolute;
        background: #007BC1;
        height: 100%;
        z-index: 1;
    }

        #sidebar > ul ul {
            display: none;
            position: absolute;
            left: 50px;
            top: 0;
            min-width: 150px;
            list-style: none;
        }

            #sidebar > ul ul li a {
                white-space: nowrap;
                padding: 10px 25px;
            }

            #sidebar > ul ul:before {
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                content: "";
                display: inline-block;
                left: -6px;
                position: absolute;
                top: 11px;
            }

            #sidebar > ul ul:after {
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                content: "";
                display: inline-block;
                left: -5px;
                position: absolute;
                top: 12px;
            }

        #sidebar > a {
            display: none !important;
        }

        #sidebar > ul > li.open.submenu > a {
            border-bottom: none !important;
        }

        #sidebar > ul > li > a > span {
            display: none;
        }

    #content {
        margin-left: 43px;
        margin-top: 48px !important;
    }

    .head-title span {
        font-size: 16px !important;
    }
}

@media (max-width: 600px) {
    .panel-left {
        margin-right: 0;
    }

    .panel-right {
        border-top: 1px solid #DDDDDD;
        border-left: none;
        position: relative;
        top: auto;
        right: auto;
        height: auto;
        width: auto;
    }
}

@media (max-width: 767px) {
    body {
        padding: 0 !important;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    #search {
        display: none;
    }

    #user-nav > ul > li > a > span.text {
        display: none;
    }

    .btn {
        font-size: 10px !important;
    }

    .table .tasksummary {
        height: 38px !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    [class*="span"], .row-fluid [class*="span"] {
        display: block;
        float: none;
        margin-left: 0;
        width: auto;
    }
}

@media (max-width: 979px) {
    div.dataTables_wrapper .ui-widget-header {
        height: 68px;
    }

    .dataTables_filter {
        position: relative;
    }

    .dataTables_filter, .dataTables_paginate {
        text-align: center;
    }
}

#table {
    width: 100%;
    overflow: auto;
}

ul {
    padding: 0;
    list-style-type: none;
}

.buttons {
    margin-bottom: 10px;
}

.hide {
    display: none;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-10 {
    margin-bottom: 8px;
}

.width-100 {
    width: 100% !important;
}

.form-control {
    border: 1px solid #ccc;
    padding: 5px 5px;
    display: flex;
    width: 100%;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -ms-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.table td, .table th, .form-horizontal {
    padding: 0.27rem !important;
    font-size: 14px !important;
}

.table thead th {
    background: #17a2b8 !important;
    color: #fff;
}

    .table thead th > a {
        color: #fff !important;
    }

.modal-title b {
    font-size: 1.5rem;
}

.fa-trash.red {
    color: maroon;
}

.fa.fa-eye {
    color: blue;
}

.fa.fa-pen {
    color: green;
}

    .fa.fa-pen.white {
        color: #fff !important;
    }

.fa.fa-file-contract {
    color: #c33c17
}

.text-middle {
    margin-top: 5px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.validation-summary-errors, .field-validation-error, .field-validation-valid {
    color: #800000;
    font-size: 12px;
}

.back-button {
    margin-top: -32px;
    margin-right: 10px;
}

    .back-button > .btn {
        border-radius: 15px;
        line-height: 1.2;
    }

.table .tasksummary {
    max-height: 40px;
    overflow-y: auto;
    display: block;
}

.details .table .tasksummary {
    display: list-item !important;
}

td.mandatory {
    border: 1.4px solid #df7171;
}

label {
    cursor: auto !important;
}

    label.error {
        color: red;
        font-size: 10pt;
    }

.bt-bg {
    background-color: #faf6f6;
    padding: 10px 0;
    border-radius: 5px;
}

.searchdiv {
    display: none;
    z-index: 999;
    position: absolute;
    background: #fff;
    color: #000;
    width: 305px;
}

    .searchdiv ul {
        margin: 0 !important;
        width: 300px;
        border: 1px solid #ccc;
    }

        .searchdiv ul li {
            list-style: none;
            padding: 2px;
            cursor: pointer;
            border-bottom: 1px solid #ccc;
        }

.yellow {
    color: yellow;
}

div.scroll {
    margin: 4px, 4px;
    padding: 4px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

    div.scroll ul {
        display: flex;
    }

.warped-text {
    width: 100px; /* Adjust this to fit your desired width */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    /*transform: rotate(45deg);*/
}

.border-danger {
    border: 1px solid red;
}

::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #007BC1;
}

.red {
    color: red;
}

.light-red {
    color: #fc7171;
}

.div-auth {
    text-align: center;
    padding: 62px 20px;
}

.head-title .head-div {
    padding-top: 15px;
}

.head-title .head-table {
    width: 100%;
}

.head-table td {
    border: 0px;
}

.head-title .logo {
    padding-left: 6px;
}

.head-title .text {
    text-align: center;
}

.head-title span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.highlight {
    color: #9a1e1e !important;
}

.m-l-s {
    margin-top: 5px;
    float: left;
    margin-right: 6px;
}

.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}

.prev-height {
    height: auto;
    max-height: 320px;
    overflow-y: auto;
}

.fixTableHead thead th {
    position: sticky;
    top: 0;
}

iframe {
    width: 100%;
    height: 100vh;
}

.modal.up {
    z-index: 9992 !important;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    border: 1px dashed grey;
}

    .file-upload-wrapper div {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 22px;
        color: #bcb7b7;
        font-family: Arial;
        z-index: -1;
    }

    .file-upload-wrapper .file-upload {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 5;
    }

    .file-upload-wrapper div i {
        margin-top: 3%;
        font-size: 3rem;
    }

div.bar {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
}

.fa-info-circle .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

    .fa-info-circle .tooltiptext.top {
        margin-top: -114px;
        margin-left: -104px;
    }

    .fa-info-circle .tooltiptext td {
        font-size: 12px !important;
        padding: 3px !important;
    }

.fa-info-circle:hover .tooltiptext {
    visibility: visible;
}

.popup-height {
    max-height: 300px;
    overflow-y: auto;
}
}
