/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/

/* 1. Body and structure
-------------------------------------------------- */

html {
    height: 100%;
    overflow: hidden;
}

body {
    background: #fafafa;
    position: relative;
    min-height: 100%;
    -ms-overflow-style: scrollbar !important;
    direction: ltr;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    /* ReSharper disable once CssNotResolved */
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.float_left {
    float: left !important;
}

.float_right {
    float: right !important;
}

.no_padding {
    padding: 0 !important;
}

.no-search .chzn-search {
    display: none;
}

.align_center {
    text-align: center !important;
}

.align_left {
    text-align: left !important;
}

.align_right {
    text-align: right !important;
}

label.error {
    margin-left: 6px;
}

#sidebar .chzn-container {
    width: 100% !important;
}

#tooltip {
    z-index: 99;
}

.fixed_container {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.margin_t10 {
    margin-top: 10px;
}

.margin_t20 {
    margin-top: 20px;
}

.margin_b20 {
    margin-bottom: 20px;
}

.dark_navigation {
    display: block;
    margin-bottom: 4px;
}

.sparkline {
    margin: 0 10px;
}

span.required {
    color: #b94a48;
}

/* Widgets */

.bars_vertical {
    margin: 0 10px;
    padding: 0;
    display: inline-block;
}

    .bars_vertical li {
        width: 4px;
        height: 30px;
        display: block;
        margin-left: 2px;
        float: left;
        position: relative;
        background: whiteSmoke;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.075) inset;
        -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.075) inset;
        -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.075) inset;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.075) inset;
    }

        .bars_vertical li:first-child {
            margin-left: 0;
        }

        .bars_vertical li span {
            width: 4px;
            display: block;
            height: auto;
            position: absolute;
            left: 0;
            bottom: 0;
        }

            .bars_vertical li span.orange {
                background: #CF7D51;
            }

            .bars_vertical li span.green {
                background: #a7c88c;
            }

.bars_label span {
    display: block;
    text-align: left;
    line-height: 30px;
    margin-right: 10px;
}

    .bars_label span.value {
        font-size: 16px;
    }

.bars_label:last-child span {
    margin-right: 0;
}

/* User bar */

.search {
    position: relative;
    text-align: right;
}

    .search > input {
        max-width: 260px;
    }

    .search .square-button {
        position: absolute;
        top: 0;
        right: 0;
    }

        .search .square-button i {
            font-size: 14px;
            line-height: 30px;
            color: #fff;
            position: relative;
        }

/* Square Buttons */

.square-button {
    width: 30px;
    height: 30px;
    border: none;
    position: relative;
}

    .square-button:after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .square-button:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #a7c88c;
        border-width: 5px;
        top: 50%;
        margin-top: -5px;
    }

    .square-button:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #a7c88c;
        border-width: 5px;
        top: 50%;
        margin-top: -5px;
    }

.color-green {
    background: #a7c88c;
}

/* 2. Header
-------------------------------------------------- */

header {
    min-height: 44px;
    z-index: 99;
    position: fixed;
    margin-bottom: 1px;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

    header.blue {
        background: #0072c6;
    }

    header.light_blue {
        background: #5db2ff;
    }

    header.grey {
        background: #585858;
    }

    header.dark_grey {
        background: #1f1f1f;
    }

    header.pink {
        background: #dc4fad;
    }

    header.red {
        background: #ac193d;
    }

    header.orange {
        background: #d24726;
    }

    header.yellow {
        background: #ff8f32;
    }

    header.dark_green {
        background: #82ba00;
    }

    header.green {
        background: #a7c88c;
    }

    header.turq {
        background: #03b3b2;
    }

    header.dark_turq {
        background: #008299;
    }

    header.purple {
        background: #4617b4;
    }

    header.violet {
        background: #8c0095;
    }

    header.dark_blue {
        background: #001940;
    }

    header.dark_red {
        background: #570000;
    }

    header.brown {
        background: #380000;
    }

    header.black {
        background: #000000;
    }

    header.light {
        background: #ffffff;
    }

    header a.logo_image {
        width: 94px;
        display: block;
        height: 44px;
        float: left;
        line-height: 44px;
        padding-left: 33px;
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
        background: url(../img/logo.png) no-repeat left center;
        margin-left: 10px;
    }

    header .quick_header_actions {
        float: left;
        margin: 0;
    }

        header .quick_header_actions li {
            display: inline-block;
            list-style: none;
            margin-right: -4px;
        }

            header .quick_header_actions li a {
                display: block;
                width: 40px;
                height: 44px;
                text-align: center;
                line-height: 45px;
                border-left: 1px solid rgba(0, 0, 0, 0.15);
                -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
                -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
                -ms-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
                box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
            }

            header .quick_header_actions li:last-child a {
                border-right: 1px solid rgba(0, 0, 0, 0.15);
                -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.08), inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
                -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.08), inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
                -ms-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.08), inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
                box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.08), inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
            }

            header .quick_header_actions li a i {
                font-size: 14px;
                color: #fff;
            }

    header ul.header_actions {
        margin: 0;
        float: right;
        width: 100%;
    }

        header ul.header_actions > li {
            list-style: none;
            float: left;
            position: relative;
        }

            header ul.header_actions > li > a {
                display: block;
                height: 44px;
                line-height: 44px;
                padding: 0 15px;
                border-left: 1px solid rgba(0, 0, 0, 0.15);
               // color: #fff;
                font-size: 11px;
                -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
                -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
                -ms-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
                box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
            }

                header ul.header_actions > li > a > i {
                    font-size: 14px;
                    position: relative;
                    top: 1px;
                    left: 0;
                    margin-left: -2px;
                    margin-right: 1px;
                }

            header ul.header_actions > li.messages > a {
                line-height: 45px;
            }

                header ul.header_actions > li.messages > a > i {
                    margin-right: 4px;
                    position: relative;
                    top: 0;
                }

            header ul.header_actions > li .avatar {
                width: 26px;
                height: 26px;
                margin-right: 9px;
            }

            header ul.header_actions > li > a.iconic {
                padding: 0 12px 0 13px;
            }

        header ul.header_actions .iconic i {
            margin-left: 0;
            margin-right: -2px;
        }

        header ul.header_actions > li.dropdown > i,
        header ul.header_actions > li.dropdown > a > i {
            margin-right: -5px;
            margin-left: 4px;
            font-size: 11px;
            position: relative;
            top: 0;
            display: inline-block;
        }

        header ul.header_actions > li.responsive_menu {
            display: none;
            float: right;
        }

            header ul.header_actions > li.responsive_menu > a i {
                font-size: 17px;
                position: relative;
                top: 2px;
                margin-right: 1px;
            }

        /* Header change color */

        header ul.header_actions > li.color_pick > ul {
            position: absolute;
            right: 1px;
            top: 100%;
            width: 140px;
            padding: 10px 10px 3px;
            border-width: 0 1px 1px;
            border-style: solid;
            border-color: #dedede !important;
            background: #fff !important;
            margin-bottom: -5px;
            z-index: 99;
            display: none;
        }

            header ul.header_actions > li.color_pick > ul > li {
                display: inline-block;
                margin: 0 1px;
            }

                header ul.header_actions > li.color_pick > ul > li > a {
                    width: 18px;
                    height: 18px;
                    background: #000;
                    display: block;
                    padding: 0;
                    border: none;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    -ms-box-shadow: none;
                    box-shadow: none;
                }

                    header ul.header_actions > li.color_pick > ul > li > a.blue {
                        background: #0072c6;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.light_blue {
                        background: #5db2ff;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.grey {
                        background: #585858;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.dark_grey {
                        background: #1f1f1f;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.pink {
                        background: #dc4fad;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.red {
                        background: #ac193d;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.orange {
                        background: #d24726;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.yellow {
                        background: #ff8f32;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.dark_green {
                        background: #82ba00;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.green {
                        background: #a7c88c;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.turq {
                        background: #03b3b2;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.dark_turq {
                        background: #008299;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.purple {
                        background: #4617b4;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.violet {
                        background: #8c0095;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.dark_blue {
                        background: #001940;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.dark_red {
                        background: #570000;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.brown {
                        background: #380000;
                    }

                    header ul.header_actions > li.color_pick > ul > li > a.black {
                        background: #000000;
                    }

        /* Dropdown Header */

        header ul.header_actions > li > ul {
            position: absolute;
            width: 99%;
            left: 0;
            top: 100%;
            margin: 0;
            display: none;
            background: #fff;
        }

    header.blue ul.header_actions > li > ul {
        border: 1px solid #0072c6;
        border-top: none;
    }

    header.light_blue ul.header_actions > li > ul {
        border: 1px solid #5db2ff;
        border-top: none;
    }

    header.grey ul.header_actions > li > ul {
        border: 1px solid #585858;
        border-top: none;
    }

    header.dark_grey ul.header_actions > li > ul {
        border: 1px solid #1f1f1f;
        border-top: none;
    }

    header.pink ul.header_actions > li > ul {
        border: 1px solid #dc4fad;
        border-top: none;
    }

    header.red ul.header_actions > li > ul {
        border: 1px solid #ac193d;
        border-top: none;
    }

    header.orange ul.header_actions > li > ul {
        border: 1px solid #d24726;
        border-top: none;
    }

    header.yellow ul.header_actions > li > ul {
        border: 1px solid #ff8f32;
        border-top: none;
    }

    header.dark_green ul.header_actions > li > ul {
        border: 1px solid #82ba00;
        border-top: none;
    }

    header.green ul.header_actions > li > ul {
        border: 1px solid #a7c88c;
        border-top: none;
    }

    header.turq ul.header_actions > li > ul {
        border: 1px solid #03b3b2;
        border-top: none;
    }

    header.dark_turq ul.header_actions > li > ul {
        border: 1px solid #008299;
        border-top: none;
    }

    header.purple ul.header_actions > li > ul {
        border: 1px solid #4617b4;
        border-top: none;
    }

    header.violet ul.header_actions > li > ul {
        border: 1px solid #8c0095;
        border-top: none;
    }

    header.dark_blue ul.header_actions > li > ul {
        border: 1px solid #001940;
        border-top: none;
    }

    header.dark_red ul.header_actions > li > ul {
        border: 1px solid #570000;
        border-top: none;
    }

    header.brown ul.header_actions > li > ul {
        border: 1px solid #380000;
        border-top: none;
    }

    header.black ul.header_actions > li > ul {
        border: 1px solid #000000;
        border-top: none;
    }

    header ul.header_actions > li > ul > li {
        list-style: none;
    }

        header ul.header_actions > li > ul > li > a {
            display: block;
            height: 35px;
            line-height: 34px;
            color: #333;
            padding: 0 9px;
            font-size: 11px;
            border-top: 1px solid rgba(0, 0, 0, 0.12);
        }

            header ul.header_actions > li > ul > li > a:hover {
                background: #fafafa;
            }

            header ul.header_actions > li > ul > li > a > i {
                font-size: 14px;
                position: relative;
                top: 1px;
                margin-right: 5px;
                -ms-opacity: 1;
                opacity: 1;
            }

    /* Messages dropdown */

    header ul.header_actions > li > ul.messages_dropdown {
        width: 250px !important;
        padding: 0;
    }

        header ul.header_actions > li > ul.messages_dropdown > li > a {
            padding: 10px;
            line-height: 19px;
            height: inherit;
        }

            header ul.header_actions > li > ul.messages_dropdown > li > a:hover {
                background: #fafafa;
            }

            header ul.header_actions > li > ul.messages_dropdown > li > a:after {
                content: "";
                display: block;
                clear: both;
            }

        header ul.header_actions > li > ul.messages_dropdown img {
            width: 40px;
            float: left;
        }

        header ul.header_actions > li > ul.messages_dropdown .details {
            float: left;
            margin-left: 10px;
            max-width: 180px;
            overflow: hidden;
        }

        header ul.header_actions > li > ul.messages_dropdown > a.button {
            padding: 7px 1px;
            color: #fff;
            display: block;
            width: 100%;
            margin-left: -1px;
            margin-bottom: -1px;
        }

        header ul.header_actions > li > ul.messages_dropdown > .btn > span {
            padding: 0 10px;
        }

/* 3. Top navigation
-------------------------------------------------- */

#top_navigation {
    height: 40px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    margin-bottom: 1px;
    background: #fff;
    position: relative;
    z-index: 98;
}

    #top_navigation > ul {
        margin: 0;
    }

        #top_navigation > ul > li {
            display: inline-block;
            list-style: none;
            position: relative;
        }

            #top_navigation > ul > li > a {
                display: block;
                height: 40px;
                line-height: 40px;
                padding: 0 15px 0 8px;
                color: #333333;
                border-right: 1px solid #dedede;
            }

.fixed_container #top_navigation {
    border-right: none;
}

#top_navigation > ul > li > a > i {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 4px;
    color: #5c696f;
}

#top_navigation > ul > li > a:hover,
#top_navigation > ul > li > a:hover > i {
    text-decoration: none;
    color: #809097;
}

#top_navigation > ul > li > ul {
    display: none;
    position: absolute;
}

/* 4. Main navigation
-------------------------------------------------- */

#main_navigation {
    width: 217px;
    position: fixed;
    left: 0;
    top: 0;
    background: #fafafa;
    padding-right:1px;
    border-right: 1px solid #dedede;
    min-height: 100%;
    z-index: 998;
}

    #main_navigation.dark_navigation {
        background: #343434;
        border-right: none;
    }

    #main_navigation .inner_navigation {
        margin-top: 44px;
    }

.nav_container {
    border-width: 0;
    border-style: solid;
    border-color: #dedede;
    margin: 1px 0 0 0;
    background: #fafafa;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -ms-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

ul.main {
    margin: 0;
}

    ul.main > li {
        list-style: none;
        margin-top: 1px;
    }

#main_navigation.dark_navigation ul.main > li {
    margin-top: 0;
}

ul.main > li > a {
    display: block;
    height: 40px;
    border: 1px solid #dedede;
    padding: 0 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 12px;
    position: relative;
    background: #f9f9f9;
}

#main_navigation.dark_navigation ul.main > li > a {
    background: #343434;
    color: #cacaca;
    border: none;
    border-bottom: 1px solid #595959;
}

header ul.header_actions > li > ul #main_navigation.dark_navigation ul.main > li:first-child > a {
    border-top: none;
}

ul.main > li > a:hover,
ul.main > li > a:hover > i {
    text-decoration: none;
    color: white;
    background-color: #0072c6;
}

ul.main > li > a:active,
ul.main > li.active > a,
ul.main > li > a.subOpened {
    border: 1px solid #585858;
    color: #fff;
    font-weight: 600;
    background: #585858;
}

#main_navigation.light ul.main > li > a:active,
#main_navigation.light ul.main > li.active > a,
#main_navigation.light ul.main > li > a.subOpened {
    background: #0072c6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #0072c6;
}



#main_navigation.light_blue ul.main > li > a:active,
#main_navigation.light_blue ul.main > li.active > a,
#main_navigation.light_blue ul.main > li > a.subOpened {
    background: #5db2ff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #5db2ff;
}

#main_navigation.grey ul.main > li > a:active,
#main_navigation.grey ul.main > li.active > a,
#main_navigation.grey ul.main > li > a.subOpened {
    background: #585858;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #585858;
}

#main_navigation.dark_grey ul.main > li > a:active,
#main_navigation.dark_grey ul.main > li.active > a,
#main_navigation.dark_grey ul.main > li > a.subOpened {
    background: #1f1f1f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #1f1f1f;
}

#main_navigation.pink ul.main > li > a:active,
#main_navigation.pink ul.main > li.active > a,
#main_navigation.pink ul.main > li > a.subOpened {
    background: #dc4fad;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #dc4fad;
}

#main_navigation.red ul.main > li > a:active,
#main_navigation.red ul.main > li.active > a,
#main_navigation.red ul.main > li > a.subOpened {
    background: #ac193d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #ac193d;
}

#main_navigation.orange ul.main > li > a:active,
#main_navigation.orange ul.main > li.active > a,
#main_navigation.orange ul.main > li > a.subOpened {
    background: #d24726;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #d24726;
}

#main_navigation.yellow ul.main > li > a:active,
#main_navigation.yellow ul.main > li.active > a,
#main_navigation.yellow ul.main > li > a.subOpened {
    background: #ff8f32;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #ff8f32;
}

#main_navigation.dark_green ul.main > li > a:active,
#main_navigation.dark_green ul.main > li.active > a,
#main_navigation.dark_green ul.main > li > a.subOpened {
    background: #82ba00;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #82ba00;
}

#main_navigation.green ul.main > li > a:active,
#main_navigation.green ul.main > li.active > a,
#main_navigation.green ul.main > li > a.subOpened {
    background: #a7c88c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #a7c88c;
}

#main_navigation.turq ul.main > li > a:active,
#main_navigation.turq ul.main > li.active > a,
#main_navigation.turq ul.main > li > a.subOpened {
    background: #03b3b2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #03b3b2;
}

#main_navigation.dark_turq ul.main > li > a:active,
#main_navigation.dark_turq ul.main > li.active > a,
#main_navigation.dark_turq ul.main > li > a.subOpened {
    background: #008299;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #008299;
}

#main_navigation.purple ul.main > li > a:active,
#main_navigation.purple ul.main > li.active > a,
#main_navigation.purple ul.main > li > a.subOpened {
    background: #4617b4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #4617b4;
}

#main_navigation.violet ul.main > li > a:active,
#main_navigation.violet ul.main > li.active > a,
#main_navigation.violet ul.main > li > a.subOpened {
    background: #8c0095;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #8c0095;
}

#main_navigation.dark_blue ul.main > li > a:active,
#main_navigation.dark_blue ul.main > li.active > a,
#main_navigation.dark_blue ul.main > li > a.subOpened {
    background: #001940;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #001940;
}

#main_navigation.dark_red ul.main > li > a:active,
#main_navigation.dark_red ul.main > li.active > a,
#main_navigation.dark_red ul.main > li > a.subOpened {
    background: #570000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #570000;
}

#main_navigation.brown ul.main > li > a:active,
#main_navigation.brown ul.main > li.active > a,
#main_navigation.brown ul.main > li > a.subOpened {
    background: #380000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #380000;
}

#main_navigation.black ul.main > li > a:active,
#main_navigation.black ul.main > li.active > a,
#main_navigation.black ul.main > li > a.subOpened {
    background: #000000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid #000000;
}

#main_navigation.dark_navigation ul.main > li > a:hover,
#main_navigation.dark_navigation ul.main > li > a:active,
#main_navigation.dark_navigation ul.main > li.active > a,
#main_navigation.dark_navigation ul.main > li > a.subOpened {
    background: linear-gradient(#0b6dd2, #111111);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 0px solid #000000;
}

ul.main > li > a:active > i,
ul.main > li.active > a > i,
ul.main > li > a.subOpened > i {
    color: #fff;
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.22);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.22);
}

.langcolor:hover {
    text-decoration-line:underline;
}

ul.main > li > a > i {
    font-size: 14px;
    /*color: #5c696f;*/
    line-height: 39px;
    margin-right: 8px;
    position: relative;
    top: 1px;
    background-color:transparent !important;
}

/*#main_navigation.dark_navigation ul.main > li > a > i {
    color: #808080;
}*/

ul.main > li > a > span.count {
    position: absolute;
    display: block;
    right: 8px;
    top: 9px;
    line-height: 22px;
    text-align: center;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
    /*color: #636363;*/
    -ms-opacity: 0.7;
    opacity: 0.7;
}

ul.main > li > a:active > span.count,
ul.main > li.active > a > span.count,
ul.main > li > a.subOpened > span.count {
    color: #fff;
}

#main_navigation.dark_navigation ul.main > li > a > span.count {
    color: #fff;
}

/* Submenu */

ul.main > li > ul.sub_main {
    display: none;
    margin: 0;
}

    ul.main > li > ul.sub_main > li {
        list-style: none;
        margin: 1px 0 0 0;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #dedede;
        background: #f9f9f9;
        position: relative;
    }

#main_navigation.dark_navigation ul.main > li > ul.sub_main > li {
    background: #343434;
    border: none;
    border-bottom: 1px solid #595959;
    margin: 0;
}

ul.main > li > ul.sub_main > li > a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    font-size: 11px;
    color: #5f5f5f;
    border-width: 0 5px 0 0;
    border-style: solid;
    border-color: transparent;
    margin-top: -1px;
    margin-bottom: -1px;
    -webkit-transition: border-color 0.13s ease-in-out;
    -moz-transition: border-color 0.13s ease-in-out;
    -ms-transition: border-color 0.13s ease-in-out;
    -o-transition: border-color 0.13s ease-in-out;
    transition: border-color 0.13s ease-in-out;
}

#main_navigation.dark_navigation ul.main > li > ul.sub_main > li > a {
    margin: 0;
    color: #9a9a9a;
}

.dark_navigation ul.main > li > ul.sub_main > li.active > a,
.dark_navigation ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #5db2ff;
}

.light ul.main > li > ul.sub_main > li.active > a,
.light ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #0072c6;
    color: #0072c6;
}

.light_blue ul.main > li > ul.sub_main > li.active > a,
.light_blue ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #5db2ff;
}

.grey ul.main > li > ul.sub_main > li.active > a,
.grey ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #585858;
}

.dark_grey ul.main > li > ul.sub_main > li.active > a,
.dark_grey ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #1f1f1f;
}

.pink ul.main > li > ul.sub_main > li.active > a,
.pink ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #dc4fad;
}

.red ul.main > li > ul.sub_main > li.active > a,
.red ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #ac193d;
}

.orange ul.main > li > ul.sub_main > li.active > a,
.orange ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #d24726;
}

.yellow ul.main > li > ul.sub_main > li.active > a,
.yellow ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #ff8f32;
}

.dark_green ul.main > li > ul.sub_main > li.active > a,
.dark_green ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #82ba00;
}

.green ul.main > li > ul.sub_main > li.active > a,
.green ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #a7c88c;
}

.turq ul.main > li > ul.sub_main > li.active > a,
.turq ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #03b3b2;
}

.dark_turq ul.main > li > ul.sub_main > li.active > a,
.dark_turq ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #008299;
}

.purple ul.main > li > ul.sub_main > li.active > a,
.purple ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #4617b4;
}

.violet ul.main > li > ul.sub_main > li.active > a,
.violet ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #8c0095;
}

.dark_blue ul.main > li > ul.sub_main > li.active > a,
.dark_blue ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #001940;
}

.dark_red ul.main > li > ul.sub_main > li.active > a,
.dark_red ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #570000;
}

.brown ul.main > li > ul.sub_main > li.active > a,
.brown ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #380000;
}

.black ul.main > li > ul.sub_main > li.active > a,
.black ul.main > li > ul.sub_main > li > a:hover {
    text-decoration: none;
    border-color: #000000;
}

#main_navigation.dark_navigation ul.main > li > ul.sub_main > li > a:hover,
#main_navigation.dark_navigation ul.main > li > ul.sub_main > li.active > a {
    color: #5db2ff;
}

ul.main > li > ul.sub_main > li > a > span.label {
    position: absolute;
    right: 10px;
    top: 6px;
}

/* 5. Content
-------------------------------------------------- */

#content {
    margin-left: 218px;
    position: relative;
    z-index: 97;
    padding-bottom: 50px;
}

    #content.sidebar {
        margin-right: 316px;
    }

    #content .top_bar {
        height: 30px;
        border-width: 1px 1px 1px;
        border-style: solid;
        border-color: #dedede;
    }

    #content .inner_content {
        border-width: 1px 1px 0;
        -webkit-box-shadow: inset 0 1px 0 #fff;
        -moz-box-shadow: inset 0 1px 0 #fff;
        -ms-box-shadow: inset 0 1px 0 #fff;
        box-shadow: inset 0 1px 0 #fff;
    }

        #content .inner_content .statistic {
            padding: 15px 18px;
            border-bottom: 1px solid #dedede;
            background: #fafafa;
            margin: 1px 1px 0;
            border-top: 1px solid #dedede;
            -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
            -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
            -ms-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
            box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
        }

            #content .inner_content .statistic .current_page {
                line-height: 30px;
                font-family: 'Open Sans', sans-serif;
                font-weight: 400;
                font-size: 14px;
            }

                #content .inner_content .statistic .current_page i {
                    font-size: 24px;
                    color: #636363;
                    position: relative;
                    top: 4px;
                    margin-right: 6px;
                }

                #content .inner_content .statistic .current_page .quote {
                    font-size: 12px;
                }

            #content .inner_content .statistic .charts {
                text-align: right;
            }

            #content .inner_content .statistic .sparkline {
                display: inline-block;
                margin-left: 20px;
            }

                #content .inner_content .statistic .sparkline:first-child {
                    margin-left: 0;
                }

    #content .user_bar, #matchCriteriaTab .user_bar {
        padding: 10px 9px;
        border-width: 1px 0 1px;
        border-style: solid;
        border-color: #dedede;
        margin: 1px 1px 0;
        /*background: #f9f9f9;*/
    }

        #content .user_bar:after {
            content: "";
            display: block;
            clear: both;
        }

        #content .user_bar > div > div > span {
            font-size: 11px;
            display: block;
            text-align: center;
            height: 30px;
            line-height: 30px;
            color: #7f7f7f;
        }

/* Tab panel */

ul.e-tabs {
    height: 34px;
    border-width: 1px 0 1px;
    border-style: solid;
    border-color: #dedede;
    margin: 1px 1px 0;
    background: #ffffff;
}

    ul.e-tabs li {
        list-style: none;
        float: left;
    }

        ul.e-tabs li a {
            display: block;
            padding: 0 12px;
            height: 34px;
            line-height: 34px;
            border-right: 1px solid #dedede;
            color: #999999;
            font-size: 11px;
        }

            ul.e-tabs li a:hover {
                text-decoration: none;
            }

            ul.e-tabs li.active a,
            ul.e-tabs li a:active {
                background: #fff;
            }

            ul.e-tabs li a i {
                font-size: 14px;
                position: relative;
                top: 1px;
                margin-right: 2px;
            }

/* Tabs content */

.tabs-content {
    padding: 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-top: 1px;
}

#sidebar .tabs-content {
    border-top: none;
    border-bottom: none;
}


#sidebar .inner_sidebar {
    margin-top: 45px;
}

.tabs-content .tab-box {
    padding: 20px 20px 0;
}

    .tabs-content .tab-box .thumbnails {
        margin-bottom: 20px;
    }

    .tabs-content .tab-box .statistics-container {
        padding-bottom: 20px;
    }

.tabs-content ul {
    margin: 0;
}

#google-map {
    height: 350px;
    width: 100%;
}

/* Status widgets */

.status-widgets {
    padding: 10px 20px;
}

    .status-widgets .widget {
        padding: 15px 45px 15px 15px;
        position: relative;
    }

        .status-widgets .widget .options {
            float: right;
            text-align: right;
        }

            .status-widgets .widget .options ul {
                margin: 0 0 5px 0;
            }

                .status-widgets .widget .options ul:after {
                    content: "";
                    display: block;
                    clear: both;
                }

                .status-widgets .widget .options ul li {
                    float: left;
                    list-style: none;
                    margin-left: 8px;
                }

                    .status-widgets .widget .options ul li a {
                        opacity: 0.5;
                    }

                        .status-widgets .widget .options ul li a:hover {
                            opacity: 1;
                        }

                        .status-widgets .widget .options ul li a i {
                            font-size: 14px;
                            color: #fff;
                        }

            .status-widgets .widget .options > i {
                color: #fff;
                font-size: 24px;
                -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
                position: relative;
                top: 4px;
            }

        .status-widgets .widget .details {
            float: left;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
        }

        .status-widgets .widget .number {
            font-size: 28px;
            text-align: left;
            color: #fff;
            font-weight: 300;
            margin-bottom: 10px;
            margin-top: 4px;
            -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
        }

        .status-widgets .widget .description {
            font-size: 16px;
            font-weight: 300;
            color: #fff;
            text-align: left;
        }

.widget.blue {
    background: #0072c6;
}

.widget.light_blue {
    background: #5db2ff;
}

.widget.grey {
    background: #585858;
}

.widget.pink {
    background: #dc4fad;
}

.widget.red {
    background: #ac193d;
}

.widget.orange {
    background: #d24726;
}

.widget.yellow {
    background: #ff8f32;
}

.widget.dark_green {
    background: #82ba00;
}

.widget.green {
    background: #a7c88c;
}

.widget.turq {
    background: #03b3b2;
}

.widget.dark_turq {
    background: #008299;
}

.widget.purple {
    background: #4617b4;
}

.widget.violet {
    background: #8c0095;
}

.widget.dark_blue {
    background: #001940;
}

.widget.dark_red {
    background: #570000;
}

.widget.brown {
    background: #380000;
}

.widget.black {
    background: #000000;
}

/* Report widgets */

.report-widgets {
    padding: 10px 20px;
}

    .report-widgets .widget {
        position: relative;
        padding: 15px 45px 17px 15px;
    }

        .report-widgets .widget .content {
            text-align: center;
        }

            .report-widgets .widget .content .icon {
                font-size: 13px;
                color: #fff;
                margin-bottom: 8px;
                position: relative;
                top: -2px;
                -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
            }

            .report-widgets .widget .content .value {
                font-size: 28px;
                color: #fff;
                font-weight: 300;
                -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
            }

            .report-widgets .widget .content .icon i {
                font-size: 20px;
                margin-right: 5px;
                position: relative;
                top: 2px;
            }

.widget .more {
    display: block;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
}

    .widget .more:hover {
        background: rgba(0, 0, 0, 0.25);
    }

    .widget .more i {
        font-size: 14px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -6px;
        margin-top: -7px;
    }

/* Quick actions */

.quick-actions {
    height: 60px;
    padding: 10px 20px;
    margin: 1px 0 1px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

    .quick-actions ul {
        margin: 5px 0 0 0;
    }

        .quick-actions ul:after {
            content: "";
            display: block;
            clear: both;
        }

        .quick-actions ul li {
            list-style: none;
            float: left;
            margin: 0 10px 0 0;
        }

            .quick-actions ul li a {
                width: 50px;
                height: 50px;
                text-align: center;
                line-height: 60px;
                display: block;
                background: #dedede;
            }

                .quick-actions ul li a i {
                    color: #636363;
                    font-size: 24px;
                }

                .quick-actions ul li a:hover {
                    background: #a7c88c;
                    text-decoration: none;
                }

                    .quick-actions ul li a:hover i {
                        color: #fff;
                    }

.widgets_area {
    padding: 10px;
}

.tab-content {
    padding-bottom: 40px;
}

#divItemDetailDynamic .tab-content, #selfServicePage .tab-content, #endpointConfigurationPage .tab-content {
    /*color_pick içindeki butonlarda bir problem olursa tekrar aç.*/
    /*padding-bottom: 100px;*/
}

.tab-content .widgets_area {
    padding: 10px 0;
}

/* Well header menus */

.well-header > ul {
    float: right;
    margin: 0 0 0 15px;
}

    .well-header > ul > li {
        float: left;
        margin: 0;
        list-style: none;
        position: relative;
    }

        .well-header > ul > li > a {
            display: block;
            height: 40px;
            -moz-min-width: 40px;
            -ms-min-width: 40px;
            -o-min-width: 40px;
            -webkit-min-width: 40px;
            min-width: 40px;
            line-height: 41px;
            text-align: center;
            border-left: 1px solid rgba(255, 255, 255, 0.25);
        }

    .well-header > ul.nav {
        margin: 0;
        padding: 0;
        border-bottom: none;
        background: none;
    }

    .well-header > ul > li > a:hover {
        text-decoration: none;
    }

    .well-header > ul > li > a > i {
        font-size: 14px;
        color: #fff;
    }

    .well-header > ul > li.color_pick > ul {
        position: absolute;
        right: 1px;
        top: 100%;
        max-width: 240px;
        -moz-min-width: 140px;
        -ms-min-width: 140px;
        -o-min-width: 140px;
        -webkit-min-width: 140px;
        min-width: 133px !important;
        padding: 5px;
        border-left: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        background: #fff;
        margin-bottom: -5px;
        z-index: 99;
        display: none;
        margin-top: 1px;
    }

        .well-header > ul > li.color_pick > ul > li {
            display: inline-block;
            margin: 0 1px;
        }

            .well-header > ul > li.color_pick > ul > li > a {
                width: 15px;
                height: 15px;
                background: #000;
                display: block;
                padding: 3px 8px 8px 8px;
            }

                .well-header > ul > li.color_pick > ul > li > a.blue {
                    background: #0072c6;
                }

                .well-header > ul > li.color_pick > ul > li > a.light_blue {
                    background: #5db2ff;
                }

                .well-header > ul > li.color_pick > ul > li > a.grey {
                    background: #585858;
                }

                .well-header > ul > li.color_pick > ul > li > a.pink {
                    background: #dc4fad;
                }

                .well-header > ul > li.color_pick > ul > li > a.red {
                    background: #ac193d;
                }

                .well-header > ul > li.color_pick > ul > li > a.orange {
                    background: #d24726;
                }

                .well-header > ul > li.color_pick > ul > li > a.yellow {
                    background: #ff8f32;
                }

                .well-header > ul > li.color_pick > ul > li > a.dark_green {
                    background: #82ba00;
                }

                .well-header > ul > li.color_pick > ul > li > a.green {
                    background: #a7c88c;
                }

                .well-header > ul > li.color_pick > ul > li > a.turq {
                    background: #03b3b2;
                }

                .well-header > ul > li.color_pick > ul > li > a.dark_turq {
                    background: #008299;
                }

                .well-header > ul > li.color_pick > ul > li > a.purple {
                    background: #4617b4;
                }

                .well-header > ul > li.color_pick > ul > li > a.violet {
                    background: #8c0095;
                }

                .well-header > ul > li.color_pick > ul > li > a.dark_blue {
                    background: #001940;
                }

                .well-header > ul > li.color_pick > ul > li > a.dark_red {
                    background: #570000;
                }

                .well-header > ul > li.color_pick > ul > li > a.brown {
                    background: #380000;
                }

                .well-header > ul > li.color_pick > ul > li > a.black {
                    background: #000000;
                }

            .well-header > ul > li.color_pick > ul > li button {
                width: 40px;
                height: 35px;
                margin: 2px 0;
            }

    /* Header tabs */


    .well-header > ul.nav-tabs > li {
        margin: 0;
        padding: 0;
    }

        .well-header > ul.nav-tabs > li > a {
            padding: 0 10px !important;
            margin: 0 !important;
            border: none;
            border-left: 1px solid rgba(255, 255, 255, 0.25);
            color: #fff;
            line-height: 40px;
        }

            .well-header > ul.nav-tabs > li > a:hover {
                border: none;
                border-left: 1px solid rgba(255, 255, 255, 0.25);
                background: rgba(255, 255, 255, 0.15);
            }

                .well-header > ul.nav-tabs > li > a:hover > i {
                    color: #fff !important;
                }

    .well-header > ul.nav-tabs > .active > a,
    .well-header > ul.nav-tabs > .active > a:hover,
    .well-header > ul.nav-tabs > .active > a:focus {
        cursor: default;
        background-color: rgba(255, 255, 255, 0.15);
        color: #fff;
        border: none;
        border-left: 1px solid rgba(255, 255, 255, 0.25);
    }

    .well-header > ul.pull-left > li > a {
        border: none;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

        .well-header > ul.pull-left > li > a:hover {
            border: none;
            border-right: 1px solid rgba(255, 255, 255, 0.25);
        }

    .well-header > ul.pull-left > .active > a,
    .well-header > ul.pull-left > .active > a:hover,
    .well-header > ul.pull-left > .active > a:focus {
        cursor: default;
        background-color: rgba(255, 255, 255, 0.15);
        color: #fff;
        border: none;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

.well-header ul.pull-right > li > a {
    margin-right: 0 !important;
    border-right: none;
}

.well-header > ul.nav > li > a.icon {
    padding: 0 2px !important;
}

    .well-header > ul.nav > li > a.icon > i {
        font-size: 14px;
        position: relative;
        top: 1px;
    }

.well-header h5 {
    margin: 0 0 0 10px;
    float: none;
    display: inline-block;
}

/* Form elements */

.form_row {
    margin-bottom: 5px;
}

    .form_row.small_row {
        margin-bottom: 8px;
    }

    .form_row.element_row {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .form_row:last-child {
        margin-bottom: 0;
    }

    .form_row::after {
        clear: both;
    }

    .form_row:before,
    .form_row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form_row:last-child {
        border-bottom: none;
    }

    .form_row label.field_name,
    .form_row span.field_name {
        display: inline-block;
        float: left;
        padding-top: 5px;
        margin-bottom: 5px;
        width: 18%;
    }

    .form_row .field_value {
        display: inline-block;
        float: left;
        padding-top: 5px;
        margin-bottom: 5px;
    }

    .form_row .field {
        position: relative;
        margin-left: 20%;
    }

#sidebar .form_row {
    margin-bottom: 5px;
}

    #sidebar .form_row label.field_name {
        width: 30%;
    }

    #sidebar .form_row .field {
        margin-left: 32%;
    }

.sidebar_field {
    position: relative;
    margin-bottom: 5px;
}

.form_row .field::after {
    clear: both !important;
}

.form_row label.deep_label {
    margin-right: 10px;
    margin-left: 10px;
}

/* Character count styling */

form .counter {
    display: block;
    text-align: right;
    margin-top: 4px;
    margin-bottom: -5px;
    font-size: 11px;
}

form .warning {
    color: #600;
}

form .exceeded {
    color: #e00;
}

/* Dual select */

.dualselect .select_arrows {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

    .dualselect .select_arrows button {
        margin: 4px 0 4px 0;
        padding: 5px 10px 4px 10px;
        border: none;
    }

        .dualselect .select_arrows button i {
            opacity: 0.6;
            font-size: 14px;
            position: relative;
            top: 1px;
        }

/* Uniform elements */

.selector, .radio, .checker {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

div.selector {
    background: #ffffff;
    line-height: 28px;
    height: 28px;
    border: 1px solid #8f8f8f;
    border-right: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    cursor: pointer;
    width: auto;
    max-width: 280px;
    font-size: 12px;
    position: relative;
}

    div.selector span {
        display: block;
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333;
        text-decoration: none;
        padding: 0px 25px 0px 8px;
        margin: -1px 0 0 0;
        background: url(../img/forms/uniform_select.png) no-repeat 100%;
        cursor: pointer;
        font-size: 11px;
        height: 30px;
        line-height: 30px;
        position: relative;
    }

    div.selector select {
        position: absolute;
        -ms-opacity: 0;
        opacity: 0;
        -webkit-filter: alpha(opacity:0);
        -moz-filter: alpha(opacity:0);
        -o-filter: alpha(opacity:0);
        filter: alpha(opacity:0);
        height: 28px;
        border: none;
        background: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        width: 100%;
        top: 0;
        left: 0;
    }

/* Checker */

div.checker {
    position: relative;
}

    div.checker, div.checker span, div.checker input {
        width: 14px;
        height: 14px;
    }

        div.checker span {
            display: -moz-inline-box;
            display: inline-block;
            zoom: 1;
            text-align: center;
            background: url(../img/forms/uniform_check.png) no-repeat 0 0;
        }

            div.checker span.checked {
                background: url(../img/forms/uniform_check.png) no-repeat 100% 0;
            }

        div.checker input {
            -webkit-filter: alpha(opacity=0);
            -moz-filter: alpha(opacity=0);
            -o-filter: alpha(opacity=0);
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -ms-opacity: 0;
            opacity: 0;
            border: none;
            background: none;
            display: -moz-inline-box;
            display: inline-block;
            zoom: 1;
            vertical-align: inherit;
        }

/* Radios */

div.radio {
    position: relative;
}

    div.radio, div.radio span, div.radio input {
        width: 14px;
        height: 14px;
    }

        div.radio span {
            display: -moz-inline-box;
            display: inline;
            zoom: 1;
            text-align: center;
            background: url(../img/forms/uniform_radio.png) no-repeat 0 0;
        }

            div.radio span.checked {
                background: url(../img/forms/uniform_radio.png) no-repeat 100% 0;
            }

        div.radio input {
            -webkit-filter: alpha(opacity=0);
            -moz-filter: alpha(opacity=0);
            -o-filter: alpha(opacity=0);
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -ms-opacity: 0;
            opacity: 0;
            border: none;
            background: none;
            display: -moz-inline-box;
            display: inline;
            zoom: 1;
            text-align: center;
            vertical-align: inherit;
            padding: 0;
        }

/* Checkbox label styling */



/* Draggable */

.sortable .well-header {
    cursor: move;
}

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    margin-top: 0;
    margin-bottom: 24px;
}

    .sortable-box-placeholder * {
        visibility: hidden;
    }

/* Wizards */

.wizard_buttons {
    padding: 20px 0;
}

.wizard_bar {
    padding: 20px;
}

    .wizard_bar .progress {
        margin: 0;
    }

.wizard_navigation {
    padding: 20px 20px 0;
}

    .wizard_navigation ul {
        margin: 0;
    }

        .wizard_navigation ul li {
            display: inline-block;
            margin-right: 30px;
        }

            .wizard_navigation ul li a {
                display: block;
                text-align: center;
                padding: 0;
                color: #333;
                line-height: 32px;
            }

                .wizard_navigation ul li:hover a,
                .wizard_navigation ul li a:hover {
                    background: none;
                }

            .wizard_navigation ul li.active a,
            .wizard_navigation ul li.active:hover a,
            .wizard_navigation ul li.active a:hover {
                background: none;
                color: #333;
            }

            .wizard_navigation ul li a span {
                display: block;
                width: 32px;
                height: 32px;
                line-height: 33px;
                float: left;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                -ms-border-radius: 25px;
                border-radius: 25px;
                background: #dedede;
                margin-right: 7px;
            }

                .wizard_navigation ul li a span i {
                    display: none;
                }

                .wizard_navigation ul li a span strong {
                    display: block;
                    font-weight: 400;
                }

            .wizard_navigation ul li.done a span {
                background: #82ba00;
                color: #fff;
            }

                .wizard_navigation ul li.done a span i {
                    display: block;
                    line-height: 32px;
                    font-size: 14px;
                }

                .wizard_navigation ul li.done a span strong {
                    display: none;
                }

            .wizard_navigation ul li.active a span {
                background: #ac193d;
                color: #fff;
            }

/* 6. Sidebar
-------------------------------------------------- */

#sidebar {
    width: 314px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fafafa;
    padding: 0 1px;
    min-height: 100%;
    border-left: 1px solid #dedede;
    overflow: auto;
}

    #sidebar ul.tabs {
        margin: 0 0 1px 0;
    }

        #sidebar ul.tabs li {
            list-style: none;
            display: inline-block;
            float: left;
            margin-right: 1px;
        }

            #sidebar ul.tabs li:last-child {
                margin-right: 0;
            }

            #sidebar ul.tabs li a {
                display: block;
                -moz-min-width: 102px;
                -ms-min-width: 102px;
                -o-min-width: 102px;
                -webkit-min-width: 102px;
                min-width: 102px;
                height: 30px;
                border-width: 1px 1px 1px;
                border-style: solid;
                border-color: #dedede;
                white-space: nowrap;
                color: #909090;
                text-align: center;
                line-height: 33px;
                background: #fff;
            }

                #sidebar ul.tabs li.active a,
                #sidebar ul.tabs li a:hover {
                    background: #ebebeb;
                }

                #sidebar ul.tabs li a i {
                    font-size: 14px;
                }

    #sidebar .tabs_container {
        min-height: 100%;
        margin: 0;
        border-width: 1px 1px 0;
        border-style: solid;
        border-color: #dedede;
        background: #fafafa;
        -webkit-box-shadow: inset 0 1px 0 #fff;
        -moz-box-shadow: inset 0 1px 0 #fff;
        -ms-box-shadow: inset 0 1px 0 #fff;
        box-shadow: inset 0 1px 0 #fff;
    }

        #sidebar .tabs_container h5 {
            display: block;
            height: 35px;
            line-height: 35px;
            border-top: 1px solid #dedede;
            border-bottom: 1px solid #dedede;
            margin: 0;
            padding: 0 10px;
            font-size: 12px;
            font-weight: 600;
            font-family: 'Open Sans', sans-serif;
            color: #999999;
            background: #ffffff;
        }

        #sidebar .tabs_container .widget_content:first-child h5 {
            border-top: none;
        }

        #sidebar .tabs_container .widget_content h5 i {
            font-size: 14px;
            margin-right: 8px;
            position: relative;
            top: 1px;
            color: #5f5f5f;
        }

        #sidebar .tabs_container .sidebar_widget {
            margin: 1px 0;
            border-width: 1px 0 1px;
            border-style: solid;
            border-color: #dedede;
            background: #fafafa;
            padding: 8px;
            -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
            -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
            -ms-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
            box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
        }

            #sidebar .tabs_container .sidebar_widget > div:first-child {
                margin-top: 0;
            }

.view {
    padding: 1px;
    border: 1px solid #dedede;
    position: relative;
}

    .view .image {
        position: relative;
        overflow: hidden;
    }

        .view .image img {
            position: relative;
            margin-left: 0;
        }

    .view.view-options .image:hover img {
        position: relative;
    }

    .view .image .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #777 url(../img/images_zoom.png) no-repeat 50%;
        -ms-opacity: 0;
        opacity: 0;
    }

.video-play .image .overlay {
    background: #777 url(../img/video_play.png) no-repeat 50%;
}

.view.view-options .image-actions {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    padding: 3px 7px 7px;
}

.view.view-options:hover .image-actions {
    -ms-opacity: 1;
    opacity: 1;
}

.view.view-options .image-actions ul {
    margin: 0 0 6px 0;
    text-align: right;
    display: block;
}

    .view.view-options .image-actions ul li {
        display: inline-block;
        list-style: none;
        margin: 4px 0 0 2px;
    }

        .view.view-options .image-actions ul li a {
            width: 26px;
            height: 26px;
            line-height: 28px;
            background: #dedede;
            display: block;
            text-align: center;
            position: relative;
            padding-left: 1px;
        }

            .view.view-options .image-actions ul li a:hover {
                background: #cf7d51;
            }

            .view.view-options .image-actions ul li a:hover {
                text-decoration: none;
            }

            .view.view-options .image-actions ul li a i {
                font-size: 14px;
                color: #636363;
            }

            .view.view-options .image-actions ul li a:hover i {
                color: #fff;
                -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
            }

.view .image-actions span {
    display: block;
    text-align: right;
    font-size: 11px;
    color: #858585;
}

    .view .image-actions span:first-child {
        margin-top: 4px;
    }

#sidebar .tabs_container .sidebar_widget ul.notifications {
    margin: 0;
}

    #sidebar .tabs_container .sidebar_widget ul.notifications li {
        display: block;
        height: 40px;
        padding: 1px;
        border-top: 1px solid #dedede;
        list-style: none;
        line-height: 40px;
        color: #5f5f5f;
        background: #ffffff;
    }

        #sidebar .tabs_container .sidebar_widget ul.notifications li:first-child {
            border-top: none;
        }

        #sidebar .tabs_container .sidebar_widget ul.notifications li .avatar {
            display: inline-block;
            width: 40px;
            height: 40px;
            float: left;
            margin-right: 8px;
            margin-top: -1px;
        }

/* Buttons */

.input_button {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    outline: none;
    text-align: center;
    line-height: 28px;
}

    .input_button i {
        font-size: 14px;
        margin-left: 2px;
    }

/* Chart tooltip */

.xAxis .tickLabel {
    font-family: Arial, Sans-serif;
    font-size: 11px;
    margin-top: -5px;
}

.chart-tooltip {
    color: #333;
    font-size: 12px;
    min-width: 180px;
}

    .chart-tooltip:after, .chart-tooltip:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .chart-tooltip:after {
        border-color: rgba(248, 248, 248, 0);
        border-top-color: #fff;
        border-width: 6px;
        left: 50%;
        margin-left: -6px;
    }

    .chart-tooltip:before {
        border-color: rgba(210, 210, 210, 0);
        border-top-color: #000;
        border-width: 7px;
        left: 50%;
        margin-left: -7px;
    }

    .chart-tooltip .date {
        background: #eaeaea; /* Old browsers */
        padding: 8px 10px;
        line-height: normal;
        display: block;
        border-bottom: 1px solid #dedede;
    }

    .chart-tooltip .clock {
        float: right;
    }

    .chart-tooltip .percentage {
        display: block;
        float: none !important;
        padding: 6px 10px;
        border-bottom: 1px solid #dedede;
    }

    .chart-tooltip .visits {
        display: block;
        float: none !important;
        padding: 6px 10px;
    }

        .chart-tooltip .percentage span,
        .chart-tooltip .visits span {
            float: right;
        }

/* Tags input */

div.tagsinput {
    width: 100% !important;
    min-height: inherit !important;
    overflow-y: auto;
    margin-bottom: -5px;
}

    div.tagsinput span.tag {
        display: block;
        float: left;
        padding: 4px 8px;
        text-decoration: none;
        background: #585858;
        color: #fff;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        cursor: default;
    }

        div.tagsinput span.tag a {
            color: #fff;
            text-decoration: none;
            font-size: 11px;
            opacity: 0.4;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

        div.tagsinput span.tag:hover a {
            opacity: 1;
        }

    div.tagsinput input {
        width: 80px;
        margin: 0px;
        font-family: helvetica;
        font-size: 12px;
        border: 1px solid transparent;
        padding: 5px 1px;
        background: transparent;
        color: #000;
        outline: 0;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    div.tagsinput div {
        display: block;
        float: left;
    }

.tags_clear {
    clear: both;
    width: 100%;
    height: 0;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}

/* Noticifation list */

ul.rows {
    margin: 0;
}

    ul.rows li {
        padding: 8px;
        list-style: none;
        border-bottom: 1px solid #dedede;
    }

        ul.rows li:last-child {
            border-bottom: none;
        }

        ul.rows li span.icon {
            width: 24px;
            height: 24px;
            color: #fff;
            display: inline-block;
            margin-right: 5px;
            line-height: 24px;
            text-align: center;
        }

        ul.rows li span.success {
            background: #a7c88c;
        }

        ul.rows li span.info {
            background: #5db2ff;
        }

        ul.rows li span.error {
            background: #ac193d;
        }

        ul.rows li span.warning {
            background: #ff8f32;
        }

        ul.rows li p {
            display: inline-block;
            font-size: 12px;
            line-height: 24px;
        }

ul.user_activity li {
    padding: 8px 12px;
}

    ul.user_activity li .avatar {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-right: 8px;
    }

    ul.user_activity li span {
        display: inline-block;
        vertical-align: middle;
    }

    ul.user_activity li .status {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

    ul.user_activity li .label {
    }

/* Message system */

.chat_line {
    padding: 15px;
    border-bottom: 1px solid #dedede;
}

    .chat_line:after {
        content: "";
        display: block;
        clear: both;
    }

    .chat_line:last-child {
        border-bottom: none;
    }

    .chat_line .avatar {
        width: 60px;
        vertical-align: middle;
        display: inline-block;
        float: left;
    }

    .chat_line.right_side .avatar {
        float: right;
    }

    .chat_line .avatar img {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
    }

    .chat_line .message {
        margin-left: 60px;
        padding: 0 0 0 10px;
    }

    .chat_line.right_side .message {
        margin-left: 0;
        margin-right: 60px;
        padding: 0 10px 0 0;
    }

.type_message {
    padding: 15px;
    position: relative;
}

    .type_message .input_button {
        position: absolute;
        top: 15px;
        right: 15px;
    }

/* Message center */

.message_center {
    position: relative;
    overflow: hidden;
}

    .message_center .tab-list {
        position: absolute;
        top: 0;
        left: 0;
        width: 190px;
        z-index: 99;
    }

        .message_center .tab-list .create-message {
            padding: 12px;
            border-bottom: 1px solid #dedede;
        }


        .message_center .tab-list ul {
            margin: 0;
        }


            .message_center .tab-list ul li {
                list-style: none;
            }


        .message_center .tab-list li a {
            display: block;
            height: 40px;
            line-height: 40px;
            padding: 0 12px;
            border-bottom: 1px solid #dedede;
            color: #333;
        }

        .message_center .tab-list li.active a {
            background: #eaeaea;
        }

        .message_center .tab-list li a i {
            font-size: 14px;
            position: relative;
            top: 1px;
            margin-right: 5px;
            color: #5f5f5f;
        }

    /* List */

    .message_center .message_list {
        margin-left: 190px;
        border-left: 1px solid #dedede;
    }

        .message_center .message_list table tr {
            cursor: pointer;
        }

        .message_center .message_list span.empty {
            display: block;
            position: absolute;
            width: 100%;
            top: 50%;
            left: 0;
            margin-top: -5px;
            text-align: center;
        }

/* Messages_center_top */

.message_center_top .tab-list {
    padding: 15px;
    border-bottom: 1px solid #dedede;
}

.message_center_top .create-message {
    display: inline-block;
    margin-right: 20px;
}

.message_center_top .tab-list ul {
    display: inline-block;
    margin: 0;
}

    .message_center_top .tab-list ul li {
        list-style: none;
        display: inline-block;
    }

.message_center_top .empty {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

/* Tab list */

.tabs-list li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dedede;
}

    .tabs-list li.active a,
    .tabs-list li:hover a,
    .tabs-list li a:hover {
        background: #f1f1f1;
    }

/* User profile page */

.user_image {
    margin-bottom: 15px;
}

.friend_list {
    margin-top: 15px;
}

/* Search results */

.search-img {
    width: 113px;
    float: left;
    display: inline-block;
}

.search-content {
    margin-left: 128px;
}

.jobs-search p {
    line-height: 24px;
}

/* Price table */

.price-table {
    padding: 0;
}

    .price-table .price {
        font-size: 54px;
        color: #dedede;
        font-weight: 300;
        line-height: normal;
        padding: 10px 0;
        text-align: center;
        margin: 0;
    }

        .price-table .price:last-child {
            border-bottom: none;
        }

    .price-table:hover .price {
        color: #333;
    }

    .price-table .price i {
        font-style: normal;
        font-size: 28px;
        position: relative;
        top: -8px;
    }

        .price-table .price i:first-child {
            right: -12px;
        }

        .price-table .price i:last-child {
            left: -12px;
        }

    .price-table ul {
        margin: 0;
        border-top: 1px solid #dedede;
    }

        .price-table ul li {
            list-style: none;
            display: block;
            line-height: 32px;
            border-bottom: 1px solid #dedede;
            padding: 0 15px;
        }

            .price-table ul li i {
                color: #aeaeae;
                margin-right: 5px;
                font-size: 14px;
                position: relative;
                top: 1px;
            }

.price-head {
    padding: 10px 0;
}

    .price-head h5 {
        line-height: 22px;
        float: none;
    }

/* Error pages */

.error_page {
    text-align: center;
    margin-top: 50px;
}

.error_number {
    font-size: 158px;
    letter-spacing: -10px;
    color: #0072c6;
    font-weight: 300;
    display: inline-block;
    text-align: right;
    line-height: 128px;
}

.error_description {
    display: inline-block;
    text-align: left;
    margin-left: 40px;
}

    .error_description h3 {
        font-weight: 300;
    }

    .error_description p {
        font-size: 13px;
    }

.error_page .buttons {
    float: none;
    display: inline-block;
    margin-top: 30px;
}

/* Login pages */

#login-content, #errorPageContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#login-content {
    background: linear-gradient(rgb(9, 127, 161), rgb(0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#097fa1', endColorstr='#000',GradientType=0 );
}

    #login-content .lblComraVersion {
        color: #555;
    }

#loginwithCurrentUserForm {
    margin: 0;
}

#loginErrorContainer {
    margin-top: 20px;
}

#errorPageContainer {
    background: #2F2F2F;
    min-height: 100%;
    height: auto;
}

.errorContent {
    width: 70%;
    max-width: 500px;
    margin: 150px auto 0;
}

    .errorContent .errorOOPS {
        font-size: 50px;
        font-weight: 400;
        text-align: center;
        float: left;
        width: 100%;
        color: #FFF;
        line-height: 110px;
    }

    .errorContent .errorText {
        font-size: 20px;
        color: #F5F5F5;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .errorContent .errorDetail {
        color: black;
        float: left;
        width: 100%;
        font-weight: 600;
        margin: 30px 0;
        text-align: center;
    }

    .errorContent button {
        margin-bottom: 10px;
    }

    .errorContent .well-header {
        min-height: 20px;
        background: #565A5C !important;
    }

    .errorContent .well {
        margin-bottom: 0;
    }

    .errorContent .collapseIcon {
        padding: 4px 0 4px 10px;
        float: right;
        margin-right: 5px;
    }

    .errorContent .well-header h5 {
        min-height: 20px;
        line-height: 20px;
        font-weight: bold;
        margin-left: 10px;
    }

    .errorContent .well-content {
        border: 1px solid white !important;
        background: white;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

    .errorContent .widgets_area {
        padding: 10px 0;
    }

    .errorContent .errorUrl {
        color: white;
        font-weight: bold;
        margin-bottom: 40px;
    }

#errorPageLogo {
    text-align: center;
}

    #errorPageLogo img {
        box-shadow: 6px 6px 10px 0 black;
    }

#ocampaLogo {
    position: absolute;
    top: 25px;
    right: 0;
    -moz-box-shadow: rgba(2, 25, 32, 1) -2px 2px 10px 0;
    -webkit-box-shadow: rgba(2, 25, 32, 1) -2px 2px 10px 0;
    -ms-box-shadow: rgba(2, 25, 32, 1) -2px 2px 10px 0;
    box-shadow: rgba(2, 25, 32, 1) -2px 2px 10px 0;
    width: 90px;
    z-index: 3;
}

#logoCntrl1 {
    position: absolute;
    top: 47.5px;
    right: -7px;
    width: 7px;
    height: 13px;
    background: rgb(68, 68, 68);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    -webkit-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-box-shadow: rgba(2, 25, 32, 1) -3px 5px 10px 0 inset;
    -webkit-box-shadow: rgba(2, 25, 32, 1) -3px 5px 10px 0 inset;
    -ms-box-shadow: rgba(2, 25, 32, 1) -3px 5px 10px 0 inset;
    box-shadow: rgba(2, 25, 32, 1) -3px 5px 10px 0 inset;
    z-index: 1;
}

#logoCntrl2 {
    position: absolute;
    top: 25px;
    right: -7px;
    width: 7px;
    height: 35px;
    background: linear-gradient(to right, rgba(47, 47, 47, 1) 1%,rgba(255,255,255,0.8) 40%,rgba(47, 47, 47, 1) 80%);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    -moz-box-shadow: rgba(2, 25, 32, 1) -2px 5px 10px 0;
    -webkit-box-shadow: rgba(2, 25, 32, 1) -2px 5px 10px 0;
    -ms-box-shadow: rgba(2, 25, 32, 1) -2px 5px 10px 0;
    box-shadow: rgba(2, 25, 32, 1) -2px 5px 10px 0;
    -webkit-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dark-login {
    background: #1f1f1f;
}

.blue-login {
    background: #0072c6;
}

.light-login .login-container {
    border: 1px solid #5c5c5c;
}

.login-container {
    width: 290px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    padding: 15px 30px;
    background: #fff;
    margin-top: -200px;
    -moz-box-shadow: rgba(2, 25, 32, 1) -2px 2px 10px 2px;
    -webkit-box-shadow: rgba(2, 25, 32, 1) -2px 2px 10px 2px;
    -ms-box-shadow: rgba(2, 25, 32, 1) -2px 2px 10px 2px;
    box-shadow: rgba(2, 25, 32, 1) -2px 2px 10px 2px;
}

    .login-container.opacity {
        background: rgba(255, 255, 255, 0.35);
    }

.login-header {
    padding: 10px 0;
    margin-bottom: 5px;
}

    .login-header.blue {
        background: #0072c6;
        text-align: center;
        color: #fff;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .login-header.bordered {
        text-align: left;
        border-left: 4px solid #0072c6;
        padding-left: 15px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

.login-field {
    margin-bottom: 10px;
    position: relative;
}

    .login-field input {
        width: 100%;
    }

    .login-field i {
        font-size: 14px;
        position: absolute;
        right: 10px;
        top: 34px;
        color: #7b7b7b;
    }

.login-button {
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}

    .login-button .btn i {
        position: relative;
        top: 0;
    }

    .login-button .btn-block i {
        position: absolute;
        right: 10px;
        top: 9px;
    }

.forgot-password {
    margin: 15px 0 5px;
}

/* Timeline */

.timeline {
    width: 100%;
    position: relative;
    margin-top: 30px;
    padding: 20px 0;
}

    .timeline:after {
        content: "";
        display: block;
        width: 4px;
        position: absolute;
        height: 100%;
        left: 25px;
        top: 0;
        background: #0072c6;
    }

.timeline-box {
    position: relative;
    z-index: 99;
    margin-bottom: 25px;
}

    .timeline-box:after {
        display: block;
        content: "";
        clear: both;
    }

    .timeline-box .icon {
        margin-left: 9px;
        width: 30px;
        height: 30px;
        line-height: 32px;
        text-align: center;
        background: #fff;
        border: 3px solid #0072c6;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        -webkit-box-shadow: 0 0 0 2px #fff;
        -moz-box-shadow: 0 0 0 2px #fff;
        -ms-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff;
        float: left;
        display: inline-block;
    }

        .timeline-box .icon i {
            font-size: 14px;
            color: #979797;
        }

    .timeline-box:hover .icon i {
        color: #0072c6;
    }

.timeline-content {
    margin-left: 65px;
    border: 1px solid #8f8f8f;
    padding: 15px;
    position: relative;
}

    .timeline-content:after, .timeline-content:before {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .timeline-content:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 9px;
        top: 8px;
    }

    .timeline-content:before {
        border-color: rgba(222, 222, 222, 0);
        border-right-color: #575757;
        border-width: 10px;
        top: 7px;
    }

    .timeline-content .user-info {
        margin-bottom: 15px;
    }

        .timeline-content .user-info .avatar {
            width: 70px;
            display: inline-block;
            margin-right: 15px;
        }

        .timeline-content .user-info h5 {
            display: inline-block;
        }

.timeline-box ul.options {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 13px;
}

.timeline-box ul li {
    display: inline-block;
    margin-left: 5px;
}

    .timeline-box ul li a {
        color: #979797;
    }

        .timeline-box ul li a:hover {
            color: #0072c6;
        }

        .timeline-box ul li a i {
            font-size: 14px;
        }

/* Charts and statistics */

.legendColorBox div > div {
    width: 4px;
    height: 4px;
}

.legend > div {
    padding: 8px 10px;
}

.legend > table {
    margin: 8px 10px 0 0;
}

.legendLabel span {
    margin: 0 0 0 5px;
}

/* Junk code - only for demo */

#colorSelector {
    position: relative;
    width: 36px;
    height: 36px;
    background: url(../js/library/colorpicker/images/select.png);
}

    #colorSelector div {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 30px;
        height: 30px;
        background: url(../js/library/colorpicker/images/select.png) center;
    }

/* Footer */

footer {
    position: relative;
    z-index: 99;
    height: 40px;
    padding: 0 0 0 10px;
    background: #fff;
    border-top: 1px solid #dedede;
    background: #f8f8f8; /* Old browsers */
}

    footer span {
        color: #333;
        font-size: 12px;
        line-height: 40px;
        display: block;
        float: left;
    }

    footer ul {
        margin: 0;
        float: right;
    }

        footer ul li {
            float: left;
            list-style: none;
        }

            footer ul li a {
                display: block;
                height: 40px;
                line-height: 40px;
                padding: 0 12px;
                border-left: 1px solid #dedede;
                background: #fff;
            }

/*#footerCollapseIcon {
    position: fixed;
    right: 145px;
    bottom: 0;
    border: 1px solid gray;
    border-radius: 7px 7px 0 0;
    padding: 3px 5px;
    background: #eaeaea;
    z-index:9999;
}*/

#confirmModal {
    position: fixed !important;
    top: 35% !important;
    left: 50% !important;
    z-index: 9999;
}

.modalHeaderButtonContainer {
    text-align: right;
}

table.dataTable tr.child ul li {
    padding: 0 !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    height: 20px;
}

.dataTable .btn {
    padding: 3px 6px !important;
}

table.dataTable {
    /*border-bottom:1px solid #dddddd !important;*/
    border: 1px solid #dddddd !important;
}

.blockUI.blockMsg.blockPage {
    background-color: transparent !important;
}

/***********datatable row details icon(plus-minus)***********/
table.dataTable.dtr-column tbody td.control:before, table.dataTable.dtr-column tbody th.control:before {
    height: 19px !important;
    color: white !important;
    border: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    content: '' !important;
    background-color: transparent !important;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAAKklEQVQ4jWNgGDZgPwMDw38S8V4GBgYGJqgBLGRYSo4eGoLRMBgNA4oAAAe1KG+zgbMAAAAAAElFTkSuQmCC') /*../Images/resp_menu.png*/ no-repeat 0 center;
    opacity: 0.7;
}

table.dataTable.dtr-column tbody tr.parent td.control:before, table.dataTable.dtr-column tbody tr.parent th.control:before {
    height: 19px !important;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAAKklEQVQ4jWNgGDZgPwMDw38S8V4GBgYGJqgBLGRYSo4eGoLRMBgNA4oAAAe1KG+zgbMAAAAAAElFTkSuQmCC') /*../Images/resp_menu.png*/ no-repeat 0 center;
    -ms-opacity: 0.7;
    opacity: 0.7;
}

/***********datatable row details icon(plus-minus)***********/

/***********treetable***********/
table.treetable tr.collapsed span.indenter a {
    background-image: url(data:image/png;base64,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);
}

table.treetable tr.expanded span.indenter a {
    background-image: url(data:image/png;base64,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);
}

.treetable {
    margin-left: 0 !important;
}
/***********treetable***********/

/***********fancybox close button***********/
.fancybox-inner .close {
    font-size: 20px;
    color: #000;
    -ms-opacity: .2;
    opacity: .2;
    right: 5px;
}

/***********fancybox close button***********/

.user-info a > img {
    outline: none;
}

.searchRow {
    display: none;
}

    .searchRow input {
        width: 100%;
        padding: 4px !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 20px;
        font-size: 11px;
    }

        .searchRow input:focus {
            border-color: rgba(82, 168, 236, 0.8);
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            outline: 0;
            outline: thin dotted \9;
        }

table.dataTable thead .searchRow th {
    background-color: #a7c88c;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: initial !important;
}

table.dataTable thead th, table.dataTable tfoot th {
    border-right: 1px solid #dddddd;
}

.searchColumnCss {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
    outline: thin dotted \9;
    border: 1px solid rgba(82, 168, 236, 0.8);
    border-top: 0;
    border-bottom: 0;
}

.searchBlock.well-header {
    min-height: 20px;
    background: #0072c6 !important;
    margin: -1px -1px 0 -1px;
}

    .searchBlock.well-header h5 {
        line-height: 20px;
        min-height: 20px;
    }

    .searchBlock.well-header > ul {
        width: 26px;
    }

        .searchBlock.well-header > ul > li > a {
            height: 20px;
            min-width: 26px;
            line-height: 24px;
            border-left: 0;
        }

#fieldList_wrapper .tableHeader, #templateValueSelectionList_wrapper .tableHeader, #locationList_wrapper .tableHeader {
    display: none !important;
}

/*********************Widgets Css***********************/

.report-widgets .widget .content .value {
    font-size: 12px;
}

.row-fluid .span2_5 {
    width: 18.2%;
}

    .row-fluid .span2_5 .widget {
        height: 70px;
        /*cursor: pointer;*/
    }

        .row-fluid .span2_5 .widget .content {
            margin-top: 8px;
        }

            .row-fluid .span2_5 .widget .content .icon {
                margin-bottom: 5px;
            }

.buttonWidget {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 15px 10px 17px 15px !important;
    margin-bottom: 10px;
}

    .buttonWidget:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='black')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='black');
        -moz-box-shadow: 4px 4px 15px 1px black;
        -webkit-box-shadow: 4px 4px 15px 1px black;
        box-shadow: 4px 4px 15px 1px black;
    }

.administrationWidgetRow2 .widget {
    padding: 15px 0 17px 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .administrationWidgetRow2 .widget:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='black')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='black');
        -moz-box-shadow: 4px 4px 15px 1px black;
        -webkit-box-shadow: 4px 4px 15px 1px black;
        box-shadow: 4px 4px 15px 1px black;
    }

    .administrationWidgetRow2 .widget .more {
        background-color: rgba(0, 0, 0, 0.71);
        right: auto;
        left: 0;
    }

        .administrationWidgetRow2 .widget .more i {
            font-size: 25px;
            top: 45%;
            left: 40%;
        }

.homeButtonWidget .widget {
    padding: 15px 15px 15px 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.homeButtonWidget .options {
    padding-top: 10px;
}

.homeButtonWidget .widget:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='black')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='black');
    -moz-box-shadow: 4px 4px 15px 1px black;
    -webkit-box-shadow: 4px 4px 15px 1px black;
    box-shadow: 4px 4px 15px 1px black;
}

.homeButtonWidget .widget .more {
    background-color: rgba(0, 0, 0, 0.71);
    right: auto;
    left: 0;
}

    .homeButtonWidget .widget .more i {
        font-size: 25px;
        top: 45%;
        left: 40%;
    }

/*********************Widgets Css***********************/

/*******************Sidebar Css**********************/

#main_navigation ul.main > li > ul.sub_main > li > a {
    padding-left: 30px;
}

#main_navigation .fa {
    margin-right: 8px;
}

#content > .alert {
    margin: 10px 10px 0 10px;
}

.dynamicPageTable.dataTable {
    border: 1px solid #A7C88C !important;
}

    .dynamicPageTable.dataTable thead th {
        border-right: 1px solid rgba(125, 166, 92, 0.46) !important;
        border-bottom: 1px solid #6D944D !important;
    }

.dynamicPageTable tbody td {
    border-top: 1px solid #A7C88C !important;
}

.dynamicPageTable tbody tr:first-child td {
    border-top: none !important;
}

#headerLogo, #selfServiceLayoutHeaderLogo {
    width: 218px;
    padding-top: 5px;
}

#hide_nav {
    background-color: rgba(0,0,0,0);
    display: inline-block;
    cursor: pointer;
    color: #000000;
}

#hide_nav:active {
    position: relative;
    top: 2px;
}

#Dark_Mode {
    background-color: rgba(0,0,0,0);
    display: inline-block;
    cursor: pointer;
    color: #000000;
}

    #Dark_Mode:active {
        position: relative;
        top: 2px;
    }

.light {
    color: #343434;
    background-color: #ffffff;
    border-color: #999999;
}

.dark {
    color: #ffffff;
    background-color: #343434;
    border-color:white;
}

#selfServiceLayoutHeaderLogo {
    display: inline-block;
}

.fileupload .thumbnail {
    margin-bottom: auto;
}

header .fileupload {
    text-align: center;
}

    header .fileupload .thumbnail > img, #logoUploadPreviewContainer img {
        max-height: 75px;
    }

header .thumbnail {
    max-width: 100%;
    max-height: 100%;
    border: 0;
}

#hLogo {
    cursor: pointer;
    outline:0px;

}

.hLogo {
    cursor: pointer;
    outline:0px;
}

#lblComraVersion .light {
    font-size: 10px;
    font-weight: bold;
    color: #4A4A4A;
    float: right;
}

#lblComraVersion .dark {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    float: right;
}

#footerCustom #lblComraVersion {
    cursor: pointer;
}

#versionStatus .light {
    float: right;
    font-size: 10px;
    font-weight: bold;
    color: #4A4A4A;
    margin-left: 10px;
    cursor: pointer;
}

#versionStatus .dark {
    float: right;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 10px;
    cursor: pointer;
}

.m-r-0-i {
    margin-right: 0 !important;
}

.m-r-3 {
    margin-right: 3px;
}

#applicationUserSeacrhForm .ddlSearchElementName {
    display: none;
}

.ddlOperationType,
.ddlUserOperationLogPageType,
.ddlSearchElementName {
    width: 192px !important;
    margin-right: 3px !important;
    margin-bottom: 5px;
}

.ddlOperatorList {
    width: 110px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.ddlTargetSystemType, .ddlLocationFilterObjType {
    width: 192px !important;
}

#unAssignItemForm {
    padding-top: 10px;
}

    #unAssignItemForm .ddlSearchFieldName {
        width: 130px !important;
        margin-right: 3px !important;
    }

    #unAssignItemForm .txtsearchKey {
        width: 120px;
    }

#searchFilterEditForm, #locationSearchFilterEditForm, #locationSelectFilterEditForm {
    padding-top: 10px;
}

    #searchFilterEditForm .form_row label.field_name, #locationSearchFilterEditForm .form_row label.field_name, #locationSelectFilterEditForm .form_row label.field_name {
        width: 165px !important;
    }

    #searchFilterEditForm .form_row .field, #locationSearchFilterEditForm .form_row .field, #locationSelectFilterEditForm .form_row .field {
        margin-left: 26%;
    }

    #searchFilterEditForm .ddlSearchFieldName {
        width: 130px !important;
        margin-right: 3px !important;
    }

    #searchFilterEditForm .txtsearchKey, #locationSearchFilterEditForm .txtsearchKey, #locationSelectFilterEditForm .txtsearchKey {
        width: 120px;
    }

    #searchFilterEditForm .switchContainer, #locationSearchFilterEditForm .switchContainer, #locationSelectFilterEditForm .switchContainer, #unAssignItemSearchForm .switchContainer {
        width: 158px;
    }

    #locationSearchFilterEditForm .ddlSearchElementName, #locationSelectFilterEditForm .ddlSearchElementName {
        width: 250px !important;
    }

    #locationSearchFilterEditForm .searchDiv .field {
        margin-left: 165px;
    }

.txtSequence {
    float: left;
    width: 50px;
    margin-bottom: 5px;
}

.m-l-40 {
    margin-left: 40px;
}

.p-5 {
    padding: 5px !important;
}

#locationFilterContainer {
    margin-bottom: 5px;
}

#lblSearchFilterText, #lblRoomPlannerText {
    font-weight: 600;
    color: brown;
    border: 1px solid gray;
    padding: 3px;
    padding-bottom: 5px;
    background-color: rgb(231, 231, 231);
    margin-top: 5px;
    cursor: default;
    display: block;
    min-height: 20px;
}

#lblRoomPlannerText {
    width: 100%;
    text-align: left !important;
}

#divFilter {
    margin-bottom: 15px;
}

    #divFilter button, .searchDiv .searchEnter, .searchDiv .txtsearchKey {
        margin-bottom: 5px;
    }

#divItemX .searchDiv,
#divItemY .searchDivDevice {
    margin-left: -56px;
}

    #divItemX .searchDiv #SearchKeys,
    #divItemY .searchDivDevice #SearchKeys {
        margin-top: -5px;
    }

#divItemY .btnSearchUser {
    margin-bottom: 5px;
}

.switchContainer {
    width: 200px;
    display: block;
    float: left;
    margin-right: 10px;
}

.searchDiv .switch {
    float: right;
    margin-right: 0;
}

/*******************Sidebar Css**********************/

#batBatchOperationArea .form_row .field {
    position: inherit;
    margin-left: auto;
}

#batBatchOperationArea .form_row label.field_name, #batBatchOperationArea .form_row span.field_name {
    width: auto !important;
}

#footerCustom {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 997;
    border-top: 1px solid #5db2ff;
    padding: 5px 10px;
}

.transparent {
    background-color:transparent;
}

#preloaderBlock {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    width: 60px;
}

.select2-container .select2-choice {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 25px !important;
    line-height: 24px !important;
}

    .select2-container .select2-choice div b {
        background-color: rgb(217, 233, 249) !important;
        -moz-background-position-y: 1px !important;
        -o-background-position-y: 1px !important;
        background-position-y: 1px !important;
    }

.select2-offscreen {
    width: 1px !important;
}

.modal.fade {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: rgb(152, 157, 195);
    -moz-box-shadow: 0 0 15px 5px rgb(152, 157, 195);
    -webkit-box-shadow: 0 0 15px 5px rgb(152, 157, 195);
    -ms-box-shadow: 0 0 15px 5px rgb(152, 157, 195);
    box-shadow: 0 0 15px 5px rgb(152, 157, 195);
    padding: 15px;
}

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 {
    padding: 7px;
}

input[readonly] {
    cursor: not-allowed;
    background-color: #f5f5f5;
    color: #999999;
}

#txtDirectorySearch {
    padding: 6px;
    height: 30px;
}

#directorySearchBar .login-field {
    margin-bottom: auto;
}

    #directorySearchBar .login-field i {
        top: 8px;
    }

.respSearchTxtDiv {
    width: 49.5% !important;
    float: left;
}

.respSearchBtnDiv {
    width: 49.5% !important;
    float: right;
}

#directorySearchBar .respSearchBtnDiv {
    float: left;
    width: 43% !important;
    padding-left: 5px;
}

#directorySearchBar .respSearchInAllHidden {
    text-align: right;
    float: right;
}

#btnShowAllHidden {
    margin-right: 3px;
}

#btnAddTraderForDS {
    float: right;
}


/*jquery datatable link with icon and container div css*/
.fa-hover a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #1d9d74;
}

    .fa-hover a:hover {
        background-color: #1d9d74;
        color: #ffffff;
        text-decoration: none;
        padding: 2px 4px;
    }

.dtr-data .fa-hover {
    display: inline;
    white-space: normal;
}

.dataTable .dtr-data {
    white-space: normal;
    -moz-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
}

/*jquery datatable link with icon and container div css*/

/*#selfServiceLayoutHeader .header-top {
    max-width: 330px;
}*/

.selectedLang_dark {
    /*border-bottom: 5px solid rgb(239, 125, 45);*/
    /*background: linear-gradient( -45deg, rgb(239, 125, 45), white, rgb(239, 125, 45) );*/
    background: linear-gradient(#0b6dd2, #111111);
    /*background: linear-gradient(white 90%, rgb(239, 125, 45) 85%);*/
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF7CAAA', endColorstr='#FFEF7D2D');
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF7CAAA', endColorstr='#FFEF7D2D');
    -o-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF7CAAA', endColorstr='#FFEF7D2D');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF7CAAA', endColorstr='#FFEF7D2D')";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF7CAAA', endColorstr='#FFEF7D2D');
}

.selectedLang_light {
    /*border-bottom: 5px solid rgb(239, 125, 45);*/
    /*background: linear-gradient( -45deg, rgb(239, 125, 45), white, rgb(239, 125, 45) );*/
    background: linear-gradient(#f2af5d, #ff8f32);
    /*background: linear-gradient(white 90%, rgb(239, 125, 45) 85%);*/
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF7CAAA', endColorstr='#FFEF7D2D');
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF7CAAA', endColorstr='#FFEF7D2D');
    -o-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF7CAAA', endColorstr='#FFEF7D2D');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF7CAAA', endColorstr='#FFEF7D2D')";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF7CAAA', endColorstr='#FFEF7D2D');
}

.modalSelectedLang {
    color: rgb(239, 125, 45);
    font-weight: bold;
}

.tooltip {
    z-index: 999999 !important;
}

.tooltip-inner {
    max-width: none;
}

.dynamicPageFixedActions {
    bottom: 29px;
    background-color: white;
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 996;
    padding: 5px 10px !important;
    height: 30px !important;
}


#dynamicPageEditActions a, #dynamicPageEditActions button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #dynamicPageEditActions a:hover, #dynamicPageEditActions button:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='black')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='black');
        -moz-box-shadow: 4px 4px 15px 1px black;
        -webkit-box-shadow: 4px 4px 15px 1px black;
        box-shadow: 4px 4px 15px 1px black;
    }

.mCSB_scrollTools {
    z-index: 9999;
}

    /**********Scroll Bar***********/

    .mCSB_scrollTools .mCSB_draggerRail, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 5px;
    }

.mCSB_container {
    margin-right: 11px;
}

#main_navigation .mCSB_container {
    margin-left: 5px;
}

.mCustomScrollBox > .mCSB_scrollTools {
    width: 5px;
}

#btnScrollToTop {
    position: fixed;
    visibility: hidden;
    bottom: 40px;
    right: 60px;
    z-index: 999999;
    opacity: 0;
    filter: alpha(opacity=0); /*For IE8 and earlier*/
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: 0 0 4px 1px black;
    border-radius: 2px;
    border: 1px solid #353535 !important;
}

    #btnScrollToTop:hover {
        cursor: pointer;
        opacity: 1.0 !important;
        filter: alpha(opacity=100) !important;
    }

    #btnScrollToTop.show {
        visibility: visible;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

/**********Scroll Bar***********/

.collapseIcon {
    color: white;
    float: left;
    padding: 14px 0px 14px 14px;
    cursor: pointer;
}

#oldfieldElementPath,
#fieldElementPath {
    display: none;
    color: rgb(203, 109, 2);
    font-style: italic;
    margin-left: 10px;
    border: 1px solid rgb(203, 109, 2);
    padding: 5px;
    margin-top: 5px;
}

.logoutLi {
    float: right !important;
    width:auto;
}

.well-content {
    padding: 10px;
}

div.dataTables_wrapper .tableFooter {
    padding: 5px 0 0 0 !important;
}

/**************Hidden Language Panel****************/
#newSelfserviceBody .languagePanel {
    top: 75px;
}

.languagePanel {
    position: fixed;
    right: -149px;
    top: 30px;
    z-index: 1020;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
    box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
    width: 120px;
    -webkit-transition: right .2s linear;
    -moz-transition: right .2s linear;
    -o-transition: right .2s linear;
    transition: right .2s linear;
}

    .languagePanel.active {
        right: 0;
    }

    .languagePanel .btnCollapseLanguagePanel {
        position: absolute;
        left: -30px;
        top: 15px;
        /*top: 15%;*/
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #333;
        background: #EEF9F7;
        border-radius: 4px 0 0 4px;
        text-align: center;
        -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
        -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
        box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
    }

    .languagePanel .languagePanelContent {
        margin: -15px;
        padding: 15px;
        background: #EEF9F7;
        position: relative;
        z-index: 1020;
    }

    .languagePanel .divider {
        height: 1px;
        background: #BDBDBD;
        margin-bottom: 10px;
    }

    .languagePanel .theme-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .languagePanel #langChangelinks img {
        outline: 0;
    }

.m-t-0 {
    margin-top: 0 !important;
}

p-b-0 {
    padding-bottom: 0 !important;
}

/**************Hidden Language Panel****************/

#fakePin {
    display: none !important;
}

.span6_2 {
    width: 50% !important;
    margin-left: 0 !important;
}

.span4_2 {
    width: 32% !important;
    margin-left: 0 !important;
}

.span8_2 {
    width: 68% !important;
    margin-left: 0 !important;
}

.spanvariable1 {
    width: 32% !important;
    margin-left: 0 !important;
    resize:horizontal; 
    float:left;
}

.spanvariable2 {
    width: 66% !important;
    margin-left: 0 !important;
    float: right;
}

.textAlignCenter {
    text-align: center;
}

/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1400px) {
    #main_navigation > div {
        display: block !important;
    }

    #top_navigation {
        display: block !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #content .inner_content .widgets_area .row-fluid > div {
        /*width: 100%;*/
        margin-left: 0;
        margin-right: 0;
    }

    .description {
        font-size: 13px !important;
    }

    #main_navigation > div {
        display: block !important;
    }

    #top_navigation {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .row-fluid .span2_5 {
        width: 17.94%;
    }

    .hideOnDesktop {
        display: none !important;
    }
}

/* Desktop
------------------------- */
@media (min-width: 980px) and (max-width: 1199px) {
    body {
        padding: 0;
    }

    header a.logo_image {
        display: none;
    }

    header ul.quick_header_actions {
        display: none;
    }

    .bars_vertical:first-child {
        display: none;
    }

    .first_label.first_label {
        display: none;
    }

    .status-widgets {
        margin-top: -8px;
    }

        .status-widgets .widget {
            margin-top: 8px;
        }

    .gridDisplay .status-widgets .widget, .dashboardEditContainer .status-widgets .widget {
        margin-top: 0;
    }

        .gridDisplay .status-widgets .widget .description, .dashboardEditContainer .status-widgets .widget .description {
            font-size: 13px;
        }

    #sidebar {
        display: none;
    }

    #main_navigation > div {
        display: block !important;
    }

    #content {
        margin-right: 0 !important;
    }

        #content .inner_content .widgets_area .row-fluid > div {
            /*width: 100%;*/
            margin-left: 0;
            margin-right: 0;
        }

    #top_navigation {
        display: block !important;
    }

    .hideOnDesktop {
        display: none !important;
    }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    body {
        padding: 0;
    }

    header ul.quick_header_actions {
        display: none;
    }

    .current_page span.quote {
        display: none;
    }

    .status-widgets {
        margin-top: -8px;
    }

        .status-widgets .widget {
            margin-top: 8px;
        }

    .gridDisplay .status-widgets {
        margin-top: -8px !important;
    }

        .gridDisplay .status-widgets .widget, .dashboardEditContainer .status-widgets .widget {
            padding: 15px 10px 15px 30px;
        }

            .gridDisplay .status-widgets .widget .details, .dashboardEditContainer .status-widgets .widget .details {
                float: none;
            }

            .gridDisplay .status-widgets .widget .number, .dashboardEditContainer .status-widgets .widget .number {
                font-size: 20px;
            }

            .gridDisplay .status-widgets .widget .description, .dashboardEditContainer .status-widgets .widget .description {
                font-size: 12px;
            }

    .gridDisplay .widget .more, .dashboardEditContainer .widget .more {
        width: 25px;
    }

    .gridDisplay .homeButtonWidget .widget .more i, .dashboardEditContainer .homeButtonWidget .widget .more i {
        font-size: 20px;
    }

    .gridDisplay .status-widgets .widget .options > i, .dashboardEditContainer .status-widgets .widget .options > i {
        font-size: 15px;
    }

    .dashboardEditContainer .status-widgets .widget {
        margin-top: 0;
    }

    #sidebar {
        display: none;
    }

    #content {
        margin-right: 0 !important;
    }

        #content .row-fluid > div {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

    #main_navigation > div {
        display: block !important;
    }

    .chzn-container {
        min-width: 100%;
        margin-bottom: 8px;
    }

    .user_bar > div > div > span {
        margin-bottom: 8px;
    }

    .user_bar > div > div > div > input {
        max-width: 100% !important;
        width: 100% !important;
    }

    /*.report-widgets {
        display: none;
    }*/

    #top_navigation {
        display: block !important;
    }

    .buttonWidget:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    #txtDirectorySearch {
        margin-bottom: 2px;
    }

    /*New SelfService Page Css*/
    #selfservicePhoneContainer .phoneCell, #selfservicePhoneContainer .longLabelRule {
        width: 90px !important;
        max-width: 90px !important;
    }
    /**************************/

    /*DynamicPage Media Css*/
    .hideOnTablet {
        display: none !important;
    }
    /**********************/
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
    body {
        padding: 0;
    }

    header ul.quick_header_actions {
        display: none;
    }

    .bars_vertical:first-child {
        display: none;
    }

    .first_label.first_label {
        display: none;
    }

    .status-widgets {
        margin-top: -8px;
    }

        .status-widgets .widget {
            margin-top: 8px;
        }

    .gridDisplay .status-widgets .widget, .dashboardEditContainer .status-widgets .widget {
        margin-top: 0;
    }

    #sidebar {
        display: none;
    }

    .responsive_menu {
        display: block !important;
        width: 37px;
    }

    #main_navigation {
        display: block;
        position: relative;
        width: inherit;
        margin-bottom: 1px;
    }

        #main_navigation > div {
            display: none;
            overflow: hidden;
        }

    .hidden-768 {
        display: none !important;
    }

    .chzn-container {
        min-width: 100%;
        margin-bottom: 8px;
    }

    .user_bar > div > div > span {
        margin-bottom: 8px;
    }

    #sparkline:first-child {
        display: none;
    }

    .user_bar > div > div > div > input {
        max-width: 100% !important;
        width: 100% !important;
    }

    .top_navigation_only,
    .fixed_container {
        padding-top: 45px;
    }

    #top_navigation {
        height: inherit;
        display: none;
    }

        #top_navigation > ul {
            margin: 0;
        }

            #top_navigation > ul > li {
                display: block;
            }

                #top_navigation > ul > li > a {
                    border-bottom: 1px solid #dedede;
                }

                #top_navigation > ul > li:last-child > a {
                    border-bottom: none;
                }

    .row-fluid .span2_5 {
        width: 100%;
    }

    .buttonWidget:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    .well-content {
        padding-bottom: 55px;
        margin-bottom: 30px;
    }

    #newSelfserviceBody .well-content {
        margin-bottom: 0;
    }

    #timeScheduleContainer .well-content, #callForwardingPageContainer .well-content {
        padding-bottom: 10px;
    }

    div.dataTables_wrapper .tableFooter {
        padding: 0 !important;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0 !important;
    }

    .dataTables_wrapper .dataTables_info {
        padding-top: 0.05em !important;
    }

    #txtDirectorySearch {
        margin-bottom: 2px;
    }

    #dtDirectorySearch_wrapper .tableHeader {
        display: none;
    }

    .languagePanel {
        display: block !important;
    }

    .respSearchTxtDiv {
        width: 68.5% !important;
        float: left;
    }

    .respSearchBtnDiv {
        width: 30.5% !important;
        float: right;
    }

    #directorySearchBar .respSearchTxtDiv {
        width: 100% !important;
    }

    #directorySearchBar .respSearchBtnDiv {
        width: 50% !important;
        padding: 0;
    }

    #directorySearchBar .respSearchInAllHidden {
        width: 50% !important;
        text-align: right;
    }

    .span6_2 {
        width: 100% !important;
    }

    table.dataTable {
        margin-top: 27px !important;
    }

    #versionNotesModal .tocNav {
        transform: translateX(-101%) !important;
    }

    /*New SelfService Page Css*/
    #selfservicePhoneContainer .phoneCell, #selfservicePhoneContainer .longLabelRule {
        /*width: 100% !important;*/
        width: 90px !important;
        max-width: 90px !important;
    }

    #selfservicePhoneContainer .phoneList {
        text-align: center;
    }

    .btnLoginLogout {
        left: 0;
    }
    /**************************/

    /*DynamicPage Media Css*/
    .hideOnMobile {
        display: none !important;
    }
    /**********************/
}

@media (min-width: 576px) and (max-width: 767px) {
    #content {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (min-width: 576px) and (max-width: 592px) {
    #main_navigation, #main_navigation .inner_navigation {
        margin-top: 159px !important;
    }
}

@media (min-width: 480px) and (max-width: 576px) {
    #content {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (min-width: 592px) and (max-width: 767px) {
    .header-top {
        float: right !important;
    }

    .user-info {
        width: 187px !important;
    }

    #ddlLocations {
        width: 135px !important;
    }

    .logoutLi {
        -moz-min-width: 160px !important;
        -ms-min-width: 160px !important;
        -o-min-width: 160px !important;
        -webkit-min-width: 160px !important;
        min-width: 160px !important;
    }

    #headerLogo {
        position: absolute;
    }
}

@media (max-width: 592px) {
    #main_navigation, #main_navigation .inner_navigation {
        margin-top: 141px !important;
    }

        #newSelfserviceBody #main_navigation, #main_navigation .inner_navigation {
            margin-top: 91px !important;
        }

    .header-top {
        max-width: 100% !important;
        width: 100%;
    }

    #ddlLocations {
        width: 40% !important;
    }

    .user-info {
        width: 60% !important;
    }

    header a.logo_image {
        margin-top: 5px !important;
    }

    #selfServiceLayoutHeaderLogo {
        display: none !important;
    }

    .logoutLi {
        -moz-min-width: 45% !important;
        -ms-min-width: 45% !important;
        -o-min-width: 45% !important;
        -webkit-min-width: 45% !important;
        min-width: 45% !important;
    }

    .responsive_menu {
        width: 12% !important;
    }

    #headerLogo {
        position: relative;
    }
}

@media (max-width: 576px) {
    #selfServiceLayoutHeaderLogo {
        display: none !important;
    }

    #content {
        margin: 0 !important;
        padding-top: 0 !important;
    }
}
/* Landscape phones
------------------------- */
@media (max-width: 480px) {
    body {
        padding: 0;
    }

    header a.logo_image {
        width: 24px;
        padding: 0;
    }

    header ul.quick_header_actions {
        display: none;
    }

    .first_label.first_label {
        display: none;
    }

    .status-widgets {
        margin-top: -8px;
    }

        .status-widgets .widget {
            margin-top: 8px;
        }

    #sidebar {
        display: none;
    }

    .responsive_menu {
        display: block !important;
    }

    #main_navigation {
        display: block;
        position: relative;
        width: inherit;
        margin-bottom: 1px;
    }

        #main_navigation > div {
            display: none;
            overflow: hidden;
        }

    #top_navigation {
        display: none;
    }

    .tab-container ul li {
        width: 25%;
    }

        .tab-container ul li a {
            text-align: center;
        }

        .tab-container ul li:last-child a {
            border-right: none;
        }

    .chzn-container {
        min-width: 100%;
        margin-bottom: 8px;
    }

    .user_bar > div > div > span {
        margin-bottom: 8px;
    }

    .bars_vertical:first-child {
        margin: 0;
        display: none;
    }

    .tabs-content {
        padding: 20px 20px 20px;
    }

    /* Messages center */

    .hidden-480 {
        display: none !important;
    }

    .table_options {
        display: none;
    }

    .table td.table-fixed-medium {
        width: inherit;
    }

    .message_center .tab-list {
        display: none;
    }

    .message_center .message_list {
        margin-left: 0;
    }

    .ddlSearchPanelCluster, .ddlSearchElementName, .ddlOperatorList, .ddlTargetSystemType, .ddlLocationFilterObjType {
        width: 100% !important;
    }

    .searchEnter {
        width: 64% !important;
    }

    #companyPhoneEditForm #imageContainer {
        float: none !important;
        display: block !important;
        width: 100% !important;
        text-align: center;
    }

    #companyPhoneEditForm #tableContainer {
        width: 100% !important;
    }

    table.assocLinesTable tr {
        display: table-cell;
        padding: 5px;
    }

    table.assocLinesTable td.p-5 {
        display: inline-block;
        width: 100% !important;
        padding: 10px 0 !important;
        text-align: center;
    }

    .syncPhoneListHeaderContainer .longLabelRule {
        width: 50px !important;
        max-width: 50px !important;
    }

    .additionalPhoneSNRIconDivStyle {
        width: 70px !important;
    }

        .additionalPhoneSNRIconDivStyle .additionalPhoneSNRIcon {
            margin: -115px 0 0 0 !important;
            max-width: 300px !important;
        }

    #timeScheduleContainer .select2-container .select2-choice {
        padding: 0 0 0 3px !important;
    }

        #timeScheduleContainer .select2-container .select2-choice span {
            margin-right: 20px !important;
        }

    #timeScheduleContainer label.checkbox.customCheckbox .checker {
        margin-right: 100% !important;
    }

    #assocLinesContainerForSNR img {
        width: 50px !important;
    }

    #additionalPhoneEditForm * {
        font-size: 10px !important;
    }

    #enableSNRStandbyTable, #timeScheduleContainer {
        width: 100% !important;
        margin: 0 !important;
    }
}

/*@media (max-width: 380px) {
    .dataTables_paginate.paging_bootstrap.pagination > li:not(.prev,.next,.active) {
        display: none !important;
    }
}*/


#jbTaskRuleEditModalBody table td {
    padding: 2px 0;
}

#selectOperationTypeBody, #jbTaskRuleEditModalBody {
    padding: 3px 0;
}

    #selectOperationTypeBody .form_row .field {
        border: 1px solid #C5C9CC;
        padding-left: 10px;
        margin-left: 0;
        background: #EDF1F5;
    }

#selectOperationTypeHeader, #jbTaskRuleEditModalHeader, #resultMessageModalHeader {
    padding: 3px;
    background: #0072c6;
    color: white;
    padding-left: 10px;
    font-weight: 500;
}

    #selectOperationTypeHeader .close, #jbTaskRuleEditModalHeader .close, #resultMessageModalHeader .close {
        opacity: 1;
        right: 10px;
        color: white;
    }

.successRow, .successRow .sorting_1 {
    background-color: #dff0d8 !important;
}

.operatingRow, .operatingRow .sorting_1 {
    background-color: #FFF2B3 !important;
}

.errorRow, .errorRow .sorting_1 {
    background-color: #FF6B6B !important;
}

#JbTaskResultList td:nth-child(7) {
    cursor: pointer;
}

pre[class*="language-"] {
    padding: 0;
    min-height: 15px;
}

.dynamicPageSaveBtnContainer {
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 999999;
    background: #D6D6D6;
    border-top: 1px solid rgb(239, 125, 45);
    width: 100%;
    padding: 3px;
    height: 30px !important;
}

    .dynamicPageSaveBtnContainer .pageInfo {
        width: 100px;
    }

.logoutDeviceTable td {
    padding: 5px;
}

.logoutDeviceTable label {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #D6F1D4;
    line-height: 19px;
}

.logoutDeviceTable button {
    margin-bottom: 3px;
    float: right;
}

.valueScriptDiv {
    border: 1px solid gray;
    padding: 5px;
    background: whitesmoke;
}

    .valueScriptDiv .fakecode {
        border: 1px solid rgb(191, 191, 191);
        margin-top: 10px;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #65B688;
    color: white;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #3A4B55;
    color: white;
}

.control-group.error input, .control-group.error select, .control-group.error textarea, input.error {
    border-color: #FF0600 !important;
}

.resetLbl {
    border: 1px solid #B9B7B7;
    background: #EDF1F3;
    padding: 3px;
}

/*Logo Upload Css*/
#logoUploadPreviewContainer {
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: white;
    max-width: 100%;
    height: 81px;
}

#logoUploadBtnContainer {
    padding-top: 5px;
    background: #A4C6DA;
    padding: 5px;
}

/*===== jGrowl notifications ====*/

.jGrowl {
    z-index: 9999;
    color: #fff;
}

.jGrowl {
    position: absolute;
}

body > .jGrowl {
    position: fixed;
}

.jGrowl.top-left {
    left: 0px;
    top: 0px;
}

.jGrowl.top-right {
    right: 25px;
    top: 60px;
}

.jGrowl.bottom-left {
    left: 0px;
    bottom: 0px;
}

.jGrowl.bottom-right {
    right: 25px;
    bottom: 25px;
}

.jGrowl.center {
    top: 68px;
    width: 230px;
    left: 50%;
    margin-left: -115px;
}

.center .jGrowl-notification, .center .jGrowl-closer {
    margin-left: auto;
    margin-right: auto;
}

.jGrowl .jGrowl-notification {
    border: none;
    color: #fff;
    opacity: .95;
    filter: alpha(Opacity=95);
    width: 230px;
    padding: 12px 18px;
    margin-top: 5px;
    text-align: left;
    display: none;
    background-color: #32434d;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
    -webkit-transition: box-shadow 0.5s ease, width 0.5s ease;
    -moz-transition: box-shadow 0.5s ease, width 0.5s ease;
    -o-transition: box-shadow 0.5s ease, width 0.5s ease;
    transition: box-shadow 0.5s ease, width 0.5s ease;
}

    .jGrowl .jGrowl-notification:hover {
        width: 250px;
        box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.75);
    }

.jGrowl-notification.growl-error {
    background-color: #D65C4F;
}

.jGrowl-notification.growl-success {
    background-color: #65B688;
}

.jGrowl-notification.growl-warning {
    background-color: #db765b;
}

.jGrowl-notification.growl-information {
    background-color: #ffd800;
}

.jGrowl .jGrowl-notification .jGrowl-header {
    font-weight: bold;
    font-size: 13px;
    padding: 0 0 2px 0;
}

    .jGrowl .jGrowl-notification .jGrowl-header:empty {
        padding: 0;
    }

.jGrowl .jGrowl-notification .jGrowl-close {
    opacity: .6;
    filter: alpha(Opacity=60);
    z-index: 99;
    float: right;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
}

    .jGrowl .jGrowl-notification .jGrowl-close i {
        font-size: 14px;
        margin-right: 1px;
    }


    .jGrowl .jGrowl-notification .jGrowl-close:hover {
        opacity: .8;
        filter: alpha(Opacity=80);
    }

.jGrowl .jGrowl-closer {
    padding: 5px 0;
    cursor: pointer;
    font-size: 11px;
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
    background: #454545;
    color: #ffffff;
    width: 222px;
}

@media print {
    .jGrowl {
        display: none;
    }
}

/***********gridstackCustomCss***********************/

.grid-stack {
    margin-top: 10px;
}

.grid-stack-item-content .light {
    color: #2c3e50;
    text-align: center;
    border: 1px solid #d9dada;
}

.grid-stack-item-content .dark {
    color: #ffffff;
    text-align: center;
    border: 1px solid #d9dada;
}

.grid-stack .ui-icon, .ui-widget-content .ui-icon {
    background-image: none;
}

.grid-stack-item-content .close {
    margin-right: 5px;
    font-size: 18px;
}

.grid-stack-item-content .widgetHeader {
    width: 100%;
    background: #d9dada;
    display: inline-block;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    overflow-x: auto !important;
}

.gridDisplay .widgetHeader {
    display: none;
}

#templateDetailContainer .homeButtonWidget {
    padding: 5px;
    margin: 0;
}

.dashboardEditContainer .homeButtonWidget {
    margin-top: -8px !important;
}

.gridDisplay .grid-stack-item, .dashboardEditContainer .grid-stack-item {
    opacity: 1;
}

.gridDisplay .grid-stack-item-content {
    border: 0;
}

    .gridDisplay .grid-stack-item-content .widgets_area, .dashboardEditContainer .grid-stack-item-content .widgets_area {
        padding: 0;
    }

    .gridDisplay .grid-stack-item-content .flotContainer, .dashboardEditContainer .grid-stack-item-content .flotContainer {
        margin: 0;
    }
/******************************************************/

#dashboardDetailTab {
    padding: 0;
}

@media (min-width: 768px) {
    #directorySearchBar .respSearchTxtDiv {
        width: 50% !important;
        float: left;
    }

    #directorySearchBar .respSearchBtnDiv {
        float: left;
        width: 25% !important;
        padding-left: 5px;
    }

    #directorySearchBar .respSearchInAllHidden {
        float: right;
        width: 23.5% !important;
    }
}


/*FlotChart CSS*/

.flotContainer {
    padding: 10px 5px 0 0;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.headerUsageStatistics {
    margin-bottom: 20px;
}

.resizeNone {
    resize: none;
}

.datatableHeaderText {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 6px;
    margin: 15px;
}

/*.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-bottom: 0 !important;
}*/


.errorContainer {
    text-align: center;
    color: #e00a0a;
    font-weight: bold;
    padding: 40px;
    margin: 10px;
    min-height: 500px;
    background-color:transparent;
}

    .errorContainer .iconContainer {
        margin-bottom: 15px;
    }

    .errorContainer .errorMainText {
        text-transform: uppercase;
        font-size: 21px;
    }

    .errorContainer .errorDetailText {
        margin-top: 15px;
        font-style: italic;
        font-size: 15px;
    }

/*Rollback Page Css*/

.well-content, #rollbackEditorTab, #rollbackEditorContainer, #rollbackEditorContainer .row-fluid,
.rbContainer, .rbSourcePanelContainer, .rbNewCommandPanelContainer, .rbSourcePanelWrapper,
.rbNewCommandPanelWrapper, .rbSourcePanel, .rbNewCommandPanel, .draggerBar, .rbSourcePanel .CodeMirror, .rbNewCommandPanel .CodeMirror {
    height: 100%;
}

#rollbackEditorTab {
    padding: 0;
}

.rbSourcePanelContainer, .rbNewCommandPanelContainer {
    float: left;
    width: 50%;
}

.rbSourcePanelWrapper, .rbNewCommandPanelWrapper {
    padding: 3px;
}

.rbSourcePanel, .rbNewCommandPanel {
    border: 1px solid #bfb9b9;
    width: 100%;
}

.draggerBar {
    width: 4px;
    position: absolute;
    cursor: col-resize;
    z-index: 999;
}

.rbPanelHeader {
    padding: 5px;
    /*background: #d4c8c8;*/
    background-color: #568cbd;
    text-align: right;
    min-height: 30px;
}

    .rbPanelHeader label {
        color: white;
        font-weight: bold;
    }
/********************/

/*CodeMirror Custom Css*/
.CodeMirror-fullscreen {
    z-index: 99999 !important;
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #ff0000 !important;
    outline: 1px solid gray;
}

.CodeMirror-wrap pre {
    word-break: break-word !important;
}
/********************/

/*GatewayPageSlotAndDetailCss*/
#slotAndDetailContainer {
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate;
}

    #slotAndDetailContainer td, .slotHeader, .slotName, .subunitTd {
        padding: 2px 8px;
    }

.slotHeader, .slotName {
    /*color: white;*/
    color: #333;
}

.slotHeader {
    /*background-color: #A64B00;*/
    background-color: #e5e5e5;
}

.slotName {
    /*background-color: #BF7130;*/
    background-color: #e5e5e5;
}

.subunitTd {
    /*color: white;*/
    color: #333;
    font-weight: 500;
    white-space: nowrap;
}

.subunitHeaderTd {
    width: 10%;
    /*background: #006363;*/
    background-color: #e5e5e5;
}

.subunitNameTd {
    width: 13%;
    /*background: #33CCCC;*/
    background-color: #e5e5e5;
}

.endpointBtnContainerTd {
    width: 70%;
    padding: 2px 5px;
}

.btnEndPoint.red {
    background: #FF0000;
}


.btnEndPoint {
    margin: 2px 0;
}

    .btnEndPoint.red {
        padding-right: 2px;
    }

        .btnEndPoint.red i {
            background: #003333;
            padding: 5px;
        }

        .btnEndPoint.red:hover {
            background: #FF4040;
        }

/*Status Color Type Classes for MessageBoardWidget*/
.MessageBoardItemList {
    text-align: left;
    padding: 10px;
    border: 1px solid rgb(216, 188, 164);
    background: rgba(15,164,210,1);
    background: -moz-linear-gradient(top, rgba(15,164,210,1) 0%, rgba(5,92,117,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,164,210,1)), color-stop(100%, rgba(5,92,117,1)));
    background: -webkit-linear-gradient(top, rgba(15,164,210,1) 0%, rgba(5,92,117,1) 100%);
    background: -o-linear-gradient(top, rgba(15,164,210,1) 0%, rgba(5,92,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(15,164,210,1) 0%, rgba(5,92,117,1) 100%);
    background: linear-gradient(to bottom, rgba(15,164,210,1) 0%, rgba(5,92,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fa4d2', endColorstr='#055c75', GradientType=0 );
}

    .MessageBoardItemList .alert {
        padding-right: 30px;
    }

    .MessageBoardItemList .msgBoard-Blue {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #3a87ad;
    }

    .MessageBoardItemList .msgBoard-Yellow {
        color: #9e703c;
    }

    .MessageBoardItemList .msgBoard-Green {
        color: #468847;
        background-color: #dff0d8;
        border-color: #46886a;
    }

    .MessageBoardItemList .msgBoard-Red {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #b94a48;
    }

    .MessageBoardItemList .alert .btnEditMessageBoard {
        visibility: hidden;
        right: -23px;
    }

    .MessageBoardItemList .alert:hover .btnEditMessageBoard {
        visibility: visible;
    }

    .MessageBoardItemList .alert .msgBoardBullHorn {
        top: 3px;
        position: relative;
    }

    .MessageBoardItemList .alert span, .MessageBoardItemList .alert strong {
        color: #333;
    }

/*************************/
/*HealtyWidget Css Starts*/

.healtyWidgetTable {
    padding: 10px;
    width: 100%;
    /*color: black;*/
}

div.widgets_area.healtCareCheckWidget > div > div > div > div.well-header h4 {
    color: white;
    padding-top: 10px;
    padding-left: 10px;
}

    div.widgets_area.healtCareCheckWidget > div > div > div > div.well-header h4 i {
        margin-right: 3px;
    }

.healtyWidgetTable td {
    border-bottom: 1px solid lightgray;
}

.healtyWidgetTable tr[data-status="Error"], .healtyWidgetTable tr[data-status="Error"] i {
    animation-name: errorWidget;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    color: white;
    margin: auto;
    background-color: red;
}

    .healtyWidgetTable tr[data-status="Error"] .btnEditHealthCareItem {
        visibility: hidden;
    }

    .healtyWidgetTable tr[data-status="Error"]:hover .btnEditHealthCareItem {
        visibility: visible;
        animation-name: none;
    }

    .healtyWidgetTable tr[data-status="Error"], .healtyWidgetTable tr[data-status="Error"] i.icon-remove {
        font-size: large;
    }

@keyframes errorWidget {
    0% {
        color: white;
        background-color: red;
    }

    50% {
        color: red;
        background-color: white;
    }

    100% {
        color: white;
        background-color: red;
    }
}

.healtyWidgetTable tr[data-status="Operating"] {
    background-color: #b0e7f8;
}

.editHealthCareItem .icon-edit:hover {
    font-style: oblique;
}
/*HealtyWidget Css Ends*/
/************************/
/*Animations Css Starts*/
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/*Animation Css Ends*/
/********************/


/*COMRA ADMN PAGE CSS*/
.isSelectQueryLabel {
    float: left;
    margin-left: 3px;
    margin-bottom: 0;
    line-height: 30px;
    margin-right: 3px;
}

.isSelectQuerySwitch {
    float: left;
    margin-top: 2px;
}

.sqlMessagePanelRow {
    margin-top: 10px;
}

@media (min-width: 489px) and (max-width: 1075px) {
    .sqlMessagePanelRow {
        margin-top: 40px;
    }
}

@media (max-width: 489px) {
    .sqlMessagePanelRow {
        margin-top: 65px;
    }
}

/********************/

/*Fancybox*/
.fancyMinWidth {
    width: 100%;
}

@media (max-width: 500px) {
    .fancyMinWidth {
        min-width: inherit !important;
    }
}
/********************/

/*VersionNotes Css*/
#versionNotesModal {
    padding: 20px;
}

    #versionNotesModal .tocNav {
        transition: all 300ms ease-in-out;
        transform: translateX(-101%);
        position: absolute;
        padding-right: 25px;
    }

    #versionNotesModal .tocContent {
        float: right;
        margin-bottom: 500px;
        font-size: 15px;
        padding-right: 20px;
    }

        #versionNotesModal .tocContent.span12 {
            padding-left: 20px;
        }

    #versionNotesModal .modal-header {
        position: fixed;
        width: 100%;
        z-index: 999;
        background: white;
    }

        #versionNotesModal .modal-header .close {
            font-size: 20px;
            color: #000;
        }

    #versionNotesModal .modal-body {
        position: inherit;
    }

    #versionNotesModal .well {
        position: inherit;
        border-bottom: 1px inset #c7c7c7;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

    #versionNotesModal .well-header {
        background: white;
    }

    #versionNotesModal .well-content {
        border: 0;
    }

#tocCollapseIcon {
    float: right;
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
}

.toc ul {
    list-style: none;
}

.toc-link::before {
    width: 4px;
}

.cH1, .cH2, .cH3, .cH4, .cH5, .cH6 {
    font-weight: 400;
    color: rgb(46,116,181);
}

.cH1 {
    font-size: 40px;
    margin: 0 0 15px 10px !important;
}

.cH2 {
    font-size: 30px;
}

.cH3 {
    font-size: 22.4px;
}

.cH4 {
    font-size: 19px;
}

.cH5 {
    font-size: 16px;
}

.cH6 {
    font-size: 14px;
}

.previewContent {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-bottom: 0;
    font-size: 15px;
}

    .previewContent .vnImg, .tocContent .vnImg {
        cursor: pointer;
    }

    .previewContent .vnLineImage {
        vertical-align: text-bottom;
        box-shadow: none;
    }

    .previewContent .vnImg, .tocContent .vnImg,
    .previewContent .CodeMirror.CodeMirror-wrap, .tocContent .CodeMirror.CodeMirror-wrap {
        max-width: 100%;
        box-shadow: 0px 1px 20px 0px #424242;
    }

    .previewContent p, .tocContent p {
        margin-bottom: 20px;
    }

.imagePreview {
    width: auto;
    height: auto;
    display: block !important;
}

    .imagePreview img {
        height: 100%;
    }

.tocNav a:hover {
    color: #e00000;
}

@media (min-width: 767px) {
    #versionNotesModal .tocNav {
        transform: translateX(0);
    }
}

/********************/
/*Black White List Page Css Starts*/

.blackListRow button {
    background-color: #585858 !important;
    color: white;
}

.whiteListRow button {
    background-color: white !important;
    color: #585858;
}

#numberListTextBoxContainer {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
}

#btnAddEditNumber {
    width: 30%;
}
/*Black White List Page Css Ends*/

/*for tooltip problem*/
.accordion-body.collapse.in {
    overflow: inherit !important;
}
/********************/

/*Gritter Custom Css*/
#gritter-notice-wrapper {
    z-index: 999999;
}

/********************/
/*Conflict table Css*/
.conflictTable {
    border-collapse: collapse !important;
    margin-top: 5px;
}

    .conflictTable .odd {
        background-color: #f9f9f9;
    }

    .conflictTable th {
        border-bottom: 2px solid #dadada !important;
    }

    .conflictTable > thead tr {
        background: #0072c6;
        color: white;
    }

    .conflictTable > tbody > tr > td:first-child {
        background: rgba(0, 114, 198, 0.79);
        color: white !important;
    }
/********************/

i.icon-info-sign.text-blue {
    margin-left: 3px;
}

.inlineValue {
    width: 100%;
}

/********************/
/*New SelfService Page Css*/
#selfservicePhoneContainer .phoneList {
    margin: 0;
}

#selfservicePhoneContainer .phoneListEntry {
    display: inline-block;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    color:black;
}

#selfservicePhoneContainer .phoneCell {
    display: table-cell;
    margin-top: 10px;
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 4px;
    background: linear-gradient(rgba(230, 230, 230, 0.94), rgb(214, 214, 214), rgba(40, 59, 70, 0.48));
}

    #selfservicePhoneContainer .phoneCell:hover {
        box-shadow: 0 5px 5px 0 rgba(0,0,0,.14), 0 5px 5px 0 rgba(0,0,0,.14), 0 5px 10px 0 rgba(0,0,0,.12), 0 4px 6px 1px rgba(0, 0, 0, 0.3);
    }

    #selfservicePhoneContainer .phoneCell:focus, #selfservicePhoneContainer .additionalPhoneCell:focus {
        outline: none;
    }

#selfservicePhoneContainer .imageCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    border-bottom: 0px;
    text-align: center;
}

#selfservicePhoneContainer .imageTopRightDiv {
    overflow: hidden;
    display: block;
    float: right;
    top: 10px;
    right: 28px;
    height: 22px;
    width: 22px;
}

#selfservicePhoneContainer hr.separator {
    border: 1px solid #CCCCCC;
    border-style: none none solid;
    margin: 3px 0;
}

#selfservicePhoneContainer hr {
    margin-top: 5px;
    margin-bottom: 15px;
}

#selfservicePhoneContainer .f-title {
    margin: 27px 0px 0px 0px;
}

#selfservicePhoneContainer .f-hr {
    height: 0px;
    border: none;
    border-top: 2px solid #999999;
    margin: 4px 0;
}

#selfservicePhoneContainer .longLabelRule {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*display: inline-block;*/
    display: block;
    max-width: 200px;
    margin: 3px 0 0 0;
}

#selfservicePhoneContainer .phoneCell, #selfservicePhoneContainer .longLabelRule {
    width: 210px;
    max-width: 210px;
}

.btnLoginLogout {
    position: absolute;
    background-color: transparent !important;
    border-radius: 100% !important;
    line-height: normal;
    padding: 0;
    width: 25px;
    height: 25px;
    z-index: 999;
}

    .btnLoginLogout i {
        font-size: 20px;
    }

    .btnLoginLogout.btnLogin i.fa-sign-in {
        color: #00C90D;
    }

    .btnLoginLogout.btnLogin:hover i.fa-sign-in {
        color: #26972D;
    }

    .btnLoginLogout.btnLogout i.fa-sign-out {
        color: #FF2C00;
    }

    .btnLoginLogout.btnLogout:hover i.fa-sign-out {
        color: #A61D00;
    }

    .btnLoginLogout.btnLogout {
        top: 29px;
    }

.ddlMenu {
    position: absolute;
    right: -12px;
    top: 12px;
    opacity: 0;
    transition: all .2s;
}

    .ddlMenu .btnDdlMenu {
        color: rgba(116, 99, 92,1);
        background-color: transparent !important;
        border-radius: 100% !important;
        line-height: normal;
        padding: 0;
        width: 32px;
        height: 32px;
        transition: all .2s;
    }

        .ddlMenu .btnDdlMenu:hover {
            background-color: rgba(158,158,158,.2) !important;
        }

        .ddlMenu .btnDdlMenu i {
            font-size: 20px;
        }

    .ddlMenu .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }

        .ddlMenu .dropdown-menu > li > a {
            font-weight: 600;
            cursor: pointer;
        }

.phoneCell:hover .ddlMenu {
    opacity: 1;
    right: 6px;
}

#selfservicePhoneContainer .alert {
    margin-bottom: 10px;
}

    #selfservicePhoneContainer .alert p {
        margin-bottom: 0;
    }

.detailInfoContainer {
    overflow: hidden;
    overflow-y: auto;
    height: 50px;
    border: 1px solid #dadada;
    background: rgb(230, 230, 230);
}

    .detailInfoContainer label {
        font-size: 11px;
        margin-bottom: 0;
    }

    .detailInfoContainer ul {
        list-style-type: none;
        padding: 0;
        margin: 5px;
    }

        .detailInfoContainer ul li {
            line-height: 8px;
        }

    .detailInfoContainer > ul > li > label {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

#selfservicePhoneContainer .lineNumber {
    font-weight: bold;
}

#selfservicePhoneContainer .lineLabel {
    font-style: italic;
    font-weight: normal;
}

#selfservicePhoneContainer .well-content {
    padding-bottom: 10px;
}

#phoneEditModalTableImageColumn {
    width: 120px;
}

#companyPhoneEditForm .label {
    margin: 0;
}

#companyPhoneEditForm #imageContainer {
    width: 120px;
    display: inline-block;
    float: left;
}

#companyPhoneEditForm #tableContainer {
    width: calc(100% - 125px);
    display: inline-block;
}

#additionalPhoneEditForm .modal-body {
    background-color: white;
}

#additionalPhoneEditForm label.checkbox.customCheckbox {
    display: table-row;
}

#additionalPhoneEditForm .checkboxDesc {
    /*width: calc(100% - 20px);*/
    display: table-cell;
    padding-left: 15px;
}

    #additionalPhoneEditForm .checkboxDesc i {
        font-weight: normal;
    }

#additionalPhoneEditForm label.checkbox.customCheckbox div.checker span.checked::after, label.checkbox.customCheckbox.customChkWithGradient div.checker span.checked::after {
    background-image: linear-gradient(#029476, rgb(118, 226, 204));
}

#additionalPhoneEditForm label.checkbox.customCheckbox div.checker span.checked {
    border-color: #37d4b4;
}

.snrLineAssociationDiv {
    border: 1px dashed #50BC16;
    border-radius: 4px 4px 4px 4px;
}

#incomingCallLabelDiv {
    padding: 10px;
    text-align: center;
    white-space: normal;
    color: #4EBC14;
    width: 12%;
    line-height: 18px;
}

#tableSplitterDiv {
    width: 3%;
}

#enableSNRStandbyTable, #timeScheduleContainer {
    width: calc(100% - 32px);
    float: right;
    margin: 10px 0;
    border-collapse: separate;
}

    #enableSNRStandbyTable .tableSplitter {
        border-bottom: 1px dashed #50BC16;
    }

#assocLinesContainerForSNR {
    width: 85%;
}

    #assocLinesContainerForSNR table {
        height: 100px;
        width: 100%;
    }

    #assocLinesContainerForSNR img {
        max-width: none;
        width: 90px;
    }

#lineAssocScrollDiv {
    height: auto;
    max-height: 80px;
    overflow-y: auto;
    padding: 2px;
    background: #efefef;
    border: 1px solid #50BC16;
}

#destinationNumber {
    overflow-x: auto;
    text-align: center;
    white-space: normal;
    background: #efefef;
}

#timerInfoContainerLi {
    padding-left: 0;
    padding-right: 0;
}

.callTransferIconDiv {
    display: block;
    float: right;
    width: 28px;
    height: 27px;
    overflow: hidden;
}

    .callTransferIconDiv .callTransferIcon {
        margin: -93px 0px 0px -68px;
        max-width: none;
    }

.additionalPhoneSNRIconDivStyle {
    display: block;
    float: right;
    width: 102px;
    height: 52px;
    overflow: hidden;
}

    .additionalPhoneSNRIconDivStyle .additionalPhoneSNRIcon {
        margin: -173px 0 0 0;
        max-width: none;
    }

#timerInfoContainer .timerInput {
    height: 23px !important;
    padding: 4px !important;
}

#timerInfoContainer .well-content {
    padding: 5px;
}

#timerInfoContainer label.radio.customRadioBtn div.radio span.checked::before {
    background-image: linear-gradient(#029476, rgb(118, 226, 204));
}

.timerInput {
    width: 70px;
}

#timerInfoContainer span.error {
    position: absolute;
}

#additionalPhoneEditForm span.error {
    background: rgba(255, 6, 0, 0.72);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    min-width: 200px;
    margin: 2px 0 0 1px;
    color: white;
    padding-left: 5px;
}

.syncPhoneListHeaderContainer {
    display: inline-block;
}

    .syncPhoneListHeaderContainer .imageCenter {
        display: inline-block;
        height: 37px;
    }

    .syncPhoneListHeaderContainer .longLabelRule {
        text-overflow: ellipsis;
        width: 150px;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        float: left;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-width: 0 1px;
    }

#phoneSettingsContent .well-header {
    max-height: 40px;
}

#phoneSettingsContent .syncBtn {
    border-radius: 3px;
    width: 40px;
    padding-top: 2px;
}

    #phoneSettingsContent .syncBtn i {
        font-size: 15px;
    }

#deviceSelectionForSyncForm label.radio.customRadioBtn div.radio, #deviceSelectionForSyncForm label.radio.customRadioBtn div.radio span, #deviceSelectionForSyncForm label.radio.customRadioBtn div.radio input {
    /*width: 21px !important;
    height: 21px !important;*/
    width: 19px !important;
    height: 19px !important;
}

    #deviceSelectionForSyncForm label.radio.customRadioBtn div.radio span.checked::before {
        background-image: linear-gradient(#029476, rgb(118, 226, 204));
        /*width: 17px !important;
        height: 17px !important;*/
        content: "\f00c";
        font-size: 11px;
        font-family: 'FontAwesome';
        color: white;
        width: 19px !important;
        height: 19px !important;
        top: 0;
        left: 5px;
    }

    #deviceSelectionForSyncForm label.radio.customRadioBtn div.radio span {
        border: 0;
    }

#deviceSelectionForSyncForm .btn-group {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#deviceSelectionForSyncForm label.radio.customRadioBtn {
    width: 100% !important;
    height: 100% !important;
}

#deviceSelectionForSyncForm .detailInfoContainer {
    height: 30px;
}

#deviceSelectionForSyncForm .phoneListEntry {
    cursor: pointer;
}

#deviceSelectionForSyncForm #selfservicePhoneContainer .phoneCell, #deviceSelectionForSyncForm #selfservicePhoneContainer .longLabelRule {
    width: 130px;
    max-width: 130px;
}

.btnChangePinPass {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 15px;
    color: white;
}

    .btnChangePinPass:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='black')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='black');
        -moz-box-shadow: 4px 4px 15px 1px black;
        -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.68);
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.68);
    }

.btnChangePin {
    background: linear-gradient( #ff7400,#a64b00 );
}

.btnChangePass {
    background: linear-gradient(#009999, #006363);
}

.slimAlert.alert {
    padding: 3px 10px;
    margin-bottom: 5px;
}

#languagePanel .alert > p {
    display: inline-block;
}

#generalSettingsContainer label.align_responsive {
    line-height: 30px;
}

#generalSettingsContainer .form-actions, #callForwardingPageContainer .form-actions, #imAndAvailabilityPageContainer .form-actions {
    padding: 0;
    border: 0;
    text-align: right;
    margin: 0;
    background-color: inherit;
}

#callForwardingPageContainer .has-switch span, #callForwardingPageContainer .has-switch label {
    vertical-align: middle;
}

#callForwardingPageContainer .has-switch > div.switch-off {
    left: -100%;
}

#callForwardingPageContainer .has-switch > div {
    width: 200%;
}

/********************/

/*DisplayTable Custom Css*/
.displayTable {
    width: 100%;
    display: table;
}

.displayTableRow {
    display: table-row;
    width: 100%;
}

.displayTableCell {
    display: table-cell;
    vertical-align: middle;
    padding: 1px;
}

/********************/

/*Custom Checkbox*/
label.checkbox.customCheckbox {
    line-height: 22px;
}

    label.checkbox.customCheckbox div.checker span {
        display: -moz-inline-box;
        -webkit-transition: 0.3s ease-in-out;
        background-color: #ffffff;
        border: 1px solid #98a6ad;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        transition: 0.3s ease-in-out;
        outline: none !important;
        background: none;
        line-height: 20px;
    }

    label.checkbox.customCheckbox div.checker, label.checkbox.customCheckbox div.checker span, label.checkbox.customCheckbox div.checker input {
        width: 17px;
        height: 17px;
    }

        label.checkbox.customCheckbox div.checker span.checked::after {
            background-color: #64c5b1;
            border-color: #64c5b1;
            color: #ffffff;
            content: "\f00c";
            font-family: 'FontAwesome';
            font-size: 11px;
            position: absolute;
            left: 0px;
            top: 0px;
            height: 17px;
            width: 17px;
            text-align: center;
            display: inline-block;
        }

        label.checkbox.customCheckbox div.checker span.checked {
            border-color: #64c5b1;
        }

    label.checkbox.customCheckbox .checker {
        margin-top: -4px !important;
        margin-right: 4px !important;
    }

    label.checkbox.customCheckbox div.checker.disabled span {
        opacity: 0.5;
        cursor: not-allowed;
    }
/**********************/

/*Custom Radio Button Css*/
label.radio.customRadioBtn div.radio, label.radio.customRadioBtn div.radio span, label.radio.customRadioBtn div.radio input {
    width: 17px;
    height: 17px;
}

label.radio.customRadioBtn .radio {
    margin-top: -4px !important;
    margin-right: 4px !important;
}

label.radio.customRadioBtn, label.radio.customRadioBtn .radio {
    vertical-align: middle;
}

    label.radio.customRadioBtn div.radio span {
        background: none;
        border: 1px solid #029476;
        border-radius: 100%;
        display: inline-block;
    }

        label.radio.customRadioBtn div.radio span.checked {
            background: none;
        }

            label.radio.customRadioBtn div.radio span.checked::before {
                position: absolute;
                content: "";
                width: 13px !important;
                height: 13px !important;
                top: 3px;
                left: 3px;
                border-radius: 100%;
                background: #029476;
            }

    label.radio.customRadioBtn div.radio.disabled span {
        opacity: 0.5;
        cursor: not-allowed;
    }
/**********************/

/*Slim Well Panel Css*/
.slimWellPanel .well-header {
    min-height: 20px;
}

    .slimWellPanel .well-header h5 {
        min-height: 21px;
        line-height: 21px;
    }

.slimWellPanel .collapseIcon {
    padding: 5px 0px 4px 10px;
}

.slimWellPanel .well-header > ul > li > a {
    height: 21px;
    line-height: 23px;
}
/**********************/

.displayNone {
    display: none !important;
}

.customReadonly {
    pointer-events: none;
}

    .customReadonly * {
        opacity: 0.9;
    }
/**********************/

/*Phones page css*/
#phoneTable .fa.fa-fax, #dtDeviceList .fa.fa-fax {
    color: #b31818;
    font-size: 20px;
}

#phoneTable .fa.fa-drivers-license-o, #dtDeviceList .fa.fa-drivers-license-o {
    color: #175e9a;
    font-size: 20px;
}
/**********************/

/*SelfServiceParameter Page Css*/
#selfServiceParameterContainer {
    padding-bottom: 45px;
}

    #selfServiceParameterContainer hr {
        margin: 3px 0;
    }

.labelContainer {
    margin-top: 5px;
}

#selfServiceParameterContainer .parameterRow {
    background: rgba(193, 221, 241, 0.56);
    margin-bottom: 1px;
    padding-left: 5px;
}

    #selfServiceParameterContainer .parameterRow:hover {
        background: rgba(213, 229, 241, 0.56);
    }
/**********************/

/*Global Search Css*/
#globalSearchTable .btnDeleteGlobalSearchDevice:not([disabled]) {
    background-color: #ac193d;
    color: white;
}

/**********************/

/*DynamicPage Media Css*/

.hideOnMobile, .hideOnTablet {
    display: block;
}
/**********************/

#comraUserList .fa.fa-users, #comraUserList .ad.fa.fa-user {
    color: #b31818;
}

#comraUserList .fa.fa-user {
    color: #175e9a;
}

.btnDeleteMatchCriteriaItem {
    line-height: 19px;
    padding: 1px 6px;
}

.btnActionAndCriteriaSaveButtonContainer {
    margin-top: 10px;
}

#decisionActionSubmitForm.switchFormatContainer .has-switch > div.switch-off {
    left: -53% !important;
}

#decisionActionSubmitForm.switchFormatContainer .has-switch > div {
    width: 153% !important;
}

.extraTimeInterval .chkDay, .extraTimeInterval .chkAllDay {
    display: none;
}

#dailyTimeLine td.fc-today {
    background: #fff !important;
}

#dailyTimeLine .fc-time-grid .fc-slats td {
    height: 1.3em;
    line-height: 1.3em;
}

#dailyTimeLine .fc-toolbar.fc-header-toolbar {
    display: none !important;
}

#dailyTimeLine .fc-head {
    background: #f6f6f6;
}

#dailyTimeLine .fc-agenda-view .fc-day-grid .fc-resizer.fc-end-resizer {
    pointer-events: none;
}

#dailyTimeLine .close {
    height: auto;
    padding: 0 3px;
    opacity: 1;
    color: white;
    font-size: 15px;
    line-height: 1em;
}

#dailyTimeLine .fc-event, #dailyTimeLine .fc-event-dot, #dailyTimeLine .fc .fc-axis {
    background-color: #64a19d;
}

#dailyTimeLine .fc-agenda-view .fc-day-grid .fc-row {
    height: 1.8em;
    min-height: 1.8em;
    max-height: 1.8em;
}

#dailyTimeLine .fc-day-grid-event.fc-event {
    margin: 2px;
}

#dailyTimeLine .fc .fc-axis {
    width: 39px !important;
    min-width: 39px;
}

#dailyTimeLine .fc-time-grid-event .fc-time {
    font-size: 1.1em;
}

#dailyTimeLine .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 0;
}

#dailyTimeLine .fc-time-grid-event.fc-short .fc-time:before, #dailyTimeLine .fc-time-grid-event.fc-short .fc-time:after {
    content: '';
}

#dailyTimeLine .fc-time-grid-event.fc-short .fc-time span {
    display: inherit;
}

#dailyTimeLine .fc-time-grid-event.fc-short .fc-time {
    display: inline;
}

#btnClearAllEvents {
    font-size: 14px;
    height: 1.5em;
}

#matchCriteriaPartialViewContainer .widgets_area {
    padding-top: 0;
}

.autoAttendants-edit-table-cell-info {
    font-size: 10px;
    font-style: italic;
    line-height: 10px
}
 
