@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900);

body {
    color: #000;
    direction: ltr;
    font-size: 16px;
    font-weight: 500;
    padding: 0px !important;
    margin: 0px !important;
    background: #e4e6f2 !important;
    font-family: "Jost", sans-serif !important;
}

    body.bg_style_1 {
        background: url("../images/bg.png") rgba(0, 0, 0, 0) !important;
    }

    body.bg_style_2 {
        background: url("../images/bg_2.png") rgba(0, 0, 0, 0) !important;
    }

    body.bg_style_3 {
        background: url("../images/bg_3.png") rgba(0, 0, 0, 0) !important;
    }

    body.bg_style_4 {
        background: url("../images/bg_4.png") rgba(0, 0, 0, 0) !important;
    }

    body.bg_style_5 {
        background: url("../images/bg_5.png") rgba(0, 0, 0, 0) !important;
    }

a, a:focus, a:hover, a:active {
    outline: 0 !important;
}
/*
h1, h2, h3 {
    font-family: 'Raleway', sans-serif;
}
*/
/*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"] {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    color: #858585;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 4px;
    transition-duration: 0.1s;
    box-shadow: none;
}*/

    textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
        border-color: #B5B5B5;
    }

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
        border-color: rgba(82, 168, 236, 0.8);
        box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
        outline: 0 none;
    }

/*label {
    font-weight: normal;
}*/

span.input-icon, span.input-help {
    display: block;
    position: relative;
}

.input-icon > input {
    padding-left: 25px;
    padding-right: 6px;
}

.input-icon.input-icon-right > input {
    padding-left: 6px;
    padding-right: 25px;
}

span.input-help > input {
    padding-left: 30px;
    padding-right: 6px;
}

.input-icon > [class*="fa-"], .input-icon > [class*="clip-"] {
    bottom: 0;
    color: #909090;
    display: inline-block;
    font-size: 14px;
    left: 5px;
    line-height: 35px;
    padding: 0 3px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.input-icon.input-icon-right > [class*="fa-"], .input-icon.input-icon-right > [class*="clip-"] {
    left: auto;
    right: 4px;
}

.input-icon > input:focus + [class*="fa-"], .input-icon > input:focus + [class*="clip-"] {
    color: #557799;
}

.help-button {
    background-color: #65BCDA;
    border-radius: 100% 100% 100% 100%;
/*    color: #FFFFFF;
*/    cursor: default;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    padding: 0;
    text-align: center;
    width: 20px;
    line-height: 20px;
    top: 7px;
    left: 7px;
}

    .help-button:before {
        content: "\f128";
        display: inline;
        font-family: FontAwesome;
        font-weight: 300;
        height: auto;
        text-shadow: none;
        font-style: normal;
    }

select.form-control {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 0 0 0 0;
    color: #858585;
}

    select.form-control option {
        padding: 3px 4px;
    }

.form-control.search-select {
    padding: 0 !important;
    box-shadow: none;
    border: none;
}

.select2-container .select2-choice {
    background-clip: padding-box !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #555555 !important;
    display: block !important;
    height: 34px !important;
    line-height: 29px !important;
    margin-top: 3px !important;
    overflow: hidden !important;
    padding: 0 12px 0 8px !important;
    position: relative !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

    .select2-container .select2-choice .select2-arrow {
        background-image: none !important;
        background-color: #FFFFFF !important;
        width: 28px !important;
        text-align: center;
    }

        .select2-container .select2-choice .select2-arrow b {
            background: none !important;
            display: block;
            height: 100%;
            width: 100%;
        }

            .select2-container .select2-choice .select2-arrow b:before {
                content: "\f078";
                display: inline;
                font-family: FontAwesome;
                font-weight: 300;
                height: auto;
                text-shadow: none;
            }

.select2-dropdown-open.select2-container-active .select2-choice .select2-arrow b:before {
    content: "\f077";
}

.select2-container-multi .select2-choices {
    background-image: none !important;
    background-color: #FFFFFF !important;
}

.limiterBox {
    border-top: 0;
    background-color: #65BCDA !important;
    padding: 3px 6px;
    font-size: 12px;
    color: #FFF;
    margin-top: 6px
}

    .limiterBox:after {
        display: none
    }

    .limiterBox:before {
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: -8px;
        left: 50%;
        margin-left: -5px;
        border-color: transparent;
        border-style: solid;
        border-bottom-color: #65BCDA;
        border-width: 0 8px 8px
    }

textarea.autosize {
    vertical-align: top;
    transition: height 0.2s;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
}

.radio label.radio-inline, .checkbox label.checkbox-inline {
    display: inline-block;
}



.radio label, .checkbox label {
    margin-bottom: 5px;
}

.checkbox-table {
    display: inline-block;
    margin: 2px 0 0 0;
    padding-left: 20px;
    line-height: 10px;
}

    .checkbox-table label {
        margin-bottom: 0;
    }

[class^="icheckbox_"], [class*="icheckbox_"], [class^="iradio_"], [class*="iradio_"] {
    float: left !important;
    margin: 0 5px 0 -20px !important;
}

.help-inline {
    margin-top: 6px;
    color: #737373;
}

.help-block.error {
    color: #B94A48;
}

.symbol.required:before {
    content: "*";
    display: inline;
    color: #E6674A;
}

.symbol.ok:before {
    content: "\f00c";
    display: inline;
    font-family: FontAwesome;
    color: #468847;
}

.has-error .note-editor, .has-error .cke_chrome {
    border-color: #B94A48 !important;
}

.form-group .text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
}

.no-padding {
    padding: 0 !important;
}

.no-display {
    display: none;
}

.example {
    margin: 15px 0;
    padding: 14px 19px;
}

.widget {
    -moz-box-sizing: content-box;
    color: #000;
    margin-bottom: 30px;
    padding: 10px 12px;
    position: relative;
}

.space5 {
    display: block;
    margin-bottom: 5px !important;
    clear: both;
}

.space7 {
    margin-bottom: 7px !important;
    clear: both;
}

.space10 {
    margin-bottom: 10px !important;
    clear: both;
}

.space12 {
    margin-bottom: 12px !important;
    clear: both;
}

.space15 {
    margin-bottom: 15px !important;
    clear: both;
}

.space20 {
    margin-bottom: 20px !important;
    clear: both;
}

.teal {
    color: #569099;
}

a.teal:hover {
    color: #4d8189;
}

.orange {
    color: #E6674A;
}

a.orange:hover {
    color: #E35434;
}

.bricky {
    color: #C83A2A;
}

a.bricky:hover {
    color: #B33426;
}

.circle-img {
    border-radius: 100% 100% 100% 100%;
}

.center {
    text-align: center;
}

.go-top {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -2px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
}

.navbar {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 42px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: none;
    background: none;
}
.alert.alert-danger button.close {
    color: #fff !important;
    padding: 0px !important;
}
.header-default .navbar {
    position: relative !important;
}

.navbar > .container .navbar-brand, .logo {
    padding: 14px 10px 12px;
    margin-left: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    min-width: 210px;
}

    .navbar > .container .navbar-brand i, .logo i {
        font-size: 20px;
    }

.navbar-tools > ul {
    list-style: none;
}

    .navbar-tools > ul > li > a {
        padding: 15px 15px 9px;
        font-size: 16px;
        line-height: 26px;
    }


.navbar-tools li.view-all a {
    padding: 8px 8px 6px !important;
}

.navbar-tools > ul > li {
    float: left;
}
li.dropdown.current-user ul.dropdown-menu li i {
    display: none;
}
li.dropdown.current-user .dropdown-menu li a {
    border-bottom: none !important;
}
.navbar-tools .dropdown-menu > li > a:hover, .navbar-tools .dropdown-menu > li > a:focus, .navbar-tools .dropdown-submenu:hover > a, .navbar-tools .dropdown-submenu:focus > a, .navbar-tools .drop-down-wrapper li a:hover, .navbar-tools .drop-down-wrapper li a:focus {
    background-color: #b631e6 !important;
    background-image: none;
    filter: none;
    color: #FFF;
    text-decoration: none;
}
.navbar-tools .dropdown-menu {
    background: none repeat scroll 0 0 white;
    border: 1px solid #C7CBD5;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
    list-style: none outside none;
    margin: 0;
    max-width: 300px;
    min-width: 166px;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;

}

.navbar-tools .drop-down-wrapper {
    height: 250px;
    width: 270px;
    overflow: hidden;
    position: relative;
}

    .navbar-tools .drop-down-wrapper ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

ul.notifications li, ul.todo li, ul.posts li {
    min-width: 260px;
}

.navbar-tools > ul > li.dropdown {
    margin-left: 2px;
    margin-right: 2px;
}

.navbar-tools .dropdown-menu > li > a:hover, .navbar-tools .dropdown-menu > li > a:focus, .navbar-tools .dropdown-submenu:hover > a, .navbar-tools .dropdown-submenu:focus > a, .navbar-tools .drop-down-wrapper li a:hover, .navbar-tools .drop-down-wrapper li a:focus {
    background-color: #b631e6 !important;
    background-image: none;
    filter: none;
    color: #fff;
    text-decoration: none;
}

.drop-down-wrapper ul > li:last-child a {
    border-bottom: none;
}

.navbar-tools .dropdown-menu li .dropdown-menu-title {
    display: block;
    font-weight: bold;
    margin: -1px;
    padding: 5px 10px;
}

.navbar-tools .dropdown-menu li p, .navbar-tools .dropdown-menu li a, .navbar-tools .drop-down-wrapper li p, .navbar-tools .drop-down-wrapper li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 8px 8px 6px;
    border-bottom: 1px solid rgba(100, 100, 100, 0.22);
    white-space: normal !important;
    display: block;
}

.navbar-tools .dropdown-menu > li:last-child a {
    border-bottom: none !important;
    border-radius: 0 0 6px 6px;
}

li.dropdown.current-user .dropdown-toggle {
    padding: 10px 4px 7px 9px;
}

li.dropdown.current-user .dropdown-menu li a {
    border-bottom: none !important;
}

.navbar-tools .dropdown-menu li p {
    font-weight: bold;
}

.navbar-tools .dropdown-menu li a .author {
    color: #0362FD;
    display: block;
}

.navbar-tools .dropdown-menu li a .preview {
    display: block;
}

.navbar-tools .dropdown-menu li a .time {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    display: block;
    float: right;
}

.navbar-tools .dropdown-menu li.view-all a i {
    float: right;
    margin-top: 4px;
}

.navbar-tools .dropdown-menu.notifications li > a > .label {
    margin-right: 2px;
    padding: 2px 4px;
    text-align: center !important;
}

.navbar-tools .thread-image {
    margin-right: 8px;
    float: left;
    height: 50px;
    width: 50px;
}

.navbar-tools > ul > li.dropdown .dropdown-toggle .badge {
    border-radius: 12px 12px 12px 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    padding: 3px 6px;
    position: absolute;
    right: 24px;
    text-align: center;
    text-shadow: none !important;
    top: 8px;
}

.navbar-toggle {
    border: none;
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 4px;
}

    .navbar-toggle span {
        font-size: 16px;
    }

.search-box:before {
    content: " " !important;
}

.search-box {
    float: right;
}

.sidebar-search {
    margin: -3px 0 0 0;
    padding: 0 30px 0 5px;
    display: inline-block;
    background: #E4E5E6;
    border-radius: 5px;
    color: #555555;
    position: absolute;
    right: 10px;
    top: 15px;
    min-height: 28px;
    min-width: 28px;
}

    .sidebar-search .form-group {
        margin: 0;
        padding: 0;
    }

        .sidebar-search .form-group input {
            background: none;
            border: none;
            width: 130px;
        }

            .sidebar-search .form-group input:focus {
                box-shadow: none;
            }

        .sidebar-search .form-group button {
            background: none;
            border: none;
            position: absolute;
            right: 4px;
            top: 5px;
            width: 28px;
        }

            .sidebar-search .form-group button i {
                color: #999999;
            }

.search-box .show-search {
    position: absolute;
    right: 15px;
    top: 12px;
    background: #D9D9D9;
    padding: 4px 10px;
    border-radius: 5px;
}

    .search-box .show-search:hover {
        text-decoration: none;
    }

    .search-box .show-search i {
        color: #999999;
    }





.btn-beige {
    background-color: #cc9;
    border-color: #c4c488;
    color: #ffffff;
}

    .btn-beige:hover, .btn-beige:focus, .btn-beige:active, .btn-beige.active {
        background-color: #c4c488;
        border-color: #bbbb77;
        color: #ffffff;
    }

    .btn-beige.disabled:hover, .btn-beige.disabled:focus, .btn-beige.disabled:active, .btn-beige.disabled.active, .btn-beige[disabled]:hover, .btn-beige[disabled]:focus, .btn-beige[disabled]:active, .btn-beige[disabled].active, fieldset[disabled] .btn-beige:hover, fieldset[disabled] .btn-beige:focus, fieldset[disabled] .btn-beige:active, fieldset[disabled] .btn-beige.active {
        background-color: #cc9;
        border-color: #cc9;
        color: #ffffff;
    }

.btn-dark-beige {
    background-color: #afaa6d;
    border-color: #a6a05d;
    color: #ffffff;
}

    .btn-dark-beige:hover, .btn-dark-beige:focus, .btn-dark-beige:active, .btn-dark-beige.active {
        background-color: #a6a05d;
        border-color: #979152;
        color: #ffffff;
    }

    .btn-dark-beige.disabled:hover, .btn-dark-beige.disabled:focus, .btn-dark-beige.disabled:active, .btn-dark-beige.disabled.active, .btn-dark-beige[disabled]:hover, .btn-dark-beige[disabled]:focus, .btn-dark-beige[disabled]:active, .btn-dark-beige[disabled].active, fieldset[disabled] .btn-dark-beige:hover, fieldset[disabled] .btn-dark-beige:focus, fieldset[disabled] .btn-dark-beige:active, fieldset[disabled] .btn-dark-beige.active {
        background-color: #afaa6d;
        border-color: #afaa6d;
        color: #ffffff;
    }


    .btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
        background-color: #e6674a;
        border-color: #e6674a;
        color: #ffffff;
    }


  
    .btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled]:active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
        background-color: #57517b;
        border-color: #000;
        color: #ffffff;
    }
.btn-med-grey {
    background-color: #666;
    border-color: #595959;
    color: #ffffff;
}

    .btn-med-grey:hover, .btn-med-grey:focus, .btn-med-grey:active, .btn-med-grey.active {
        background-color: #595959;
        border-color: #4d4d4d;
        color: #ffffff;
    }

    .btn-med-grey.disabled:hover, .btn-med-grey.disabled:focus, .btn-med-grey.disabled:active, .btn-med-grey.disabled.active, .btn-med-grey[disabled]:hover, .btn-med-grey[disabled]:focus, .btn-med-grey[disabled]:active, .btn-med-grey[disabled].active, fieldset[disabled] .btn-med-grey:hover, fieldset[disabled] .btn-med-grey:focus, fieldset[disabled] .btn-med-grey:active, fieldset[disabled] .btn-med-grey.active {
        background-color: #666;
        border-color: #666;
        color: #ffffff;
    }



    .btn-light-grey:hover, .btn-light-grey:focus, .btn-light-grey:active, .btn-light-grey.active {
        background-color: #8c8c8c;
        border-color: #808080;
        color: #ffffff;
    }

    .btn-light-grey.disabled:hover, .btn-light-grey.disabled:focus, .btn-light-grey.disabled:active, .btn-light-grey.disabled.active, .btn-light-grey[disabled]:hover, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:active, .btn-light-grey[disabled].active, fieldset[disabled] .btn-light-grey:hover, fieldset[disabled] .btn-light-grey:focus, fieldset[disabled] .btn-light-grey:active, fieldset[disabled] .btn-light-grey.active {
        background-color: #999;
        border-color: #999;
        color: #ffffff;
    }


    .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
        background-color: #3D9400;
        border-color: #3D9400;
        color: #ffffff;
    }



    .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
        background-color: #2d4259;
        border-color: #253648;
        color: #ffffff;
    }

    .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
        background-color: #364F6A;
        border-color: #364F6A;
        color: #ffffff;
    }

.dropup .btn-teal .caret, .dropup .btn-beige .caret, .dropup .btn-dark-beige .caret, .dropup .btn-orange .caret, .dropup .btn-purple .caret, .dropup .btn-dark-grey .caret, .dropup .btn-med-grey .caret, .dropup .btn-light-grey .caret, .dropup .btn-bricky .caret, .dropup .btn-green .caret, .dropup .btn-blue .caret, .dropup .btn-yellow .caret, .dropup .btn-red .caret {
    border-bottom: 4px solid #FFFFFF;
}

.btn-squared {
    border-radius: 0 !important;
}



.btn-icon {
    background-color: #EFEFEF;
    background-image: -moz-linear-gradient(center top, #FAFAFA, #EFEFEF);
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    cursor: pointer;
    height: 80px;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    color: #333333;
}

    .btn-icon:hover {
        border-color: #A5A5A5;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        color: #444444;
        text-decoration: none;
        text-shadow: 0 1px 0 #FFFFFF;
    }

    .btn-icon .badge {
        border-radius: 12px 12px 12px 12px !important;
        border-style: solid;
        border-width: 0;
        box-shadow: none;
        color: #FFFFFF !important;
        font-family: 'Open Sans';
        font-size: 11px !important;
        font-weight: 300;
        padding: 3px 7px;
        position: absolute;
        right: -5px;
        text-shadow: none;
        top: -5px;
    }

    .btn-icon [class^="fa-"], .btn-icon [class*=" fa-"], .btn-icon [class^="clip-"], .btn-icon [class*=" clip-"] {
        clear: both;
        display: block;
    }

.buttons-widget .btn, .buttons-widget .make-switch {
    margin-bottom: 5px;
}

.buttons-widget .btn-group-vertical .btn {
    margin-bottom: 0;
}

.panel-tools {
    position: absolute;
    right: 5px;
    top: 8px;
}

    .panel-tools .btn-link {
        color: #0480BE;
    }

        .panel-tools .btn-link:hover {
            color: #036392;
        }

    .panel-tools .btn-link {
        color: #57A957;
    }

        .panel-tools .btn-link:hover {
            color: #417E41;
        }

    .panel-tools .btn-link {
        color: #C43C35;
    }

        .panel-tools .btn-link:hover {
            color: #972E28;
        }

    .panel-tools .btn-link {
        color: #333333;
    }

        .panel-tools .btn-link:hover {
            color: #000000;
        }

        .panel-tools .btn-link:focus, .panel-tools .btn-link:hover, .panel-tools .btn-link:active {
            text-decoration: none;
            outline: 0 !important;
        }

    .panel-tools .btn.expand:before {
        content: "\f077";
        display: inline;
        float: right;
        font-family: FontAwesome;
        font-weight: 300;
        height: auto;
        text-shadow: none;
    }

    .panel-tools .btn.collapses:before {
        content: "\f078";
        display: inline;
        float: right;
        font-family: FontAwesome;
        font-weight: 300;
        height: auto;
        text-shadow: none;
    }

    .panel-tools .btn {
        border-style: none;
    }

    .panel-tools .btn-link {
        color: #fff;
        background-color: #33009a;
    }

        .panel-tools .btn-link:hover {
            color: #333333;
        }

.panel-heading {
    background-color: #F5F4F9;
    background-image: linear-gradient(to bottom, #F5F4F9 0%, #ECEAF3 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #CDCDCD;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 0 #FFFFFF inset;
    height: 36px;
    padding-left: 40px;
    position: relative;
}

    .panel-heading > [class^="fa-"], .panel-heading > [class*=" fa-"], .panel-heading > [class^="icon-"], .panel-heading > [class*=" icon-"], .panel-heading > [class^="clip-"], .panel-heading > [class*=" clip-"] {
        border-right: 1px solid #CDCDCD;
        box-shadow: 1px 0 0 0 #FFFFFF;
        opacity: 0.7;
        padding: 12px 10px 8px;
        position: absolute;
        left: 0;
        top: 0;
        height: 36px;
    }

.panel-white {
    box-shadow: none;
}

    .panel-white .panel-heading {
        background-color: #ffffff;
        background-image: none;
        border-bottom: 1px solid #CDCDCD;
        border-radius: 6px 6px 0 0;
        box-shadow: none;
        height: 36px;
        padding-left: 40px;
        position: relative;
    }

        .panel-white .panel-heading > [class^="fa-"], .panel-white .panel-heading > [class*=" fa-"], .panel-white .panel-heading > [class^="icon-"], .panel-white .panel-heading > [class*=" icon-"], .panel-white .panel-heading > [class^="clip-"], .panel-white .panel-heading > [class*=" clip-"] {
            border-right: 1px solid #CDCDCD;
            box-shadow: none;
            opacity: 0.7;
            padding: 12px 10px 8px;
            position: absolute;
            left: 0;
            top: 0;
            height: 36px;
        }

.panel-box {
    background: #FAFAFA;
    border: 1px solid #CDCDCD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    clear: both;
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
}

.panel.panel-full-screen {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

.panel-scroll {
    position: relative;
    margin: 10px;
    padding: 0px;
    width: auto;
    height: 400px;
    overflow: hidden;
}

.pagination li a {
    cursor: pointer;
}

.pagination.squared {
    border-radius: 0 !important;
}

    .pagination.squared li:first-child a, .pagination.squared li:first-child > span {
        border-bottom-left-radius: 0px !important;
        border-left-width: 1px;
        border-top-left-radius: 0px !important;
    }

    .pagination.squared li:last-child > a, .pagination.squared li:last-child > span {
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

.pagination.pagination-purple li a, .pagination-purple .pagination li a {
    background: #F5F4F9;
    border: none !important;
    color: #333333;
    display: inline-block;
    margin-right: 1px;
}

    .pagination.pagination-purple li a:hover, .pagination-purple .pagination li a a:hover {
        background: #ECEAF3;
        color: #222222;
        cursor: pointer;
    }

.pagination.pagination-purple li:first-child a, .pagination-purple .pagination li:first-child a {
    border: none !important;
}

.pagination.pagination-purple li.disabled a, .pagination-purple .pagination li.disabled a {
    color: #AAAAAA !important;
}

    .pagination.pagination-purple li.disabled a:hover, .pagination-purple .pagination li.disabled a:hover, .pagination.pagination-purple li.disabled a:focus, .pagination-purple .pagination li.disabled a:focus {
        background: #F5F4F9;
        cursor: default !important;
    }

.pagination.pagination-purple li.active a, .pagination-purple .pagination li.active a {
    background: #57517B !important;
    border: none !important;
    color: #FFFFFF !important;
    cursor: default !important;
    opacity: 1;
}

.pagination-purple [class^="fa-"], .pagination-purple [class*=" fa-"] {
    color: #57517B;
}

.pagination-purple li.disabled [class^="fa-"], .pagination-purple li.disabled [class*=" fa-"] {
    opacity: 0.5;
}

.pagination.pagination-teal li a, .pagination-teal .pagination li a {
    background: #F3F8F8;
    border: none !important;
    color: #333333;
    display: inline-block;
    margin-right: 1px;
}

    .pagination.pagination-teal li a:hover, .pagination-teal .pagination li a a:hover {
        background: #D8E4E7;
        color: #222222;
        cursor: pointer;
    }

.pagination.pagination-teal li:first-child a, .pagination-teal .pagination li:first-child a {
    border: none !important;
}

.pagination.pagination-teal li.disabled a, .pagination-teal .pagination li.disabled a {
    color: #AAAAAA !important;
}

    .pagination.pagination-teal li.disabled a:hover, .pagination-teal .pagination li.disabled a:hover, .pagination.pagination-teal li.disabled a:focus, .pagination-teal .pagination li.disabled a:focus {
        background: #F3F8F8;
        cursor: default !important;
    }

.pagination.pagination-teal li.active a, .pagination-teal .pagination li.active a {
    background: #569099 !important;
    border: none !important;
    color: #FFFFFF !important;
    cursor: default !important;
    opacity: 1;
}

.pagination-teal li [class^="fa-"], .pagination-teal li [class*=" fa-"] {
    color: #4D8189;
}

.pagination-teal li.disabled [class^="fa-"], .pagination-teal li.disabled [class*=" fa-"] {
    opacity: 0.5;
}

.pagination.pagination-green li a, .pagination-green .pagination li a {
    background: #EFFBEC;
    border: none !important;
    color: #333333;
    display: inline-block;
    margin-right: 1px;
}

    .pagination.pagination-green li a:hover, .pagination-green .pagination li a a:hover {
        background: #CEF3C5;
        color: #222222;
        cursor: pointer;
    }

.pagination.pagination-green li:first-child a, .pagination-green .pagination li:first-child a {
    border: none !important;
}

.pagination.pagination-green li.disabled a, .pagination-green .pagination li.disabled a, {
    color: #AAAAAA !important;
}

    .pagination.pagination-green li.disabled a:hover, .pagination-green .pagination li.disabled a:hover, .pagination.pagination-green li.disabled a:focus, .pagination-green .pagination li.disabled a:focus {
        background: #EFFBEC;
        cursor: default !important;
    }

.pagination.pagination-green li.active a, .pagination-green .pagination li.active a {
    background: #3D9400 !important;
    border: none !important;
    color: #FFFFFF !important;
    cursor: default !important;
    opacity: 1;
}

.pagination-green [class^="fa-"], .pagination-green [class*=" fa-"] {
    color: #327B00;
}

.pagination-green li.disabled [class^="fa-"], .pagination-green li.disabled [class*=" fa-"] {
    opacity: 0.5;
}

.pagination.pagination-bricky li a {
    background: #FDF8F7;
    border: none !important;
    color: #333333;
    display: inline-block;
    margin-right: 0;
}

    .pagination.pagination-bricky li a:hover {
        background: #FBEEEC;
        color: #222222;
        cursor: pointer;
    }

.pagination.pagination-bricky li a {
    margin-right: 1px;
}

.pagination.pagination-bricky li:first-child a {
    border: none !important;
}

.pagination.pagination-bricky li.disabled a {
    color: #AAAAAA !important;
}

    .pagination.pagination-bricky li.disabled a:hover, .pagination-bricky .pagination li.disabled a:hover, .pagination.pagination-bricky li.disabled a:focus, .pagination-bricky .pagination li.disabled a:focus {
        background: #FDF8F7;
        cursor: default !important;
    }

.pagination.pagination-bricky li.active a {
    background: #C83A2A !important;
    border: none !important;
    color: #FFFFFF !important;
    cursor: default !important;
    opacity: 1;
}

.pagination.pagination-bricky [class^="fa-"], .pagination.pagination-bricky [class*=" fa-"] {
    color: #C83A2A;
}

.pagination.pagination-bricky li.disabled [class^="fa-"], .pagination.pagination-bricky li.disabled [class*=" fa-"] {
    opacity: 0.5;
}

.todo {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .todo li a {
        background: white;
        border-bottom: 1px solid #E4E6EB;
        font-size: 12px;
        margin-left: 0 !important;
        padding: 10px 10px 10px 35px !important;
        position: relative;
        display: block;
        color: #333333;
    }

    .todo li .todo-actions:hover, .todo li .todo-actions:focus {
        text-decoration: none;
        background-color: #F4F6F9 !important;
    }

    .todo li .todo-actions i {
        color: #C7CBD5;
        font-size: 18px;
        margin: 0 5px 0 0;
        position: absolute;
        left: 10px;
    }

    .todo li .label {
        position: absolute;
        right: 10px;
        padding: 6px;
    }

.activities {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .activities li a {
        background: white;
        border-bottom: 1px solid #E4E6EB;
        font-size: 12px;
        margin-left: 0 !important;
        padding: 10px 100px 10px 10px !important;
        position: relative;
        display: block;
        color: #333333;
    }

    .activities li .activity:hover, .activities li .activity:focus {
        text-decoration: none;
        background-color: #F4F6F9 !important;
    }

    .activities li .activity .circle-icon {
        font-size: 16px !important;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
    }

    .activities li .activity img {
        margin-right: 10px;
    }

    .activities li .time {
        position: absolute;
        right: 10px;
        top: 30px;
        color: #CCCCCC;
    }



.page-full-width .main-container {
    margin-top: 98px;
}

.header-default .main-container {
    margin-top: 0 !important;
}

.main-content {
    margin-top: 0;
   
    padding: 0;
}

.container {
    max-width: none !important;
    width: auto !important;
}

.footer-fixed .main-content .container {
    margin-bottom: 22px;
}

.main-navigation {
    padding: 0;
    max-height: none !important;
    z-index: 1000;
}

ul.main-navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-fixed .wrap-menu {
    overflow: hidden;
    position: fixed;
    width: 225px;
    height: 300px;
}

ul.main-navigation-menu > li {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
}

    ul.main-navigation-menu > li > a {
        border: 0 none;
        display: block;
        font-size: 14px;
        font-weight: 300;
        margin: 0;
        padding: 10px 4px 10px 8px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid #DDDDDD;
        border-top: 1px solid #FFFFFF;
    }

ul.main-navigation-menu li a .badge {
    float: right;
    margin-right: 13px;
    margin-top: 1px;
}

ul.main-navigation-menu > li:last-child > a, ul.main-navigation-menu > li.last > a {
    border-bottom-color: transparent !important;
}

ul.main-navigation-menu > li > a i {
    width: 50px;
    height: 50px;
    background: #33009a;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    color: #ffffff;
    float: left;
    font-size: 20px;
}

ul.main-navigation-menu li a .icon-arrow {
    float: right !important;
   
    margin: -33px 6px 0px 0 !important;
    padding: 0px !important;
    background: none !important;
    color: #000 !important;
    width: 10px !important;
    height: auto !important;
    border-radius: 0px !important;
    line-height: normal !important;
}
ul.main-navigation-menu li > a > .icon-arrow:before {
    content: "\e163";
    font-family: "clip-font";
}

ul.main-navigation-menu li.open > a > .icon-arrow:before {
    content: "\e164";
}

ul.main-navigation-menu > li > a:hover .icon-arrow, ul.main-navigation-menu > li.open > a .icon-arrow {
    opacity: 1;
}

ul.main-navigation-menu li > ul.sub-menu {
    clear: both;
    list-style: none;

    display: none;
    padding: 0;
}

    ul.main-navigation-menu li > ul.sub-menu > li {
        background: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 1px !important;
        padding: 0;
    }

        ul.main-navigation-menu li > ul.sub-menu > li > a {
            background: none;
            display: block;
            font-size: 14px;
            font-weight: 300;
            margin: 0;
            padding-bottom: 5px;
            padding-left: 40px !important;
            padding-right: 0;
            padding-top: 5px;
            text-decoration: none;
        }

ul.main-navigation-menu > li > ul.sub-menu li > a .icon-arrow {
    margin-right: 5px;
}

ul.main-navigation-menu > li > ul.sub-menu li > ul.sub-menu {
    margin: 0;
}

ul.main-navigation-menu li.active > ul.sub-menu {
    display: block;
    padding: 0;
}

ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 60px !important;
}

ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 80px !important;
}

.navigation-toggler {
    cursor: pointer;
    height: 30px;
    margin-left: 175px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.horizontal-menu {
    clear: both;
    border-top: 1px solid #C8C7CC !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 0 15px !important;
    background: #FFFFFF;
}

    .horizontal-menu ul.nav li.open > a, .horizontal-menu ul.nav li > a:hover, .horizontal-menu ul.nav li > a:focus {
        background: #F5F5F5 !important;
        color: #555555 !important;
    }

    .horizontal-menu .dropdown-menu li:hover > a, .horizontal-menu ul.nav li.active > a, .horizontal-menu ul.nav li.active > a:hover {
        background: #007AFF !important;
        color: #FFFFFF !important;
    }

    .horizontal-menu ul.nav li.current .selected, .horizontal-menu ul.nav li.active .selected {
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-right: 6px solid rgba(0, 0, 0, 0);
        border-top: 6px solid #007AFF;
        bottom: 0;
        display: inline-block;
        height: 0;
        left: 50%;
        margin: 0 0 -6px -7px;
        position: absolute;
        width: 0;
    }

    .horizontal-menu .dropdown-menu {
        box-shadow: none;
        margin-top: -1px !important;
        border-radius: 0;
    }

    .horizontal-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
    }

    .horizontal-menu .dropdown-submenu > a:after {
        margin-right: 0;
        top: 8px;
    }

    .horizontal-menu .dropdown-menu li > a {
        margin-bottom: 1px;
        padding: 7px 18px !important;
    }

    .horizontal-menu .dropdown-menu .arrow {
        display: none;
    }

    .horizontal-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
    }

    .horizontal-menu .dropdown-submenu > a:after {
        margin-right: 0;
        top: 8px;
    }

    .horizontal-menu ul.nav li {
        position: relative;
    }

    .horizontal-menu .dropdown-submenu > a:after {
        content: "\f105";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: 300;
        height: auto;
        position: absolute;
        right: 10px;
        top: 7px;
    }

    .horizontal-menu .dropdown-submenu > .dropdown-menu {
        left: 100%;
        margin-left: 0;
        margin-top: -6px;
        top: 5px;
    }

    .horizontal-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .horizontal-menu .dropup .dropdown-submenu > .dropdown-menu {
        bottom: 0;
        margin-bottom: -2px;
        margin-top: 0;
        top: auto;
    }


.footer-inner {
    float: left;
}

.footer-items {
    float: right;
}

.footer-fixed .footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
    border-top-width: 1px;
    border-top-style: solid;
}

.breadcrumb {
    margin: 0 -15px;
    border-radius: 0;
    padding: 15px 45px 15px 15px;
    ;
    border-bottom: 1px solid #C8C7CC;
    position: relative;
    height: 51px;
}

    .breadcrumb i {
        color: #cccccc;
        font-size: 16px;
        display: inline-block;
    }

.breadcrumb {
    margin: 0 -15px;
    border-radius: 0;
    padding: 15px 45px 15px 15px;
    ;
    border-bottom: 1px solid #C8C7CC;
    position: relative;
    height: 51px;
}

.rating {
    direction: rtl;
    font-size: 30px;
    unicode-bidi: bidi-override;
}

    .rating span.star, .rating span.star {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

        .rating span.star:hover, .rating span.star:hover {
            cursor: pointer;
        }

        .rating span.star:before, .rating span.star:before {
            color: #999999;
            content: "\f006";
            padding-right: 5px;
        }

        .rating span.star:hover:before, .rating span.star:hover:before, .rating span.star:hover ~ span.star:before, .rating span.star:hover ~
        span.star:before {
            color: #E3CF7A;
            content: "\f005";
        }

.dropdown-checkboxes {
    padding: 5px;
}

    .dropdown-checkboxes label {
        display: block;
        font-weight: normal;
        line-height: 20px;
    }

.badge-success {
    background-color: #5CB85C;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        background-color: #449D44;
    }

.badge-warning {
    background-color: #F0AD4E;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        background-color: #EC971F;
    }

.badge-info {
    background-color: #5BC0DE;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        background-color: #31B0D5;
    }

.badge-danger {
    background-color: #D9534F;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        background-color: #C9302C;
    }

.badge-new {
    background-color: #007AFF;
    border-radius: 12px 12px 12px 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    height: 18px;
    padding: 3px 6px;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
}

/*.label {
    font-size: 85% !important;
    padding: 0.4em 0.6em !important;
}
*/
.label-inverse, .badge-inverse {
    background-color: #555555;
}

.progress.progress-xs {
    height: 7px;
}

.progress.progress-sm {
    height: 12px;
}



.tabbable {
    margin-bottom: 15px;
}

.nav-tabs {
    border-color: #DDDDDD;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    top: 1px;
    border:none; 
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #FFFFFF;
        border-color: #DDDDDD #DDDDDD transparent;
        border-top: 2px solid #DDDDDD;
        color: #333333;
        line-height: 16px;
        margin-top: -1px;
    }

    .nav-tabs > li:first-child > a {
        margin-left: 0;
    }

    .nav-tabs > li > a:hover {
        background-color: #FFFFFF;
        border-color: #DDDDDD;
        color: #4C8FBD;
    }

    .nav-tabs > li > a, .nav-tabs > li > a:focus {
        background-color: #F9F9F9;
        border-color: #DDDDDD;
        border-radius: 0 0 0 0 !important;
        color: #999999;
        line-height: 16px;
        margin-right: -1px;
        position: relative;
    }

.tab-content {
    border: 1px solid #DDDDDD;
    padding: 16px 12px;
    position: relative;
}

.tabs-below > .nav-tabs {
    border-bottom-width: 0;
    border-color: #DDDDDD;
    margin-bottom: 0;
    margin-top: -1px;
    top: auto;
}

    .tabs-below > .nav-tabs > li > a, .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
        border-color: #DDDDDD;
    }

    .tabs-below > .nav-tabs > li.active > a, .tabs-below > .nav-tabs > li.active > a:hover, .tabs-below > .nav-tabs > li.active > a:focus {
        border-bottom: 2px solid #DDDDDD;
        border-color: transparent #DDDDDD #DDDDDD;
        border-top-width: 1px;
        margin-top: 0;
    }

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    min-width: 60px;
}

.tabs-left > .nav-tabs {
    border-color: #DDDDDD;
    float: left;
    margin-bottom: 0;
    top: auto;
}

    .tabs-left > .nav-tabs > li {
        float: none;
    }

        .tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
            border-color: #DDDDDD;
            margin: 0 -1px 0 0;
        }

        .tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
            border-color: #DDDDDD;
            border-right: none;
            border-left: 2px solid #DDDDDD;
            border-top-width: 1px;
            margin: 0 -1px;
        }

.tabs-right > .nav-tabs {
    border-color: #DDDDDD;
    float: right;
    margin-bottom: 0;
    top: auto;
}

    .tabs-right > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
        border-color: #DDDDDD;
        margin: 0 -1px;
    }

    .tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active > a:focus, .tabs-right > .nav-tabs > li.active > a:hover {
        border-color: #DDDDDD;
        border-left: none;
        border-right: 2px solid #DDDDDD;
        border-top-width: 1px;
        margin: 0 -2px 0 -1px;
    }

.nav-tabs > li > a > .badge {
    line-height: 8px;
    opacity: 0.7;
}

.nav-tabs > li > a > [class*="fa-"] {
    opacity: 0.75;
}

.nav-tabs > li.active > a > .badge, .nav-tabs > li.active > a > [class*="fa-"] {
    opacity: 1;
}

.nav-tabs li [class*=" fa-"], .nav-tabs li [class^="fa-"] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}

.nav-tabs > li.open .dropdown-toggle {
    background-color: #4F99C6;
    border-color: #4F99C6;
    color: #FFFFFF;
}

    .nav-tabs > li.open .dropdown-toggle > [class*="fa-"] {
        color: #FFFFFF !important;
        opacity: 1;
    }

.tabs-left .tab-content, .tabs-right .tab-content {
    overflow: auto;
}

.tab-teal > li.active > a, .tab-teal > li.active > a:hover, .tab-teal > li.active > a:focus {
    border-color: #DDDDDD;
    border-top: 2px solid #569099;
}

.tab-teal > li > a:hover {
    color: #569099;
}

.tab-teal > li.dropdown.open.active > a:hover, .tab-teal > li.dropdown.open.active > a:focus {
    background-color: #569099;
    border-color: #569099;
    color: #FFFFFF;
}

.tab-teal > li.open .dropdown-toggle {
    background-color: #569099;
    border-color: #569099;
    color: #FFFFFF;
}

.tab-teal .dropdown-menu > li > a:hover, .tab-teal .dropdown-menu > li > a:focus {
    background-color: #569099;
}

.tab-teal .active > a, .tab-teal .active > a:hover, .tab-teal .active > a:focus {
    background-color: #569099;
}

.tabs-left > .tab-teal > li.active > a, .tabs-left > .tab-teal > li.active > a:focus, .tabs-left > .tab-teal > li.active > a:hover {
    border-color: #DDDDDD;
    border-right: none;
    border-left: 2px solid #569099;
}

.tabs-below > .tab-teal > li.active > a, .tabs-below > .tab-teal > li.active > a:hover, .tabs-below > .tab-teal > li.active > a:focus {
    border-color: #DDDDDD;
    border-top: none;
    border-bottom: 2px solid #569099;
}

.tabs-right > .tab-teal > li.active > a, .tabs-right > .tab-teal > li.active > a:focus, .tabs-right > .tab-teal > li.active > a:hover {
    border-color: #DDDDDD;
    border-left: none;
    border-right: 2px solid #569099;
}

.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus, .tab-padding.tab-teal > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

.tab-padding.tab-teal > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}

.tab-padding.tab-teal > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}

.tab-padding.tab-teal > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus {
    background-color: #7DAFB7;
}

.tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #4F80A0;
}

    .tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #569099 #DDDDDD transparent;
        color: #4D8189;
    }

.tabs-below .tab-padding.tab-teal > li.active > a {
    border-color: transparent #7DB4D8 #7DB4D8;
}

.tab-padding.tab-teal {
    border-bottom-color: #569099;
    background-color: #F3F8F8;
}

.tabs-below .nav-tabs.tab-teal {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}

.tab-bricky > li.active > a, .tab-bricky > li.active > a:hover, .tab-bricky > li.active > a:focus {
    border-color: #C83A2A #DDDDDD transparent;
    border-top: 2px solid #C83A2A;
}

.tab-bricky > li > a:hover {
    color: #C83A2A;
}

.tab-bricky > li.dropdown.open.active > a:hover, .tab-bricky > li.dropdown.open.active > a:focus {
    background-color: #C83A2A;
    border-color: #C83A2A;
    color: #FFFFFF;
}

.tab-bricky > li.open .dropdown-toggle {
    background-color: #C83A2A;
    border-color: #C83A2A;
    color: #FFFFFF;
}

.tab-bricky .dropdown-menu > li > a:hover, .tab-bricky .dropdown-menu > li > a:focus {
    background-color: #C83A2A;
}

.tab-bricky .active > a, .tab-bricky .active > a:hover, .tab-bricky .active > a:focus {
    background-color: #C83A2A;
}

.tabs-left > .tab-bricky > li.active > a, .tabs-left > .tab-bricky > li.active > a:focus, .tabs-left > .tab-bricky > li.active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #C83A2A;
    border-left: 2px solid #C83A2A;
}

.tabs-below > .tab-bricky > li.active > a, .tabs-below > .tab-bricky > li.active > a:hover, .tabs-below > .tab-bricky > li.active > a:focus {
    border-bottom: 2px solid #C83A2A;
    border-color: transparent #DDDDDD #C83A2A;
}

.tabs-right > .tab-bricky > li.active > a, .tabs-right > .tab-bricky > li.active > a:focus, .tabs-right > .tab-bricky > li.active > a:hover {
    border-color: #DDDDDD #C83A2A #DDDDDD transparent;
    border-right: 2px solid #C83A2A;
}

.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus, .tab-padding.tab-bricky > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

.tab-padding.tab-bricky > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}

.tab-padding.tab-bricky > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}

.tab-padding.tab-bricky > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus {
    background-color: #DC6456;
}

.tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-bricky > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #333333;
}

    .tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #C83A2A #DDDDDD transparent;
        color: #333333;
    }

.tabs-below .tab-padding.tab-bricky > li.active > a {
    border-color: transparent #C83A2A #DDDDDD;
}

.tab-padding.tab-bricky {
    border-bottom-color: #C83A2A;
    background-color: #FBEEEC;
}

.tabs-below .nav-tabs.tab-bricky {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}

.tab-green > li.active > a, .tab-green > li.active > a:hover, .tab-green > li.active > a:focus {
    border-color: #3D9400 #DDDDDD transparent;
    border-top: 2px solid #3D9400;
}

.tab-green > li > a:hover {
    color: #3D9400;
}

.tab-green > li.dropdown.open.active > a:hover, .tab-green > li.dropdown.open.active > a:focus {
    background-color: #3D9400;
    border-color: #3D9400;
    color: #FFFFFF;
}

.tab-green > li.open .dropdown-toggle {
    background-color: #3D9400;
    border-color: #3D9400;
    color: #FFFFFF;
}

.tab-green .dropdown-menu > li > a:hover, .tab-green .dropdown-menu > li > a:focus {
    background-color: #3D9400;
}

.tab-green .active > a, .tab-green .active > a:hover, .tab-green .active > a:focus {
    background-color: #3D9400;
}

.tabs-left > .tab-green > li.active > a, .tabs-left > .tab-green > li.active > a:focus, .tabs-left > .tab-green > li.active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #3D9400;
    border-left: 2px solid #3D9400;
}

.tabs-below > .tab-green > li.active > a, .tabs-below > .tab-green > li.active > a:hover, .tabs-below > .tab-green > li.active > a:focus {
    border-bottom: 2px solid #3D9400;
    border-color: transparent #DDDDDD #3D9400;
}

.tabs-right > .tab-green > li.active > a, .tabs-right > .tab-green > li.active > a:focus, .tabs-right > .tab-green > li.active > a:hover {
    border-color: #DDDDDD #3D9400 #DDDDDD transparent;
    border-right: 2px solid #3D9400;
}

.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus, .tab-padding.tab-green > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

.tab-padding.tab-green > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}

.tab-padding.tab-green > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}

.tab-padding.tab-green > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus {
    background-color: #71B145;
}

.tab-purple > li.active > a, .tab-purple > li.active > a:hover, .tab-purple > li.active > a:focus {
    border-color: #57517B #DDDDDD transparent;
    border-top: 2px solid #57517B;
}

.tab-purple > li > a:hover {
    color: #57517B;
}

.tab-purple > li.dropdown.open.active > a:hover, .tab-purple > li.dropdown.open.active > a:focus {
    background-color: #57517B;
    border-color: #57517B;
    color: #FFFFFF;
}

.tab-purple > li.open .dropdown-toggle {
    background-color: #57517B;
    border-color: #57517B;
    color: #FFFFFF;
}

.tab-purple .dropdown-menu > li > a:hover, .tab-purple .dropdown-menu > li > a:focus {
    background-color: #57517B;
}

.tab-purple .active > a, .tab-purple .active > a:hover, .tab-purple .active > a:focus {
    background-color: #57517B;
}

.tabs-left > .tab-purple > li.active > a, .tabs-left > .tab-purple > li.active > a:focus, .tabs-left > .tab-purple > li.active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #57517B;
    border-left: 2px solid #57517B;
}

.tabs-below > .tab-purple > li.active > a, .tabs-below > .tab-purple > li.active > a:hover, .tabs-below > .tab-purple > li.active > a:focus {
    border-bottom: 2px solid #57517B;
    border-color: transparent #DDDDDD #57517B;
}

.tabs-right > .tab-purple > li.active > a, .tabs-right > .tab-purple > li.active > a:focus, .tabs-right > .tab-purple > li.active > a:hover {
    border-color: #DDDDDD #57517B #DDDDDD transparent;
    border-right: 2px solid #57517B;
}

.tab-padding.tab-purple > li > a, .tab-padding.tab-purple > li > a:focus, .tab-padding.tab-purple > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

.tab-padding.tab-purple > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}

.tab-padding.tab-purple > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}

.tab-padding.tab-purple > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-purple > li > a, .tab-padding.tab-purple > li > a:focus {
    background-color: #84809F;
}

.tab-padding.tab-purple > li.active > a, .tab-padding.tab-purple > li.active > a:focus, .tab-padding.tab-purple > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #333333;
}

    .tab-padding.tab-purple > li.active > a, .tab-padding.tab-purple > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #57517B #DDDDDD transparent;
        color: #333333;
    }

.tabs-below .tab-padding.tab-purple > li.active > a {
    border-color: transparent #57517B #DDDDDD;
}

.tab-padding.tab-purple {
    border-bottom-color: #57517B;
    background-color: #F5F4F9;
}

.tabs-below .nav-tabs.tab-purple {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}

.tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-green > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #333333;
}

    .tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #3D9400 #DDDDDD transparent;
        color: #333333;
    }

.tabs-below .tab-padding.tab-green > li.active > a {
    border-color: transparent #3D9400 #DDDDDD;
}

.tab-padding.tab-green {
    border-bottom-color: #3D9400;
    background-color: #EFFBEC;
}

.tabs-below .nav-tabs.tab-green {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}

.tab-blue > li.active > a, .tab-blue > li.active > a:hover, .tab-blue > li.active > a:focus {
    border-color: #364F6A #DDDDDD transparent;
    border-top: 2px solid #364F6A;
}

.tab-blue > li > a:hover {
    color: #364F6A;
}

.tab-blue > li.dropdown.open.active > a:hover, .tab-blue > li.dropdown.open.active > a:focus {
    background-color: #364F6A;
    border-color: #364F6A;
    color: #FFFFFF;
}

.tab-blue > li.open .dropdown-toggle {
    background-color: #364F6A;
    border-color: #364F6A;
    color: #FFFFFF;
}

.tab-blue .dropdown-menu > li > a:hover, .tab-blue .dropdown-menu > li > a:focus {
    background-color: #364F6A;
}

.tab-blue .active > a, .tab-blue .active > a:hover, .tab-blue .active > a:focus {
    background-color: #364F6A;
}

.tabs-left > .tab-blue > li.active > a, .tabs-left > .tab-blue > li.active > a:focus, .tabs-left > .tab-blue > li.active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #364F6A;
    border-left: 2px solid #364F6A;
}

.tabs-below > .tab-blue > li.active > a, .tabs-below > .tab-blue > li.active > a:hover, .tabs-below > .tab-blue > li.active > a:focus {
    border-bottom: 2px solid #364F6A;
    border-color: transparent #DDDDDD #364F6A;
}

.tabs-right > .tab-blue > li.active > a, .tabs-right > .tab-blue > li.active > a:focus, .tabs-right > .tab-blue > li.active > a:hover {
    border-color: #DDDDDD #364F6A #DDDDDD transparent;
    border-right: 2px solid #364F6A;
}

.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus, .tab-padding.tab-blue > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

.tab-padding.tab-blue > li:not(.active) > a:hover {
    background-color: #b631e6 !important;
}

.tab-padding.tab-blue > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}

.tab-padding.tab-blue > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus {
    background-color: #6C7F92;
}

.tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-blue > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #333333;
}

    .tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #364F6A #DDDDDD transparent;
        color: #333333;
    }

.tabs-below .tab-padding.tab-blue > li.active > a {
    border-color: transparent #364F6A #DDDDDD;
}


.tabs-below .nav-tabs.tab-blue {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}

.nav > li.active > .dropdown-toggle {
    cursor: pointer !important;
}

.nav-pills .open .dropdown-toggle > [class*="fa-"], .nav > li.dropdown.open.active > a:hover > [class*="fa-"], .nav > li.dropdown.open.active > a:focus > [class*="fa-"] {
    color: #FFFFFF !important;
}

.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > .disabled[class*="fa-"]:first-child {
    color: #909090 !important;
}

.nav-tabs.tab-space-1 > li > a {
    margin-right: 1px;
}

.nav-tabs.tab-space-2 > li > a {
    margin-right: 2px;
}

.nav-tabs.tab-space-3 > li > a {
    margin-right: 3px;
}

.nav-tabs.tab-space-4 > li > a {
    margin-right: 4px;
}


.panel-tabs .nav-tabs {
    float: right;
    margin-top: -52px;
    border: none;
}

    .panel-tabs .nav-tabs > li > a {
        height: 36px;
        border-top: none;
        border-bottom: none;
        background: none;
        border-right: 1px solid #CDCDCD;
        box-shadow: 1px 1px 0 0 #FFFFFF;
    }

        .panel-tabs .nav-tabs > li > a:hover {
            background: #ffffff;
        }

    .panel-tabs .nav-tabs > li:first-child > a {
        box-shadow: 0 1px 0 1px #FFFFFF;
    }

    .panel-tabs .nav-tabs > li.active > a, .panel-tabs .nav-tabs > li.active > a:hover, .panel-tabs .nav-tabs > li.active > a:focus {
        background-color: #FFFFFF;
        background-image: none;
        border-color: #4C8FBD #DDDDDD transparent;
        border-top: none;
        box-shadow: none;
        color: #333333;
        line-height: 16px;
        margin-top: 0;
    }

.panel-tabs .tab-content {
    border: none;
    padding: 0;
}

.tabs-right > .nav-tabs > li {
    float: none;
}

.page-header {
    margin: 20px 0 20px;
}

    .page-header h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        letter-spacing: -1px;
        margin: 0 0 15px;
        padding: 0;
        color: #666666;
    }

        .page-header h1 small {
            color: #888888;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 0;
        }

.accordion-custom .panel {
    background-color: #FFFFFF;
    border: none;
    border-radius: 0 0 0 0;
    box-shadow: none;
}

.accordion-custom .panel-heading {
    padding: 0;
    background-image: none;
    height: auto;
    box-shadow: none;
    border-radius: 0;
}

.accordion-custom .panel-body {
    border: none !important;
}

.accordion-custom .panel-heading .accordion-toggle {
    background-color: #cccccc;
    color: #606060;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
    position: relative;
}

    .accordion-custom .panel-heading .accordion-toggle:hover, .accordion-custom .panel-heading .accordion-toggle:focus {
        text-decoration: none;
    }

    .accordion-custom .panel-heading .accordion-toggle.collapsed {
        background-color: #F3F3F3;
        border-color: #D9D9D9;
        border-width: 0 0 0 1px;
        color: #606060;
        font-weight: normal;
    }

    .accordion-custom .panel-heading .accordion-toggle > .icon-arrow:before {
        content: "\f078";
    }

    .accordion-custom .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
        content: "\f054" !important;
    }

.accordion-custom.panel-group .panel-heading .accordion-toggle > .icon-arrow {
    font-size: 11px;
    padding: 0 5px;
}

.accordion-custom.panel-group .panel-heading .accordion-toggle.collapsed > .icon-arrow {
    opacity: 0.75;
}

.accordion-teal .panel-heading .accordion-toggle {
    background: #F3F7F8;
    border-left: 2px solid #569099;
    color: #437278;
}

    .accordion-teal .panel-heading .accordion-toggle.collapsed {
        background: #F3F7F8;
        border-left: none;
    }

.social-icons li a, a.social-icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}

[class^="slider-"] .ui-rangeSlider-bar {
    height: 18px !important;
}

[class^="slider-"] .ui-rangeSlider-label {
    padding: 3px 6px !important;
    bottom: 25px !important;
    background: none !important;
}

    [class^="slider-"] .ui-rangeSlider-label:after {
        content: "\f0d7";
        display: inline;
        float: right;
        font-family: FontAwesome;
        font-size: 16px;
        margin: 0 -6px;
        width: 100%;
        bottom: -14px;
        position: absolute;
        text-align: center;
        text-shadow: none;
    }

[class^="slider-"] .ui-rangeSlider-arrow {
    height: 14px !important;
    margin: 3px 0 !important;
    font-size: 20px;
    line-height: 14px;
    cursor: pointer;
}

    [class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-leftArrow {
        background-image: none !important;
    }

        [class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-leftArrow:before {
            content: "\f0d9";
            display: inline;
            float: right;
            font-family: FontAwesome;
            margin-right: 5px;
        }

    [class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-rightArrow {
        background-image: none !important;
    }

        [class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-rightArrow:before {
            content: "\f0da";
            display: inline;
            float: right;
            font-family: FontAwesome;
            margin-right: 5px;
        }

[class^="slider-"] .ui-rangeSlider-innerBar {
    height: 14px !important;
}

[class^="slider-"] .ui-rangeSlider-handle {
    height: 20px !important;
}

[class^="slider-"].ui-rangeSlider-disabled {
    opacity: 0.5;
}

.slider-teal .ui-rangeSlider-bar {
    background: rgba(86, 144, 153, 0.6) !important;
}

.slider-teal .ui-rangeSlider-handle {
    background: rgba(86, 144, 153, 0.8) !important;
}

.slider-teal .ui-rangeSlider-label {
    background-image: none !important;
    background-color: #569099 !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #000000;
}

    .slider-teal .ui-rangeSlider-label:after {
        color: #569099 !important;
    }

.slider-teal .ui-rangeSlider-arrow {
    color: #4D8189;
}

.slider-bricky .ui-rangeSlider-bar {
    background: rgba(200, 58, 42, 0.6) !important;
}

.slider-bricky .ui-rangeSlider-handle {
    background: rgba(200, 58, 42, 0.8) !important;
}

.slider-bricky .ui-rangeSlider-label {
    background-image: none !important;
    background-color: #C83A2A !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #000000;
}

    .slider-bricky .ui-rangeSlider-label:after {
        color: #C83A2A !important;
    }

.slider-bricky .ui-rangeSlider-arrow {
    color: #B33426;
}

.slider-purple .ui-rangeSlider-bar {
    background: rgba(87, 81, 123, 0.6) !important;
}

.slider-purple .ui-rangeSlider-handle {
    background: rgba(87, 81, 123, 0.8) !important;
}

.slider-purple .ui-rangeSlider-label {
    background-image: none !important;
    background-color: #57517B !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #000000;
}

    .slider-purple .ui-rangeSlider-label:after {
        color: #57517B !important;
    }

.slider-purple .ui-rangeSlider-arrow {
    color: #413D5C;
}

.slider-green .ui-rangeSlider-bar {
    background: rgba(61, 148, 0, 0.6) !important;
}

.slider-green .ui-rangeSlider-handle {
    background: rgba(61, 148, 0, 0.8) !important;
}

.slider-green .ui-rangeSlider-label {
    background-image: none !important;
    background-color: #3D9400 !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #000000;
}

    .slider-green .ui-rangeSlider-label:after {
        color: #3D9400 !important;
    }

.slider-green .ui-rangeSlider-arrow {
    color: #327B00;
}

.slider-yellow .ui-rangeSlider-bar {
    background: rgba(255, 167, 34, 0.6) !important;
}

.slider-yellow .ui-rangeSlider-handle {
    background: rgba(255, 167, 34, 0.8) !important;
}

.slider-yellow .ui-rangeSlider-label {
    background-image: none !important;
    background-color: #FFA722 !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #482C00;
}

    .slider-yellow .ui-rangeSlider-label:after {
        color: #FFB848 !important;
    }

.slider-yellow .ui-rangeSlider-arrow {
    color: #FFAE2F;
}

.slider-blue .ui-rangeSlider-bar {
    background: rgba(54, 79, 106, 0.6) !important;
}

.slider-blue .ui-rangeSlider-handle {
    background: rgba(54, 79, 106, 0.8) !important;
}

.slider-blue .ui-rangeSlider-label {
    background-image: none !important;
    background-color: #364F6A !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #000000;
}

    .slider-blue .ui-rangeSlider-label:after {
        color: #364F6A !important;
    }

.slider-blue .ui-rangeSlider-arrow {
    color: #2D4259;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-handle:hover {
        color: #2ea8e5;
        background: #fff;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-';
    }

.dd-placeholder, .dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    }

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output, #nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 13px;
    line-height: 1.333333em;
    padding: 5px;
    margin-bottom: 5px;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%);
}

    #nestable2 .dd-handle:hover {
        background: #bbb;
    }

#nestable2 .dd-item > button:before {
    color: #fff;
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd3-content:hover {
        color: #2ea8e5;
        background: #fff;
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .dd3-handle:before {
        content: '\f0c9';
        display: block;
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #fff;
        font-size: 10px;
        font-weight: normal;
    }

    .dd3-handle:hover {
        background: #ddd;
    }

.icons > section {
    margin-top: 20px;
}

.the-icons li {
    line-height: 40px;
}

    .the-icons li i {
        transition: font-size 0.2s ease 0s;
    }

    .the-icons li:hover i {
        font-size: 26px;
    }

.full-white-backdrop {
    background-color: #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

th.center, td.center {
    text-align: center;
}

    td.center .dropdown-menu {
        text-align: left;
    }

.table thead tr {
    color: #707070;
    font-weight: normal;
}

.table.table-bordered thead tr th {
    vertical-align: middle;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle;
}

.editable-element {
    border-bottom: 1px dashed #0088CC;
    text-decoration: none;
    opacity: 0.5;
    display: inline;
}

.bootstrap-timepicker-widget table td input {
    width: 32px !important;
}

.bootstrap-timepicker .add-on i {
    height: auto !important;
    width: auto !important;
}

.fileupload .uneditable-input {
    white-space: nowrap;
}

.fileupload-new .input-group .btn-file {
    -webkit-border-radius: 0 3px 3px 0 !important;
    -moz-border-radius: 0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
}

.wysiwyg {
    padding: 5px 0;
}

    .wysiwyg .btn-group:after {
        border-left: 1px solid #E1E6EA;
        bottom: 6px;
        content: "";
        display: block;
        left: -2px;
        max-width: 0;
        position: absolute;
        top: 6px;
        width: 0;
    }

    .wysiwyg .btn-group .btn, .wysiwyg .btn-group > .inline > .btn {
        background: #FFFFFF !important;
        border: none !important;
        color: #ADB3BE !important;
        margin: 0 !important;
        text-shadow: none !important;
    }

        .wysiwyg .btn-group .btn:hover, .wysiwyg .btn-group > .inline > .btn:hover {
            color: #333333 !important;
        }

        .wysiwyg .btn-group .btn:active, .wysiwyg .btn-group > .inline > .btn:active {
            background: #FFFFFF !important;
            border: none !important;
            color: #fff !important;
            margin: 0 !important;
            text-shadow: none !important;
        }

.swMain > ul {
    display: table;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .swMain > ul li {
        display: table-cell;
        text-align: center;
        width: 1%;
    }

        .swMain > ul li > a:before {
            border-top: 4px solid #CED1D6;
            content: "";
            display: block;
            font-size: 0;
            height: 1px;
            overflow: hidden;
            position: relative;
            top: 21px;
            width: 100%;
            z-index: 1;
        }

        .swMain > ul li:first-child > a:before {
            left: 50%;
            max-width: 51%;
        }

        .swMain > ul li:last-child > a:before {
            max-width: 50%;
            width: 50%;
        }

        .swMain > ul li > a.selected:before, .swMain li > a.done:before {
            border-color: #5293C4;
        }

    .swMain > ul .stepNumber {
        background-color: #FFFFFF;
        border: 5px solid #CED1D6;
        border-radius: 100% 100% 100% 100%;
        color: #546474;
        display: inline-block;
        font-size: 15px;
        height: 40px;
        line-height: 30px;
        position: relative;
        text-align: center;
        width: 40px;
        z-index: 2;
    }

    .swMain > ul li > a.selected .stepNumber {
        border-color: #5293C4;
    }

.swMain ul li > a.done .stepNumber {
    border-color: #5293C4;
    background-color: #5293C4;
    color: #fff;
    text-indent: -9999px;
}

    .swMain ul li > a.done .stepNumber:before {
        content: "\f00c";
        display: inline;
        float: right;
        font-family: FontAwesome;
        font-weight: 300;
        height: auto;
        text-shadow: none;
        margin-right: 7px;
        text-indent: 0;
    }

.swMain ul li > a.done.wait .stepNumber {
    background-color: #F6F6F6 !important;
    color: #CCCCCC !important;
    text-indent: -0px !important;
}

    .swMain ul li > a.done.wait .stepNumber:before {
        content: "" !important;
    }

.swMain > ul li .stepDesc {
    color: #949EA7;
    display: block;
    font-size: 14px;
    margin-top: 4px;
    max-width: 100%;
    table-layout: fixed;
    text-align: center;
    word-wrap: break-word;
    z-index: 104;
}

.swMain > ul li > a.selected .stepDesc, .swMain li > a.done .stepDesc {
    color: #2B3D53;
}

.swMain > ul li > a:hover {
    text-decoration: none;
}

.swMain > ul li > a.disabled {
    cursor: default;
}

.swMain .progress {
    margin-bottom: 30px;
}

.swMain .stepContainer {
    height: auto !important;
}

.swMain .loader {
    display: none;
}

.swMain [class^="button"], .swMain [class*=" button"] {
    display: none;
}

.swMain .close {
    display: none;
}

body.login {
    color: #7F7F7F;
}

    body.login.example1 {
        background-image: url("../images/bg.png");
        background-color: rgba(0, 0, 0, 0);
    }

    body.login.example2 {
        background-image: url("../images/bg_2.png");
        background-color: rgba(255, 255, 255, 0);
    }

    body.login .main-login {
        margin-top: 60px;
    }

    body.login .logo {
        padding: 20px;
        text-align: center;
    }

    body.login .box-login, body.login .box-forgot, body.login .box-register {
        background: #FFFFFF;
        border-radius: 5px;
        box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
        overflow: hidden;
        padding: 15px;
    }

    body.login .box-forgot, body.login .box-register {
        display: none;
    }

    body.login .form fieldset {
        border: none;
        margin: 0;
        padding: 10px 0 0;
    }

    body.login a.forgot {
        color: #909090;
        font-size: 12px;
        position: absolute;
        right: 10px;
        text-shadow: 1px 1px 1px #FFFFFF;
        top: 9px;
    }

    body.login input.password {
        padding-right: 130px;
    }

    body.login label {
        color: #7F7F7F;
        font-size: 14px;
        margin-top: 5px;
    }

    body.login .copyright {
        font-size: 11px;
        margin: 0 auto;
        padding: 10px 10px 0;
        text-align: center;
    }

    body.login .form-actions:before, body.login .form-actions:after {
        content: "";
        display: table;
        line-height: 0;
    }

    body.login .form-actions:after {
        clear: both;
    }

    body.login .form-actions {
        margin-top: 15px;
        padding-top: 10px;
        display: block;
    }

    body.login .new-account {
        border-top: 1px dotted #EEEEEE;
        margin-top: 15px;
        padding-top: 10px;
        display: block;
    }

body.error-full-page {
    background: #ffffff !important;
}

    body.error-full-page .page-error {
        margin-top: 60px;
    }

.page-error {
    text-align: center;
}

    .page-error .error-number {
        display: block;
        font-size: 158px;
        font-weight: 300;
        letter-spacing: -10px;
        line-height: 128px;
        margin-top: 0;
        text-align: center;
    }

    .page-error .error-details {
        display: block;
        padding-top: 0;
        text-align: center;
    }

        .page-error .error-details .btn-return {
            margin: 10px 0;
        }

        .page-error .error-details h3 {
            margin-top: 0;
        }

body.error-full-page {
    overflow: hidden;
}

.error-full-page img {
    display: none;
}

.error-full-page #canvas {
    position: absolute;
    top: 0px;
    left: 0px;
}

.error-full-page #sound {
    position: absolute;
    width: 30%;
    height: 30%;
    overflow-y: auto;
    margin-left: 35%;
    -moz-border-radius: 15px;
    border-radius: 15px;
    opacity: 0.3;
    margin-top: 5%;
}

.error-full-page .video {
    position: absolute;
    width: 90%;
    height: 80%;
    margin-left: 5%;
    margin-top: 5%;
}

}

#inline-container [contenteditable="true"] {
    padding: 10px;
}

#inline-container {
    border: 1px solid #CCCCCC;
    margin: 30px auto 0;
    padding: 10px;
}

    #inline-container hr {
        background-color: #05B2D2;
        height: 5px;
        color: #05B2D2;
        border: 0;
    }

#inline-header {
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
}

#inline-headerLeft {
    padding-top: 10px;
}

    #inline-headerLeft h2, #inline-headerLeft h3 {
        font-weight: normal;
        margin: 0;
        overflow: hidden;
        text-align: center;
    }

    #inline-headerLeft h2 {
        font-family: "Arial Black", arial-black;
        font-size: 52px;
        line-height: 1.1em;
        text-transform: uppercase;
    }

    #inline-headerLeft h3 {
        color: #666666;
        font-size: 24px;
        line-height: 1.1em;
        margin: 0.2em 0 0;
    }

#inline-headerRight p {
    margin: 0;
    text-align: justify;
}

    #inline-headerRight p + p {
        margin-top: 20px;
    }

#inline-headerRight div {
    color: #666666;
    font-size: 16px;
}

#inline-columns {
    color: #333333;
    overflow: hidden;
    padding-top: 20px;
}

    #inline-columns blockquote {
        font-family: "Times New Roman", Times, Georgia, serif;
        font-size: 2em;
        font-style: italic;
        margin: 30px 40px;
        position: relative;
        border: none;
    }

        #inline-columns blockquote:before {
            color: #666666;
            content: "â€œ";
            font-size: 60px;
            left: -40px;
            line-height: 60px;
            position: absolute;
            text-align: center;
            width: 35px;
            clear: both;
            display: block;
            font-family: "Times New Roman", Times, Georgia, serif;
            font-weight: bold;
            position: absolute;
            text-align: center;
        }

#inline-tagLine {
    border-top: 5px solid #05B2D2;
    padding-top: 20px;
}

#inline-taglist {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 20px;
}

.crop-image form {
    margin: 1.5em 0;
}

.jcrop-holder #preview-pane {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 10px;
    right: -280px;
    padding: 6px;
    border: 1px rgba(0,0,0,.4) solid;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

#preview-pane .preview-container {
    width: 250px;
    height: 170px;
    overflow: hidden;
}

div.timeline {
    font-family: Arial;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    div.timeline .columns > li:nth-child(2n+1) {
        float: left;
        width: 49%;
        clear: left;
    }

    div.timeline .columns > li:nth-child(2n+2) {
        float: left;
        margin-top: 20px;
        width: 49%;
        clear: right;
    }

    div.timeline div.date_separator {
        clear: both;
        height: 60px;
        position: relative;
        text-align: center;
    }

        div.timeline div.date_separator span {
            border-radius: 5px 5px 5px 5px;
            display: block;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            margin-top: -16px;
            position: absolute;
            top: -200%;
            transition: all 0.3s linear 0s;
            width: 200px;
            top: 50%;
            left: 50%;
            margin-left: -100px;
            border: 1px solid #BBBBBB;
            background-color: #FFFFFF;
            color: #666666;
        }

    div.timeline div.spine {
        border-radius: 2px 2px 2px 2px;
        position: absolute;
        top: 0;
        transition: bottom 0.5s linear 0s;
        width: 4px;
        left: 50%;
        margin-left: -2px;
        bottom: 0;
        background-color: #CCCCCC;
    }

div.timeline_element {
    border-radius: 5px 5px 5px 5px;
    clear: both;
    margin: 10px 0;
    opacity: 0;
    position: relative;
    transition: all 0.2s linear 0s;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
    text-shadow: none;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

    div.timeline_element:hover {
        border: 1px solid #AAAAAA;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    }

div.timeline .columns {
    margin: 0;
    padding: 0;
    list-style: none;
}

    div.timeline .columns > li:nth-child(2n+1) div.timeline_element {
        float: right;
        left: 10%;
        margin-right: 30px;
        left: 0;
        opacity: 1;
    }

    div.timeline .columns > li:nth-child(2n+2) div.timeline_element {
        float: left;
        margin-left: 30px;
        right: 10%;
        opacity: 1;
        right: 0;
    }

div.timeline div.column_center div.timeline_element {
    margin: 20px auto;
    opacity: 1;
}

div.timeline_element:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 26px;
    border-top: 1px dashed #CCCCCC;
}

div.timeline .columns > li:nth-child(2n+1) div.timeline_element:before {
    right: -27px;
    top: 15px;
}

div.timeline .columns > li:nth-child(2n+2) div.timeline_element:before {
    left: -27px;
    top: 15px;
}

div.timeline div.column_center div.timeline_element:before {
    display: none;
}

div.timeline_element:after {
    border-radius: 100% 100% 100% 100%;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    background-color: #BBBBBB;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

div.timeline_element:hover:after {
    z-index: 100;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    z-index: 100;
}

div.timeline .columns > li:nth-child(2n+1) div.timeline_element:after {
    right: -36px;
    top: 10px;
}

div.timeline .columns > li:nth-child(2n+2) div.timeline_element:after {
    left: -36px;
    top: 10px;
}

div.timeline.center div.column_center div.timeline_element:after {
    display: none;
}

.ie8 div.timeline_element:after {
    display: none;
}

.ie8 div.timeline_element:before {
    display: none;
}
/**/ div.timeline_element div.timeline_title {
    font-size: 10px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    color: #AAAAAA;
}

div.timeline_element div.title span.timeline_label {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.timeline_element div.timeline_title span.timeline_date {
    float: right;
}

div.timeline_element div.content {
    font-size: 13px;
    padding: 0 10px 10px;
}

div.timeline_element div.readmore {
    font-size: 12px;
    padding: 10px;
    text-align: right;
}

div.timeline div.description_container {
    height: 80px;
    margin: 5px 5px 5px 90px;
    overflow: hidden;
}

div.timeline_element.teal {
    background-color: #569099;
    border-color: #4D8189;
    color: #FFFFFF;
}

    div.timeline_element.teal:after {
        background-color: #569099;
    }

    div.timeline_element.teal:hover:after {
        background-color: #FFFFFF;
        border: 1px solid #569099;
        z-index: 100;
    }

    div.timeline_element.teal div.timeline_title {
        color: #EEEEEE;
    }

div.timeline_element.green {
    background-color: #3D9400;
    border-color: #327B00;
    color: #FFFFFF;
}

    div.timeline_element.green:after {
        background-color: #3D9400;
    }

    div.timeline_element.green:hover:after {
        background-color: #FFFFFF;
        border: 1px solid #3D9400;
        z-index: 100;
    }

    div.timeline_element.green div.timeline_title {
        color: #EEEEEE;
    }

div.timeline_element.bricky {
    background-color: #C83A2A;
    border-color: #B33426;
    color: #FFFFFF;
}

    div.timeline_element.bricky:after {
        background-color: #C83A2A;
    }

    div.timeline_element.bricky:hover:after {
        background-color: #FFFFFF;
        border: 1px solid #C83A2A;
        z-index: 100;
    }

    div.timeline_element.bricky div.timeline_title {
        color: #EEEEEE;
    }

div.timeline_element.purple {
    background-color: #57517B;
    border-color: #413D5C;
    color: #FFFFFF;
}

    div.timeline_element.purple:after {
        background-color: #57517B;
    }

    div.timeline_element.purple:hover:after {
        background-color: #FFFFFF;
        border: 1px solid #57517B;
        z-index: 100;
    }

    div.timeline_element.purple div.timeline_title {
        color: #EEEEEE;
    }

.panel-body.messages {
    padding: 0;
}

.messages-list {
    border-right: 1px solid #ECEAF3;
    float: left;
    height: 620px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 260px;
}

    .messages-list .messages-item {
        border-bottom: 1px solid #D9D9D9;
        padding: 5px 15px 5px 25px;
        position: relative;
    }

    .messages-list .messages-search {
        border-bottom: 1px solid #D9D9D9;
        padding: 10px 5px;
        position: relative;
    }

    .messages-list .messages-item span {
        color: #555555;
        display: block;
    }

    .messages-list .messages-item .messages-item-star, .messages-list .messages-item .messages-item-attachment, .messages-list .messages-item .messages-item-time, .messages-list .messages-item .messages-item-time .messages-item-actions {
        position: absolute;
    }

    .messages-list .messages-item .messages-item-star {
        color: #007AFF;
        left: 7px;
        opacity: 0;
        transition: opacity 0.2s ease-in-out 0s;
    }

.ie8 .messages-list .messages-item .messages-item-star {
    display: none;
}

.ie8 .messages-list .messages-item:hover .messages-item-star {
    display: block;
}
/**/ .messages-list .messages-item .messages-item-attachment {
    left: 7px;
    top: 25px;
    color: #007AFF;
}

.messages-list .messages-item .messages-item-avatar {
    border-radius: 4px 4px 4px 4px;
    float: left;
    height: 40px;
    width: 40px;
}

.messages-list .messages-item .messages-item-from, .messages-list .messages-item .messages-item-subject {
    margin-left: 45px;
}

.messages-list .messages-item .messages-item-from {
    font-weight: bold;
    margin-top: 2px;
}

.messages-list .messages-item .messages-item-time {
    opacity: 1;
    right: 15px;
    top: 8px;
    transition: opacity 0.2s ease-in-out 0s;
}

    .messages-list .messages-item .messages-item-time .text {
        color: #999999;
        font-size: 12px;
    }

    .messages-list .messages-item .messages-item-time .messages-item-actions {
        opacity: 0;
        right: 0;
        top: 0;
        transition: opacity 0.2s ease-in-out 0s;
        width: 65px;
    }

.ie8 .messages-list .messages-item .messages-item-time .messages-item-actions {
    display: none;
}
/**/ .messages-list .messages-item .messages-item-time .messages-item-actions > a, .messages-list .messages-item .messages-item-time .messages-item-actions .dropdown > a {
    color: #007AFF;
    margin-left: 5px;
}

.messages-list .messages-item .messages-item-time .messages-item-actions > div {
    display: inline-block;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .dropdown-menu {
    margin-top: 0;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon {
    border-radius: 30px;
    display: inline-block;
    height: 11px;
    margin: 0 5px 0 -13px;
    width: 11px;
}

    .messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.red {
        background: red;
    }

    .messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.teal {
        background: #569099;
    }

    .messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.green {
        background: #3D9400;
    }

.messages-list .messages-item .messages-item-time:hover .text {
    opacity: 0;
}

.messages-list .messages-item .messages-item-time:hover .messages-item-actions {
    opacity: 1;
}

.messages-list .messages-item .messages-item-subject {
    font-size: 12px;
    margin-bottom: 4px;
}

.messages-list .messages-item .messages-item-preview {
    color: #999999;
    font-size: 12px;
}

.messages-list .messages-item:hover {
    background-color: #F5F5F5;
    cursor: pointer !important;
}

    .messages-list .messages-item:hover .messages-item-star {
        opacity: 0.2;
    }

.messages-list .messages-item.active {
    background-color: #F5F5F5;
}

.messages-list .messages-item.starred .messages-item-star {
    display: block;
    opacity: 1;
}

.messages-content {
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #ECEAF3;
    height: auto;
    margin-left: 260px;
    position: relative;
    width: auto;
}

    .messages-content .message-header {
        border-bottom: 1px solid #D9D9D9;
        padding: 10px 15px;
    }

        .messages-content .message-header .message-from {
            font-weight: bold;
        }

        .messages-content .message-header .message-to {
            color: #999999;
        }

        .messages-content .message-header .message-time {
            color: #999999;
            position: absolute;
            right: 15px;
            top: 10px;
        }

        .messages-content .message-header .message-actions {
            left: 50%;
            margin-left: -60px;
            position: absolute;
            width: 120px;
        }

            .messages-content .message-header .message-actions a {
                background-color: #FFFFFF;
                border-bottom: 1px solid #F5F4F9;
                border-left: 1px solid #F5F4F9;
                border-top: 1px solid #F5F4F9;
                color: #999999;
                margin: 0 0 0 -4px;
                padding: 4px 7px;
            }

                .messages-content .message-header .message-actions a:hover {
                    color: #007AFF;
                }

                .messages-content .message-header .message-actions a:first-child {
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                    padding-left: 10px;
                }

                .messages-content .message-header .message-actions a:last-child {
                    border-bottom-right-radius: 4px;
                    border-right: 1px solid #F5F4F9;
                    border-top-right-radius: 4px;
                }

    .messages-content .message-content {
        padding: 20px 10px;
        color: #555555;
    }

#pricing_table_example1 .pricing-table {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    float: left;
    font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    padding: 20px;
    position: relative;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
    text-align: center;
}

#pricing_table_example1 .featured {
    border-radius: 5px 5px 5px 5px;
    border-width: 1px;
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

#pricing_table_example1 .pricing-table:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

#pricing_table_example1 .pricing-table:nth-child(4) {
    border-radius: 0 5px 5px 0;
}

#pricing_table_example1 .pricing-table h3 {
    background-color: #EEEEEE;
    background-image: linear-gradient(#FFFFFF, #EEEEEE);
    font-size: 20px;
    font-weight: normal;
    margin: -20px -20px 50px;
    padding: 20px;
}

#pricing_table_example1 .featured h3 {
    background-color: #DDDDDD;
    background-image: linear-gradient(#EEEEEE, #DDDDDD);
    border-radius: 5px 5px 0 0;
}

#pricing_table_example1 .pricing-table:nth-child(1) h3 {
    border-radius: 5px 0 0 0;
}

#pricing_table_example1 .pricing-table:nth-child(4) h3 {
    border-radius: 0 5px 0 0;
}

#pricing_table_example1 .pricing-table h3 span {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0 5px 20px #DDDDDD inset, 0 3px 0 #999999 inset;
    color: #777777;
    display: block;
    font: bold 35px/100px Georgia, Serif;
    height: 100px;
    margin: 10px auto -65px;
    width: 100px;
    line-height: 85px;
}

#pricing_table_example1 .pricing-table ul {
    list-style: none outside none;
    margin: 20px 0 0;
    padding: 0;
}

#pricing_table_example1 .pricing-table li {
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
}

#pricing_table_example1 .pricing-table .signup {
    background-color: #72CE3F;
    background-image: linear-gradient(#72CE3F, #62BC30);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    display: inline-block;
    font: bold 14px Arial, Helvetica;
    margin: 20px 0 0;
    padding: 8px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

    #pricing_table_example1 .pricing-table .signup:hover {
        background-color: #62BC30;
        background-image: linear-gradient(#62BC30, #72CE3F);
    }

    #pricing_table_example1 .pricing-table .signup:active, #pricing_table_example1 .pricing-table .signup:focus {
        background: none repeat scroll 0 0 #62BC30;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
        top: 2px;
    }

#pricing_table_example2 .featured {
    z-index: 2;
}

#pricing_table_example2 .top {
    background: none repeat scroll 0 0 #2F2E35;
    border-radius: 10px 10px 0 0;
    height: 50px;
}

    #pricing_table_example2 .top h2 {
        color: #FFFFFF;
        font: 300 30px/50px Helvetica, Verdana, sans-serif;
        text-align: center;
        margin: 0;
    }

#pricing_table_example2 .pricing-table {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    padding: 0 0 20px 0;
}

    #pricing_table_example2 .pricing-table ul {
        font: 300 18px/2 Helvetica, Verdana, sans-serif;
        list-style-type: none;
        margin: 20px 20px 0 20px;
        padding: 0;
    }

        #pricing_table_example2 .pricing-table ul strong {
            font-weight: bold;
        }

    #pricing_table_example2 .pricing-table hr {
        background-color: #BCBEC0;
        border: 0 none;
        color: #BCBEC0;
        height: 1px;
        margin: 20px 0 0 0;
    }

    #pricing_table_example2 .pricing-table h1 {
        font: bold 88px/1 Helvetica, Verdana, sans-serif;
        margin: 20px 0 0;
    }

        #pricing_table_example2 .pricing-table h1 sup {
            font-size: 45px;
        }

    #pricing_table_example2 .pricing-table p {
        color: #BCBEC0;
        font: 500 14px/1 Helvetica, Verdana, sans-serif;
    }

.coming-soon {
    text-align: center;
    background-color: #ffffff !important;
}

.timer-area {
    background-image: url("../images/bg.png");
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 4em;
    padding-top: 2em;
    color: #1F2225;
    font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

    .timer-area h1 {
        color: #FFFFFF;
    }

ul#countdown {
    margin: 0;
    padding: 0;
}

    ul#countdown li {
        display: inline-block;
        background: transparent url('../images/timer-piece.png') no-repeat left top;
        width: 104px;
        margin-bottom: 4em;
        text-align: center;
    }

        ul#countdown li span {
            font-size: 3em;
            font-weight: bold;
            color: #1f2225;
            height: 108px;
            line-height: 108px;
            position: relative;
        }

            ul#countdown li span:before {
                content: '';
                width: 100%;
                height: 1px;
                border-top: 1px solid white;
                position: absolute;
                top: 25px;
            }

        ul#countdown li p.timeRefDays, ul#countdown li p.timeRefHours, ul#countdown li p.timeRefMinutes, ul#countdown li p.timeRefSeconds {
            margin-top: 1em;
            color: #909091;
            text-transform: uppercase;
            font-size: .875em;
        }

.coming-soon #disclaimer {
    display: block;
}

    .coming-soon #disclaimer p {
        color: #909091;
        font-size: 0.875em;
        font-style: italic;
    }

        .coming-soon #disclaimer p span {
            color: #2A9CCC;
            font-size: 1.2em;
        }

.flot-container {
    box-sizing: border-box;
    position: relative;
    height: 450px;
}

.flot-placeholder {
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}

.flot-container #choices {
    position: absolute;
    width: 135px;
    right: 0;
    top: 0;
}

#placeholder2 {
    margin-right: 135px;
}

.flot-small-container {
    height: 300px;
}

.flot-mini-container {
    height: 135px;
}

.flot-medium-container {
    height: 360px;
}

.map {
    display: block;
    height: 350px;
    margin: 0 auto;
}

    .map.large {
        height: 500px;
    }

.overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    opacity: 0.8;
    background: #4477aa;
    border: solid 3px #336699;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #333;
    text-shadow: 1px 1px 1px #666;
    padding: 0 4px;
}

.overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

    .overlay_arrow.above {
        bottom: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #336699;
    }

    .overlay_arrow.below {
        top: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #336699;
    }

#calendar {
    position: relative;
}

.fc-event {
    padding: 2px;
}

.fc-day-number {
    margin: 2px 2px 0 0;
}

.fc-header-title h2 {
    color: #666666;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    letter-spacing: -1px;
}

.fc-today .fc-day-number {
    font-weight: bold;
}

.fc-state-highlight {
    background: #F5F5F5 !important;
}

.fc-button {
    color: #666666 !important;
}

.fc-state-default {
    background-color: #ffffff !important;
    background-image: none !important;
    border-color: #666666 !important;
    box-shadow: none !important;
    color: #666666;
    text-shadow: none !important;
}

.fc-state-down, .fc-state-active {
    box-shadow: none !important;
    outline: 0 none;
    background-color: #569099 !important;
    border-color: #4D8189 !important;
    color: #FFFFFF !important;
}

.fc-header-left {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 50% !important;
}

.fc-header-right {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 50% !important;
}

.fc-header-center {
    display: block !important;
    padding-top: 40px !important;
}

.event-category {
    color: #ffffff;
    padding: 5px;
    border-radius: 3px;
    margin: 5px 0;
}

.label-default, .badge-default {
    background-color: #3A87AD !important;
    border-color: #3A87AD !important;
}

.label-orange, .badge-orange {
    background-color: #E6674A !important;
    border-color: #E6674A !important;
}

.label-purple, .badge-purple {
    background-color: #57517B !important;
    border-color: #57517B !important;
}

.label-yellow, .badge-yellow {
    background-color: #FFB848 !important;
    border-color: #FFB848 !important;
}

.label-teal, .badge-teal {
    background-color: #569099 !important;
    border-color: #569099 !important;
}

.label-beige, .badge-beige {
    background-color: #CCCC99 !important;
    border-color: #CCCC99 !important;
}

.label-green, .badge-green {
    background-color: #3D9400 !important;
    border-color: #3D9400 !important;
}

.main-ls {
    height: 250px;
    left: 50%;
    margin-left: -240px;
    margin-top: -125px;
    position: absolute;
    top: 50%;
    width: 480px;
}

body.lock-screen .box-ls {
    background: #FFFFFF;
    box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    padding: 15px;
}

body.lock-screen .logo {
    padding: 10px 0;
}

body.lock-screen .copyright {
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 0;
}

body.lock-screen .user-info {
    float: right;
    width: 285px;
}

    body.lock-screen .user-info h1 {
        color: #666666;
        font-family: 'Raleway', sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 32px;
        margin-top: 0;
    }

        body.lock-screen .user-info h1 i {
            color: #cccccc;
        }

    body.lock-screen .user-info > span {
        color: #666666;
        display: block;
        font-size: 12px;
        margin-bottom: 5px;
    }

        body.lock-screen .user-info > span em {
            color: #333333;
        }

.daterangepicker {
    margin-top: 51px !important;
}

body.header-default .daterangepicker {
    margin-top: 1px !important;
}

#style_selector {
    background: none repeat scroll 0 0 #FFFFFF;
    position: fixed;
    right: 0;
    top: 100px;
    width: 215px;
    z-index: 999;
}

#style_selector2 {
    background: none repeat scroll 0 0 #FFFFFF;
    position: fixed;
    right: 0;
    top: 100px;
    width: 215px;
    z-index: 999;
}

#style_selector3 {
    background: none repeat scroll 0 0 #FFFFFF;
    position: fixed;
    right: 0;
    top: 100px;
    width: 215px;
    z-index: 999;
}

#style_selectorDC {
    background: none repeat scroll 0 0 #FFFFFF;
    position: fixed;
    right: 0;
    top: 100px;
    width: 215px;
    z-index: 999;
}

#style_selector_container {
    border: 1px solid rgba(23, 24, 26, 0.15);
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
    display: none;
}

    #style_selector_container img {
        border-radius: 100% 100% 100% 100%;
    }

#style_selector1, #style_selector2, #style_selector3, #style_selectorDC {
    background: none repeat scroll 0 0 #FFFFFF;
    position: fixed;
    right: 0;
    top: 100px;
    width: 215px;
    z-index: 999;
}

#style_selector_container1 {
    border: 1px solid rgba(23, 24, 26, 0.15);
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
    display: none;
}

    #style_selector_container1 img {
        border-radius: 100% 100% 100% 100%;
    }

#style_selector_containerDC {
    border: 1px solid rgba(23, 24, 26, 0.15);
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
    display: none;
}

    #style_selector_containerDC img {
        border-radius: 100% 100% 100% 100%;
    }

.style-main-title {
    background: #D9D9D9;
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
    color: #000000;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.box-title {
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #AAA9A9 !important;
}

.input-box {
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
    padding: 0 10px 10px 10px;
    text-align: center;
}

    .input-box input[type="text"] {
        background: none repeat scroll 0 0 #F7F7F7;
        border: 1px solid rgba(23, 24, 26, 0.15);
        color: #000000;
        font-size: 11px;
        margin-left: 10px;
        padding: 3px;
        width: 60px;
    }

    .input-box select {
        background: none repeat scroll 0 0 #F7F7F7;
        border: 1px solid rgba(23, 24, 26, 0.15);
        color: #000000;
        margin-left: 5px;
        width: 120px;
    }

    .input-box .radio-inline {
        margin: 0 10px !important;
    }

#style_selector .style-toggle {
    background: #ffffff;
    cursor: pointer;
    height: 44px;
    width: 35px;
    border: 1px solid rgba(23, 24, 26, 0.15);
    border-right: none;
    border-radius: 5px 0 0 5px;
    line-height: 44px;
    text-align: center;
    color: #007AFF;
    font-size: 14px;
}

#style_selector > .open:before {
    content: "\e162";
    font-family: 'clip-font';
    line-height: 1;
}

#style_selector > .open {
    background-position: left top;
    left: -35px;
    position: absolute;
    top: 44px;
    width: 35px;
    opacity: 1;
}

#style_selector > .close:before {
    content: "\e163";
    font-family: 'clip-font';
    line-height: 1;
}

#style_selector > .close {
    background-position: left bottom;
    position: absolute;
    right: 0;
    top: 45px;
    width: 35px;
    opacity: 0.9;
}

#style_selector .images {
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}

    #style_selector .images img {
        height: 24px;
        margin-bottom: 7px;
        margin-right: 7px;
        width: 25px;
        z-index: 1000;
    }

        #style_selector .images img.active {
            border: 0 solid #CCCCCC;
            opacity: 0.5;
        }

    #style_selector .images .form-group {
        width: 50px;
        text-align: center;
        color: #AAA9A9;
        font-size: 10px;
        margin-bottom: 0;
    }

.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
    max-width: 1170px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
}

#style_selector .images input {
    display: none;
}

#style_selector .images .form-group {
    display: inline-block;
}

#style_selector .images .add-on {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    min-width: 20px;
    padding: 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
    margin-left: 2px;
}

    #style_selector .images .add-on i {
        cursor: pointer;
        display: block;
        height: 20px;
        width: 20px;
    }

#style_selector .clear_style {
    margin-right: 20px;
}

#style_selector1 .style-toggle1, #style_selector2 .style-toggle2, #style_selector3 .style-toggle3, #style_selectorDC .style-toggle3 {
    background: #ffffff;
    cursor: pointer;
    height: 44px;
    width: 35px;
    border: 1px solid rgba(23, 24, 26, 0.15);
    border-right: none;
    border-radius: 5px 0 0 5px;
    line-height: 44px;
    text-align: center;
    color: #007AFF;
    font-size: 14px;
}

#style_selector1 > .open:before {
    content: "Q";
    font-family: 'clip-font';
    line-height: 1;
}

#style_selector1 > .close:before {
    content: "Q";
    font-family: 'clip-font';
    line-height: 1;
}

#style_selector2 > .open:before {
    content: "RQ";
    font-family: 'clip-font';
    line-height: 1;
}

#style_selector2 > .close:before {
    content: "RQ";
    font-family: 'clip-font';
    line-height: 1;
}

#style_selector3 > .open:before {
    content: "ER";
    font-family: 'clip-font';
    line-height: 1;
}

#style_selector3 > .close:before {
    content: "ER";
    font-family: 'clip-font';
    line-height: 1;
}

#style_selectorDC > .open:before {
    content: "DC";
    font-family: 'clip-font';
    line-height: 1;
}

#style_selectorDC > .close:before {
    content: "DC";
    font-family: 'clip-font';
    line-height: 1;
}

#style_selector1 > .open, #style_selector2 > .open, #style_selector3 > .open, #style_selectorDC > .open {
    background-position: left top;
    left: -35px;
    position: absolute;
    top: 44px;
    width: 35px;
    opacity: 1;
}

#style_selector1 > .close, #style_selector2 > .close, #style_selector3 > .close, #style_selectorDC > .close {
    background-position: left bottom;
    position: absolute;
    right: 0;
    top: 98px;
    width: 35px;
    opacity: 0.9;
}

#style_selector1 .images, #style_selector2 .images, #style_selector3 .images, #style_selectorDC .images {
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}

    #style_selector1 .images img, #style_selector2 .images img, #style_selector3 .images img, #style_selectorDC .images img {
        height: 24px;
        margin-bottom: 7px;
        margin-right: 7px;
        width: 25px;
        z-index: 1000;
    }

        #style_selector1 .images img.active, #style_selector2 .images img.active, #style_selector3 .images img.active, #style_selectorDC .images img.active {
            border: 0 solid #CCCCCC;
            opacity: 0.5;
        }

    #style_selector1 .images .form-group, #style_selector2 .images .form-group, #style_selector3.images .form-group, #style_selectorDC.images .form-group {
        width: 50px;
        text-align: center;
        color: #AAA9A9;
        font-size: 10px;
        margin-bottom: 0;
    }

    #style_selector1 .images input, #style_selector2 .images input, #style_selector3 .images input, #style_selectorDC .images input {
        display: none;
    }

    #style_selector1 .images .form-group, #style_selector2 .images .form-group, #style_selector3 .images .form-group, #style_selectorDC .images .form-group {
        display: inline-block;
    }

    #style_selector1 .images .add-on, #style_selector2 .images .add-on, #style_selector3 .images .add-on, #style_selectorDC .images .add-on {
        background-color: #EEEEEE;
        border: 1px solid #CCCCCC;
        display: inline-block;
        font-weight: normal;
        line-height: 20px;
        min-width: 20px;
        padding: 5px;
        text-align: center;
        text-shadow: 0 1px 0 #FFFFFF;
        width: auto;
        margin-left: 2px;
    }

        #style_selector1 .images .add-on i, #style_selector2 .images .add-on i, #style_selector3 .images .add-on i, #style_selectorDC .images .add-on i {
            cursor: pointer;
            display: block;
            height: 20px;
            width: 20px;
        }

#style_selector1 .clear_style, #style_selector2 .clear_style, #style_selector3 .clear_style, #style_selectorDC .clear_style {
    margin-right: 20px;
}

.circle-icon {
    border-radius: 100%;
    color: #FFFFFF;
    text-align: center;
    height: 90px;
    line-height: 90px;
    width: 90px;
    display: inline-block;
    font-size: 45px !important;
}

    .circle-icon.circle-green {
        background-color: #3D9400;
        border-color: #327B00;
        color: #FFFFFF;
    }

    .circle-icon.circle-teal {
        background-color: #569099;
        border-color: #4D8189;
        color: #FFFFFF;
    }

    .circle-icon.circle-bricky {
        background-color: #C83A2A;
        border-color: #b33426;
        color: #ffffff;
    }

.core-box {
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}

    .core-box .heading {
        margin-bottom: 15px;
    }

        .core-box .heading .circle-icon {
            float: left;
        }

        .core-box .heading h2 {
            line-height: 55px !important;
            margin: 0;
            padding-left: 65px;
            font-weight: normal;
            color: #666666;
            font-size: 18px;
        }

    .core-box .content {
        color: #747474 !important;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .core-box .view-more {
        float: right;
    }

        .core-box .view-more i {
            display: inline-block;
        }

        .core-box .view-more:hover {
            text-decoration: none;
        }

.discussion {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .discussion li {
        overflow: hidden;
        padding: 5px 5px 10px;
    }

    .discussion .avatar {
        position: relative;
        width: 50px;
        height: 50px;
        display: inline;
        overflow: hidden;
    }

.other .messages:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E5E5EA #E5E5EA rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    position: absolute;
    left: -9px;
    top: 0;
    width: 0;
}

.other .messages {
    margin-left: 62px;
    background: #E5E5EA;
}

.other .avatar {
    float: left;
}

.self .messages {
    border-bottom-right-radius: 0;
    margin-right: 62px;
    background: #33CA22;
    color: #ffffff;
}

.self .avatar {
    float: right;
}

.self .messages:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #33CA22 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #33CA22;
    border-style: solid;
    border-width: 5px;
    top: 0;
    content: "";
    height: 0;
    right: -9px;
    position: absolute;
    width: 0;
}

.messages {
    border-radius: 2px 2px 2px 2px;
    padding: 10px;
    position: relative;
}

    .messages p {
        font-size: 14px;
        margin: 0 0 0.2em;
    }

    .messages time {
        color: #333333;
        font-size: 11px;
    }

.self .messages time {
    color: #ffffff;
}

.chat-form {
    margin-bottom: 20px;
}

.mini-stats {
    border-left: 1px solid #DDDDDD;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .mini-stats li {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #DDDDDD;
        padding-bottom: 6px;
        text-align: center;
    }

    .mini-stats .sparkline_bar_good, .mini-stats .sparkline_bar_neutral, .mini-stats .sparkline_bar_bad {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    .mini-stats li:last-child {
        border-right: 0 none;
    }

    .mini-stats .values {
        font-size: 12px;
        padding: 10px 0;
    }

        .mini-stats .values strong {
            display: block;
            font-size: 18px;
            margin-bottom: 2px;
        }

    .mini-stats .sparkline_bar_good, .mini-stats .sparkline_bar_neutral, .mini-stats .sparkline_bar_bad {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    .mini-stats .sparkline_bar_good {
        color: #459D30;
    }

    .mini-stats .sparkline_bar_neutral {
        color: #757575;
    }

    .mini-stats .sparkline_bar_bad {
        color: #BA1E20;
    }

.jqstooltip {
    width: auto !important;
    height: auto !important;
    padding: 2px 6px !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 0 !important;
    border-radius: 3px;
}

.easy-pie-chart {
    position: relative;
    text-align: center;
}

    .easy-pie-chart .number {
        position: relative;
        display: inline-block;
        width: 70px;
        height: 70px;
        text-align: center;
    }

    .easy-pie-chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.percent {
    display: inline-block;
    line-height: 70px;
    z-index: 2;
}

    .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }

.label-chart {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    display: inline;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.user-left {
    border-right: 1px solid #DDDDDD;
    padding-right: 15px;
}

    .user-left a:hover, .user-left a:focus {
        text-decoration: none;
    }

    .user-left td .edit-user-info {
        visibility: hidden;
    }

    .user-left tr:hover .edit-user-info {
        visibility: visible;
    }

    .user-left .user-image {
        position: relative;
        display: inline-block;
    }

.user-image .user-image-buttons {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}

.user-image:hover .user-image-buttons {
    display: block;
}

.user-edit-image-buttons {
    display: inline;
}

#projects .progress {
    margin-bottom: 0;
}

.gallery-img {
    margin-bottom: 20px;
}

.wrap-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#cboxLoadedContent {
    background: #ffffff !important;
}

.wrap-image > .chkbox {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ffffff;
    text-align: center;
    display: none;
    cursor: pointer;
    border: 1px solid #DDDDDD;
}

    .wrap-image > .chkbox:hover {
        border-color: rgba(82, 168, 236, 0.8);
        box-shadow: 0 0 12px rgba(82, 168, 236, 0.6);
        outline: 0 none;
    }

.wrap-image.selected > .chkbox {
    display: block;
}

.wrap-image:hover > .chkbox {
    display: block;
}

.wrap-image.selected > .chkbox:before {
    content: "\e0df";
    font-family: "clip-font";
    height: 14px;
    left: 1px;
    position: absolute;
    top: -2px;
    width: 14px;
}

.wrap-image > .tools {
    background-color: rgba(0, 0, 0, 0.55);
    bottom: 0;
    left: -30px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    width: 24px;
}

    .wrap-image > .tools a:hover, .wrap-image > .tools a:focus {
        text-decoration: none;
    }

    .wrap-image > .tools.tools-bottom {
        bottom: -30px;
        height: 28px;
        left: 0;
        right: 0;
        top: auto;
        width: auto;
    }

.wrap-image:hover > .tools {
    left: 0;
}

    .wrap-image:hover > .tools.tools-bottom {
        bottom: 0;
        top: auto;
    }

    .wrap-image:hover > .tools.tools-top {
        bottom: auto;
        top: 0;
    }

    .wrap-image:hover > .tools.tools-right {
        left: auto;
        right: 0;
    }

.wrap-image > .tools > a, .wrap-image > *:first-child .inner a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px;
}

    .wrap-image > .tools > a:hover, .wrap-image > *:first-child .inner a:hover {
        color: #C9E2EA;
        text-decoration: none;
    }

.wrap-image .tools.tools-bottom > a, .wrap-image .tools.tools-top > a {
    display: inline-block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

    [class^="icon-"]:before, [class*=" icon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }

a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-font:before {
    content: "\f031";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-question:before {
    content: "\f128";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-check-empty:before {
    content: "\f096";
}

.icon-check:before {
    content: "\f046";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.animation-container {
    overflow: hidden;
    padding: 140px 0 40px;
    background-color: #F4F4F4;
}

.animation-buttons .btn {
    margin-bottom: 10px;
}

#object {
    display: block;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 150px;
    color: #007AFF;
}

td.column-left {
    width: 25%;
}

td.column-right {
    width: 75%;
}

.invoice {
    margin-bottom: 20px;
}

    .invoice .invoice-logo {
        margin-bottom: 20px;
    }

    .invoice table {
        margin: 30px 0;
    }

    .invoice .invoice-logo p {
        font-size: 26px;
        line-height: 28px;
        padding: 25px 0;
        text-align: right;
    }

        .invoice .invoice-logo p span {
            display: block;
            font-size: 14px;
        }

    .invoice h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300 !important;
    }

.invoice-details {
    padding-top: 30px;
}

.invoice .invoice-block {
    text-align: right;
}

    .invoice .invoice-block .amounts {
        font-size: 14px;
        margin-top: 20px;
    }

#page-sidebar {
    bottom: 0;
    position: fixed;
    right: -270px;
    top: 49px;
    transition: right 0.3s ease 0s;
    -webkit-transition: right 0.3s ease 0s;
    width: 270px;
    z-index: 999;
    background: #F6F6F6;
    border-left: 1px solid #c8c7cc;
    border-top: 1px solid #c8c7cc;
}

    #page-sidebar .sidebar-wrapper {
        overflow: hidden;
        position: relative;
    }

    #page-sidebar .sidebar-toggler {
        background: #F5F5F5;
        font-size: 16px;
        color: #999999;
        height: 50px;
        overflow: hidden;
        padding-top: 18px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: -51px;
        width: 47px;
        z-index: 9994;
    }

    #page-sidebar .sidebar-wrapper .nav-tabs li a {
        border-left: none;
        border-top: none;
        background: #fff;
    }

    #page-sidebar .sidebar-wrapper .nav-tabs li.active a {
        background: none;
        border-bottom-color: transparent;
    }

    #page-sidebar .sidebar-wrapper .tab-content {
        border: none;
        padding: 0;
        position: relative;
    }

    #page-sidebar #users, #page-sidebar #favorites {
        position: relative;
        right: 0;
        top: 0;
        transition: right 0.3s ease 0s;
        -webkit-transition: right 0.3s ease 0s;
    }

    #page-sidebar .user-chat {
        position: relative;
        left: 270px;
        top: 0;
    }

    #page-sidebar .users-list {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
    }

    #page-sidebar .media-list .media {
        border-bottom: 1px solid #c8c7cc;
        margin: 0;
    }

        #page-sidebar .media-list .media a {
            padding: 10px;
            display: block;
        }

            #page-sidebar .media-list .media a:hover {
                background: #D9D9D9;
                text-decoration: none;
            }

    #page-sidebar .sidebar-title {
        color: #999;
        font-size: 11px;
        margin: 15px 10px 10px 10px;
        text-transform: uppercase;
    }

    #page-sidebar .sidebar-back {
        color: #999;
        font-size: 11px;
        margin: 15px 0 10px 0;
        text-transform: uppercase;
    }

        #page-sidebar .sidebar-back:hover {
            color: #555555;
            text-decoration: none;
        }

    #page-sidebar .media-list .media .media-object {
        border-radius: 50% !important;
        float: left;
        margin-right: 10px;
        opacity: 0.8;
        width: 40px;
    }

    #page-sidebar .media-list .media .user-label {
        display: inline-block;
        margin-top: 10px;
        position: absolute;
        right: 25px;
    }

    #page-sidebar .media-list .media .status-online {
        line-height: 40px;
        font-size: 6px;
        position: absolute;
        right: 10px;
        display: inline-block;
        color: #5cb85c;
    }

    #page-sidebar .media-list .media .media-heading {
        color: #555555;
        display: block;
        font-size: 13px;
        margin-bottom: 4px;
    }

    #page-sidebar .media-list .media .media-body span {
        color: #bbbbbb;
        display: block;
        font-size: 12px;
    }

    #page-sidebar .sidebar-content {
        padding: 10px;
    }

    #page-sidebar .discussion .avatar img {
        border-radius: 50% !important;
        width: 40px;
    }

    #page-sidebar .discussion .messages {
        margin-top: 10px;
    }

        #page-sidebar .discussion .messages p {
            font-size: 12px;
        }



table.table tr td span {
    word-break: inherit;
}

table.table .btn {
    margin-top: 1px;
    margin-bottom: 1px;
}

table.table.table-striped.table-bordered.table-hover.table-full-width.dataTable.no-footer .col-sm-12 {
    width: 100px !important;
    text-align: center
}

.sample_1-table-scroll .dataTables_wrapper.form-inline {
    overflow-x: auto !important;
    width: 100%;
}

.respon-table {
    overflow-x: auto;
}


a.text-center .core-box {
    margin: 0px !important;
    padding: 0px !important;
}

.top-cetegory-box .circle-icon {
    margin-top: 5px !important;
}

.top-cetegory-box .core-box .heading {
    margin: 0px !important;
}

.top-cetegory-box .core-box {
    border: none !important;
}

    .top-cetegory-box .core-box .content {
        margin: 7px 0 0 0 !important;
        padding: 0px;
        float: left;
        width: 100%;
    }

.table-responsive.dtets select {
    width: 85px !important;
    padding: 3px !important;
}

.meter-reading-detail-table .table-responsive {
    width: 100%;
    float: left;
    height: 300px;
    overflow: auto;
    margin-top: 15px;
}

.meter-reading-detail-table .tab-content {
    width: 100%;
    float: left;
}

table.table.table-striped.table-hight-row.table-bordered.table-hover.table-full-width.dataTable.no-footer .input-container input[type=file] {
    width: 260px !important;
}

.col-sm-12.col-sm-offset-4 {
    margin-left: 0;
    text-align: center;
}

table.table-arrow-row i.fa.fa-long-arrow-right {
    font-size: 0px !important;
    background: url(../images/horizon-arrow.png) no-repeat left center !important;
    width: 111px;
    height: 63px;
    float: none !important;
    background-size: 100% 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}



.clsCimpaasCheckbox {
    height: 25px;
    width: 25px;
}


div#InsertImage {
    width: 700px !important;
    left: 40% !important;
    background-color:transparent !important; box-shadow:none !important;
}

div#InsertTable {
    width: 700px !important;
    left: 40% !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

div#InsertLink {
    width: 700px !important;
    left: 40% !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

div#InsertImage {
    width: 700px !important;
    left: 40% !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
div#InsertTable {
    width: 700px !important;
    left: 40% !important;
    background-color: transparent !important; 
    box-shadow: none !important;
}
.dataTables_wrapper {
   
    clear: both;
}

 

.dataTables_filter input[type="search"] {
    margin: 0 0 0 5px !important;
}



.dataTables_scrollBody table.view-user-table th {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    padding: 8px 30px 8px 8px !important;
}

table 
{ -webkit-box-sizing: border-box; }

.modal1 
{ z-index:99999 !important; 
}

.group-reading .input-container input { margin-top:0px !important; 
}



.chosen-container.chosen-container-single {
    width: 100% !important;
}




.modal123 {
    position: fixed;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
}

.center123 {
    z-index: 1000;
    margin: 250px auto;
    padding: 3px;
    width: 300px !important;
    background-color: White;
   
    border-radius: 10px;
    opacity: 1 !important;
}

    .center123 img {
        height: auto !important;
        width: 100% !important;
    }


.right-marrgin 
{ margin: 0 10px 0 0 !important; }


a:hover, a:focus {
    text-decoration: none !important;
}





div#ShowAuth label {
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
    padding: 0px;
}

div#ShowAuth .row {
    margin: 0px !important;
}  

    div#ShowAuth .row button#btnSUSubmit {
        margin: 0px !important;
        float: right;
        margin-bottom: 20px !important;
    }
      

div#ShowAuth input#SUPassword {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px;
    margin-bottom: 15px;
}




div#ShowAuth label {
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
    padding: 0px;
}

div#ShowAuth .row {
    margin-top: 0px !important;
}


div#ShowAuth input#SUPassword {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px;
    margin-bottom: 15px;
}


.modal-body h3 { font-size:16px;  width:100%; text-align:center;  margin:0px; padding:0px; 
}

.modal-body { margin-left:0px !important; 
}


input#IsAMRReadGas {
    width: 21px;
    height: 21px;
}


 
table#WhollData .dataTables_wrapper.form-inline .row .col-md-6 {
    width: 100%;
}


.surfpriceread .form-control-01 input.form-control {
    width: 100% !important;
    background-color: #fff;
}
.surfpriceread label.label {
    color: #000000;
    font-family: 'Open+Sans', sans-serif !important;
    font-size: 14px !important;
    width: 100% !important;
    float: left;
    text-align: left;
    padding: 0px !important;
    margin: 0px 0 7px 0 !important;
    font-weight: normal;
}

.surfpriceread .form-control-01 button.multiselect  
{ width:100% !important; float:left !important; text-align:left !important;  }


.surfpriceread .form-control-01 .btn-group {
    width: 100%;
    text-align: left !important;
}

    .surfpriceread .form-control-01 .btn-group .caret {
        float: right;
        margin: 7px 0 0 0;
    }

.row.surfpriceread {
    margin-bottom: 40px;
}


.row.surfpriceread ul.multiselect-container.dropdown-menu {
    height: 300px;
    overflow: auto;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #333 !important;
    text-decoration: none;
    background-color: #ffffff !important; 
    outline: 0;
}




.collapsible-acrd .wrapper {
    width: 100%;
}

@media(max-width:992px) {
    .collapsible-acrd .wrapper 
    { width: 100%; }
}

.collapsible-acrd .panel-heading 
{ padding: 0; border: 0; }
.collapsible-acrd .panel-title > a, .collapsible-acrd .panel-title > a:active 
{ display: block; padding: 11px; color: #555; font-size: 16px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; word-spacing: 3px; text-decoration: none; }

.collapsible-acrd .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.collapsible-acrd .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


div#accordion .panel.panel-default b {
    float: left;
    margin: 10px 0 0 45px;
}

div#accordion .panel.panel-default {
    margin-bottom: 15px;
}


.celander .label-01 {
    width: 20px !important;
    font-weight: normal !important;
    color: #333 !important;
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    margin: 0 0 0px 0 !important;
    padding: 0px !important;
}

.navbar-inverse 
{ background:#fff !important; }





button.navbar-toggle.navbar-toggle-menu {
    float: left !important;
    margin: 5px 0 0 4px !important; 
}
div#divpop 
{ float: right;  margin: 0px !important; border:none !important; }
.navbar.navbar-inverse.navbar-fixed-top 
{  background: #fff !important;}
.input-container.col-md-12 
{ width:200px !important; }
#LinkTermConfirmationPopup 
{ overflow: initial !important; }




table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px #ddd solid !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody { border-bottom:none !important; 
}

.table-responsive.table-responsive .input-file input[type=file] {
    width: 215px !important;
    padding: 8px;
    height: auto;
}



.panel-heading a#dashLink {
    padding: 3px 12px !important;
    margin: 3px 0 0 0 !important; 
}

.tab-content.table-responsive-01-02 .table-responsive {
    overflow: hidden !important;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px 18px !important;
   
}

.dataTables_scrollBody .table > thead > tr > th {
    background: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

table.table.table-full-width {
    width: 100% !important; 
}

td.patner-logon-view-customer .btn {
    float: left;
    margin: 2px;
}








div#style_selector_container1 .col-sm-8 .col-sm-9 {
    width: 83% !important;
}



.query-status-report .form-control { height:40px !important; 
}
.query-status-report span {
    width: 100%;
    float: left;
    margin: 0 0 6px 0;
}


td.dataTables_empty {
    text-align: left !important;
}



input.tabel-row-01-input {
    width: 100% !important;
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    height: 50px !important;
    text-align: center;
    font-size: 16px !important;
    border: 2px #B5B5B5 solid;
}

table.tabel-row-01 td {
    text-align: center;
}


.error-msg-text {
    width: 100%;
    float: left; margin:10px 0 !important; 
}


/*input.checkbox-label-input {
    float: left; 
}*/

label.checkbox-label {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    float: left;
    margin: 6px 0 8px 8px;
}

label.meter-reading-label {
    width: 100%;
    float: left;
    margin: 0px 0 3px 0;
}



input.file-input.form-control {
    margin: 6px 0 0 0;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 0 0 12px;
}



.form-group-01.col-md-12.mt-20 {
    margin-top: 25px;
}

table.tabel-row-01 td { padding:1px; 
}

.form-group-01.col-md-12.mt-30 { margin:25px 0 0 0; 
}

input.tabel-row-01-input:focus { box-shadow:none !important; 
}

.form-group-01.col-md-12.mt-20 input.form-control.hasDatepicker {
    padding-left: 10px;
}



.col-md-4.mb-3 input.form-control {
    height: 40px;
}

.col-md-3.mb-3 input.form-control {
    height: 40px;
}

.col-md-4.mb-6  input.form-control {
    height: 40px;
}



/*.button-blinking {
    background-color: #004a7f;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;

}

@-webkit-keyframes glowing {
    0% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        -webkit-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        -moz-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}

@keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}*/



.button-blinking {
 
    padding:5.5px 15px;
    text-align: center;
 
}

.button-blinking span {
    font-size:16px;
    color: white;
    animation: blink 1.5s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0; 
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}



div#EcosDiv span.form-control {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


div#divEcoesData span.form-control {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.releasediv-row ul {
    margin-bottom: 0;
}




lable.btn.btn-teal {
    margin: 0 0 0 4px !important;
}


p#pDownloadContract .btn {
    margin: 3px;
}

.page-header.page-header-deteail label {
    font-size: 16px;
}

.releasediv-row button.btn {
    width: auto !important;
}

.main-content .container.container-new-design {
    border-bottom: none;
    border-right: 1px #D9D9D9 solid;
}
    .main-content .container.container-new-design h1 {
        margin: 0px !important;
        padding: 0px !important;
    }
    .main-content .container.container-new-design .page-header {
        margin: 10px 0;
        border-bottom: none; padding:0px; 
    }

.container-new-design .dt-buttons {
    float: right;
}
    .container-new-design .dt-buttons .ExcelButton {
        margin: 0px 0 10px 10px !important;
    }

.container-new-design .dataTables_info 
{ float:left;  }


.container-new-design .dataTables_paginate ul.pagination {
    margin: 8px 0;
}


.dataTables_scroll .dataTables_scrollBody .table thead > tr > th {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}



.launch-demo-modal-new {
    width: 90% !important;
    left: 24% !important;
    top: 30px;
    height: 90%;
}

    .launch-demo-modal-new label.label {
        color: #000000 !important;
        font-family: 'Open+Sans', sans-serif !important;
        font-size: 13px !important;
        float: left;
        width: 100%;
        font-weight: normal;
        text-align: left; padding-left:0px !important; 
    }

    .launch-demo-modal-new .form-control.form-control-boder-row {
        float: left;
    }

    .launch-demo-modal-new .col-md-4.mb-3 {
        margin-bottom: 20px;
    }

.form-control.form-control-boder-row span {
    margin: 0 15px 0 3px;
}


.modal-body.modal-body-content {
    height: 464px;
    overflow: auto;
}


.reason-check-box input[type=checkbox] {
    margin: 2px 8px 0 0;
    float: left;
}








.cimpaas-black .main-login.col-md-4.col-md-offset-4.col-sm-6.col-sm-offset-3 {
    margin: 0;
    padding: 0;
    width: 100%;
}

.cimpaas-black .logo {
    padding: 25px 0; margin:0px !important; 
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e5e4e4;
    box-shadow: 0 1px 0 #fff;
}

    .cimpaas-black .logo img {
        height: 70px;
        margin-top: 0px !important; width:auto !important; 
    }



h4.modal-title, .modal-header {
    color: #33009a;
}

.cimpaas-black .copyright {
    display: none;
}




    .cimpaas-black .box-login .input-icon > input {
        padding: 0;
        float: left;
        width: 100%;
        margin: 10px 0;
        border: none;
        border-bottom: none;
        font-size: 14px;
        height: 50px;
        background: #e3e0e0;
        padding-left: 60px;
        font-family: "Open Sans", Tahoma !important;
        border-radius: 10px;
        color: #000;
    }

.cimpaas-black .box-login .form-group {
    width: 100%;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
}

.cimpaas-black .box-login input:-webkit-autofill,
.cimpaas-black .box-login input:-webkit-autofill:hover,
.cimpaas-black .box-login input:-webkit-autofill:focus,
.cimpaas-black .box-login textarea:-webkit-autofill,
.cimpaas-black .box-login textarea:-webkit-autofill:hover,
.cimpaas-black .box-login textarea:-webkit-autofill:focus,
.cimpaas-black .box-login select:-webkit-autofill,
.cimpaas-black .box-login select:-webkit-autofill:hover,
.cimpaas-black .box-login select:-webkit-autofill:focus {
    border: none !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: none !important;
    transition: background-color 5000s ease-in-out 0s !important;
    outline: none; 
    box-shadow:none !important; 
}

.cimpaas-black .box-login input[type="text"]:focus { box-shadow:none !important; 
}

.cimpaas-black .box-login .input-icon i.fa {
    font-size: 30px;
    color: #1c1e3a;
    left: 17px;
    top: 17px;
}


.cimpaas-black .box-login h3 {
    margin: auto;
    line-height: 25px;
    width: 360px;
    padding:40px 0 40px 0px;
    font-size: 30px;
    font-weight: normal;
    color: #666;
    text-align: center;
}

.cimpaas-black .box-login p {
    display: none;
}


.cimpaas-black .box-login .form-actions {
    margin: 0px;
    padding: 8px 0 0 0;
    float: left;
    width: 100%;
}


    .cimpaas-black .box-login .form-actions input.btn.btn-bricky.pull-right {
        background: #1c1e3a;
        width: 100% !important; float:left !important; 
        border: none;
        padding: 15px 0;
        color: #fff;
        font-size: 18px;
        border-radius: 100px;
        margin-bottom: 20px; margin-top:10px; 
    }

    .cimpaas-black .box-login .form-actions a {
        float: right !important;
        margin-right: 0px !important;
        margin-top: -112px;
    }

        .cimpaas-black .box-login .form-actions a.btn.btn-yellow.pull-left {
            margin-top: 96px !important;
            width: 100%;
            background: none;
            width: 100% !important;
            float: left !important;
            border: none;
            padding: 12px 0; font-weight:bold; 
            color: #1c1e3a;
            font-size: 18px;
            border-radius: 100px;
            margin-bottom: 20px;
            border: 1.5px #1c1e3a solid !important;
        }

    .cimpaas-black .box-login .form-actions input.btn.btn-green.pull-right {
        background: #1c1e3a;
        width: 100% !important;
        float: left !important;
        border: none;
        padding: 15px 0;
        color: #fff;
        font-size: 18px;
        border-radius: 100px;
        margin-bottom: 20px;
        margin-top: -153px;
    }

    :focus {
        outline: none !important;
    }




body.cimpaas-black .main-navigation {
    background-color: #fff  !important; border-radius:12px; 
    opacity: 10 !important;
}




body.cimpaas-black ul.main-navigation-menu > li a {
    border-bottom: none;
    border-top-color: #CBCDDA;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    width:100%; 
    float:left; 
}


    body.cimpaas-black ul.main-navigation-menu > li a > i { color:#fff; 
    }



body.cimpaas-black ul.main-navigation-menu li > ul.sub-menu { margin:0px !important; 
}


body.cimpaas-black ul.main-navigation-menu li > ul.sub-menu > li > a {
    border-top: #CBCDDA 1px solid;

}
input#chkMPRNs {
    float: left;
    margin-top: 13px !important;
}
input#chkQUOTEIDs {
    float: left;
    margin-top: 13px !important;
}
input#chkMPANs {
    float: left;
    margin-top: 13px !important;
}
body.cimpaas-black ul.main-navigation-menu > li a.active {
    color: #b631e6 !important;
}
    body.cimpaas-black ul.main-navigation-menu > li a.active > i {
        color: #fff !important;
        background-color: #b631e6 !important;
    }
body.cimpaas-black ul.main-navigation-menu > li a span {
    /* float: left; */
    vertical-align: middle;
    height: 50px;
    /* color: #fff; */
    display: table-cell;
    font-size: 16px;
    text-align: left;
    width: 146px;
    padding: 0 0 0 10px;
    word-break: break-word;
    font-weight: 500;
}

body.cimpaas-black .navigation-toggler, .go-top {
    background-color: #515151 !important;
    color: #fff;
}





    body.cimpaas-black .main-container.main-container-main-01 .navbar-content {
        /* flex: 0 0 225px; */
        /* max-width: 225px; */
        padding: 0;
        border: none;
        margin: 15px;
        width: 225px;
        float: left;
    }
body.cimpaas-black.navigation-small .main-container.main-container-main-01 .navbar-content {
    flex: 0 0 35px;
    max-width: 35px;
    padding: 0;
    border: none;
    background: #1c1e3a;
}

body.cimpaas-black .main-content > .container {
    border: none !important;
}

body.cimpaas-black .main-content .container .container { padding:0px; border:none; 
}


body.cimpaas-black .circle-icon.circle-green {
    background-color: #33009a;
    border-color: #33009a;
    color: #FFFFFF;
    float:left;
}

/*body.cimpaas-black .btn-primary 
{ color: #fff;  background-color: #1c1e3a !important;  line-height: 1.5 !important;  border-color: #1c1e3a !important;  font-size: 14px !important;  padding: 7px 20px !important;    border: none !important;}
body.cimpaas-black .btn-primary:hover 
{ color: #fff; background-color: #272946 !important; border: none !important; }

*/
/*
body.cimpaas-black .btn-success {
    color: #fff;
    background-color: #1c1e3a !important;
    line-height: 1.5 !important;
    border-color: #1c1e3a !important;
    font-size: 14px !important;
    padding: 7px 20px !important;
    border: none !important;
}*/

    




 



body.cimpaas-black .btn-primary .btn{
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 22px !important;
    background: #33009a;
    background-color: #33009a;
    /* border-color: #50ca68; */
    border: none !important;
    width: auto !important;
    color: #fff;
    border-radius: 100px;
}
/*body.cimpaas-black .btn-secondary
{ color: #fff; background-color: #1c1e3a !important; line-height: 1.5 !important; border-color: #1c1e3a !important; font-size: 14px !important; padding: 7px 20px !important; border: none !important; }
body.cimpaas-black .btn-success
{ color: #fff; background-color: #1c1e3a !important; line-height: 1.5 !important; border-color: #1c1e3a !important; font-size: 14px !important; padding: 7px 20px !important; border: none !important; }
body.cimpaas-black .btn-danger
{ color: #fff; background-color: #1c1e3a !important; line-height: 1.5 !important; border-color: #1c1e3a !important; font-size: 14px !important; padding: 7px 20px !important; border: none !important; }
body.cimpaas-black .btn-warning
{ color: #fff; background-color: #1c1e3a !important; line-height: 1.5 !important; border-color: #1c1e3a !important; font-size: 14px !important; padding: 7px 20px !important; border: none !important; }
body.cimpaas-black .btn-info
{ color: #fff; background-color: #1c1e3a !important; line-height: 1.5 !important; border-color: #1c1e3a !important; font-size: 14px !important; padding: 7px 20px !important; border: none !important; }
body.cimpaas-black .btn-light
{ color: #fff; background-color: #1c1e3a !important; line-height: 1.5 !important; border-color: #1c1e3a !important; font-size: 14px !important; padding: 7px 20px !important; border: none !important; }
body.cimpaas-black .btn-dark
{ color: #fff; background-color: #1c1e3a !important; line-height: 1.5 !important; border-color: #1c1e3a !important; font-size: 14px !important; padding: 7px 20px !important; border: none !important; }
*/




body.cimpaas-black .btn-primary btn:hover {
    color: #fff !important;
    margin-top: 4px;
}


.form-control.pull-left.form-control-check label.checkbox-inline {
    margin: 0px !important;
    padding-top: 0px !important;
}
.form-control.pull-left.form-control-check {
    height: auto !important;
    padding: 3px !important;
}
body.cimpaas-black .breadcrumb {
    background-color: #ffffff;
    width: 100%;
    margin: 0px auto;
    padding-left: 0px;
    height: auto;
    padding: 6px 0;
}

body.cimpaas-black .sqr-icon {
    background-color: #1c1e3a;
    border-color: #1c1e3a;
    height: 66px;
    border-radius: 30px;
    color: white;
    padding-top: 17px;
    width: 110px;
}


ul.grid li a.filesview1listitem1 {
    line-height: normal !important;
    font-size: 60px !important;
    padding: 25px 0 15px 0 !important;
    width: 100% !important;
    float: left !important;
    background-color: #f5f5f5 !important; position:relative !important; 
}






body.cimpaas-black .page-header h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold !important;
    letter-spacing: 0;
    margin: 0 0 0;
    padding: 0;
    font-size:22px;
    color: #1c1e3a;
}

/*body.cimpaas-black .page-header {
    margin: 15px 0 5px 0 !important;
    padding-bottom: 5px;
    border-bottom: 2px solid #1c1e3a
}*/

body.cimpaas-black ol.breadcrumb li i {
    float: left;
    margin: 0 10px 0 0;
    color: #1c1e3a;
}

body.cimpaas-black .breadcrumb a {
    color: #1c1e3a;
}


.cimpaas-black .logo { padding:25px 0 !important;
}


body.cimpaas-black .col-sm-1.Mobile-responshiv-logo img {
    margin: 10px 0;
}


body.cimpaas-black .main-container.main-container-main-01 {
    margin-top:60px !important; clear:both; width:100%; float:left; padding:0px !important; display:block !important; 
}

body.cimpaas-black .navbar.navbar-inverse.navbar-fixed-top { border:none; 
}


.flexi-Contract .form-control {
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    color: #858585 !important;
    height: 40px !important;
    box-shadow: none !important; width:100%; float:left; 
}

.flexi-Contract label.control-label {
    float: left;
    margin-bottom: 6px;
    width: 100%;
    text-align: left;
}

.flexi-Contract .mb-3 {
    min-height: 100px;
}

.flexi-Contract .mb-4 .form-control input[type=radio] {
    float: left;
    margin: 4px 5px 0 0;
}

.flexi-Contract .mb-4 .form-control span {
    float: left;
    margin: 0 15px 0 0;
}

.flexi-Contract .mb-4 {
    min-height: 135px;
}

    .flexi-Contract .mb-4 input.form-control { margin-top:5px; 
    }

    /*.flexi-Contract .tab-content {
        overflow: hidden;
    }*/

.flexi-Contract .nav-tabs > li > a, .flexi-Contract .nav-tabs > li > a:focus {
    font-size: 16px;
}


body.cimpaas-black .flexi-Contract .nav-tabs > li > a, body.cimpaas-black .flexi-Contract .nav-tabs > li > a:focus {
    background-color: #1c1e3a;
    border-color: #1c1e3a;
    border-radius: 0 0 0 0 !important;
    color: #ffffff;
    line-height: 16px;
    margin-right: 2px;
    position: relative; font-size:16px;
}


    body.cimpaas-black .flexi-Contract .nav-tabs > li > a, body.cimpaas-black .flexi-Contract .nav-tabs > li > a:focus {
        background-color: #1c1e3a;
        border-color: #1c1e3a;
        border-radius: 0 0 0 0 !important;
        color: #ffffff;
        line-height: 16px;
        margin-right: 2px;
        position: relative;
    }

body.cimpaas-black .flexi-Contract .tab-content {
    border: 1px solid #1c1e3a;
    margin-top: -1px;
}



body.cimpaas-black .flexi-Contract .nav-tabs > li.active a {
    background: white;
    border-bottom: transparent;
    color: #1c1e3a;
}

body.cimpaas-black .go-top {
    background-color: #515151 !important;
    color: #ffffff;
}

body.cimpaas-black .main-container.main-container-main-01 > .main-content {
    margin: 15px 15px 0 0px !important;
    border-left: none !important;
    flex: 1;
    padding: 0;
    border: none;
    width: -webkit-calc(100% - 255px) !important;
    width: -moz-calc(100% - 255px) !important;
    width: calc(100% - 270px) !important;
    float: left;
}



label.search-btn {
    background: #1c1e3a !important;
    color: #fff !important;
    border-radius: 4px !important;
}

.fliter-011 .chk-btn {
    background: #33009a !important;
    color: #fff !important;
    border-radius: 4px !important;
    height: 30px !important;
    width: 30px !important;
    text-align: center !important;
    padding: 4px !important;
    margin-top: 0px !important;
    font-size: 14px !important;
    border: none !important;
}

.fliter-011 .search-btn { margin-top:0px !important; 
}


.fliter-011 div#uploadbtns .chk-btn { 
    float:left; margin:0px 2px 0 0 !important;
    height:auto !important;
    width:auto !important;
}

ul.grid li .fileslistitem1 
{line-height:normal !important; font-size:60px !important; padding: 25px 0 15px 0 !important; width:100% !important; float:left !important; background-color:#f5f5f5 !important;     }

    ul.grid li .fileslistitem1:hover {
        background: #e9e9e9 !important;
    }

ul.grid li { border:8px #fff solid !important; margin:0px; padding:0px; 
}

    ul.grid li a.filesview1listitem1:hover {
        background: #e9e9e9 !important;
    }

    ul.grid li label {
        width: 100% !important;
        float: left;
        text-align: center;
        font-size: 14px;
        margin-top: 15px !important;
        color: #1c1e3a;
        width: 200px;
        padding:0 5px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }

    ul.grid li a.filesview1listitem1 img { width:auto !important; height:45px !important; 
    }

.green-block.fliter-011 .deletebtn {
    font-size: 18px;
    background: #33009a;
    border: none;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center !important;
    padding: 0;
    border-radius: 4px;
}





.hover-blocak {
    display: none;
}

ul.grid li:hover .hover-blocak {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center !important;
    background: rgba(28, 30, 58, 0.2);
    padding: 5px;
}


.hover-blocak a.downloadbtn, .hover-blocak button.deletebtn {
    margin: 0px auto !important;
    float: none !important;
    display: inline-block;
}





/* header */
.container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.sing-up-body header {
    position: fixed;
    z-index: 200;
    top: 0px;
}

.sing-up-body img.logo {
    float: left;
}

.sing-up-body .header-selected {
    margin-top: 50px;
    margin-bottom: 0px;
    height: auto; /* 102px */
    text-align: left;
    font-size: 48px;
    position: relative;
}

    .sing-up-body .header-selected .header-selected-left {
    }

        .sing-up-body .header-selected .header-selected-left #header-selected-img-text {
            font-size: 14px;
            font-weight: bold;
        }

.sing-up-body input.fullwidth {
    width: 100%;
}


.sing-up-body .header-selected-right {
}

.sing-up-body .header-selected-right-text {
    font-size: 11px;
    line-height: 1.4em;
    position: absolute;
    right: 53px;
    top: 17px;
}

    .sing-up-body .header-selected-right-text .left_box {
        float: left;
        display: block;
        text-align: left;
        padding: 3px 10px;
        margin: 0 0 5px 0;
        height: 60px;
        width: 350px;
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-right: none;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
    }

.signup-main-body .terminal-finance-period-box {
    display: block;
    padding: 10px 10px;
    margin: 0 10px 5px 10px;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

    .signup-main-body .terminal-finance-period-box .eposnow-account-box {
        margin-top: 5px;
    }

    .signup-main-body .terminal-finance-period-box input {
        margin-left: 5px;
    }

    .signup-main-body .terminal-finance-period-box .eposnow-account-box .eposnow-account-number {
        margin-top: 5px;
    }

.sing-up-body .header-selected-right-text .left_box.border-right {
    border-right: 1px solid #000000 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.sing-up-body .header-selected-right-text .left_box .header-selected-right-heading-text {
    font-size: 14px;
    font-weight: bold;
}

.sing-up-body .header-selected-right-text .right_box {
    float: right;
    padding-right: 0;
}

.sing-up-body .header-selected-right-text strong {
    font-weight: normal;
}

.sing-up-body .header-selected-right-text button {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    margin: 0 0 5px 0;
    width: 90px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .sing-up-body .header-selected-right-text button.deselect {
        background-color: #74b0c6;
    }

.sing-up-body .header-selected img {
    height: 55px;
    margin-bottom: 3px;
}

.sing-up-body .header-selected .img-selected-product-top {
    margin: 0 10px;
    height: 70px;
    margin-top: 5px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
}



/* header end */

/* navbar */
.sing-up-body header {
    width: 100%;
    margin-left: 0;
}

.sing-up-body .main-container {
    max-width: 1230px;
    margin: 0 auto;
}

.sing-up-body .navbar {
    margin-bottom: 0;
    border: 0;
}

.sing-up-body .main-logo img {
    height: 46px;
}

.sing-up-body .navbar-default {
    background-image: none;
    background-color: transparent;
    border-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.sing-up-body .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.sing-up-body .navbar-default .navbar-nav > .active > a, .sing-up-body .navbar-default .navbar-nav > .active > a:focus, .sing-up-body .navbar-default .navbar-nav > .active > a:hover {
    color: white;
    background-color: #1683ab;
    background-image: none;
}

.sing-up-body .navbar-default .navbar-nav > .open > a, .sing-up-body .navbar-default .navbar-nav > .open > a:focus, .sing-up-body .navbar-default .navbar-nav > .open > a:hover {
    color: white;
    background-color: #1683ab;
    background-image: none;
}

.sing-up-body .navbar-default .navbar-nav > li > a:focus, .sing-up-body .navbar-default .navbar-nav > li > a:hover {
    color: white;
    background-color: #1683ab;
}

.sing-up-body .navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 15px;
}

.sing-up-body .navbar-default .dropdown-menu {
    color: white;
    background-color: #1683ab;
}

    .sing-up-body .navbar-default .dropdown-menu a,
    .sing-up-body .navbar-default .dropdown-menu a:focus,
    .sing-up-body .navbar-default .dropdown-menu a:hover {
        color: white;
        text-decoration: none;
    }

    .sing-up-body .navbar-default .dropdown-menu i {
        padding-top: 5px;
    }

    .sing-up-body .navbar-default .dropdown-menu .row-submenu {
        margin-bottom: 10px;
    }


/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

/* navbar end */



/* footer */
.sing-up-body footer .copy {
    float: right;
    margin-top: 10px;
}

.sing-up-body footer .info-text h3 {
    font-size: 20px;
}

.sing-up-body footer .info-text .question {
    font-size: 18px;
    color: #1683ab;
    margin-bottom: 0;
}

.sing-up-body footer .links h5 {
    font-weight: bold;
    font-size: 16px;
    color: #808080;
}

.sing-up-body footer .links {
    background-color: #f2f2f2;
    padding-top: 30px;
    margin-top: 30px;
}

    .sing-up-body footer .links a,
    .sing-up-body footer .links a:hover,
    .sing-up-body footer .links a:focus {
        font-size: 16px;
        color: #808080;
        margin: 10px 0;
        display: block;
    }
/* footer end */

/* signup-main-body */
.signup-main-body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,dddcdc+50&1+0,0+50 */
    /*background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(221,220,220,0) 50%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(221,220,220,0) 50%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(221,220,220,0) 50%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#00dddcdc',GradientType=0 );*/ /* IE6-9 */
    min-width: 1030px;
}

    .signup-main-body h1, .sing-up-body h1 {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        margin: 20px;
    }

        .signup-main-body h1 span {
            font-size: 20px;
            font-weight: normal;
        }

    .signup-main-body h2 {
        text-align: left;
        font-size: 18px;
        color: #013c5c;
        font-weight: bold;
        line-height: 23px;
    }

    .signup-main-body h3 {
        text-align: left;
        font-size: 16px;
        color: #013c5c;
        font-weight: bold;
        line-height: 23px;
    }

    .signup-main-body h2 span {
        font-weight: normal;
    }

    .signup-main-body .standard-box-1 {
        text-align: center;
        border-top: 1px solid #cccbcb;
        padding: 5px 0 0 0;
        margin: 5px 0 0 0;
    }

    .signup-main-body .bottom-box-2 {
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid #cccbcb;
        text-align: center;
    }

    .signup-main-body .standard-box-1 input[type='number'] {
        width: 50px;
    }

    .signup-main-body .standard-box-1 .sla-type-box {
        min-height: 120px;
    }

    .signup-main-body .bottom-box-1 {
        text-align: center;
        font-size: 10px;
        border-top: 1px solid #cccbcb;
        padding: 5px 0 5px 0;
        margin: 5px 0 5px 0;
    }

    .signup-main-body .delivery-address-box h2,
    .signup-main-body .delivery-address-box > .form-group:first-child {
        margin-bottom: 0;
    }

    /* signup-main-body end */

    /* select-products, select-product */

    .signup-main-body .img-select-product-wrapper {
        height: 124px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .signup-main-body .img-select-product-wrapper > img {
            max-height: 100%;
        }

    .signup-main-body .select-products {
        text-align: center;
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .signup-main-body .col-product-box,
    .modal-inpage .modal-body .chip-pin-type-box {
        text-align: center;
        display: table-cell;
        width: 100%
    }

.modal-inpage .modal-body-inpage {
    text-align: left;
    width: 100%;
}

.modal-inpage .center {
    text-align: center;
}

.modal-inpage .modal-body-inpage .chip-pin-type-box {
    text-align: center;
    display: inline-block;
    width: 32.5%;
    float: left;
}


.signup-main-body .select-products .col-md-2 {
    /*width: 15.4%;*/
}

.signup-main-body .select-products .select-product {
    border: 1px solid #000000;
    padding: 10px;
    /*margin-left: 30px;*/
    /*margin-bottom: 15px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 175px;
}

.signup-main-body .select-products .merchant-charges-div {
    margin-top: 35px;
}

.signup-main-body .select-products .sla-type-box-inner.select-product label {
    max-width: 120px;
}

.signup-main-body .select-products .sla-type-box-inner.select-product h5 {
    min-height: 62px;
}

.signup-main-body .modal-inpage {
    display: none;
}

.signup-main-body .select-products .software_count_1 {
    margin-left: 0;
    width: 100%;
}

.signup-main-body .select-products > div.software_count_1 {
    border: none;
    margin-top: 0px;
}


.signup-main-body .chip-pin-type-box-inner {
    border: 1px solid #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*min-height:455px*/
}

    .signup-main-body .chip-pin-type-box-inner > div.allow-telesales {
        padding-left: 10px;
        padding-right: 10px;
        height: 470px;
    }

.signup-main-body .chip-pin-type .chip-pin-type-box-inner > div.allow-telesales {
    height: 585px;
}

.signup-main-body .eposnow-type .chip-pin-type-box-inner > div.allow-telesales {
    height: auto;
    min-height: 600px;
}

.signup-main-body .cp-gomobile-type .chip-pin-type-box-inner > div.allow-telesales {
    height: auto;
    min-height: 632px;
}

.signup-main-body .external-products-type .chip-pin-type-box-inner > div.container_make_plusnet {
    height: 510px;
}

.signup-main-body .external-products-type .chip-pin-type-box-inner > div.container_make_cash_advance {
    height: auto;
    min-height: 300px;
}

.signup-main-body .external-products-type .chip-pin-type-box-inner > div.container_make_utility_electricity {
    height: 845px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.signup-main-body .external-products-type .chip-pin-type-box-inner > div.container_make_utility_gas {
    height: 695px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .signup-main-body .external-products-type .chip-pin-type-box-inner > div.container_make_utility_electricity .general-img-holder > img,
    .signup-main-body .external-products-type .chip-pin-type-box-inner > div.container_make_utility_gas .general-img-holder > img {
        width: 275px;
        max-height: 100px;
    }

.signup-main-body .external-products-type .chip-pin-type-box-inner h5 .form-control {
    font-weight: normal;
}

.signup-main-body .external-products-type .chip-pin-type-box-inner > div.container_make_utility_electricity .utility_list_of_quotes {
    background-color: white;
    padding: 15px;
    height: 820px;
    overflow-y: auto;
}

.signup-main-body .external-products-type .chip-pin-type-box-inner > div.container_make_utility_gas .utility_list_of_quotes {
    background-color: white;
    padding: 15px;
    height: 675px;
    overflow-y: auto;
}

.signup-main-body .external-products-type .chip-pin-type-box-inner .form-group select,
.signup-main-body .external-products-type .chip-pin-type-box-inner .form-group input {
    border-radius: 4px;
}

.signup-main-body .external-products-type .chip-pin-type-box-inner .form-group .input-group .form-control:first-child {
    border-radius: 4px 0 0 4px;
}

.signup-main-body .external-products-type .chip-pin-type-box-inner .form-group .input-group-addon:last-child {
    border-radius: 0 4px 4px 0;
}

.signup-main-body .external-products-type .chip-pin-type-box-inner .input-group_margin_bottom {
    margin-bottom: 2px;
}

.external_products_have_current_bill_container,
.external_products_no_current_bill_container {
    height: 110px;
}

    .external_products_have_current_bill_container .mpan_big_S {
        float: left;
        font-size: 60px;
        font-weight: 900;
        margin-top: -10px;
        color: #81868e;
    }

    .external_products_have_current_bill_container .mpan_inputs_container {
        float: right;
        text-align: center;
    }

    .external_products_have_current_bill_container input {
        display: inline !important;
        margin: 1px;
    }

        .external_products_have_current_bill_container input.mpan_one {
            width: 59px;
            float: left;
        }

        .external_products_have_current_bill_container input.mpan_two {
            width: 75px;
        }

        .external_products_have_current_bill_container input.mpan_three {
            width: 86px;
            float: right;
        }

        .external_products_have_current_bill_container input.mpan_four {
            width: 42px;
        }

        .external_products_have_current_bill_container input.mpan_five, .external_products_have_current_bill_container input.mpan_six {
            width: 60px;
        }

        .external_products_have_current_bill_container input.mpan_seven {
            width: 52px;
        }

.signup-main-body .utilities-terms-wrapper a {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.signup-main-body .chip-pin-type-box-outer {
    padding: 10px;
}

.signup-main-body .select-product {
    text-align: center;
    position: relative;
}

    .signup-main-body .select-product img {
        left: 0;
        right: 0;
        margin: auto;
    }

        .signup-main-body .select-product img.top-info {
            bottom: 87%;
            left: 40%;
        }

    .signup-main-body .select-product h2 {
        margin: 10px 0;
        text-align: center;
        border-bottom: 1px solid;
    }

    .signup-main-body .select-product .description {
        height: 60px;
        font-size: 10px;
    }

    .signup-main-body .select-product .price {
        text-align: center;
        font-weight: bold;
        width: 100%;
    }

    .signup-main-body .select-product .price-wrapper {
        min-height: 120px;
    }

    .signup-main-body .select-product .price input {
        width: 100%;
        text-align: right;
    }

.signup-main-body .hw-header-wrapper {
    cursor: pointer;
}


.signup-main-body .floor-price {
    margin: 0px 0px 10px 0px;
    font-size: 11px;
}

    .signup-main-body .floor-price .show1 {
        color: #ffffff !important;
    }

.signup-main-body .single-price .title {
    font-weight: bold;
}


.signup-main-body .select-product .price span.price-1 {
    font-size: 40px;
    line-height: 40px;
}

.signup-main-body .select-product .price .price-wrap-up-price-3 {
    font-size: 10px;
    font-weight: normal;
}

.signup-main-body .select-product .buttons {
    /*margin-top: 60px;*/
    min-height: 60px;
    position: relative;
}

    .signup-main-body .standard-box-1 button.extras,
    .signup-main-body .select-product .buttons button {
        width: 100%;
        text-align: center;
        height: 25px;
        margin-bottom: 5px;
        background-color: #1683ab;
        border: 0;
        color: white;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-top: 30px;
    }

.signup-main-body .standard-box-1 button.extras {
    width: 144px;
    margin-top: 5px;
}

.signup-main-body .select-product .buttons button.only-select {
    margin-top: 30px;
}

.signup-main-body .select-product .buttons button.terminals {
    position: absolute;
    top: -30px;
}

.signup-main-body .select-product .buttons button.select,
.signup-main-body .select-product .buttons button:disabled {
    background-color: #74b0c6;
}

/* select-products, select-product end */

/* buttons, imput, etc..*/
.signup-main-body button.btn-previous,
.signup-main-body button.btn-continue,
.signup-main-body button.btn-edit {
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #1683ab;
    border: 0;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.signup-main-body button.btn-previous {
    background-color: #f2f2f2;
    color: black;
    width: 142px;
}

.signup-main-body button.btn-edit {
    background-color: #f2f2f2;
    color: black;
    padding: 3px 20px;
    margin: 10px 10px 0 0;
    float: right;
}

.signup-main-body button.btn-default-blue {
    text-align: center;
    height: 25px;
    margin-bottom: 5px;
    background-color: #1683ab;
    border: 0;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* buttons, imput, etc.. end*/


/* #popupChipPinModal */
.signup-main-body .modal-dialog .modal-content {
    background-color: #dfdede;
}

.signup-main-body .modal-dialog h4 {
    color: #013c5c;
    font-size: 19px;
}

.signup-main-body .modal-dialog h5,
.signup-main-body .modal-dialog-inpage h5 {
    color: #013c5c;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 3px #013c5c solid;
    padding-bottom: 5px;
    position: relative;
}

    .signup-main-body .modal-dialog h5 .extra-left {
        position: absolute;
        left: 0;
        top: 4px;
    }

    .signup-main-body .modal-dialog h5 .extra-right {
        position: absolute;
        right: 0;
        top: 4px;
    }

.signup-main-body .modal-dialog .hw-header-wrapper h5,
.signup-main-body .modal-dialog .hw-header-wrapper-readonly h5,
.signup-main-body .modal-dialog-inpage .hw-header-wrapper h5,
.signup-main-body .modal-dialog-inpage .hw-header-wrapper-readonly h5 {
    border-bottom: none;
    padding-bottom: 0;
}

.signup-main-body .modal-header {
    border-bottom: 0;
}

.signup-main-body .modal-footer {
    border-top: 0;
}

.signup-main-body .modal-dialog .btn-group,
.signup-main-body .modal-dialog-inpage .btn-group {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

    .signup-main-body .modal-dialog .btn-group button {
        width: 25%;
        margin-left: 0px;
    }

    .signup-main-body .modal-dialog .btn-group.sub-group {
        width: 75%;
        margin-top: 0px;
    }

        .signup-main-body .modal-dialog .btn-group.sub-group button {
            width: 33.3%;
        }


    .signup-main-body .modal-dialog .btn-group .btn-radio.active {
        background-color: #e6e6e6;
    }

    .signup-main-body .modal-dialog .btn-group .btn-radio {
        box-shadow: none;
        background-color: #f2f2f2;
    }

.signup-main-body .modal-dialog .type-radio {
    float: right;
    margin-top: 25px;
}

    .signup-main-body .modal-dialog .type-radio > div {
        display: inline-block;
    }


.signup-main-body .chip-pin-readonly .chip-pin-type,
.signup-main-body .modal-dialog .chip-pin-type,
.signup-main-body .modal-dialog .cp-gomobile-type,
.signup-main-body .modal-dialog .external-products-type,
.signup-main-body .modal-dialog .eposnow-type,
.signup-main-body .modal-dialog .ecomm-type {
    text-align: center;
    display: table;
    width: 100%;
}

.signup-main-body .chip-pin-readonly .chip-pin-type {
    margin: 1em 0 2em 0;
}

    .signup-main-body .chip-pin-readonly .chip-pin-type .chip-pin-type-box,
    .signup-main-body .modal-dialog .chip-pin-type .chip-pin-type-box,
    .signup-main-body .modal-dialog .eposnow-type .chip-pin-type-box,
    .signup-main-body .modal-dialog .ecomm-type .chip-pin-type-box,
    .signup-main-body .modal-dialog .cp-gomobile-type .chip-pin-type-box,
    .signup-main-body .modal-dialog .external-products-type .chip-pin-type-box {
        /*text-align: center;*/
        /*display: table-cell;*/
        text-align: center;
        display: inline-block;
        width: 25%;
        float: left;
    }

.signup-main-body .modal-dialog .ecomm-type .chip-pin-type-box,
.signup-main-body .modal-dialog .cp-gomobile-type .chip-pin-type-box,
.signup-main-body .modal-dialog .eposnow-type .chip-pin-type-box {
    width: 50%;
}

.signup-main-body .modal-dialog .ecomm-type .chip-pin-type-box {
    width: 33%;
}

.signup-main-body .chip-pin-readonly .chip-pin-type h6,
.signup-main-body .modal-dialog .chip-pin-type h6,
.signup-main-body .modal-dialog .cp-gomobile-type h6,
.signup-main-body .modal-dialog .external-products-type h6,
.signup-main-body .modal-dialog .eposnow-type h6,
.signup-main-body .modal-dialog .ecomm-type h6 {
    color: #013c5c;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 20px;
}

.signup-main-body .modal-dialog .chip-pin-type .qty,
.signup-main-body .modal-dialog .cp-gomobile-type .qty,
.signup-main-body .modal-dialog .external-products-type .qty,
.signup-main-body .modal-dialog .eposnow-type .qty,
.signup-main-body .modal-dialog .ecomm-type .qty {
    display: inline-block;
}

    .signup-main-body .chip-pin-readonly .chip-pin-type input,
    .signup-main-body .modal-dialog .chip-pin-type .qty input,
    .signup-main-body .modal-dialog .cp-gomobile-type .qty input,
    .signup-main-body .modal-dialog .external-products-type .qty input,
    .signup-main-body .modal-dialog-inpage .chip-pin-type .qty input {
        width: 50px;
        text-align: center;
    }

.signup-main-body .chip-pin-type .price input,
.signup-main-body .eposnow-type .price input,
.signup-main-body .ecomm-type .price input,
.signup-main-body .external-products-type .price input,
.signup-main-body .cp-gomobile-type .price input {
    width: 100%;
    text-align: right;
}

.signup-main-body .modal-dialog .chip-pin-type .option_line,
.signup-main-body .modal-dialog .cp-gomobile-type .option_line,
.signup-main-body .modal-dialog .external-products-type .option_line,
.signup-main-body .modal-dialog .eposnow-type .option_line,
.signup-main-body .modal-dialog .ecomm-type .option_line {
    max-width: 150px;
    margin: 0 auto;
}

.signup-main-body .modal-dialog .chip-pin-type .monthly_rental .title,
.signup-main-body .modal-dialog .cp-gomobile-type .monthly_rental .title,
.signup-main-body .modal-dialog .external-products-type .monthly_rental .title,
.signup-main-body .modal-dialog .eposnow-type .monthly_rental .title,
.signup-main-body .modal-dialog .ecomm-type .monthly_rental .title {
    margin-bottom: 3px;
}

.signup-main-body .modal-dialog .chip-pin-type .monthly_rental .charges,
.signup-main-body .modal-dialog .cp-gomobile-type .monthly_rental .charges,
.signup-main-body .modal-dialog .external-products-type .monthly_rental .charges,
.signup-main-body .modal-dialog .eposnow-type .monthly_rental .charges,
.signup-main-body .modal-dialog .ecomm-type .monthly_rental .charges {
    max-width: 100px;
    display: inline-block;
    vertical-align: top;
}

.signup-main-body .chip-pin-readonly .chip-pin-type .prices,
.signup-main-body .modal-dialog .chip-pin-type .prices,
.signup-main-body .modal-dialog-inpage .chip-pin-type .prices,
.signup-main-body .modal-dialog .eposnow-type .prices,
.signup-main-body .modal-dialog .ecomm-type .prices,
.signup-main-body .modal-dialog .cp-gomobile-type .prices,
.signup-main-body .modal-dialog .external-products-type .prices {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 23px;
}

.signup-main-body .chip-pin-readonly .chip-pin-type .price-1,
.signup-main-body .modal-dialog .chip-pin-type .price-1,
.signup-main-body .modal-dialog-inpage .chip-pin-type .price-1,
.signup-main-body .modal-dialog .eposnow-type .price-1,
.signup-main-body .modal-dialog .ecomm-type .price-1,
.signup-main-body .modal-dialog .cp-gomobile-type .price-1,
.signup-main-body .modal-dialog .external-products-type .price-1 {
    font-size: 40px;
    line-height: 35px;
    font-weight: bold;
}

.signup-main-body .chip-pin-readonly .chip-pin-type .price-2,
.signup-main-body .modal-dialog .chip-pin-type .price-2 {
    font-size: 27px;
    line-height: 35px;
    font-weight: bold;
}

.signup-main-body .chip-pin-readonly .chip-pin-type .price-wrap-up-price-1,
.signup-main-body .chip-pin-readonly .chip-pin-type .price-wrap-up-price-2,
.signup-main-body .chip-pin-readonly .chip-pin-type .price-wrap-up-price-3,
.signup-main-body .modal-dialog .chip-pin-type .price-wrap-up-price-1,
.signup-main-body .modal-dialog .chip-pin-type .price-wrap-up-price-2,
.signup-main-body .modal-dialog .chip-pin-type .price-wrap-up-price-3,
.signup-main-body .sla-type-box .price-wrap-up-price-1,
.signup-main-body .sla-type-box .price-wrap-up-price-2,
.signup-main-body .modal-dialog .eposnow-type .price-wrap-up-price-1,
.signup-main-body .modal-dialog .eposnow-type .price-wrap-up-price-2,
.signup-main-body .modal-dialog .eposnow-type .price-wrap-up-price-3,
.signup-main-body .modal-dialog .ecomm-type .price-wrap-up-price-1,
.signup-main-body .modal-dialog .ecomm-type .price-wrap-up-price-2,
.signup-main-body .modal-dialog .ecomm-type .price-wrap-up-price-3,
.signup-main-body .modal-dialog .cp-gomobile-type .price-wrap-up-price-1,
.signup-main-body .modal-dialog .cp-gomobile-type .price-wrap-up-price-2,
.signup-main-body .modal-dialog .cp-gomobile-type .price-wrap-up-price-3,
.signup-main-body .modal-dialog .external-products-type .price-wrap-up-price-1,
.signup-main-body .modal-dialog .external-products-type .price-wrap-up-price-2,
.signup-main-body .modal-dialog .external-products-type .price-wrap-up-price-3 {
    display: none;
}

.signup-main-body .modal-dialog .chip-pin-type .qty .glyphicon,
.signup-main-body .modal-dialog .eposnow-type .qty .glyphicon {
    font-size: 18px;
    color: #D36260;
}

.signup-main-body .modal-dialog .chip-pin-type .qty input,
.signup-main-body .modal-dialog .eposnow-type .qty input,
.signup-main-body .modal-dialog .ecomm-type .qty input,
.signup-main-body .modal-dialog .cp-gomobile-type .qty input,
.signup-main-body .modal-dialog .external-products-type .qty input {
    width: 40px;
    text-align: center;
}

.signup-main-body .modal-dialog .eposnow-accessories-line > div.qty,
.signup-main-body .modal-dialog .eposnow-terminals-line > div.qty {
    float: left;
    width: 40px;
    margin-right: 5px;
}

.signup-main-body .modal-dialog .eposnow-accessories-line > div.name,
.signup-main-body .modal-dialog .eposnow-terminals-line > div.name {
    float: left;
    /*max-width: 155px;*/
    margin-right: 5px;
    text-align: left;
}

.signup-main-body .modal-dialog .eposnow-accessories-line.type_spire_accessories > div.name {
    max-width: 135px;
}

.signup-main-body .modal-dialog .eposnow-accessories-line > div.pricing,
.signup-main-body .modal-dialog .eposnow-terminals-line > div.pricing {
    float: right;
    width: 65px;
}

.signup-main-body .chip-img-wrapper {
    display: table;
    width: 100%;
}

.signup-main-body .chip-img-holder {
    display: table-cell;
    vertical-align: bottom;
    height: 185px;
    text-align: center;
    width: 100%;
}

.signup-main-body .chip-pin-readonly .chip-img-holder {
    height: auto;
    max-height: 120px;
}

.signup-main-body .chip-img-holder > img {
    /* width: 100%; */
    max-width: 350px;
    max-height: 216px;
}

.signup-main-body .general-img-holder > img {
    max-height: 216px;
}

.signup-main-body .chip-img-holder.chip-img-holder-2 > img {
    width: auto;
    max-width: 100%;
    max-height: 216px;
}

.signup-main-body .modal-footer table {
    text-align: left;
    float: left;
    font-size: 10px;
}

    .signup-main-body .modal-footer table thead {
        background-color: #e9edf0;
    }

    .signup-main-body .modal-footer table tbody {
        background-color: #f3f2f2;
    }

    .signup-main-body .modal-footer table th,
    .signup-main-body .modal-footer table td {
        padding: 3px 5px;
        border: 1px solid #b3b5b6;
    }

.signup-main-body .modal-footer-inpage button {
    /*margin-top: 50px;*/
    margin-bottom: 0;
    width: 100px;
}

#popupModalResetOrContinue button {
    margin: 0;
}

/* #popupChipPinModal ned*/

/* FORM */
.signup-main-body .form-group label {
    text-align: right;
    padding-right: 0;
    /*margin-top: 10px;*/
    padding-bottom: 7px;
}

.signup-main-body .form-group .checkbox > label {
    margin-top: 0px;
    text-align: left;
    min-height: 27px;
}

.signup-main-body .top-info-logo {
    float: left;
    height: 95px;
    width: 400px;
    min-width: 38%;
}

    .signup-main-body .top-info-logo .logo-block {
        float: left;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .signup-main-body .top-info-logo .logo-block .left-logo {
            max-width: 250px;
            max-height: 46px;
            padding-left: 20px;
        }

    .signup-main-body .top-info-logo .logo-line {
        float: left;
        display: block;
        margin: 20px 7px 0 10px;
        border-left: 3px solid #000;
        height: 58%;
    }

.signup-main-body .top-info-title {
    float: left;
    height: 95px;
    min-width: 40%;
    max-width: 40%;
}

.signup-main-body .top-info-box {
    padding: 5px 7px;
    border: 1px solid #013c5c;
    margin-bottom: 15px;
    color: #013c5c;
}

    .signup-main-body .top-info-box .ico {
        font-size: 16px;
        font-family: "Times New Roman", Georgia, Serif;
        text-align: center;
        /*padding-top: 3px;*/
        display: inline-block;
        width: 24px;
        height: 24px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        color: white;
        background-color: #013c5c;
        margin-right: 10px;
    }

    .signup-main-body .top-info-box.product-info {
        padding: 10px 10px;
        border: 1px solid #000000;
        #color: #013c5c;
    }

.signup-main-body .top-info-route {
    text-align: center;
}

.signup-main-body .top-info-route {
    background-color: red;
    padding: 10px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    max-width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,f1f1f1+50,ededed+100 */
    background: #ededed; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #ededed 0%, #f1f1f1 50%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ededed), color-stop(50%,#f1f1f1), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ededed 0%,#f1f1f1 50%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ededed 0%,#f1f1f1 50%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ededed 0%,#f1f1f1 50%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to right, #ededed 0%,#f1f1f1 50%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=1 ); /* IE6-8 */
}

.signup-main-body .panel {
    background-color: transparent;
}

.signup-main-body label {
    color: #013c5c;
}

.signup-main-body hr.line-1 {
    border-top-color: #cfcece;
    color: #cfcece;
    background-color: #cfcece;
}

.signup-main-body .form-group div.checkbox_checkbox {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.signup-main-body .form-group div.checkbox_label {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
/* FORM end */

/* overview-box start */
.signup-main-body .overview-box {
    background-color: #f2f2f2;
    border: 1px solid #aab8c0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    overflow: hidden;
}

    .signup-main-body .overview-box h2 {
        margin: 0;
        padding: 10px;
        background-color: #ced7dc;
    }

    .signup-main-body .overview-box h3 {
        margin: 0;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }

    .signup-main-body .overview-box .overview-body {
        margin: 10px;
    }

        .signup-main-body .overview-box .overview-body .my-label {
            text-align: right;
            color: #adb7bf;
            margin: 5px 0;
        }

        .signup-main-body .overview-box .overview-body .my-value {
            padding-left: 0;
            color: #013c5c;
            margin: 5px 0;
        }

    .signup-main-body .overview-box.signup-terminals-overview .overview-body {
        margin: 0;
    }

    .signup-main-body .overview-box.signup-terminals-overview .finance-info-box {
        padding: 10px;
        border-bottom: 1px #10316b solid;
    }

    .signup-main-body .overview-box.signup-terminals-overview .terminals-wrapper .terminal-box {
        padding: 10px;
    }

        .signup-main-body .overview-box.signup-terminals-overview .terminals-wrapper .terminal-box:nth-child(odd) {
            background-color: #e6e6e6;
        }

.sing-up-body table.ownership.schedule-of-fees.overview-box {
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
}

    .sing-up-body table.ownership.schedule-of-fees.overview-box td,
    .sing-up-body table.ownership.schedule-of-fees.overview-box th {
        border: 0;
        border-right: 1px solid #aab8c0;
        border-top: 1px solid #aab8c0;
    }

        .sing-up-body table.ownership.schedule-of-fees.overview-box td:first-child,
        .sing-up-body table.ownership.schedule-of-fees.overview-box th:first-child {
            border-left: 1px solid #aab8c0;
        }

    .sing-up-body table.ownership.schedule-of-fees.overview-box tr:last-child td {
        border-bottom: 1px solid #aab8c0;
    }

    .sing-up-body table.ownership.schedule-of-fees.overview-box thead tr:first-child th {
        padding: 0;
    }

    .sing-up-body table.ownership.schedule-of-fees.overview-box thead th {
        background-color: #F2F2F2;
    }
    /* top-left border-radius */
    .sing-up-body table.ownership.schedule-of-fees.overview-box tr:first-child th:first-child {
        border-top-left-radius: 6px;
    }

    /* top-right border-radius */
    .sing-up-body table.ownership.schedule-of-fees.overview-box tr:first-child th:last-child {
        border-top-right-radius: 6px;
    }

    /* bottom-left border-radius */
    .sing-up-body table.ownership.schedule-of-fees.overview-box tr:last-child td:first-child {
        border-bottom-left-radius: 6px;
    }

    /* bottom-right border-radius */
    .sing-up-body table.ownership.schedule-of-fees.overview-box tr:last-child td:last-child {
        border-bottom-right-radius: 6px;
    }




/* overview-box end */

/* general start */
.signup-main-body .margin-top-5 {
    margin-top: 5px;
}

.signup-main-body .margin-top-20 {
    margin-top: 20px;
}

.signup-main-body .margin-top-10 {
    margin-top: 10px;
}

.signup-main-body .right {
    float: right;
}

.signup-main-body .left {
    float: left;
}

.signup-main-body .text-blue {
    color: #013c5c;
}

.signup-main-body .margin-bot-0 {
    margin-bottom: 0;
}

.signup-main-body .margin-bot-5 {
    margin-bottom: 5px;
}
/* general end */


/* .document-read-1 */
.signup-main-body .document-read-1-outer {
    border: 1px solid black;
    overflow: hidden;
    margin-bottom: 10px;
}

.signup-main-body .document-read-1 {
    background-color: white;
    padding: 15px;
    height: 350px;
    overflow-y: auto;
}

    .signup-main-body .document-read-1 ol,
    .signup-main-body .document-read-1 ul {
        list-style-position: outside;
        margin: 1em 1em 1em 3em;
    }

    .signup-main-body .document-read-1 ul {
        list-style: disc;
    }

        .signup-main-body .document-read-1 ol li,
        .signup-main-body .document-read-1 ul li {
            margin: 0.5em 0;
        }

    .signup-main-body .document-read-1 h3 {
        margin-top: 0;
    }

    .signup-main-body .document-read-1 .form-group label {
        color: black;
        text-align: left;
    }

    .signup-main-body .document-read-1 .title {
        text-align: center;
        font-weight: bold;
        padding: 15px 0;
        border: 1px solid #bfbfbf;
        margin-bottom: 10px;
    }

    .signup-main-body .document-read-1.height-auto {
        height: auto;
    }
/* .document-read-1 */

/* header-success-1 */
.signup-main-body .header-success-1 {
    padding: 10px 25px 30px 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1bcc2+1,c5d0d6+50,b1bcc2+100 */
    background: #b1bcc2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2IxYmNjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2M1ZDBkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMWJjYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #b1bcc2 1%, #c5d0d6 50%, #b1bcc2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,#b1bcc2), color-stop(50%,#c5d0d6), color-stop(100%,#b1bcc2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #b1bcc2 1%,#c5d0d6 50%,#b1bcc2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #b1bcc2 1%,#c5d0d6 50%,#b1bcc2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #b1bcc2 1%,#c5d0d6 50%,#b1bcc2 100%); /* IE10+ */
    background: linear-gradient(to right, #b1bcc2 1%,#c5d0d6 50%,#b1bcc2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1bcc2', endColorstr='#b1bcc2',GradientType=1 ); /* IE6-8 */
}
/* header-success-1 */

/* header-success-2 */
.signup-main-body .header-success-2 {
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: white;
    padding: 5px 15px 20px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}

    .signup-main-body .header-success-2 h1 {
        margin-top: 10px;
    }

    .signup-main-body .header-success-2 div.progress {
        width: 60%;
        margin: 10px 20%;
        background-image: url('../images/signup/progress-11.gif');
        background-repeat: repeat-x;
        height: 25px;
    }

    .signup-main-body .header-success-2 div.info-box {
        background: #d9e2e7;
        padding-left: 5px;
        padding-bottom: 3px;
    }



/* header-success-2 */


/* Confirm Product & Pricing Selection start */

.signup-main-body table.suppoort-card {
    text-align: left;
    font-size: 10px;
    width: 100%;
    margin-bottom: 10px;
}

    .signup-main-body table.suppoort-card thead {
        background-color: #e9edf0;
    }

    .signup-main-body table.suppoort-card tbody {
        background-color: #f3f2f2;
    }

    .signup-main-body table.suppoort-card th,
    .signup-main-body table.suppoort-card td {
        padding: 3px 5px;
        border: 1px solid #b3b5b6;
    }

.signup-main-body .confirm-product-price {
    background-color: white;
    border: 1px solid #bfbfbf;
}

    .signup-main-body .confirm-product-price .span2 {
        padding: 10px 2.7%;
    }

    .signup-main-body .confirm-product-price .span22 {
        padding: 3px 10px;
        border-left: 1px solid #bfbfbf;
    }

.signup-main-body .confirm-product-number-card h3 {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 50px;
}

.signup-main-body .confirm-product-number-card input {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 50px;
}
/* Confirm Product & Pricing Selection end */

.signup-main-body .price-wrapper .terminals {
    margin-top: 1em;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
}

.signup-main-body .terminals-inner {
    font-size: 1.2em;
    cursor: pointer;
}

/* general */
.signup-main-body .bg-blue {
    background-color: #CED7DC;
}

.signup-main-body h2.bg-blue {
    padding: 5px;
}

.signup-main-body input.bg-blue {
    border-radius: 0;
    border: 0;
}

.signup-main-body .h3-inline-img {
    margin-right: 10px;
}

.sing-up-body .billing_price {
    font-weight: bold;
}
/* general end */


.sing-up-body .id-phone-input > select.form-control {
    width: 21.5%;
    display: inline-block;
    padding: 6px 0px 6px 6px;
}

.sing-up-body .id-phone-input > input.form-control {
    width: 39%;
    display: inline-block;
}

.signup-main-body .form-group .id-address-input-group > input {
    width: 70%;
}

.sing-up-body .form-group .id-address-input-group > input:first-child {
    width: 30%;
}


.sing-up-body .ui-widget-header {
    background: none;
    border: none;
    border-bottom: 1px solid #aaaaaa;
    background-color: #E8E7E7;
}

.sing-up-body .ui-widget-content {
    background: none;
    background-color: #E8E7E7;
}

.sing-up-body .btn-my-default {
    padding: 10px;
    text-align: center;
    background-color: #1683ab;
    border: 0;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sing-up-body .btn-add-owner {
    padding: 4px 6px;
    margin: 2px;
    font-weight: normal;
    margin-left: 5px;
}

.sing-up-body .btn-owner-delete {
    font-size: 10px;
}


.sing-up-body table.ownership {
    width: 100%;
    border: 1px solid #ccc;
}

    .sing-up-body table.ownership th,
    .sing-up-body table.ownership td {
        padding: 10px;
    }

    .sing-up-body table.ownership th {
        background-color: #D1D1D1;
    }

    .sing-up-body table.ownership tr {
        background-color: #FFFFFF;
    }

    .sing-up-body table.ownership tbody tr:nth-child(2n+1) {
        background-color: #EAEAEA;
    }

    .sing-up-body table.ownership tfoot tr:nth-child(2n+2) {
        background-color: #EAEAEA;
    }

    .sing-up-body table.ownership.schedule-of-fees td {
        border: 1px solid #ccc;
    }

    .sing-up-body table.ownership.schedule-of-fees.other-charges tr td:first-child {
        width: 24%;
    }

    .sing-up-body table.ownership.bank-rules td,
    .sing-up-body table.ownership.bank-rules th {
        border: 1px solid #ccc;
    }

.sing-up-body .tooltip-inner {
    white-space: pre-line;
}


.sing-up-body input.input-inline {
    width: auto;
    display: inline-block;
}

.sing-up-body .top-10 {
    margin-top: 10px;
}

.sing-up-body ul.ul-1 {
    list-style: disc;
}

    .sing-up-body ul.ul-1 li {
        margin-left: 20px;
    }

.sing-up-body .tooltip-inner {
    width: 450px;
    max-width: 450px;
}


.sing-up-body .select2-container .select2-selection--single {
    min-height: 34px;
}


.sing-up-body .input-group {
    width: 100%;
}

.sing-up-body .span11 {
    padding-left: 15px;
}

.sing-up-body .file-upload-box {
    background-color: white;
    padding: 15px 0;
    border: 1px solid black;
}


.sing-up-body .sch-of-fees input {
    width: 70px;
}

.sing-up-body .sch-of-fees .floor-price {
    width: 186px;
    margin: auto;
}

.sing-up-body .ownership .floor-price {
    text-align: center;
    padding: 1px;
    margin: auto;
}

.sing-up-body .ownership.schedule-of-fees.standard-charges .floor-price {
    width: 228px;
    margin: auto;
}


@media (min-width: 1270px) {
    .modal-lg {
        width: 1200px;
    }
}



.signup-main-body .form-control-static.two-row {
    line-height: 36px;
}

.signup-main-body .bold {
    font-weight: bold;
}


.signup-main-body .checkbox-inline.card-rates {
    color: #000;
    padding-top: 0px;
}

.signup-main-body .p-left-5 {
    padding-left: 5px;
}

.signup-main-body .address-lookup-results.active {
    margin-top: 15px;
}

.signup-main-body .address-lookup-submit {
    border-radius: 17px;
}

.signup-main-body .address-lookup-results .error {
    margin-top: 5px;
}

.signup-main-body .no-padding {
    padding: 0;
}

.signup-main-body .p-left-0 {
    padding-left: 0;
}

.signup-main-body .p-right-0 {
    padding-right: 0;
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}
.floor-price {
    background-color: #8c8c8c;
    color: #8c8c8c;
    width: 100%;
    float: left;
    padding: 2px 0;
    text-align: center;
    display:none !important;
}

.show1 {
    color: #ffffff !important;
    display:block !important;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .no-flexer, .progress-indicator.stacked {
        display: block;
    }

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
}

    .progress-indicator > li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        color: #bbb;
        display: block;
    }

        .progress-indicator > li a {
            color: #bbb;
        }

            .progress-indicator > li:hover, .progress-indicator > li a:hover {
                color: #6f6f6f;
            }

        .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
            color: #013c5c;
        }

        .progress-indicator > li .bubble {
            border-radius: 1000px;
            width: 20px;
            height: 20px;
            background-color: #bbb;
            display: block;
            margin: 0 auto .5em;
            border-bottom: 1px solid #888;
        }

            .progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
                display: block;
                position: absolute;
                top: 9px;
                width: 100%;
                height: 3px;
                content: '';
                background-color: #bbb;
            }

        .progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
            background-color: #013c5c;
            border-color: #000000;
        }

        .progress-indicator > li .bubble:before {
            left: 0;
        }

        .progress-indicator > li .bubble:after {
            right: 0;
        }

        .progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
            width: 50%;
            margin-left: 50%
        }

        .progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
            width: 50%;
            margin-right: 50%
        }

        .progress-indicator > li.active, .progress-indicator > li.active .bubble {
            color: #337AB7;
        }

            .progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
                background-color: #337AB7;
                border-color: #122a3f;
            }

        .progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
            background-color: #5671d0;
            border-color: #1f306e;
        }

        .progress-indicator > li a:hover .bubble {
            color: #5671d0;
        }

        .progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
            background-color: #d3140f;
            border-color: #440605;
        }

        .progress-indicator > li.danger .bubble {
            color: #d3140f;
        }

        .progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
            background-color: #edb10a;
            border-color: #5a4304;
        }

        .progress-indicator > li.warning .bubble {
            color: #edb10a;
        }

        .progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
            background-color: #5b32d6;
            border-color: #25135d;
        }

        .progress-indicator > li.info .bubble {
            color: #5b32d6;
        }

    .progress-indicator.stacked > li {
        text-indent: -10px;
        text-align: center;
        display: block;
    }

        .progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
            left: 50%;
            margin-left: -1.5px;
            width: 3px;
            height: 100%
        }

    .progress-indicator.stacked .stacked-text {
        position: relative;
        z-index: 10;
        top: 0;
        margin-left: 60% !important;
        width: 45% !important;
        display: inline-block;
        text-align: left;
        line-height: 1.2em;
    }

    .progress-indicator.stacked > li a {
        border: none;
    }

    .progress-indicator.stacked.nocenter > li .bubble {
        margin-left: 0;
        margin-right: 0;
    }

        .progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
            left: 10px;
        }

    .progress-indicator.stacked.nocenter .stacked-text {
        width: auto !important;
        display: block;
        margin-left: 40px !important;
    }

@media handheld, screen and (max-width:400px) {
    .progress-indicator {
        font-size: 60%
    }
}




.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .no-flexer, .progress-indicator.stacked {
        display: block;
    }

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
}

    .progress-indicator > li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        color: #bbb;
        display: block;
    }

        .progress-indicator > li a {
            color: #bbb;
        }

            .progress-indicator > li:hover, .progress-indicator > li a:hover {
                color: #6f6f6f;
            }

        .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
            color: #013c5c;
        }

        .progress-indicator > li .bubble {
            border-radius: 1000px;
            width: 20px;
            height: 20px;
            background-color: #bbb;
            display: block;
            margin: 0 auto .5em;
            border-bottom: 1px solid #888;
        }

            .progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
                display: block;
                position: absolute;
                top: 9px;
                width: 100%;
                height: 3px;
                content: '';
                background-color: #bbb;
            }

        .progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
            background-color: #1c1e3a;
            border-color: #1c1e3a;
        }

        .progress-indicator > li .bubble:before {
            left: 0;
        }

        .progress-indicator > li .bubble:after {
            right: 0;
        }

        .progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
            width: 50%;
            margin-left: 50%
        }

        .progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
            width: 50%;
            margin-right: 50%
        }

        .progress-indicator > li.active, .progress-indicator > li.active .bubble {
            color: #337AB7;
        }

            .progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
                background-color: #337AB7;
                border-color: #122a3f;
            }

        .progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
            background-color: #5671d0;
            border-color: #1f306e;
        }

        .progress-indicator > li a:hover .bubble {
            color: #5671d0;
        }

        .progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
            background-color: #d3140f;
            border-color: #440605;
        }

        .progress-indicator > li.danger .bubble {
            color: #d3140f;
        }

        .progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
            background-color: #edb10a;
            border-color: #5a4304;
        }

        .progress-indicator > li.warning .bubble {
            color: #edb10a;
        }

        .progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
            background-color: #5b32d6;
            border-color: #25135d;
        }

        .progress-indicator > li.info .bubble {
            color: #5b32d6;
        }

    .progress-indicator.stacked > li {
        text-indent: -10px;
        text-align: center;
        display: block;
    }

        .progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
            left: 50%;
            margin-left: -1.5px;
            width: 3px;
            height: 100%
        }

    .progress-indicator.stacked .stacked-text {
        position: relative;
        z-index: 10;
        top: 0;
        margin-left: 60% !important;
        width: 45% !important;
        display: inline-block;
        text-align: left;
        line-height: 1.2em;
    }

    .progress-indicator.stacked > li a {
        border: none;
    }


    .progress-indicator.stacked.nocenter > li .bubble {
        margin-left: 0;
        margin-right: 0;
    }

        .progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
            left: 10px;
        }

    .progress-indicator.stacked.nocenter .stacked-text {
        width: auto !important;
        display: block;
        margin-left: 40px !important;
    }

@media handheld, screen and (max-width:400px) {
    .progress-indicator {
        font-size: 60%
    }
}




.nav-tabs > li {
    float: none !important;
    display: inline-block !important;
    zoom: 1 !important;
}

.nav-tabs {
    text-align: center !important;
}



.pozitive-payment .card {
    border: 1px #000 solid;
    padding: 10px;
    position: relative !important;
}



.pozitive-payment .card h5 {
    color: #228040;
    border-bottom-color: #228040;
}

.card-img img {
    max-width: 350px;
    max-height: 216px;
}




.floor-price {
    background-color: #8c8c8c;
    color: #8c8c8c;
    width: 100%;
    float: left;
    padding: 2px 0;
    text-align: center;
}

.show1 {
    color: #ffffff !important;
}

.w-100 { width:100%; 
}


.card { overflow:hidden;
}

.text-green {
    color: #228040;
}

    .text-green h1 
    { line-height:normal;  margin:0px; padding:0px; 
    }


table.table.table-price th {
    font-size: 11px;
}

.fa-2 {
    font-size: 18px;
}

i.fa.fa-times-circle.fa-2 {
    color: red;
}



h5.tab-pane-boder {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    color: green;
    margin-top: 0px;
    border-bottom: green 2px solid;
    padding: 5px 5px 5px 5px;
}

.terminal-finance-period-box {
    display: block;
    padding: 10px 10px;
    margin: 0 10px 5px 10px;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

.mm-b {
    margin-bottom: 30px;
}



.custom-col-md { display:inline-block !important; float:none !important;
}


.not-accessible {
    opacity: 0.2 !important;
}


.top-info-box {
    border-color: #228040;
    color: #212721;
    border-radius: 5px;
    padding: 5px 7px;
    border: 1px solid #013c5c;
}


.ico {
    background-color: #1c1e3a;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: white;
    margin-right: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}



.main-payment {
    color: #1c1e3a;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


body.cimpaas-black .form-inline text-left label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

body.cimpaas-black .form-inline.text-left .form-control {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
    float:none !important; 
}


td.sch-of-fees .price {
    width: 232px;
    text-align: left !important;
    margin: 0px auto !important;
    float: none !important;
}


table.ownership th {
    background-color: #1c1e3a !important;
    color: #ffffff !important;
}

td.sch-of-fees .floor-price {
    width: 232px;
    margin: 0px auto !important;
    float: none !important;
}


.new-input-design .col-md-4 {
    background: #1c1e3a;
    font-weight: bold;
    margin-bottom: 30px;
    float: left;
}

.new-input-design .col-md-4 {
    background: #33009a;
    font-weight: bold;
    margin-bottom: 30px;
    float: left;
    border-radius: 100px 0 0 100px;
}

.new-input-design .col-md-8 { 
    padding-left: 0; padding-right:0px;
}

.new-input-design .col-md-7 {
    padding-left: 0;
    padding-right: 0;
}

.new-input-design .col-md-4 label {
    font-weight: bold !important;
    margin: 0px;
    padding: 0px;
    color: #fff; 
    height: 40px;
    line-height: 40px;
}

.new-input-payment {
    width: 100%;
    height: 40px;
    border-radius: 0px 100px 100px 0;
    border: 2px #ddd solid;
    padding: 0 20px !IMPORTANT;
}

.new-input-design .col-md-3 {
    padding: 0;
}

    .new-input-design .col-md-3 .new-input-payment { border-radius:0px !important; 
    }

.new-input-design .col-md-5
{ padding:0px;  }


.new-input-design .col-md-1 {
    BACKGROUND: #dddddd;
    HEIGHT: 40PX;
    FONT-WEIGHT: BOLD;
    LINE-HEIGHT: 40PX;
}


body.cimpaas-black ul#myTab4 li.new-li { float:left !important; 
}

    body.cimpaas-black ul#myTab4 li.new-li a {
        margin-right: 1px !important;
    }


/*body.cimpaas-black .tab-padding.tab-blue li.active.new-li a 
{ background-color:#fff !important; }
*/


body.cimpaas-black .tab-padding.tab-blue > li.active > a {
    background-color: #b631e6 !important;
    color: #fff !important;
}


body.cimpaas-black table.table .btn {
    width: auto !important;
}

body.cimpaas-black table.table button {
    width: auto !important;
}



.green-block-new-table table.table.table-bordered.table-striped .price {
    width: 170px;
}
.green-block-new-table table.table.table-bordered.table-striped .floor-price {
    width: 170px;
}

.green-block-new-table table.table.table-bordered.table-striped .price input[type=number] {
    width: 64px;
    margin: 0 1px;
}

.green-block h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
}

.panel-group.flexi-Contract ul.nav.nav-tabs { margin:0px !important; float:left !important; width:100% !important; 
}

.container.flexi-Contract-new-design .tab-content { padding:15px !important; float:left; margin-top:2px !important; 
}


.flexi-Contract .form-control label.checkbox-inline {
    margin: -3px 21px 0px 0 !important;
}


.container.flexi-Contract-new-design .nav-tabs > li.active > a {
    border-top: 1px #1c1e3a solid !important;
}


.container.flexi-Contract-new-design .checkbox-inline input[type=checkbox] {
    margin-left: -17px !important;
}

.container.flexi-Contract-new-design .form-control.form-control-box
{ height: auto !important; }


div#EmailConfig table#tblemailconfig button.btn.btn-danger {
    padding: 3px 8px !important;
}

input#filter::placeholder {
    color: #33009a !important;
}


body.cimpaas-black .nav-tabs > li > a, body.cimpaas-black .nav-tabs > li > a:focus {
    border: none !important;
    background-color: #33009a;
    color: #fff !important;
    float: left;
    padding: 15px 22px;
    box-shadow: none !important;
    height: auto;
    border-radius: 12px 12px 0 0px !important;
}

body.cimpaas-black .nav-tabs > li.active a {
   background-color: #b631e6 !important;
    color: #fff !important;
}


.flexi-Contract .mb-4 .form-control input[type=checkbox] {
    float: left;
    margin: 4px 5px 0 0;
}


ul.main-navigation-menu ul.sub-menu i.icon-arrow {
    display: none;
}


ul.main-navigation-menu ul.sub-menu i.clip-folder {
    display: none;
}

body.cimpaas-black .panel-heading .panel-tools {
    display: none;
}

body.cimpaas-black .panel-heading i {
    display: none;
}

body.cimpaas-black .panel-heading { background:none !important; background-image:none !important; box-shadow:none !important; padding-left:0px;  border:none ; 
}





.chosen-container-single .chosen-single span {
     margin-top:0px;
}


body.cimpaas-black .dropdown-menu-scroll { height:300px;  padding:0px !important; 
}

    body.cimpaas-black .dropdown-menu-scroll .btn.btn-blue {
        width: 100% !important;
        float: left !important;
        margin: 1px !important;
        border: none !important;
        border-bottom: 1px #ddd solid !important;
        border-radius: 0px !important;
        text-align: left !important;
        background-color: #fff;
        color: #1c1e3a !important; 
    }


    body.cimpaas-black .dropdown-menu-scroll .dropdown-menu-hight {
        height: 300px;
        overflow-y: auto; overflow-x:hidden; 
    }

        body.cimpaas-black .dropdown-menu-scroll .dropdown-menu-hight::-webkit-scrollbar {
            width: 10px;
        }

        body.cimpaas-black .dropdown-menu-scroll .dropdown-menu-hight::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
        }

        body.cimpaas-black .dropdown-menu-scroll .dropdown-menu-hight::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        }









body.cimpaas-black table.table button.btn.btn-toggle {
    width: 30px !important;
}

body.cimpaas-black table.table .col-sm-12 {
    padding: 0;
}


i.circle-icon-new.circle-green-new {
    padding: 5px 16px;
    background: rgba(28, 30, 58, 0.1);
    font-weight: bold;
    border-radius: 100px;
    font-weight: bold;
    font-size: 16px;
    color: #1c1e3a;
}


body.cimpaas-black .dashboard-new .panel-body .core-box .content h4 {
    margin: 0;
    padding: 0;
}

body.cimpaas-black .flot-mini-container {
    height: 155px;
}




body.cimpaas-black .display-nowrap {
    white-space: nowrap !important;
}


body.cimpaas-black .panel-default {
    border:none !important; box-shadow:none !important; 
}


    body.cimpaas-black .panel-default .panel-body {
      padding:0px; 
    }

.table-responsive-min-height {
    max-height: 650px;
}


body.cimpaas-black .panel-heading.d-none { display:none !important; 
}

body.cimpaas-black .footer {
    background-color: #fff !important;
    
}



body.cimpaas-black .dashboard-new .panel-heading { font-size:18px !important; font-weight:normal !important; border:none !important;  
}

    body.cimpaas-black .dashboard-new .panel-heading b { font-weight:normal !important; 
    }


    body.cimpaas-black .dashboard-new .panel-body .core-box { margin-bottom:0px !important; padding-bottom:0px !important; border:none !important; 
    }

        body.cimpaas-black .dashboard-new .panel-body .core-box .content { margin-bottom:0px !important; 
        }

body.cimpaas-black .container.dashboard-new .panel.panel-default { margin-bottom:30px; 
}






.m-0 {
    margin: 0px !important;
}


.select-from-row select.form-control {
    height: 31px !important;
}


body.cimpaas-black .dashboard-new .panel-body.dashboard-new-newn .panel-heading {
    display: none;
}



body.cimpaas-black .panel-tabs .nav-tabs {
    float: none;
    margin-top: 0px !important;
}

/*body.cimpaas-black .panel-tabs .tab-content {
    border: 1px #ddd solid;
    padding: 15px;
}
*/



body.cimpaas-black table.table  td {
    color: #000000;
    direction: ltr;
    
}



body.cimpaas-black .add-quickLead-quote .panel.panel-default { box-shadow:none !important; margin-bottom:30px !important;  
}


body.cimpaas-black .price-electricity-gas .form-control {
    padding: 6px 6px !important;  
}

body.cimpaas-black .panel-tabs .nav-tabs > li > a:hover {
    background: #b631e6;
    color: #272946;
}







input#txtSearch { border:1px #ccc solid ; padding:5px ; 
}


button.dt-button.buttons-excel.buttons-html5.ExcelButton {
    margin-top: 0px !important;
}


.form-control {
    background: #fff !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    border: 1px solid #ced4da !important;
    border-radius: 12px !IMPORTANT;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: 500 !important;
    width: 100% !important;
    line-height: normal !important;
    height: auto !important;
    box-shadow: none !important;
}
.green-block .col-md-4.mb-3 {
    margin: 15px 0 0 0 !important;
    min-height: 90px;
}


















span.mail-tiel {
    color: #949494;
    FONT-SIZE: 11PX;
}

.card {
    padding: 15px;
    background: #f5f5f5;
}

h4.mail-tiel {
    margin-bottom: 0px;
}


body.cimpaas-black ul.nav.nav-tabs.tabs-left.tab-in-tab.text-left { margin-top:-1px !important; 
}

body.cimpaas-black ul.nav.nav-tabs.tabs-left.tab-in-tab.text-left li {
    float: left !important;
    margin: -1px 0 0 0 !important;
    padding: 0px !important;
    border: 1px #ddd solid !important;
    width: 100%;
}

body.cimpaas-black ul.nav.nav-tabs.tabs-left.tab-in-tab.text-left li a {
    float: left !important;
    margin: 0px !important;
    padding: 8px 8px 8px 15px !important;  border:none !important; 
    width: 100%; 
}

    body.cimpaas-black ul.nav.nav-tabs.tabs-left.tab-in-tab.text-left li a p { margin:0px !important;
    }
    body.cimpaas-black ul.nav.nav-tabs.tabs-left.tab-in-tab.text-left li a p label {
        margin: 0px !important; padding:0px; 
    }

    .mail-tiel {
        margin: 0;
        padding: 0;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        float: left;
    }

ul.nav.nav-tabs.tabs-left.tab-in-tab.text-left {
}

.bhoechie-tab {
    z-index: -1 !important;
}

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}



.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li, .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

    .vertical-text > li {
        height: 20px;
        width: 120px;
        margin-bottom: 100px;
    }

        .vertical-text > li > a {
            border-bottom: 1px solid #ddd;
            border-right-color: transparent;
            text-align: center;
            border-radius: 4px 4px 0px 0px;
        }

        .vertical-text > li.active > a,
        .vertical-text > li.active > a:hover,
        .vertical-text > li.active > a:focus {
            border-bottom-color: transparent;
            border-right-color: #ddd;
            border-left-color: #ddd;
        }

    .vertical-text.tabs-left {
        left: -50px;
    }

    .vertical-text.tabs-right {
        right: -50px;
    }

        .vertical-text.tabs-right > li {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .vertical-text.tabs-left > li {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }


/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 0px;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #00a0e3;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #00a0e3;
                background-image: #00a0e3;
                color: #ffffff;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #00a0e3;
                }

.tab-in-tab li {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
}

.tab-in-tab {
    padding: 0px !important;
    border-top: none;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding: 0px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.bhoechie-tab-content .tab-content {
    width: 100%;
    float: left;
}

.bhoechie-tab-content .tab-content {
    width: 100%;
    float: left;
    border: none !important;
}

span.circle-name {
    width: 50px;
    height: 50px;
    background: #69797e;
    float: left;
    font-size: 23px;
    border-radius: 100px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

h3.mail-tiel {
    margin-bottom: 5px;
}

h4.mail-tiel {
    margin: 8px 0 0 0;
}


.blink_me {
    animation: blinker 1s linear infinite;
    color: #fff;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media screen and (min-width:1px) and (max-width: 991px) {
    body .container {
        min-width: 100% !important;
    }
    .navbar.navbar-inverse.navbar-fixed-top .col-sm-5 {
        display: none;
    }
    .col-sm-1.r-none {
        display: none !important;
    }

    .page-header {
        margin: 0px !important;
        padding: 0px !important;
        border: none !important;
    }
      
    ol.breadcrumb {
        display: none;
    }

    .page-header h1 {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0.5px;
        color: #04a1e3;
    }

    .panel-tools1.text-right {
        margin-top: -27px !important;
    }

    .navbar.navbar-inverse.navbar-fixed-top .releasediv-row {
        float: left !important
    }

        .navbar.navbar-inverse.navbar-fixed-top .releasediv-row ul {
            float: left !important;
            margin: 0px;
            padding: 0px !important
        }

    body .chosen-container {
        width: 100% !important;
    }

    i.sb-menu-icon {
        display: none;
    }

    ul.nav.nav-tabs.r-none {
        display: none;
    }

    .r-m-none-01 {
        margin-left: 0px !important;
    }

    .back-responshiv {
        margin-left: 48% !important;
    }

    .responshiv-page .form-control {
        width: 100% !important;
    }

    .r-m-none {
        margin: 0px !important;
    }

    .table-responsive {
        border: none !important;
        overflow:auto;
    }

    .p-none-r {
        padding: 0px !important;
    }

    .divPriceDetail-011-new .panel-heading {
        width: 100%;
        float: left;
        height: auto !important;
    }

        .divPriceDetail-011-new .panel-heading .row {
            float: left;
            margin: 15px 0 0 0 !important;
        }

            .divPriceDetail-011-new .panel-heading .row .btn {
                margin-top: 3px !important;
            }

    .row.responshiv-page-new-011 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    body.modal-open .modal {
        width: 100% !important;
        left: 0px !important;
        right: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
        top: 10px !important;
        height: auto !important;
    }

        body.modal-open .modal .modal-body {
            position: relative;
            padding: 15px;
            min-height: 70vh !important;
            overflow: scroll;
            max-height: 70vh !important;
        }

    .modal1 .center {
        margin: 0px auto !important;
        padding: 10px;
        width: 100% !important;
    }

    .modalindustrialdata-new div#DataElectralink {
        overflow-x: scroll;
    }

    .modalindustrialdata-new .col-xs-3.big-s-left {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .modalindustrialdata-new #ModalIndustrialData td.big-s-bits {
        padding: 5px 8px !important;
    }

    body.cimpaas-black .main-container.main-container-main-01 .navbar-content {
        flex: 0 0 0px !important;
        max-width: 0px !important;
    }

    .row.top div#divpop {
        padding: 0;
    }

    body.cimpaas-black .panel-heading {
        margin: 0px !important;
    }

    .col-md-offset-1.col-md-8.r-m-none-01 {
        padding: 0px !important;
    }

    .m-p-none {
        margin: 0px !important;
        padding: 0px !important;
    }

    .modalindustrialdata-new .col-xs-7.big-s-center {
        width: 100%;
        float: left;
    }

        .modalindustrialdata-new .col-xs-7.big-s-center .big-text {
            font-size: 16px;
            white-space: normal !important;
            word-break: break-all;
            width: 100%;
            float: left;
            font-weight: bold;
            margin-top: 10px;
        }

    .panel.panel-xl {
        border: none !important;
    }

    .modalindustrialdata-new .control-label.col-xs-4 {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .modalindustrialdata-new .col-xs-8 {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .modalindustrialdata-new .control-label.col-xs-2 {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .modalindustrialdata-new .control-label.col-xs-5 {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .modalindustrialdata-new .col-xs-7 {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .modalindustrialdata-new .col-xs-7 .col-xs-7 {
            width: 58.33333333%;
            padding-left: 15px;
        }

    .modalindustrialdata-new .col-xs-10 {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .modalindustrialdata-new .col-xs-10 .col-xs-8 {
            width: 66.66666667%;
            padding-left: 15px;
        }

    .table-responsive table.table .form-control {
        width: 100px !important;
    }

    body.cimpaas-black .btn-primary {
        margin: 1px !important;
    }

    .modalindustrialdata-new .panel {
        border: none !important;
    }

    .modalindustrialdata-new .col-xs-8 .col-xs-7 {
        width: 58.33333333%;
        padding-left: 15px;
    }

    body.cimpaas-black .page-header h1 {
        margin: 5px 0 15px 0;
    }

    body .chosen-container a.chosen-single {
        width: 100% !important;
    }

    .col-md-2.dropright.open {
        float: left;
        width: 100%;
        overflow: hidden;
        height: auto !important;
    }

        .col-md-2.dropright.open .dropdown-menu.alert-info {
            margin: 0px !important;
            width: 100% !important;
            position: inherit !important;
            box-shadow: none !important;
        }


    .CustomerClass-01 .CustomerClass {
        overflow: hidden !important;
        height: auto !important;
    }

        .CustomerClass-01 .CustomerClass .table-responsive table.table-bordered.table-striped {
            white-space: nowrap !important;
        }

    body.cimpaas-black .CustomerClass-01 .CustomerClass .table-responsive {
        overflow: scroll !important;
    }

    .r-boder-none {
        border: none !IMPORTANT;
        PADDING: 15px 15px;
    }

    li.sub-menu-01 img {
        width: auto !important;
    }

    button.navbar-toggle.navbar-toggle-menu {
        background: #1c1e3a;
        border-radius: 4px;
        color: #fff !important; display:block !important;
    }

    /*.main-container.main-container-main-01 .navbar-collapse.collapse {
        display: none !important;
    }
*/
    .main-container.main-container-main-01 .main-navigation.navbar-collapse.collapse.in { display:block !important;
    }

    .main-container.main-container-main-01 ul.main-navigation-menu > li > a > .title {
        display: block !important; float:left;
    }
    .main-container.main-container-main-01 ul.main-navigation-menu li.sub-menu-01 { width:100%; float:left;
    }
    .main-container.main-container-main-01 ul.main-navigation-menu li.sub-menu-01 a {
        width: 100%;
        float: left;
    }
    body.cimpaas-black ul.main-navigation-menu > li a > i { float:left;
    }
    .r-none-row { display:none !important;
    }
    button.navbar-toggle.navbar-toggle-menu span {
        color: #ffffff !important;
    }

    .well-01 br {
        display: none;
    }

    body.cimpaas-black .main-navigation {
        z-index: 9999 !important;
        width: 100% !important;
    }

    .cimpaas-black .box-login {
        width: 90% !important;
    }

        .cimpaas-black .box-login h3 {
            margin: auto !important;
            line-height: 25px; 
            width: auto !important;
            padding: 30px 0 30px 0px !important;
            font-size: 30px;
            font-weight: normal;
            color: #666;
            text-align: center;
        }
}


body.cimpaas-black i.circle-icon.circle-green 
{ margin-bottom:0px !important; }
body.cimpaas-black .nowrap 
{ white-space: nowrap !important; }







ul.nav.nav-tabs.tabs-left.tab-in-tab.text-left li .row {
    margin: 0;
}

    ul.nav.nav-tabs.tabs-left.tab-in-tab.text-left li .row a { padding-left:0px; padding-right:0px; 
    }
ul.nav.nav-tabs.tabs-left.tab-in-tab.text-left li a .col-md-10 {
    padding-left: 0;
}



ul.nav.nav-tabs.tabs-left.tab-in-tab.text-left li.active a {
    border: 1px #1c1e3a solid !important; border-right:none !important; 
}
.pull-right-1 {
    float: right !important;
    display: flex;
    align-items: center;
}

.dark-green {
    padding: 0px;
    background: none !important;
    float: left;
    margin: 20px 0 0 0;
    width: 100%;
}

/*.green-block {
    background: #f5f5f5;
    padding: 15px;
}
*/
    .green-block .form-control {
       font-size:12px;    }

.mb-3 { min-height:110px !important; 
}

/*
.green-block textarea.form-control {
    margin-bottom: 10px;
    height: 150px !important;
}*/


h2.header-title {
    margin: 0;
    padding: 14px 0 3px 0;
    border-bottom: 2px #1c1e3a solid;
    font-size: 26px;
    font-weight: bold;
    color: #1c1e3a;
}



ol.pagination li.active a:hover {
    color: #fff !important;
}



h2.titel {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px #000 solid;
    float: left;
    width: 100%;
    margin: 20px 0 7px 0;
    padding: 0 0 5px 0; clear:both;
}
.green-block select.form-control {
    border-radius: 4px;
    height: 40px;
    text-transform: uppercase;
    display:none;
}

.green-block div.form-control.pull-left {
    height: 40px;
}





body.cimpaas-black .ExcelButton1 {
    float: right;
    margin: 0px 0 4px 16px !important;
    padding: 7px 15px !important;
    height: auto !important;
    /* font-size: 16px !important; */
    background: green !important;
    background-color: green !important;
    width: auto !important;
    text-transform: capitalize !important;
    color: #fff !important;
    border: none;
    border-radius: 6px;
}

.dataTables_length div {
    display: none;
}



ol.breadcrumb.breadcrumb-new {
    background-color: #e9e9e9;
    padding-top: 0;
    margin: -2px 0 0 0;
    border: none !important;
}

/*
h2.title {
    margin: 0;
    padding: 8px 0 6px 0;
    font-size: 20px;
    border-bottom: 1px #000 solid; clear:both; font-weight:normal !important; 
}*/
ul.nav.nav-tabs.nav-tabs-new {
    margin: 0;
    padding: 0;
    margin-top: 10px;
   display:block; border:none;
}



ul.nav.nav-tabs.nav-tabs-new
{ list-style:none;}
ul.nav.nav-tabs.nav-tabs-new li.active a {
    background-color: #f7f7f7 !important;
    border-color: #272946;
    color: #272946;
    border-bottom: none;
}

ul.dashboard-new {
    margin: 0;
    padding: 0;
}

span.dashboard-bg {
    background: #ffff;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px; 
    box-shadow: 0px 0px 9px #ebebeb;
}
span.dashboard-icon {
    width: 90px;
    height: 90px;
    float: left;
    background: #1c1e3a;
    text-align: center;
    line-height: 96px;
    font-size: 22px;
    color: #fff;
}
ul.dashboard-new
{ list-style:none;}


span.dashboard-text {
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -o-calc(100% - 90px);
    width: calc(100% - 90px); 
    float:left; text-align:center;
}

span.count-nuber {
    font-size: 22px;
    color: #1c1e3a;
    font-weight: bold;
}
span.dashboard-text p {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 0;
    color: #666; 
}


.nav-tabs-new li a {
    padding: 12px 20px;
    font-size: 15px;
}





.green-block select.form-control {
    border-radius: 4px;
    height: 40px;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 0;
    border: 2px #ddd solid;
    margin: 0;
}
.mt-5px {
    margin-top: 5px;
}




.search-new {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .search-new input {
        border: 2px #ddd solid !important;
        width: 300px;
        height: 40px;
    }



    .search-new i.fa-times {
        position: absolute;
        right: 28px;
        top: 3px;
        width: 26px;
        height: 40px;
        float: right;
        padding: 0;
        background: white;
        border-radius: 12px;
        font-size: 20px;
        color: #33009a;
        text-align: center;
        line-height: 40px;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

ol.pagination.pagination-new {
    margin: 10px 0;
}


body.cimpaas-black .table.new-table .btn-primary { line-height:normal !important;
}


i.circle-new {
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    line-height: normal !important;
    background: #1c1e3a;
    padding: 3px 15px;
    border-radius: 6px;
    color: #fff;
}



.chosen-select-new .chosen-container {
    width: 100% !important;
}

.chosen-select-new .chosen-container-single .chosen-single {
    float: left;
    height: 44px !important; background:#fff;
    box-shadow: none;
    border: 2px #ddd solid;
    border-radius: 0; width:100% !important;
}

    .chosen-select-new .chosen-container-single .chosen-single span {
        line-height: 28px;
    }
span.red {
    color: red;
}
        
    .chosen-select-new .chosen-container-single .chosen-single div b {
        background-position: 0px 9px !important;
    }

.dropdown-new .dropdown {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}


.dropdown-new button.dropdown-toggle {
    float: left;
    height: 44px !important;
    background: #fff;
    box-shadow: none;
    border: 1px #ced4da solid;
    border-radius: 0;
    width: 100%;
    text-align: left;
    color: #000;
    padding: 0 5px 0 15px;
    border-radius: 12px;
}

.p-0 { padding:0px !important;
}


.dropdown-new .dropdown-menu {
    padding: 10px;
}

table.mpan select { width:100px; border-radius:0px; height:30px; border:2px #ddd solid !important;
}

table.mpan input {
    width: 100%;
    
    border-radius: 0px;
    height: 30px;
    border: 2px #ddd solid !important; text-align:center;
}

table.mpan td { border:none !important; 
}

table.mpan table {
    border: none !important;
}

table.mpan {
    border: none !important;
}


.dropdown-new .dropdown-menu { bottom:100%; top:auto; 
}


.mb-10 { margin-bottom:10px !important; 
}

.mt-10 {
    margin-top: 10px !important;
}

body.cimpaas-black table.table-new {
    margin: 0px !important;
    padding: 0px !important;
}


.table-responsive { clear:both;overflow:auto;
}



.price-table th {
    font-weight: bold !important;
    color: #000 !important;
    font-size: 14px !important;
    background-color: none;
    white-space: nowrap;
}

table.price-table td {
    background: #fff;
}


    table.price-table td.p-0 { padding:0px !important; 
    }

    table.price-table td.border-0 { border:none !important; 
    }


.add-lead .green-block {
  
    margin-bottom: 15px;
}
.mt-15-px {
    margin-top: 15px !important;
}
.mb-15-px {
    margin-bottom: 15px !important;
}


body.cimpaas-black .mb-15-px {
    margin-bottom: 15px !important;
}


div.form-control {
    font-size: 15px !important;
}



table.price-table td .form-control { padding:6px !important; 
}


table.table.new-table {
    margin-bottom: 0px !important;
}
body.cimpaas-black .green-block table.display.nowrap.price-table.price-table-new input.form-control[type="text"] {
    width: 100px !important;
}


table.price-table.price-table-new tr th { text-align:center !important;
}




.table-bordered-none { border:none !important; margin-bottom:0px !important;
}

td.td-bg-change {
    padding: 15px 0 !important;
    border: none !important;
    background: whitesmoke !important;
}


span.dashboard-icon i {
    font-size: 40px; 
}

@media screen and (max-width: 1024px) {
    .group_line_text{
        margin-left: 317px !important;
    }
    .invalid_files_span {
        margin-left: -47.8% !important;
    }
}

@media screen and (max-width: 768px) {
    .group_line_text {
        margin-left: 310px !important;
    }

    .invalid_files_span {
        margin-left: -49.8% !important;
    }
}

@media screen and (max-width: 576px) {
    .group_line_text {
        margin-left: 193px !important;
        text-align: left;
    }
    .invalid_files_span {
        margin-left: -67.8% !important;
    }
}

@media screen and (max-width:425px) {
    .invalid_files_span {
        margin-left: -95.8% !important;
    }
}

@media screen and (max-width: 375px) {
    .group_line_text {
        margin-left: 148px !important;
        text-align: left;
    }
}











.partner-drop-down {
    float: left;
    width: 110px;
    position: relative;
}

    .partner-drop-down .partner-drop-down-inner { display:none;
    }



    .partner-drop-down:hover .partner-drop-down-inner {
        background: #1c1e3a !important;
        padding: 10px;
        display: block;
        position: absolute;
        top: -60px;
        right: 100%;
        box-shadow: 0px 0px 12px #ccc;
        width: 400px;
        z-index: 999;
        border: 1px #ddd solid;
        border-radius: 6px;
    }


    .partner-drop-down .partner-drop-down-inner table.table { background:#fff !important; margin:0px !important; 
    }



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500&display=swap'); 


body.cimpaas-new {
    font-family: 'Open Sans', sans-serif !important; font-weight:600 !important;
}

body.cimpaas-new .content-header {
    position: relative;
    padding: 12px 30px;
    background-color: #fff;
    border-bottom: 1px solid #e1e6ef;
    margin-bottom: 0px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin-bottom: 5px;
    margin-top: 10px;
}

body.cimpaas-new .content-header .header-icon {
    font-size: 48px;
    color: #009688;
    width: 68px;
    float: left;
    margin-top: -4px;
    line-height: 0;
}
body.cimpaas-new .content-header .header-title {
    margin-left: 68px;
}

body.cimpaas-black.cimpaas-new section.content-header .header-title h1 {
    margin: 0 !important;
    font-size: 24px;
    color: #222;
    font-weight: 600;
}

body.cimpaas-new .content-header .header-title small {
    font-size: 13px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 600;
    color: #222;
}



body.cimpaas-black.cimpaas-new .main-container.main-container-main-01 
{ margin-top: 30px; clear: both; }
body.cimpaas-black.cimpaas-new .main-container.main-container-main-01 > .main-content 
{ background: none !important;   margin: 0px !important; }


body.cimpaas-black.cimpaas-new .main-content > .container { padding:0px !important; 
}

body.cimpaas-black.cimpaas-new .navbar.navbar-inverse.navbar-fixed-top {
    background: #2A3F54 !important;
}
body.cimpaas-black.cimpaas-new .main-navigation {
    background-color: #010a0f !important;
}

body.cimpaas-black.cimpaas-new ul.dashboard-new li.col-md-4 {
    width: 25%;
}
body.cimpaas-black.cimpaas-new {
    background-color: #ecedef;
}
    body.cimpaas-black.cimpaas-new .tab-content.tab-content-new { background:#fff !important; 
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); padding:17px !important;
    }
    body.cimpaas-black.cimpaas-new span.dashboard-bg {
        background-color: #009688;
        height: 130px;
        border-radius: 4px;
        position: relative;
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px #888;
        box-shadow: 0 0 5px #888;
    }

    body.cimpaas-black.cimpaas-new span.dashboard-bg:hover {
        background-color: #0c0b0c;
    }

body.cimpaas-black.cimpaas-new span.dashboard-icon {
    width: 70px;
    height: 60px;
    float: left;
    background: none;
    text-align: center;
    line-height: 69px;
    font-size: 3em;
    color: #fff;
}
    body.cimpaas-black.cimpaas-new span.dashboard-text { width:100% !important; 
    }

body.cimpaas-black.cimpaas-new span.count-nuber {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 12px;
    right: 12px;
}

    body.cimpaas-black.cimpaas-new  span.dashboard-text p {
        margin-top: 0;
        font-size: 23px;
        margin-bottom: 0;
        color: #fff;
        text-align: left;
        padding: 10px; line-height:23px !important; 
    }
    

    body.cimpaas-black.cimpaas-new ul.nav.nav-tabs.nav-tabs-new li.active a {
        background-color: #fff !important;
        border: none;
        color: #272946 !important;
        border-top: 3px #009688 solid !important;
    }


    body.cimpaas-black.cimpaas-new .nav-tabs > li > a, body.cimpaas-black.cimpaas-new .nav-tabs > li > a:focus {
        background-color: #f5f5f5 !important;
        border: none !important;
        color: #000 !important;
        border-top: 3px #f5f5f5 solid !important;
    }



    body.cimpaas-black.cimpaas-new ul.main-navigation-menu > li a { border:none !important; padding-top:12px; padding-bottom:15px; 
    }
    body.cimpaas-black.cimpaas-new .releasediv-row .btn-primary {
        color: #2a3f54;
        background-color: #ffffff !important;
        line-height: 1.5 !important;
        border-color: #ffffff !important;
        font-size: 14px !important;
        padding: 7px 20px !important;
        border: none !important;
    }

    body.cimpaas-black.cimpaas-new .navbar-inverse .nav > li.current-user > a {
        color: #ffffff !important;
    }
    body.cimpaas-black.cimpaas-new .navbar-inverse .nav > li:hover > a, .navbar-inverse .nav > li:active > a {
        color: #fff;
        background: none !important;
    }


    body.cimpaas-black.cimpaas-new .green-block label {
        color: #374767 !important;
        font-weight: 700;
        font-size: 14px !important;
        font-family: 'Open Sans', sans-serif !important;
    }

    body.cimpaas-black.cimpaas-new .container { padding-left:0px !important; padding-right:0px !important; 
    }


    body.cimpaas-black.cimpaas-new .section-new-design {
        padding: 20px;
    }


    body.cimpaas-black.cimpaas-new h2.title {
        margin: 0;
        padding: 8px 0 6px 0;
        font-size: 20px;
        border-bottom: 1px #b7b9bf solid;
        clear: both;
        font-weight: normal !important;
        background: #e8f1f3;
        padding: 15px 12px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    }

    body.cimpaas-black.cimpaas-new .green-block {
        background: #fff;
        padding: 15px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    }

    body.cimpaas-black.cimpaas-new i.circle-new {
        font-weight: bold;
        font-style: normal;
        font-size: 16px;
        line-height: normal !important;
        background: #009688;
        padding: 3px 15px;
        border-radius: 6px;
        color: #fff;
    }


    body.cimpaas-black.cimpaas-new .pagination > .active > a, body.cimpaas-black.cimpaas-new .pagination > .active > span, body.cimpaas-black.cimpaas-new .pagination > .active > a:hover, body.cimpaas-black.cimpaas-new .pagination > .active > span:hover, body.cimpaas-black.cimpaas-new .pagination > .active > a:focus, body.cimpaas-black.cimpaas-new .pagination > .active > span:focus {
        background-color: #009688 !important;
        border-color: #009688 !important;
    }
    body.cimpaas-black.cimpaas-new .search-new i.fa-search {
        background: #009688;
        width: 40px;
        height: 40px;
        float: right;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
    }
    body.cimpaas-black.cimpaas-new .mb-3 {
        min-height: inherit !important;
    }

    body.cimpaas-black.cimpaas-new .btn-primary {
        color: #fff;
        background-color: #009688 !important;
        line-height: 1.5 !important;
        border-color: #009688 !important;
        font-size: 14px !important;
        padding: 7px 20px !important;
        border: none !important;
    }
    body.cimpaas-black.cimpaas-new .green-block .col-md-4.mb-3 {
        width: 51%;
        margin-bottom:30px; min-height:initial !important; padding-left:30px; 
    }

        body.cimpaas-black.cimpaas-new .green-block .col-md-4.mb-3 .col-md-11 { width:100%; 
        }

    body.cimpaas-black.cimpaas-new div#divNotesgroup {
        text-align: left !important;
        padding-left: 30px;
    }
    body.cimpaas-black.cimpaas-new table.table.new-table tr th {
        font-weight: bold !important;
        color: #3d4767 !important;
        font-size: 14px !important;
        background-color: #e8f1f3 !important;
        white-space: nowrap;
    }

body.cimpaas-black.cimpaas-new table {
    border-spacing: 0;
    border-collapse: collapse;
}



    body.cimpaas-black.cimpaas-new .green-block .form-control {
        width: 100% !important;
        height: 34px !important;
        padding: 6px 12px !important;
        font-size: 14px !important;
        line-height: 1.42857143 !important;
        color: #555 !important;
        background-color: #fff !important;
        background-image: none !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    }
    body.cimpaas-black.cimpaas-new .green-block .dropdown-new button.dropdown-toggle {
        width: 100% !important;
        height: 34px !important;
        padding: 6px 12px !important;
        font-size: 14px !important;
        line-height: 1.42857143 !important;
        color: #555 !important;
        background-color: #fff !important;
        background-image: none !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    }


    body.cimpaas-black.cimpaas-new .chosen-select-new .chosen-container-single .chosen-single {
        width: 100% !important;
        height: 34px !important;
        padding: 0px 12px !important;
        font-size: 14px !important;
        line-height: 1.42857143 !important;
        color: #555 !important;
        background-color: #fff !important;
        background-image: none !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    }

    body.cimpaas-black.cimpaas-new .chosen-container-single .chosen-single span {
        margin-top: 2px;
        color: #999999 !important;
        opacity: 1;
        font-weight: 400 !important;
    }
    body.cimpaas-black.cimpaas-new .form-control::-moz-placeholder {
        color: gray;
        opacity: 1;
        font-weight: 500;
    }
    body.cimpaas-black.cimpaas-new .form-control label.checkbox-inline {
        font-weight: 400 !important;
        margin: 0px !important;
    }
    body.cimpaas-black.cimpaas-new .col-md-1.p-0 label.label {
        margin: 25px 0 !important;
    }
    body.cimpaas-black.cimpaas-new .form-control::-moz-placeholder {
        color: #999999 !important;
        opacity: 1;
        font-weight: 400 !important;
    }
    body.cimpaas-black.cimpaas-new .form-control::-webkit-input-placeholder {
        color: #999999 !important;
        opacity: 1;
        font-weight: 400 !important;
    }
    body.cimpaas-black.cimpaas-new .form-control:-moz-placeholder {
        color: #999999 !important;
        opacity: 1;
        font-weight: 400 !important;
    }

    body.cimpaas-black.cimpaas-new .form-control::-webkit-input-placeholder, #test-both:input:-moz-placeholder {
        color: #999999 !important;
        opacity: 1;
        font-weight: 400 !important;
    }

    body.cimpaas-black.cimpaas-new .form-control::-webkit-input-placeholder {
        color: #999999 !important;
        opacity: 1;
        font-weight: 400 !important;
    }

    body.cimpaas-black.cimpaas-new .form-control:-moz-placeholder {
        color: #999999 !important;
        opacity: 1;
        font-weight: 400 !important;
    }
    body.cimpaas-black.cimpaas-new .green-block .dropdown-new button.dropdown-toggle {
        color: #999999 !important;
        opacity: 1;
        font-weight: 400 !important; 
    }




table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}
@media only screen and (min-device-width: 1px) and (max-device-width:1200px) {
    body div.green-block .form-control {
        height: auto !important;
        min-height: 44px;
    }
    div.fontlable {
        font-size: 12px !important;
    }
    div .popupset {
        margin-top: 4% !important;
        width: 60% !important;
        overflow-y: scroll !important;
        height: 500px !important;
        display: block !important;
        left: 40% !important
    }
}

@media only screen and (min-device-width: 1px) and (max-device-width:614px) {
    .mt{
        margin-top: 20px;
    }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    body.modal-open .modal {
        width: 100% !important;
        left: 0px !important;
        right: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
        top: 10px !important;
        height: auto !important;
    }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
    .widthtbtn{
        width:100% !important;
    }
}
.breadcrumb{
    display:none;
}
h2.title {
    margin: 0px 0 15px 0;
    padding: 0 0 0px 0;
    font-weight: normal;
    COLOR: #33009a;
    text-transform: capitalize;
    font-size: 30px;
    display: block;
    font-weight: 500;
    clear: both;
    width: 100%;
    float: left;
    letter-spacing: 0px;
}
body {
    color: #000;
    direction: ltr;
    font-size: 16px;
    font-weight: 500;
    padding: 0px !important;
    margin: 0px !important;
    background: #E4E6F2 !important;
    font-family: "Jost", sans-serif !important;
}
.pagesize {
    border-radius: 12px !important;
    padding: 6px !important;
    background-color: #fff !important;
    color: #33009a !important;
    outline: none !important;
    border: 1px #e4e6f2 solid !important;
    word-wrap: normal !important;
    font-size: 16px;
}
.Search-new {
    width: 300px;
    float: right;
    position: relative !important;
}
    .Search-new .search-btn {
        position: absolute;
        right: 2px;
        top: 3px;
        width: 26px;
        height: 40px;
        float: right;
        padding: 0;
        background: white;
        border-radius: 12px;
        font-size: 20px;
        color: #33009a;
        text-align: center;
        line-height: 40px;
    }
    .Search-new .close-btn {
        position: absolute;
        right: 28px;
        top: 3px;
        width: 26px;
        height: 40px;
        float: right;
        padding: 0;
        background: white;
        border-radius: 12px;
        font-size: 20px;
        color: #33009a;
        text-align: center;
        line-height: 40px;
    }
div.form-control {
    float: left;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 44px;
    float: left;
}
 .input-text-2020 .form-control {
    border-radius: 0px !important;
    text-align: center !important;
}
.custom-select {
    background-color: #fff;
    color: #000;
    padding: 10px 12px !important;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 44px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    padding-right: 30px !important;
    border: 1px solid #ced4da;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    padding-right: 35px !important;
}

.select-options {
    max-height: 36vh;
    overflow-y: auto !important;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 12px;
    border: 1px #ced4da solid;
}
    .select-options li {
        color: #3b0a9e;
        margin: 0;
        padding: 12px 0;
        /* text-indent: 15px; */
        /* border-top: 1px solid #AED581; */
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
        padding-left: 15px;
        word-break: break-word;
        padding-right:5px;
        white-space:normal; 
    }
.input-group-date {
    width: 100%;
    float: left;
    position: relative;
}
    .input-group-date span.fa.fa-calendar {
        background: #33009a;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border-radius: 100px;
        position: absolute;
        right: 8px;
        top: 8px;
        color: #fff;
        font-size: 13px;
    }
.label p {
    float: right;
    margin: 0px !important;
    letter-spacing: 0;
}

h4.dark-green-inner-titel {
    margin: 0px;
    padding: 0 0 5px 0;
    border-bottom: 1px #acb79f solid;
}
h2.title.title-address {
    margin-top: 0px;
}
h3.title {
    margin: 0px 0 0px 0;
    padding: 0 0 0px 0;
    font-weight: normal;
    COLOR: #33009a;
    text-transform: capitalize;
    font-size: 25px;
    display: block;
    font-weight: 500;
    clear: both;
    width: 100%;
    float: left;
    letter-spacing: 0px;
}
.green-block ul.nav.nav-tabs {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    /* border-bottom: 1px #adafbb solid !important; */
    text-align: center;
    border: none;
    background: no-repeat;
}
.nav-tabs {
    position: relative;
    top: 1px;
}
.green-block ul.nav.nav-tabs li {
    float: none;
    display: inline-block;
}
.green-block ul.nav.nav-tabs li.active a {
    background-color: #b631e6 !important; 
    color: #fff !important;
}
.green-block ul.nav.nav-tabs li a {
    border: none !important;
    background-color: #33009a;
    color: #fff !important;
    float: left;
    padding: 15px 22px;
    box-shadow: none !important;
    height: auto;
    border-radius: 12px 12px 0 0px !important;
}
.tab-content {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    padding: 0px;
    border: none;
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
body.patner-login span#ErrFileName {
    margin: 0px !important;
    padding: 0px !important;
}
 
.input-group-btn .btn {
    border-radius: 100px !important;
    float: left;
    line-height: normal !important;
    margin: 1px;
}
.input-group-btn .btn {
    border-radius: 100px !important;
    float: left;
    line-height: normal !important;
    margin: 1px;
}
body.patner-login div#panel_tab3_example7 .table-responsive {
    overflow: scroll;
    float: left;
    width: 100%;
    height: 350px;
}
body.patner-login .table-responsive .new-table-01 {
    border: none;
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
}
.Search-new {
    width: 300px;
    float: right;
    position: relative !important;
}
 .form-control:focus {
    border: 1px solid #33009a !important;
}
.Search-new .search-btn {
    position: absolute;
    right: 2px;
    top: 3px;
    width: 26px;
    height: 40px;
    float: right;
    padding: 0;
    background: white;
    border-radius: 12px;
    font-size: 20px;
    color: #33009a;
    text-align: center;
    line-height: 40px;
}
.Search-new .close-btn {
    position: absolute;
    right: 28px;
    top: 3px;
    width: 26px;
    height: 40px;
    float: right;
    padding: 0;
    background: white;
    border-radius: 12px;
    font-size: 20px;
    color: #33009a;
    text-align: center;
    line-height: 40px;
}
::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #b631e6;
}
::-webkit-scrollbar {
    width: 15px;
    background-color: #33009a;
    border-radius: 0 0 5px 0;
    border-radius: 100px;
}

.form-control::placeholder {
    color: #33009a;
    opacity: 1;
}
div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.table-bordered {
    border: none !important;
}
.table thead tr {
    color: #000;
    font-weight: normal;
}
.table.table-bordered thead tr th {
    color: #000;
    font-weight: bold !important;
    border: none;
}
table.table.display.nowrap th {
    white-space: nowrap;
}
table.dataTable thead th {
    border-bottom: none !important;
}
.dataTables_scrollHeadInner {
    border: none;
    border-bottom: none !important;
}
table.dataTable.no-footer {
    border-bottom: none !important;
}
.table tr td {
    border: none;
    background: #FFF !important;
}
a:hover, a:focus {
    color: #b631e6;
    text-decoration: none;
}
a {
    color: #33009a;
    text-decoration: none;
}
table.table.display.nowrap td {
    white-space: nowrap;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none ;
}
.dataTables_wrapper .row .col-md-6:first-child .dataTables_length label {
    float: left;
    margin: 14px 0 9px 0;
}
div.dataTables_length label {
    float: left;
    text-align: left;
}
.dataTables_wrapper .dataTables_length select:focus {
    border: 1px solid #33009a !important;
}
.dataTables_wrapper .dataTables_length select {
    border-radius: 12px !important;
    padding: 6px !important;
}
}

div.dataTables_length select {
    width: 75px;
}
.dataTables_wrapper .row .col-md-6:last-child .dataTables_filter {
    float: right;
    text-align: right;
    margin: 14px 0 9px 0;
}
/*.dataTables_wrapper .row .col-md-6:last-child .dataTables_filter {
    width: 100%;
}
  */  .dataTables_wrapper .row .col-md-6:last-child .dataTables_filter label {
        width: 100%;
    }
div.dataTables_filter label {
    float: right;
}
.dataTables_filter input[type="search"] {
    background: #fff !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    border: 1px solid #ced4da !important;
    border-radius: 12px !IMPORTANT;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: 500 !important;
    line-height: normal !important;
    height: auto !important;
    box-shadow: none !important;
    width: auto !important;
}
.dataTables_filter input[type="search"] {
    margin: 0 0 0 5px !important;
}
table tr td .btn {
    float: left;
    white-space: nowrap;
    margin: 2px;
}
table.table .btn {
    margin-top: 1px;
    margin-bottom: 1px;
}
.dataTables_empty {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
body.patner-login table.dataTable td.dataTables_empty {
    border: none !important;
    padding: 12px !important;
}
.info-box {
    display: block;
    min-height: 90px;
    background: none;
    width: 100%;
    box-shadow: none;
    border-radius: 2px;
    margin-bottom: 0px;
}
.info-box-icon {
    background: #33009a !important;
    line-height: 90px !important;
    border-radius: 100px;
}
span.info-box-icon i.fa {
    color: #fff;
}
.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}
.info-box-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-top: 10px;
    font-weight: 500;
    color: #33009a;
    font-size: 16px;
}
.info-box .info-box-content span.info-box-number {
    color: #33009a;
    font-size: 24px;
}
.info-box-number {
    display: block;
    font-weight: bold;
    text-align: left;
}
.bg-aqua {
    background: #00c0ef;
    color: #fff;
}
ol.dashboard-box {
    list-style: none;
}
.dashboard-box li {
    margin-bottom: 30px;
}
.dashboard-box {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
    .dashboard-box a {
        cursor: pointer !important;
    }
td.dataTables_empty {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #33009a !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}
.verificationDetail-design .row.d-flex.mb-4 {
    margin-bottom: 2rem !important;
}
.verificationDetail-design .section {
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 24px rgba(0, 0, 0, 0.08);
    height: 100%;
}
.section {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0px 0 0;
}
.head_title {
    padding: 0 0 5px;
    border-bottom: 1px solid #33009a;
    font-size: 2.3rem;
    color: #33009a;
}
table.green-block {
    padding: 15px;
    background: #fff;
}

.table-bordered td, .table-bordered th {
    border: 1px #cbceda solid !important;
}
.table td {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 18px !important;
}


.boxSize {
    background: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 24px rgba(0, 0, 0, 0.08);
    height: 100%;
    padding: 15px;
    margin-top: 20px;
}
.table-bordered th {
    border:none !important;
}
div#panel_tab3_example7 .table-responsive {
    float: left;
    width: 100%;
    height: 350px;
}
.col-md-4 h2.title {
    margin-top: 0px;
    font-size: 20px;
}
.new-table-02 td b {
    color: #333333;
}
b, strong {
    font-weight: 500;
}
table.table.new-table-02 th {
    background: #33009a;
    color: #fff !important;
}
.dataTables_filter input[type="text"] {
    background: #fff !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    border: 1px solid #ced4da !important;
    border-radius: 12px !IMPORTANT;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: 500 !important;
    line-height: normal !important;
    height: auto !important;
    box-shadow: none !important;
    width: auto !important;
}
    .dataTables_filter input[type="text"]:focus {
        border: 1px solid #33009a !important;
    }

.info-box-number {
    display: block;
    font-weight: bold;
    text-align: left;
}
.info-box-content span.info-box-number {
    color: #33009a;
    font-size: 24px;
}
.dashboard-box li {
    margin-bottom: 30px;
}
.dashboard-box {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
ol.dashboard-box {
    list-style: none;
}

.info-box {
    min-height: 90px;
    background: none;
    width: 100%;
    box-shadow: none;
    border-radius: 2px;
    margin-bottom: 0px;
}
.info-box-icon {
    background: #33009a !important;
    line-height: 90px !important;
    border-radius: 100px;
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}
.text-center{
    text-align:center;  
}
.f-12 {
    font-size: 12px;
}
.pull-right {
    float: right !important;
}
h5.title {
    margin: 0px 0 7px 0;
    padding: 0 0 0px 0;
    font-weight: normal;
    COLOR: #33009a;
    text-transform: capitalize;
    font-size: 20px;
    display: block;
    font-weight: 500;
    clear: both;
    width: 100%;
    float: left;
    letter-spacing: 0px;
}
i#filtersubmit {
    background: #fff;
    position: absolute;
    right: 21px !important;
    top: 31px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #33009a !important;
    left: auto;
    font-size: 20px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border-color: #33009a;
    box-shadow: none;
    outline: none;
}
/*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"] {
    background: #fff !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    border: 1px solid #ced4da !important;
    border-radius: 12px !IMPORTANT;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: 500 !important;
    width: 100% !important;
    line-height: normal !important;
    height: auto !important;
    box-shadow: none !important;
}*/

.col-md-2.vis-m-g {
    width: 4%;
    padding: 0px 0 0 0px;
    padding-top: 200px;
    text-align:center;  
}
.col-md-5.vis-c-g {
    width: 48%;
}
.row {
    clear: both !important;
}


.col-md-2.vis-m-g input.btn {
    margin: 2px 0 !important;
    padding: 9px 0px !important;
    font-weight: bold !important;
    width: 100% !important;
}
.style-main-title {
    background: #33009a;
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
    color: #fff;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
#style_selector {
    background: none repeat scroll 0 0 #FFFFFF;
    position: fixed;
    right: 0;
    top: 100px;
    width: 215px;
    z-index: 999;
}
#style_selector_container {
    border: 1px solid rgba(23, 24, 26, 0.15);
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
    display: none;
}
.with-check-box input[type=checkbox] {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 1px !important;
    margin-left: 3px;
}
.col-md-4.mb-3 input.form-control::placeholder {
    color: #33009a;
}
.col-md-4.mb-3 textarea.form-control::placeholder {
    color: #33009a;
}
ol.dashboard-new {
    list-style: none;
}
.dashboard-new li {
    height: 120px;
}
.dashboard-new a {
    cursor: pointer !important;
}
.info-box-icon {
    background: #33009a !important;
    line-height: 90px !important;
    border-radius: 100px;
}
.input-text-2020 .form-control {
    border-radius: 12px !important;
    text-align: center !important;
    height: 44px !important;
}
.form-control {
    background: #fff !important;
    font-size: 16px !important;
    padding: 12px 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    border: 1px solid #ced4da !important;
    border-radius: 12px !IMPORTANT;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: 500 !important;
    width: 100% !important;
    line-height: normal !important;
    height: auto !important;
    box-shadow: none !important;
}

.custom-select:after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 6px;
    right: 6px;
    transform: rotateZ(0deg);
    transition: all 0.5s;
    transform-origin: 50% 25%;
    background-image: url(https://pozitivetelecomcustomer.pozitivehub.com/Assets/image/drop-down-arrow.png);
}
.select-options li:hover {
    color: #ffffff;
    background: #33009a;
}


body.cimpaas-black ul.main-navigation-menu > li a:hover span {
    color: #b631e6; 
}

body.cimpaas-black ul.main-navigation-menu > li a:hover i {
    background-color: #b631e6
}


    body.cimpaas-black ul.main-navigation-menu > li a:hover i.icon-arrow
    { background-color:transparent !important; }



.dashboard-new .card {
   background:none;

    border-radius: 12px;
    border: 1px #cbcdda solid;
    padding: 15px 0;
}


h2.title-small {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #666;
}


.dashboard-card {
    border: 1px #c8cad8 solid;
    float: left;
    width: 100%;
    padding: 15px 0;
    border-radius: 12px;
    height: 120px;
    margin-bottom: 30px;
    margin-top: 10px;
}


.todays-call a:hover .circle-icon.circle-green {
    background-color: #b631e6; 

}
.todays-call a:hover .info-box-text {
    color: #b631e6;
}

.todays-call a:hover span.info-box-number {
    color: #b631e6;
}


select.form-control {
    /* display: none !important; */
    padding: 8px 15px !important;
}


input.form-control[disabled]
{ background:#EEE !important; }


body.cimpaas-black .dataTables_scrollHeadInner
{ border:none !important; }
label.label {
    width: 100%;
    display: block;
    margin-bottom:5px; 
}


.page-header
{ border:none !important; }


h4.sub-titel {
    font-size: 20px;
    color: #33009a;
    border-bottom: 1px #33009a solid;
    padding: 0 0 8px 0;
}
td.dataTables_empty {
    border: none !important;
}


body.cimpaas-black .main-navigation .navigation-toggler
{ display:none; }

.chosen-container.chosen-container-multi {
    width: 100% !important;
    box-shadow: none !important;
    margin:0px !important; 
}


    .chosen-container.chosen-container-multi ul.chosen-choices {
        background: #fff !important;
        font-size: 16px !important;
        padding: 12px 15px !important;
        font-weight: 500 !important;
        color: #000 !important;
        border: 1px solid #ced4da !important;
        border-radius: 12px !IMPORTANT;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        font-weight: 500 !important;
        width: 100% !important;
        line-height: normal !important;
        height: auto !important;
        box-shadow: none !important;
    }





span.select2.select2-container {
    width: 100% !important;
    /* background: #fff; */
    margin: 0px !important;
    padding: 0px !important;
}

    span.select2.select2-container ul.select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }


span.select2.select2-container {
    margin: 0px !important;
    padding: 0px !important
}


    span.select2.select2-container ul.select2-selection__rendered input[type="search"] {
        background: #fff !important;
        font-size: 16px !important;
        padding: 12px 15px !important;
        font-weight: 500 !important;
        color: #000 !important;
        border: 1px solid #ced4da !important;
        border-radius: 12px !IMPORTANT;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        font-weight: 500 !important;
        width: 100% !important;
        line-height: normal !important;
        height: auto !important;
        box-shadow: none !important;
        margin: 0px !important;
    }

.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    cursor: text;
}

.select2-container .select2-search--inline {
    float: left;
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #33009a !important;
    color: white;
}

.note-editable {
    background: #fff;
    overflow: hidden !important;
}



table.table tr th, table.table tr td {
    white-space: nowrap !important;
}

    table tr td .btn {
        float: none !important; display:inline-block; 
    }



    table.dataTable tr td .core-box
    { margin:0px !important; padding:0px !important; }

body.cimpaas-black table.dataTable tr td .core-box i.circle-icon {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 22px !important;
    background: #33009a;
    background-color: #33009a;
    /* border-color: #50ca68; */
    border: none !important;
    width: auto !important;
    color: #fff;
    border-radius: 100px;
    height:auto !important; 
    line-height:normal !important; 
    font-size:16px !important; 
}


body.cimpaas-black table.dataTable tr td .core-box .heading
{ margin:0px !important; padding:0px !important; }


body.cimpaas-black table.dataTable tr td  .flot-mini-container {
    height: auto !important;
    margin: 0px !important;
}


.modal .panel-body
{ padding:15px !important; }



.hide-class 
{ width:100% !important; }

.col-md-4.mb-3.hide-class {
    width: 33.33% !important;
}



.pr-0
{ padding-right:0px !important}

.pl-0 {
    padding-left: 0px !important
}

.w-100
{ width:100%;}

.pt-5
{ padding-top:50px !important;}
.mt-5 {
    margin-top: 50px !important;
}

.footer {
    clear: both !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    float: left !important;
    height: 50px !IMPORTANT;
    display: block !important;
}


th.center {
    background: none !important;
}


table.table tr td table.table tr td {
    padding: 0px !important;
    border: none !important;
}


body.cimpaas-black .tabbable ul#myTab4 li.new-li {
    float: left !important;
    margin: 1px !important;
}
body.cimpaas-black .tabbable ul#myTab4 li.new-li a {
    float: left !important;
    margin: 1px !important;
}


div#style_selector .col-md-1 input {
    margin-top: 13px !important;
    float: left;
}


ol.pagination {
    float: right;
}


.flow-main-div
{ margin:0px !important; padding:0px !important; border:none !important; }

    .flow-main-div .flow-header {
        margin: 0px !important;
        padding: 0px !important;
        border: none;
        border-bottom: 1px #33009a solid;
        color: #33009a !important;
        font-size: 20px !important;
        background-color: transparent !important;
        margin-bottom: 20px !important;
    }

.flow-main-div .row .col-md-12 
{ padding:0px !important; }


div#idForScrollDown h2.title {
    margin-top: 30px;
}


body.cimpaas-black .tabbable ul#myTab4 li.new-li
{ height:50px; }

.chosen-container.chosen-container-single a.chosen-single
{ width:100% !important; }

.chosen-container.chosen-container-single .chosen-drop {
    width: 100% !important;
}


body.cimpaas-black table.table td .button-container
{ display:inline; }

.dataTables_length select
{ background:#fff;}

.dataTables_length select {
    background-color: #fff !important;
    border-color: #ced4da !important;
}


.main-navigation ul.sub-menu i {
    display: none;
}
.col-sm-4#divButtons {
    margin-bottom: 10px !important;
}



.Editor-editor
{ background:#fff;}


.bootstrap-datetimepicker-widget li.collapse {
    display: none;
}


.bootstrap-datetimepicker-widget li.collapse.in {
    display: block;
}


li.picker-switch.accordion-toggle .btn {
    padding: 0px;
    background: none;
    background-color: transparent;
    color: #000;
}
li.picker-switch.accordion-toggle .btn:hover {
    padding: 0px;
    background: none;
    background-color: transparent !important;
    color: #000;
}



.bootstrap-datetimepicker-widget a.btn
{ padding:0px; margin:0px; color:#000; background:none; background-color:transparent;}


.bootstrap-datetimepicker-widget a.btn:hover {
    padding: 0px !important;
    margin: 0px !important;
    color: #000 !important;
    background: none !important;
    background-color: transparent;
}


.alert-success {
    margin-bottom: 0px !important;
    background: #33009a !important;
    padding: 15px !important;
    color: #fff !important;
}
button.close.closeMsg {
    color: #ffffff;
    opacity: 1;
}
.alert-close {
    float: right;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}
.alert-danger {
    margin-bottom: 0px !important;
    background: #b631e6 !important;
    padding: 15px !important;
    color: #fff !important;
}
.table tr td {
    background: #FFF !important;
}
button.close {
    color: #666 !important;
    font-size: 24px !important;
    opacity: 1 !important;
}
    button.close:hover {
        color: #000 !important;
        font-size: 24px !important;
        opacity: 1 !important;
    }
.with-check-box input[type=checkbox] {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 10px !important;
}
.with-check-box .form-control {
    width: -moz-calc(100% - 30px) !important;
    width: -webkit-calc(100% - 30px) !important;
    width: -o-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
    float: right;
}
.form-control {
    background: #fff !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    border: 1px solid #ced4da !important;
    border-radius: 12px !IMPORTANT;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: 500 !important;
    width: 100% !important;
    line-height: normal !important;
    height: auto !important;
    box-shadow: none !important;
}
/*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"] {
    background: #fff !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    border: 1px solid #ced4da !important;
    border-radius: 12px !IMPORTANT;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: 500 !important;
    width: 100% !important;
    line-height: normal !important;
    height: auto !important;
    box-shadow: none !important;
}*/
       input[type="text"]::placeholder {
            color: #33009a !important;
            opacity: 1 !important;
        }
.btn-default {
    color: #fff !important;
    background-color: #33009a !important;
    border-color: #ccc;
}
.btn:hover{
    color: #fff !important;
    background-color: #b631e6 !important;
}

.btn:focus {
    color: #fff !important;
    background-color: #33009a !important;
}

body.cimpaas-black.sales-agent .main-container.main-container-main-01 > .main-content {
    width: 100% !important;
    padding-right: 15px;
}
span.form-control {
    background: #fff !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    border: 1px solid #ced4da !important;
    border-radius: 12px !IMPORTANT;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: 500 !important;
    width: 100% !important;
    line-height: normal !important;
    height: auto !important;
    box-shadow: none !important;
    min-height: 44px;
}
input[type=radio], input[type=checkbox] {
    margin: 0 3px 0 0 !important;
    line-height: normal !important;
   
}
.dataTables_filter input[type="search"]:focus {
    border: 1px solid #33009a !important;
}
.dataTables_wrapper .dataTables_length select {
    border-radius: 12px !important;
    padding: 6px !important;
    box-shadow: none !important;
    border: 1px #d0d6dd solid;
    background: #fff;
    color: #33009a;
}
.alert-success button.close {
    color: #fff !important;
    font-size: 24px !important;
    opacity: 1 !important;
}
span.info-box-icon.bg-aqua:hover {
    background: #b631e6 !important;
    color: #fff !important;
}
span.info-box-icon.info-box-content:hover {
    color: #b631e6 !important;
    font-size: 16px !important;
}


/*div#divSubmit .btn {
    float: none !important;
}*/




body select.form-control {
    height: 43px !important;
}


.tabbable h2 {
    margin-top: 15px !important;
}


    .tabbable h2.title {
        margin-top: 15px !important;
    }

.modal-body.pp p {
    color: #000;
    font-size: 12px;
}
p.sub-titel {
    font-size: 16px !important;
    color: #33009a !important;
}

.modal-body.pp ul li {
    font-size: 12px;
}
.modal-body.pp td {
    font-size: 12px !important; white-space:normal !important; 
}

.modal-body.pp ul
{ margin:0px; padding:0px; }


.form-control.uneditable-input {
    height: 45px !important;
}

.row.row-intproductidele .col-md-12 {
    margin-bottom: 15px;
}


.col-md-8.Main_col .panel.panel-primary {
    box-shadow: none !important;
    margin-bottom:0px; 
}


.Search-new input {
    background: #fff !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    border: 1px solid #ced4da !important;
    border-radius: 12px !IMPORTANT;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: 500 !important;
    width: 100% !important;
    line-height: normal !important;
    height: auto !important;
    box-shadow: none !important;
}

.with-check-box .chosen-container {
    width: -moz-calc(100% - 30px) !important;
    width: -webkit-calc(100% - 30px) !important;
    width: -o-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
    float: right;
}

table.price-table tr th {
    border: 1px solid #dddddd !important;
    text-align: center !important;
    padding: 8px !important;
    background: #fff !important;
    color: #000 !important;
}





    .timepicker-picker table tr td a
    { margin:0px !important; padding:0px !important; }



body table.table.view-user-table td .select.wraping {
    width: 200px !important;
    text-align: left;
}

.dt-buttons {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: right;
}

    .dt-buttons .buttons-excel {
        font-size: 16px !important;
        font-weight: 500 !important;
        padding: 10px 22px !important;
        background: #33009a !important;
        background-color: #33009a;
        /* border-color: #50ca68; */
        border: none !important;
        width: auto !important;
        color: #fff !important;
        width: auto !important;
        border-radius: 100px;
        margin: 0px !important;
        float: right;
        height: auto;
        line-height: normal !important;
    }
        .dt-buttons .buttons-excel:hover {
            color: #fff !important;
            background-color: #b631e6 !important;
        }


.tree-multiselect input.textboxK {
    display: none !important;
}
