body {
    color: #3e3e3e;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    background: #f1f2f7;
}

.cl-mcont a:link {
    text-decoration: underline;
}

.cl-mcont a:hover, a:active {
    text-decoration: none;
}

.accordion a:hover, .accordion a:active, .accordion a:link, .pagination a:link, .dropdown-menu a:link, .tab-container a:link {
    text-decoration: none;
}

.accordion a:hover, .accordion a:active {
    text-decoration: none;
}


hr {
    border-top: 1px solid #e4e4e4;
}

.cont p {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
}

p {
    font-size: 16px;
    line-height: 22px;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    background-color: #3e3e3e;
    border: 0 none;
    color: #fff;
    padding-left: 10px;
    padding-right: 15px;
}

.navbar-default .navbar-brand {
    padding: 10px 15px;
    text-align: left;
    width: 250px;
    color: #FFF;
    background: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: 300;
    font-size: 19px;
    line-height: 18px;
    height: auto;
}

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        background: #fff;
    }

.page-head {
    background: #f1f2f7;
    border-bottom: none;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
    padding: 5px 0;
    position: relative;
}

    .page-head .breadcrumb {
        border-bottom: 1px solid #cbccd0;
        background: #f1f2f7;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        padding: 4px 20px;
        margin-bottom: 15px;
        border-radius: 0;
    }

.sidebarTemplate .page-head .breadcrumb {
    margin-bottom: 3px;
}

.sb-collapsed .sidebarTemplate .page-head .breadcrumb {
    padding-left: 50px;
}

.page-head h1 {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #5e94ff;
    letter-spacing: normal;
    padding-left: 20px;
    margin-bottom: 5px;
    margin-top: 6px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    border-bottom: 3px solid #ffa902;
    background: none;
    color: #FFF;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 3px solid #ffa902;
    background: none;
    color: #fff;
}

.dropdown-menu {
    background: #3e3e3e;
}

    .dropdown-menu > li > a,
    .dropdown-menu li > a {
        font-size: 15px;
        padding: 5px 20px;
        clear: both;
        color: #fff;
        display: block;
        font-weight: normal;
        line-height: 1.42857;
        white-space: nowrap;
        border-bottom: 1px solid #575757;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus,
        .dropdown-submenu:hover > a,
        .dropdown-menu li > a:hover {
            background: none;
            background-image: none;
            border-bottom: 1px solid #ffa400;
            color: #FFF;
        }

/*@US - Multi select checkbox dropdown styles*/
#multiselectDDul {
    background: #fff !important;
}

    #multiselectDDul > li > a,
    #multiselectDDul li > a {
        font-size: 15px;
        padding: 3px 20px !important;
        clear: both;
        color: #555 !important;
        display: block;
        font-weight: normal;
        line-height: 1.42857;
        white-space: nowrap;
        border-bottom: 1px solid #fff !important;
    }

        #multiselectDDul > li > a:hover,
        #multiselectDDul > li > a:focus,
        #multiselectDDul .dropdown-submenu:hover > a,
        #multiselectDDul li > a:hover {
            background: lightgray !important;
            background-image: none;
            border-bottom: 1px solid #ffa902 !important;
            color: #555 !important;
        }

#multiselectDDul {
    height: 250px !important;
    width: 100% !important;
}

#multiselectDDbutton, #multiselectDD {
    width: 100% !important;
}

    #multiselectDDbutton .caret {
        float: right;
        margin: 0;
        margin-bottom: 10px;
        margin-top: 12px;
    }

.nav.orange li {
    background: #ffa902;
    border-bottom: 3px solid #fea501;
}

.dropdown-header {
    color: #fff;
    font-weight: 700;
    margin-top: 6px;
    padding-left: 11px;
    font-size: 15px;
    cursor: pointer;
}

.col-menu-2 {
    min-width: 650px;
    padding-bottom: 10px;
    padding-top: 7px;
}

    .col-menu-2 > li ul {
        border-right: 1px solid #e8e8e8;
    }

    .col-menu-2 > li:last-child ul {
        border-right: none;
    }

    .col-menu-2 > li > ul > li > ul {
        padding-left: 60px;
        border: none;
    }

        .col-menu-2 > li > ul > li > ul > li {
            list-style-position: inside;
            padding-left: 0;
            list-style: disc;
        }

            .col-menu-2 > li > ul > li > ul > li a {
                padding-left: 0;
            }


.cl-mcont {
    background-color: #fff;
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    margin: 0 10px;
    padding: 5px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .cl-mcont .row {
        margin-top: 15px;
    }

    .cl-mcont .col-sm-12, .cl-mcont .col-md-12 {
        /* padding-left: 0; */
    }

h3, .block-flat .header h3 {
    font-size: 22px;
    color: #6498ff;
    font-weight: 400;
}

h4, h5 {
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 600;
    margin: 10px 15px;
    font-weight: 700;
}

h5 {
    margin-left: 0;
}


.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}

.form-control {
    border-radius: 5px;
    border-color: #cccccc;
    height: 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    font-size: 16px;
    padding: 5px 8px;
    /* BUG32 : Quote Details/Work Order/Assignment > Negative value is accepted in Quantity and Hours field in FF browser only */
    -moz-appearance: textfield;
}

select.form-control, textarea.form-control {
    padding: 5px 8px;
}

.btn {
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 1px 1px 0 rgba(255, 255, 255, 0.1) inset;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px !important;
    margin-left: 4px;
    outline: medium none;
    padding: 7px 12px;
}

.btn-white {
    background-color: #fff;
    border-color: #ccc;
}

    .btn-white span {
        color: #a1a1a1;
    }

.datetimepicker.dropdown-menu, .multiselect-container.dropdown-menu, .multiselect-container.dropdown-menu a, .multiselect-container.dropdown-menu a:hover {
    background: #fff;
    color: #3e3e3e;
}


.multiselect-container > li.active > a {
    background-color: #e4e4e4;
    border-bottom: 1px solid #cccccc;
}

.multiselect-container.dropdown-menu > li > a, .multiselect-container.dropdown-menu li > a {
    border-bottom: 1px solid #cccccc;
}


    .multiselect-container.dropdown-menu > li > a:hover, .multiselect-container.dropdown-menu > li > a:focus, .multiselect-container.dropdown-submenu:hover > a, .multiselect-container.dropdown-menu li > a:hover {
        border-bottom: 1px solid #a1a1a1;
    }

.checkbox-inline, .radio-inline {
    padding-left: 5px;
}

.open > .dropdown-toggle.btn-default {
    background: #fff;
    border: 1px solid #5e94ff;
}


/* accordion */

.accordion {
    margin-bottom: 40px;
}

    .accordion .panel {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        border: 1px solid #dbe7ff;
        margin-bottom: 5px;
        border-top: 0;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    }

    .accordion .panel-heading + .panel-collapse .panel-body {
        border-top: 0 none;
        padding: 20px 20px 20px 34px;
    }

.panel-heading {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px 15px;
}

.accordion .panel-heading {
    background: #dbe7ff;
    color: #3e3e3e;
}

    .accordion .panel-heading a.collapsed {
        color: #3e3e3e;
    }

    .accordion .panel-heading a .fa {
        font-size: 35px;
        line-height: 18px;
    }

    .accordion .panel-heading a .fa {
        transition: transform 200ms ease-in-out;
        margin-right: 5px;
        transform: rotate(90deg);
        color: #5e94ff;
    }


/* tables */

.table thead th {
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    color: #fff;
    background: #767676;
}

.table tbody td {
    font-size: 16px;
    padding: 7px 8px;
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\e150"; /* sort */
}

table.dataTable thead .sorting_asc:after {
    opacity: 0.9;
    content: "\e155"; /* sort-by-attributes */
    content: "\e252"; /* sort */
}

table.dataTable thead .sorting_desc:after {
    opacity: 0.9;
    content: "\e253"; /* sort-by-attributes-alt */
}




/* tables */

/* modals */

.md-modal {
    left: 50%;
    max-width: 90%;
    min-width: 320px;
    top: 50%;
    width: 1000px;
}

/* modals */


.form-group {
    margin-top: 7px;
    margin-bottom: 7px;
}

    .form-group .input-group {
        margin-bottom: 0;
    }

label {
    font-weight: normal;
    font-size: 16px;
}

    label .fa-info-circle, .InfoBtn i, .ViewLink {
        color: #c1c1c1;
        font-size: 22px;
        padding-left: 5px;
        vertical-align: baseline;
    }

.ViewLink {
    color: #4D90FD;
    line-height: 35px;
}

textarea.form-control {
    height: auto;
    min-height: 85px;
}

.form-control[readonly] {
    background: none;
    border: none;
    border-bottom: 1px solid #cccccc;
}

.btn-default .fa {
    color: #5e94ff;
    font-size: 20px;
}

.block-flat {
    padding: 5px 0;
}


    .block-flat .content {
        padding: 5px 3px 0 3px;
    }

.login-container .block-flat .header {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #dadada;
    padding: 9px 20px;
}

.input-group-addon {
    border-radius: 3px 0 0 3px;
    padding: 6px 11px;
    color: #767676;
}

.login-container .block-flat {
    border: 0 none;
    border-radius: 7px;
    box-shadow: none;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
}

.login-container .out-links a {
    color: #3e3e3e;
    text-shadow: none;
}


.tab-container {
    margin-top: 20px;
}

.nav-tabs {
    border-bottom: 1px solid #8eb4ff;
}

    .nav-tabs > li.active > a::after, .nav-tabs > li.active > a:hover::after, .nav-tabs > li.active > a:focus::after {
        background: #8eb4ff;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }


    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-width: 1px 1px 0;
    }


    .nav-tabs > li.active {
        border-left: 1px solid #8eb4ff;
        border-right: 1px solid #8eb4ff;
    }

    .nav-tabs > li {
        font-size: 14px;
        margin-right: 2px;
    }

        .nav-tabs > li > a {
            font-size: 14px;
            margin-right: 0;
            min-width: 50px;
            padding: 5px 10px;
            text-align: center;
        }

        .nav-tabs > li > a {
            font-size: 14px;
            margin-right: 0;
            min-width: 50px;
            padding: 8px 10px;
            text-align: center;
        }

    .nav-tabs > li {
        border: 1px solid #e7e7e7;
        border-bottom: none;
        background: #fff;
        font-size: 14px;
        margin-right: 2px;
    }

.tab-content {
    border: none;
    margin-bottom: 40px;
    padding: 20px;
}

.dd-item, .dd-empty, .dd-placeholder {
    font-size: 16px;
    line-height: 20px;
}

.dd-handle {
    background: #fff none repeat scroll 0 0;
    border: none;
    border-bottom: 1px solid #ddd;
    color: #333;
    cursor: default;
    display: block;
    margin: 5px 0;
    padding: 7px 10px;
    text-decoration: none;
}


.dd-item .dd-item {
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
    padding: 6px 15px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

    .dd-item .dd-item:hover {
        border-bottom: 1px solid #ffa902;
        background: #f0f1f6;
    }

.dd-handle {
    font-weight: 700;
}

.block-flat, .block-wizard {
    border: none;
}

.dd-handle:hover {
    color: #333;
    background: #f0f1f6;
    border-color: #ffa902;
}

.btn.btn-edit, .btn.btn-delete {
    border-radius: 50%;
    padding: 0;
    border: 0;
    box-shadow: none;
}

    .btn.btn-edit .fa, .btn.btn-delete .fa {
        font-size: 25px;
    }

.btn.btn-edit {
    color: #5e94ff;
}

.btn.btn-delete, .fa-plus-circle {
    color: #ff5d5d;
}

table.drilldown {
    border-bottom: 2px solid #8da8dd;
}

    table.drilldown th {
        background: #8da8dd;
        padding: 7px;
        color: #fff;
    }

    table.drilldown td {
    }

.table-responsive {
    -webkit-appearance: none;
}

    .table-responsive .row {
        margin: 0;
    }

    .table-responsive .col-sm-12 {
        padding: 0;
    }

@media (min-width: 768px) {
    .dropdown:hover {
        -webkit-box-shadow: inset 0px -3px 0px 0px rgba(254,166,1,1);
        -moz-box-shadow: inset 0px -3px 0px 0px rgba(254,166,1,1);
        box-shadow: inset 0px -3px 0px 0px rgba(254,166,1,1);
        display: block;
    }

    /*.dropdown:hover > .dropdown-menu {
    border:none;
	display: block;
	} */

}
/*  proveriti  */


.cl-sidebar {
    background: #ffffff;
    /* PBI623 - TASK628 : FCO web ui: Dispatch Calendar */
    /* width: 300px; */
    width: 245px;
    z-index: 2;
}

.cl-vnavigation li a:hover {
    background-color: #fff;
}

.cl-vnavigation {
    border-top: none;
}

/* US2762 : FCO - Web - Need some UI changes to Dispatch Calendar
.cl-sidebar .collapse-button {
    background: none;
    position: fixed;
    width: 50px;
	height:29px;
    top: 54px;
    border-top:none;
    box-shadow:none;
	  left: 250px;
	padding:0;
}
*/
.cl-sidebar .collapse-button {
    background: none;
    position: inherit;
    width: 0px !important;
    height: 29px;
    top: 54px;
    border-top: none;
    box-shadow: none;
    padding: 0px 0px 0px 30px;
}
    /* US2762 : END */

    .cl-sidebar .collapse-button .btn {
        padding-top: 5px !important;
    }

.sb-collapsed .cl-sidebar {
    width: 0 !important;
}

.cl-sidebar .menu-space {
    margin-top: 20px;
}

.sb-collapsed .cl-navblock .menu-space .sidebarContent {
    width: 0;
    height: 0;
    display: none;
}

.sb-collapsed .cl-sidebar .collapse-button {
    left: 0;
}

.cl-sidebar .cl-navblock .search-field #sidebar-collapse > i {
    color: #333333;
}

.cl-sidebar .collapse-button button:hover {
    background: none;
}

    .cl-sidebar .collapse-button button:hover > i {
        color: red;
    }

.cl-sidebar .collapse-button button {
    margin: 0 !important;
    background: transparent;
    box-shadow: none;
    border: none;
}

#example27, .multiselect.dropdown-toggle {
    width: 251px !important;
    text-align: left;
}

    #example27, .multiselect.dropdown-toggle b {
        color: blue;
        text-align: right;
    }

@media (max-width: 979px) and (min-width: 768px) {
    .navbar-default .navbar-brand span {
        display: inline-block;
    }

    .cl-sidebar .collapse-button {
        display: inline-block;
    }
}


@media (max-width: 767px) {
    .cl-sidebar .cl-toggle {
        display: block;
    }

    .cl-sidebar .collapse-button {
        display: inline-block;
    }


    .sidebarTemplate#pcont, .cl-sidebar {
        display: table-cell;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .cl-vnavigation li a span {
        opacity: 1;
        width: 200px;
        height: auto;
    }
}

table.dataTable tbody tr.active td, .table.dataTable tbody tr.active th {
    background-color: #d4e2ff !important;
    color: #000 !important;
}

.table.dataTable tbody tr.active:hover td, .table.dataTable tbody tr.active:hover th {
    background-color: #c2d5fa !important;
}



/*  calendar  */

#calendar .fc-header .fc-button {
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 7px 7px;
}

#calendar .fc-state-active {
    background: #f0f1f6 !important;
    border: 5px solid #dddddd;
    color: #4a4a4a;
}

#calendar .fc-state-hover {
    color: #000;
}

#calendar .fc-day-header, #calendar thead .fc-widget-header {
    background: #f0f1f6;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    border-left: 1px solid #fff;
    border-top: 1px solid #f0f1f6;
}

    #calendar .fc-day-header, #calendar thead .fc-widget-header:first-child {
        border-left: 1px solid #f0f1f6;
    }

    #calendar .fc-day-header, #calendar thead .fc-widget-header:last-child {
        border-right: 1px solid #f0f1f6;
    }

#calendar .fc-state-default.fc-corner-left {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

#calendar .fc-state-default.fc-corner-right {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

#calendar .fc-header-title h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

#calendar .fc-button.fc-button-today {
    border: none;
}

.fc-state-highlight {
    background: #e5edfe;
}

/*  calendar  */


#map_one {
    border-radius: 10px;
}


.block-flat .content #accordion h4 {
    margin-top: 0;
}

.block-flat .header {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .sb-collapsed .cl-sidebar {
        float: left;
    }
}

#Collapsible {
    border-bottom: 1px solid #cccccc;
}

.CollapsibleTitle {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

.Collapsible.btn {
    background: #fff;
    color: #4D90FD;
    border: none;
    box-shadow: none;
}

.Collapsible i {
    font-size: 20px;
}

.Collapsible.collapsed i.fa-search-minus:before {
    content: "\f00e";
}


table td {
    vertical-align: none;
    border-bottom: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    padding: 10px 8px 5px 8px;
    font-size: 16px !important;
}

.ms-container {
    width: 100%;
}

    .ms-container .ms-list, .ms-container .ms-selectable {
        border-radius: 5px;
    }

#ms-custom-headers .custom-header, .ms-selectable input[type="text"], .ms-selection input[type="text"] {
    border-radius: 5px 5px 0 0;
}

#ms-custom-headers .ms-list, #ms-searchable .ms-list {
    border-radius: 0 0 5px 5px;
}

.reportTable, .reportTableTitle {
    border: 1px solid #DADADA;
}

    .reportTable thead tr:first-child th, .reportTableTitle thead th {
        font-weight: 400;
        padding: 15px;
        color: #4e4e4e;
        background: #f0f1f6;
        border: none;
    }

    .reportTable thead th, .reportTableTitle thead th, .reportTableAdress thead th {
        padding-left: 15px !important;
        color: #FFF;
        background: #4c68a2;
    }

/* PBI555 : FCO - Carry over customer signature on revised service report - GroundBreakers */
.reportTableTitleRed thead th {
    padding-left: 15px !important;
    color: #FFF;
    background: #990000;
}

.reportTable td .fa-plus-circle {
    font-size: 25px;
    line-height: 70px;
    margin: 0 5px 0 0;
}

.reportTable tbody tr:first-child td,
.reportTable tbody tr:last-child td,
.reportTableTitle tbody tr:first-child td {
    padding: 7px;
    color: #4e4e4e;
    background: #dbe7ff;
}

.reportTable tbody tr:last-child td {
    font-weight: 700;
}


.reportTable.table > tbody > tr > td,
.reportTable.table > th,
.reportTableTitle > tbody > tr > td,
.reportTableTitle > th {
    vertical-align: inherit;
}

.reportTable.table td .btn,
.reportTableTitle td .btn {
    margin: 2px 0 !important;
}

ul.AdressList {
    list-style: none;
}

    ul.AdressList li {
        display: block;
        float: left;
        line-height: 28px;
    }

        ul.AdressList li:nth-child(odd) {
            width: 30%;
            font-weight: 700;
            padding-right: 5%;
        }

        ul.AdressList li:nth-child(even) {
            width: 65%;
        }

@media (max-width: 767px) {
    ul.AdressList li {
        width: 100% !important;
    }
}

td.no-border-y {
    border-left: 0;
}

.text-right {
    text-align: right;
}

.fc-header td {
    border: 0;
}



.messagesNav.navbar-nav > li.button a, .messagesNav.navbar-nav > li.button a:hover {
    border: none;
    box-shadow: none;
    margin-right: 10px;
    background: none;
}

.messagesNav.navbar-nav > li.button .messages li ul > li > a {
    margin-right: 0;
    padding: 12px 10px 12px 15px;
}

.messagesNav.navbar-nav > li.button a i {
    font-size: 20px;
}

.messagesNav.navbar-nav > li.button .bubble {
    padding: 3px 5px 3px 4px;
    top: -6px;
    left: 22px;
}

.messagesNav.navbar-nav > .open > a,
.messagesNav.navbar-nav > .open > a:hover,
.messagesNav.navbar-nav > .open > a:focus,
.messagesNav.navbar-nav a:hover {
    border-bottom: none;
    background: none;
}

.messagesNav.navbar-nav > .dropdown:hover {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.07);
}

.dropdown-menu.messages {
    background: #fff;
}

.messagesNav.navbar-nav > li > .dropdown-menu {
    margin-top: 4px;
}

.messagesNav.navbar-nav > li.button.open:after {
    bottom: -4px;
}

.messagesNav.navbar-nav > li.button .dropdown-menu li ul > li > a {
    font-weight: 400;
    font-size: 14px;
}

    .messagesNav.navbar-nav > li.button .dropdown-menu li ul > li > a .name {
        font-weight: 700;
        font-size: 14px;
    }

.message .head h4 {
    margin-left: 0;
}

.external-events-class {
    background: #FFF !important;
    border-color: #2494f2 !important;
    color: #000000 !important;
    border-style: solid;
    border-left-width: 5px;
    border-radius: 7px;
    font-size: 12px;
    white-space: pre;
    width: 240px;
    overflow: hidden;
}
