/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(362,38): run-time error CSS1046: Expect comma, found '0'
(362,42): run-time error CSS1046: Expect comma, found '/'
(362,68): run-time error CSS1046: Expect comma, found '0'
(362,72): run-time error CSS1046: Expect comma, found '/'
(362,98): run-time error CSS1046: Expect comma, found '0'
(362,102): run-time error CSS1046: Expect comma, found '/'
(1268,12): run-time error CSS1038: Expected hex color, found '#ffff'
 */
/*Schedule*/
#Schedule2 .e-content-wrap {
    height: 502px !important;
}

.ej2-tabs-active-name{
    cursor:pointer;
}

.configDesc input{
    text-transform:capitalize;
}

/*Config pages*/
.config-page .e-lib.e-grid .e-gridheader {
    border-top-style: none !important;
}
.config-page .e-gridheader.e-lib.e-droppable {
    height: 0 !important;
}

.config-page .e-lib.e-grid .e-checkboxlist {
    margin-top: unset !important;
}


.mdl-layout__container {
    background: #1A1A1A;
}

/*Add buttons*/
.addBtns {
    width: auto;
    color: rgba(0,0,0,.54);
    font-size: 1rem;
    line-height: 18px;
    overflow: hidden;
    font-family: "robotoregular", Arial, Helvetica, sans-serif;
    margin-left: 10px;
}


/*Arcania custom grid icons*/

.visibility-list__item [class^="arcania-ico"] {
    color: #4d56a4;
    font-size: 24px;
    font-size: 1.7142857143rem;
}


.summary-details__item:not(:last-child) {
    margin-right: 0;
}

.summary-details {
    justify-content: space-between;
}
.suggestions {
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 100%;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.5);
}

.suggestions ul {
    list-style: none;
    padding: 5px;
}

.suggestions .suggestion-item {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.suggestion-item .match {
    font-weight: bolder;
    color: #000;
}

.e-grid .e-rowcell {
    text-align: left;
}

.css--agi--grid-container__pager {
    top: -40px;
    left: 10px;
}

.css--agi--grid-container__pager__label {
    display: flex;
    align-items: center;
}

.css--agi--grid-container__grid .e-table tbody .e-row td.e-rowcell, .css--agi--grid-container__grid .e-table tbody .e-alt_row td.e-rowcell {
    padding-left: 16px !important;
}

.css--agi--grid-container__grid .e-lib.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .css--agi--grid-container__grid .e-lib.e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
    margin: -18px 10px;
    position: absolute;
    left: -10px;
    top: 34px;
}

.css--agi--inactive {
    font-style: italic !important;
    opacity: 0.5 !important;
}

/*header not showing correct due to CSS ".e-lib.e-grid .e-headercelldiv" in material.css - Shaakir 11/12/2020*/
.e-grid .e-headercelldiv {
    padding: 0 !important;
    padding-left: 15px !important;
}



.e-grid a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.e-grid {
    border: none !important;
}

.e-lib.e-grid .e-gridheader {
    border-top: none !important;
}

.e-grid .e-rowcell {
    text-align: left;
}

.e-grid .e-headercell, .e-grid .e-detailheadercell {
    padding: 0px 7px 0 !important;
}

.e-grid .e-table tbody .e-row td.e-rowcell a, .e-grid .e-table tbody .e-alt_row td.e-rowcell a {
    padding-left: 15px !important;
    margin-top: 15px;
    position: initial !important;
    font-family: "robotoregular",Arial,Helvetica,sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    color: #000;
}

/*EJ2 grids - new version vv 25022021*/
.int-filter .e-delim-view.e-delim-values, .int-filter .e-searcher {
    display: none !important;
}

.new-grid-tb-template .e-input-group:not(.grid-search),
/*.new-grid-tb-template .e-input-group:not(.e-float-icon-left),*/
.new-grid-tb-template .e-input-group.e-success:not(.e-float-icon-left),
.new-grid-tb-template .e-input-group.e-warning:not(.e-float-icon-left),
.e-input-group.e-error:not(.e-float-icon-left),
.new-grid-tb-template .e-input-group.e-control-wrapper:not(.e-float-icon-left),
.new-grid-tb-template .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
.new-grid-tb-template .e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
.new-grid-tb-template .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
    border: none !important;
}

/*button and multiselect*/
.int-filter.search{
    width:200px;
}
.int-filter-btn {
    display: inline-flex;
    margin-left: 20px;
}

.int-filter {
    display: inline-flex;
}

.int-filter:not(.search) {
    margin-left: 20px;
}

.int-filter .e-multiselect.e-input-group.e-control-wrapper.e-checkbox {
    position: absolute;
    left: 258px;
    top: 10px;
}

/*Reduce space between breadcrum and grid - just add the class 'new-grid' to the space div*/
.new-grid.leads-list__filter {
    height: 20px !important;
}

/*Hide the multiselect by default and just show it when you click on the respective button*/
.new-multi-hide {
    display:none;
}

/*Apply button on the multiselect dropdown*/
.new-grid-foot-apply {
    display: inline-block;
    width: calc(100% - 10px);
    margin: 5px;
}

/*Set the color of the buttons based on multiselect selections*/
.mul-is-active {
    background: #333333 !important;
    color: #ffffff !important;
}

/*page size  number margin*/
.psize-ml10 {
    margin-left:10px;
}

/*Show columns at the far right*/
.e-lib.e-grid .e-ccdlg li.e-cclist {
    padding: 0px 0 !important;
}

.e-lib.e-grid .e-ccdlg .e-cc-searchdiv {
    top: -38px !important;
}

/*Buttons css*/
.e-lib.e-btn.lcase {
    text-transform:none !important;
    font-weight:normal !important;
}

.e-lib.e-btn.capitalize {
    text-transform: capitalize !important;
    font-weight: normal !important;
}

.new-grid.is-active {
    background: #333333 !important;
    color: #ffffff !important;
}

/*grid sorting*/
.new-main-grid .e-sortfilterdiv.e-icons.e-ascending.e-icon-ascending, .new-main-grid .e-sortfilterdiv.e-icons.e-descending.e-icon-descending {
    position: absolute !important;
    left: -10px;
    top: 23px !important;
}

.dotedOverflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 220px !important;
    display: inline;
    height: 17px;
}
.css-status-leads-grid {
    width: 100% !important;
    white-space: normal;
    overflow: visible;
}

/*grid no of rows dd*/
.leads-list__pagesize {
    bottom: 25px !important;
}

.e-dropdownbase .e-list-item {
    font-size: 13px !important;
    text-indent: 13px !important;
    padding-right: 5px !important;
}

/*statuses*/
.status-corporate-inactive {
    color: #cc0000 !important;
}

.status-corporate-prospect {
    color: #fc6400 !important;
}

.status-corporate-active {
    color: #41b983 !important;
}

.status-corporate-waitapproval {
    color: gray !important;
}

.status-corporate-decline {
    color: #e83b3d !important;
}

/*Column displaying statuses Active and Inactive*/
.status-active {
    color: #41b983 !important;
}

.status-inActive {
    color: #e83b3d !important;
}

.new-main-grid .e-row{
    height:56px !important;
}

/*space between action buttons*/
.new-main-grid .mdl-button--icon.btn-circle {
    margin-right: 4px;
}

.new-main-grid .e-lib.e-grid, .new-leads-grid .e-lib.e-grid {
    position: unset !important;
}

.new-main-grid .e-checkbox-wrapper .e-frame, .new-main-grid .e-css.e-checkbox-wrapper .e-frame {
     padding: 10px 0!important; 
}

.sap .disablegrid {
    pointer-events: none;
}


.form-control.errors__container {
    display: block;
}

span.field-validation-valid.mdl-textfield__error {
    position: relative;
}


/*Configuration grid*/
.config-grid-ej2 .e-lib.e-pager div.e-parentmsgbar {
    display: none !important;
}

.config-grid-ej2 .config-display-inactive-link {
    color: #41b983;
    text-decoration: none;
}

.config-grid-ej2 .e-gridheader .e-table {
    display: none;
}

/*Date Range Picker grid filter*/
.int-filter .e-input-group.e-control-wrapper.e-date-range-wrapper.e-valid-input {
    background-color: #333333 !important;
    color: #ffffff !important;
}

.int-filter span.e-input-group.e-control-wrapper.e-date-range-wrapper.e-valid-input, .int-filter span.e-input-group.e-control-wrapper.e-date-range-wrapper {
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.int-filter  .e-date-range-wrapper.e-valid-input .e-input-group-icon.e-icons {
    color: white !important;
}

.int-filter  .e-date-range-wrapper.e-valid-input .e-clear-icon {
    color: white !important;
}

.int-filter input.e-control.e-daterangepicker {
    padding-left: 5px;
}
/*End Date Range picker*/

/*grid search btn*/
.common-lead-grid-search-btn {
    position: relative;
    top: -5px;
    width: 160px;
}

.int-ej2.search__container {
    top: 0 !important;
} 
/*end grid search btn*/

/*Adress tabs*/
.address-tab-status-active {
    color: #41b983 !important;
}

.address-tab-status-inactive {
    color: #e83b3d !important;
}

.e-toolbar-items.e-tbar-pos {
    min-height: 60px;
    margin-bottom:10px;
}

.search__container {
    width: 185px;
    height: 38px;
    margin-right: 10px;
    vertical-align: middle!important;
    position: relative;
    top: -3px;
    padding-left:5px;   
}

#operationSearch__input, #sea-booking-search-text,
#air-booking-search-text, #road-booking-search-text,
#handlingOperationSearch__input {
    position: relative;
    top: -5px;
    width: 150px;
}

.more-filter__buttons {
    vertical-align: top;
}

.e-btn:hover {
    background: none;
}

.e-btn {
    vertical-align: top;
    height:38px;
}

.topFilters__container .general-search__button {
    right: 25px;
    top: -6px;
}

/*Capitalize firs letter of word for ejs grid headers */
div.e-headercelldiv span.e-headertext {
    text-transform: capitalize !important;
}

/*Capitalize firs letter of word for ejs grid column filters dialog */
div .e-checkbox-wrapper .e-label {
    text-transform: capitalize !important;
}

/* BEGIN DATE CONTAINER */
.date__container .e-input-group-icon.e-range-icon.e-icons {
    margin-top: 4px !important;
    color: black;
    position: relative;
    left: 5px;
}

.date__container {
    margin-right: 10px;
    width: 200px;
}
.date__container .e-daterangepicker
{
    text-transform: capitalize !important;
}

.bg-black #ExpectedDateFilter, .bg-black #ScheduledDate,
.bg-black #CreationDate, .bg-black #MoveDate,
.bg-black #ExpectedDepartureDateFilter, .bg-black #ExpectedArrivalDateFilter,
.date__container.bg-black .e-input-group-icon.e-range-icon.e-icons,
.bg-black #DateOfOperation {
    color: #fff;
}

#DateOfOperation, #ExpectedDateFilter, #ScheduledDate,
#ExpectedDepartureDateFilter, #ExpectedArrivalDateFilter {
    padding-bottom: 0;
}

.date__container .e-input-group {
    position: relative;
    top: -3px;
    border-bottom: 1px solid white !important
}

.date__container.bg-black:hover {
    background: #333;
}
/* END DATE CONTAINER */


.operations-tabs .mdl-tabs__tab-bar, .operations-tabs .mdl-tabs--lg .mdl-tabs__tab {
    height: 60px !important;
}

.e-clear-icon.e-lib.e-keyboard {
    color: #fff;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after {
    background: none !important;
}

/* taken from _MyOperations.cshtml */
.toolbar-height {
    height: 110px !important;
    margin-bottom:10px;
}

.more-filters-row {
    display:none;
}

.int-filter {
    margin-right:10px;
    margin-left:0;
}

#close-button {
    position: relative;
    top: -2px;
    height: 38px;
    line-height: 35px;
}

#close-button .material-icons {
    margin-bottom: 3px;
}

.more-filter__buttons .e-multiselect.e-input-group.e-control-wrapper.e-checkbox.e-icon-anim,
.more-filter__buttons .e-multiselect.e-input-group.e-control-wrapper.e-checkbox.e-valid-input.e-icon-anim {
    top: 68px !important;
}

.topFilters__container .e-multiselect.e-input-group.e-control-wrapper.e-checkbox.e-icon-anim,
.topFilters__container .e-multiselect.e-input-group.e-control-wrapper.e-checkbox.e-valid-input.e-icon-anim {
    top: 18px;
}

.more-filters-row .int-filter {
    margin-left: unset !important;
    height: 38px !important;
}

.e-headercontent .e-headercelldiv {
    height:unset !important;
}

.e-gridheader.e-lib.e-droppable {
    height:38px !important;
}

.e-toolbar-right {
    height:40px !important;
}

td .status {
    padding-left:15px;
    height:100%;
}

.operations-freight-tabs {
    height: 60px;
}


/* BEGIN COLUMN CHOOSER */

/* column Id should be removed from column list */
#e-ccli_grid-column0 {
    display:none;
}

ul.e-ccul-ele.e-cc {
    margin-top:0 !important;
}

#OperationGrid {
    /*min-height:400px;*/
}
/* END COLUMN CHOOSER */


/* BEGIN ROW / HEADER */

/* for freight */
#OperationGrid_content_table .e-rowcell,
#SeaBookingGrid_content_table .e-rowcell,
#AirBookingGrid_content_table .e-rowcell,
#RoadBookingGrid_content_table .e-rowcell {
    padding: 0px 15px 0px 0;
}

#OperationGrid_content_table .e-rowcell a,
#SeaBookingGrid_content_table .e-rowcell a,
#AirBookingGrid_content_table .e-rowcell a,
#RoadBookingGrid_content_table .e-rowcell a {
    position: unset !important;
    margin-top: unset;
}

#OperationGrid .e-row,
#SeaBookingGrid .e-row,
#AirBookingGrid .e-row,
#RoadBookingGrid .e-row {
    height: 45px !important;
}

#OperationGrid .e-rowcell.e-templatecell,
#SeaBookingGrid .e-rowcell.e-templatecell,
#AirBookingGrid .e-rowcell.e-templatecell,
#RoadBookingGrid .e-rowcell.e-templatecell {
    height: 45px;
}

.e-lib.e-grid .e-headercelldiv {
    height: 30px !important;
}

.e-lib.e-grid .e-sortfilterdiv {
    position: relative !important;
    top: -22px !important;
}

/* status */
.status.status-line::before {
    top: 50%;
    height: 80%;
    width: 3px;
    border-radius: 0;
    transform: translate(-21px, -50%);
}
/* END ROW / HEADER */


/* BEGIN VOLUME SLIDER */
.volume__container {
    width: 320px;
    height: 38px;
    margin-right: 10px;
    vertical-align: middle !important;
    position: relative;
    top: -3px;
}

.volume__container .e-slider-container.e-control-wrapper.e-horizontal.e-scale-after {
    top: unset !important;
}

.volumeFilter__button {
    font-size: 1.2em !important;
    padding-right: 0 !important;
    left: 322px;
    width: 27px;
    height: 23px;
    cursor: pointer;
    border: 0;
    background: #41b983;
}

.text__container {
    text-transform: none !important;
    font-weight: normal !important;
    top: -3px;
    flex:0;
    position: relative;
}

.volume-unit__alignment {
    white-space: pre-wrap;
    width:42px;
}

.slider__container {
    position: relative;
    top: -8px;
    flex-grow: 1000;
    /* left: -5px;*/
}

.button__container .volumeFilter__button .icon-arrow-right {
    color: white !important;
    position: relative;
    left: -4px;
}

#tabRoadMode .slider__container .e-h-scale .e-tick .e-tick-value {
    top: 8px;
}

#gridVolumeRangeSlider .e-slider.volumeRangeFilter {
    width: 200px;
}

#gridVolumeRangeSlider .e-slider-container.e-control-wrapper.e-horizontal.e-scale-after {
    width: 200px;
    left: unset !important;
}

.css--volumeRangeFilter .e-tick.e-large.e-first-tick {
    left: 102px!important;
}
/* END VOLUME SLIDER */



/*  
    popup from context menu
    - Mark quote as won
    - Revise
    - Mark quote as lost
*/
#validatedQuoteDialog_dialog-content, #reviseQuoteConfirmDialog_dialog-content {
    padding: 15px;
    overflow: unset !important;
}

#validatedQuoteDialog__tpl .language-popup, #reviseQuoteConfirmDialog__tpl .language-popup {
    min-height: unset;
}

.quote-dialog-ej2 .custom-card__intro, .revise-dialog-ej2 .custom-card__intro {
    margin-bottom: 10px !important;
}

#reviseQuoteConfirmDialog_dialog-content .btn-dialog-actions {
    padding: 15px 0px 0px 15px;
    margin-top: 20px;
}

.revise-dialog-ej2 .btn-primary.btn-ok.js-btn-ok {
    background: #c00;
}

.revise-dialog-ej2 .btn-primary.btn-ok.js-btn-ok:hover {
    background: #dcdcdc;
}

#markQuoteLostDialog_dialog-content {
    padding:15px 25px;
}

.quote-lost-dialog-ej2 .radio-menu-list .mdl-menu__item {
    width: 50%;
}

.quote-lost-dialog-ej2 .custom-card__form {
    padding: unset;
}

.quote-lost-dialog-ej2 {
    margin-bottom:0;
}

.quote-lost-dialog-ej2 .radio-menu-list--split {
    width:100%;
}

.quote-lost-dialog-ej2.custom-card .mdl-card__actions:before {
    width: 100%;
    left: unset;
}

.quote-lost-dialog-ej2 .e-radio-wrapper .e-label {
    padding-left: 0;
}

.quote-lost-dialog-ej2 .custom-textfield {
    width: 100%;
    padding: 10px 15px 0 15px!important;
    margin: auto 10px;
    background: #dcdcdc;
}

.quote-lost-dialog-ej2 .e-float-input textarea {
    background:#fff;
}

.quote-lost-dialog-ej2 .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, .quote-lost-dialog-ej2 .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
    top: -25px;
}


.e-lib.e-grid.e-default .e-gridheader th.e-lastcell {
    border-left-style: none;
    border-left-width: 1px;
}

.navbar.navbar-dark .navbar-nav .nav-item:not(.show) .nav-link {
    color: #000;
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%;
}

nav .dropdown-toggle::after {
    display: none;
}

nav .dropdown, .dropleft, .dropright, .dropup {
    width: 80px;
    display: flex;
    justify-content: center;
    height: 68px;
}

nav .dropdown-menu.dropdown-menu-right.dropdown-info.show {
    padding: 0;
}

.navbar.navbar-dark .breadcrumb .nav-item:not(.show) .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item.nav-item:not(.show) .nav-link:hover {
    color: #000;
}

nav .nav-item:hover {
    background: #dcdcdc;
}

nav.navbar {
    padding: 0px 14px;
}

nav .nav-item.show {
    color: #fff;
    background: #000;
}

li.mdl-menu__item.account-menu .mdl-button,
li.mdl-menu__item.account-menu .mdl-button:focus {
    border: none;
    background: transparent;
    color: #000;
    text-decoration: none;
    outline: none;
}

.app-layout__header .mdl-menu__item .mdl-chip {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    margin-left: auto;
    background: #c00;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    display: inline-block;
    white-space: nowrap;
}


.user-account-info{
    width: 100%;
}


.general-search #generalSearch:not(.e-input) {
    background: transparent;
    border: none;
}

.icon-schedule-right {
    float: right;
}

/* change font size to change size */
.lead-count {
    display: block !important;
    font-size: 9px;
    text-align: center;
    font-weight: bold;
    font-family: "robotomedium", Arial, Helvetica, sans-serif;
    /*padding-top: 3px;*/
}

.loader {
    font-size: 24px;
    /*position: absolute;*/
    width: 1em;
    height: 1em;
    /*top: -9px;
    right: -2px;*/
    border: 1px solid #fff;
    border-radius: 50%;
    background: red;
}

.dot {
    width: 0.2em;
    height: .2em;
    /* border-radius: 0.5em; */
    background: #fff;
    border-radius: 50%;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    top: .2em;
    margin: .15em;
}

.dot1, .dot2 {
    left: 0;
}

.dot3 {
    left: .25em;
}

.dot4 {
    left: .5em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(.25em)
    }
}


.dot1 {
    animation-name: reveal;
}

.dot2, .dot3 {
    animation-name: slide;
}

.dot4 {
    animation-name: reveal;
    animation-direction: reverse;
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3%;
    background-color: #e0e0e0;
    color: #cc0000;
    text-align: center;
    z-index: 3;
    top: 20px;
}

    .footer p {
        margin-bottom: 0;
    }

.stepper {
    height: auto;
}

/*.no-bg-img dashboard--screen {
            bottom: 100px;
            top: 100px;
            overflow-y: auto;
        }*/

.form-control .pac-container.pac-logo {
    opacity: 1;
}

.pac-container.pac-logo {
    /*opacity: 0;*/ /*remove by shaakir 2022-07-28 - nobody sure why it is here but it's hiding the google address popup*/
}

.css-Notifications--position {
    top: 0;
}

.mdl-layout__title {
    position: relative;
    display: inline-block;
}

    .mdl-layout__title .css-mdl-layout__title--tooltiptext {
        visibility: hidden;
        width: 450px;
        font-size: 15px;
        color: red;
        text-align: left;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        margin-top: 19%;
        margin-left: -109%;
    }

    .mdl-layout__title:hover .css-mdl-layout__title--tooltiptext {
        visibility: visible;
    }

.app-layout {
    overflow: hidden;
}

.custom-menu__wrapper {
    position: absolute;
    top: 80px;
    right: 20px;
    height: 0;
    width: 420px;
    overflow-y: auto;
    visibility: hidden;
}

.is-active + .custom-menu__wrapper {
    visibility: visible;
}


/*To remove*/
.e-dialog .e-dlg-header-content {
    background-color: #000000;
    padding: 10px;
}

.e-dialog .e-dlg-header {
    position: relative;
    color: #FFFFFF;
}

.office-menu .mdl-menu__item:not(:first-child), .office-menu-a {
    height: 60px !important;
    color: rgba(0,0,0,.87) !important;
    background-color: transparent !important;
    width: 100% !important;
    pointer-events: unset !important;
    cursor: pointer !important;
}

.opacity-1 {
    opacity: 1;
    z-index: 1;
}

.e-dialog .e-dlg-header-content .e-icon-dlg-close {
    color: #fff;
}

.e-dialog .e-btn.e-dlg-closeicon-btn:hover span {
    color: #8ECBFF;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:hover {
    background-color: rgba(255,255,255, 0.10);
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:focus {
    background-color: rgba(255,255,255, 0.10);
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:active .e-icon-dlg-close {
    color: #fff;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:focus .e-icon-dlg-close {
    color: #fff;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
    color: #fff;
}



#div_phonebook_tabs .grid.css--phone-book__contente-item {
    display: none !important;
}

    #div_phonebook_tabs .grid.css--phone-book__contente-item.e-active {
        display: block !important;
    }

#div_phonebook_tabs .e-items.e-toolbar-items {
    width: 100%;
}

    #div_phonebook_tabs .e-items.e-toolbar-items .e-item.e-toolbar-item {
        width: 50%;
    }

.css--agi--phone-book .e-grid .e-rowcell {
    text-align: left;
}

.css--agi--phone-book .e-table tbody .e-row td.e-rowcell {
    padding-left: 15px !important;
}

.css--agi--phone-book .leads-list__pagesize {
    bottom: 30px !important;
}

.e-input-group, .e-input-group.e-control-wrapper {
    margin-bottom: -1px !important;
}


.leads-list__pagesize .e-input-group:not(.e-float-icon-left),
.leads-list__pagesize .e-input-group.e-control-wrapper:not(.e-float-icon-left) {
    border-bottom: 0 !important;
}


.e-input-group .e-input-group-icon, .e-input-group.e-control-wrapper .e-input-group-icon {
    margin-bottom: 5px !important;
    margin-top: 8px !important;
}

.leads-list__pagesize .e-pager {
    margin-left: 5px;
}

.css--agi--phone-book .e-sortfilterdiv.e-icons {
    position: absolute;
    left: -10px;
    top: 35px;
}

.gSearchPadTop {
    padding-top: 20px;
}

.css--office-layout {
    margin: 0 auto;
}

.css--mennu-block {
    display: block;
}

.css--mennu-block.mdl-button.btn-icon {
    display: block;
    line-height: 31px;
    text-align: center;
}


.css--dialog-content--p20.custom-card__intro {
    padding: 20px;
}



ul.sub-menu-content {
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: calc(100vh - 80px);
}

ul.sub-menu-content:hover {
    overflow-y: auto !important;
}

ul.sub-menu-content::-webkit-scrollbar {
    width: 5px;
}


ul.sub-menu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}


ul.sub-menu-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}

ul.sub-menu-content::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.1);
}

.sub-menu-content {
    z-index: -2;
}

.app-layout__sidebar-nav .mdl-navigation .sub-menu-content {
    left: calc(100% - 300px);
}

.app-layout__sidebar-nav .mdl-navigation .mdl-navigation__link:hover {
    background: black;
    color: #fff;
}

nav a {
    text-decoration: none !important;
}

@media screen and (min-width: 1025px) {
    .app-layout__sidebar-nav {
        height: calc(100vh - 68px);
        top: 68px;
        z-index: 2;
        position: absolute;
    }
}



ul[for="calendar-menu"] a.container-link.item-info {
    width: 100%;
}

.css-osm-autocomplete {
    border: none !important;
    position: absolute !important;
}

    .css-osm-autocomplete input,
    .css-osm-autocomplete .e-search-icon,
    .css-osm-autocomplete .e-search-icon:before,
    .css-osm-autocomplete .e-search-icon:after {
        display: none;
        min-height: 0;
        min-width: 0;
    }



.nav-list li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
    border-bottom: none !important;
    color: #9d9d9d;
}

.app-layout__sidebar-nav:hover {
    width: 250px;
}


.app-layout__sidebar-nav {
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-list > li > a {
    color: #ffff;
    font-size: 14px;
    padding-left: 13px !important;
    white-space: nowrap;
}

.nav > li > a:focus {
    color: #000000c4;
}


.nav-list > li.nav-list--has-child > a.accordion-heading::after {
    content: "\ea1c";
    font-family: 'arcania' !important;
    display: block;
    float: right;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    font-size: 9px;
    margin-top: 7px;
}

.nav-list > li.nav-list--has-child > a.accordion-heading::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav-list > li.nav-list--has-child > a.accordion-heading.collapsed::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#column_left .nav-list > li > a > span {
    white-space: nowrap;
    word-break: break-word;
    text-overflow: ellipsis;
    display: inline-block;
    width: 78%;
    overflow: hidden;
    font-size: 12px;
}

li.nav-list--has-child ul {
    padding-left: 37px;
}

.BI:before {
    content: "BI";
}


li.nav-list--has-child ul li.nav-list--has-child ul {
    padding-left: 0px;
}

#column_left .nav-list > li > a > i {
    font-size: 20px;
    margin-right: 15px;
}

.app-layout__sidebar-nav::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.app-layout__sidebar-nav:hover #column_left .nav-list > li > a span,
.app-layout__sidebar-nav:hover #column_left .nav-list > li > a span:not(.lead-count),
.app-layout__sidebar-nav:hover #column_left .nav-list > li > a::after {
    opacity: 1;
}


.app-layout__sidebar-nav #column_left .nav-list > li > a span:not(.lead-count),
.app-layout__sidebar-nav #column_left .nav-list > li > a::after {
    opacity: 0;
}


.nav-list > li > a:hover {
    background-color: #444444;
    color: #000000c4;
}



.nav > li > a:focus {
    color: #000000c4;
}

.hidden-menu {
    top: 100vh;
    position: absolute;
}



.app-layout__sidebar-nav.mdl-layout__drawer.js-sidebar-nav.alt-menu {
    width: 300px;
}

.app-layout__sidebar-nav.alt-menu #column_left .nav-list > li > a span:not(.lead-count),
.app-layout__sidebar-nav.alt-menu #column_left .nav-list > li > a::after {
    opacity: 1
}

.app-layout__sidebar-nav.mdl-layout__drawer.js-sidebar-nav.alt-menu .collapse {
    display: inherit;
}

main#AjaxBody.alt-menu {
    margin-left: 300px;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

    a:active,
    a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}


button {
    overflow: visible
}

button,
select {
    text-transform: none
}


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }




a {
    color: #337ab7;
    text-decoration: none
}


    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .row-no-gutters [class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}



.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 340px
    }

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:768px) {

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}


@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #ddd
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888
    }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #333
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff
    }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444
    }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame,
.e-checkbox-wrapper:hover .e-frame, .e-css.e-checkbox-wrapper:hover .e-frame,
.e-checkbox-wrapper .e-checkbox:focus + .e-frame, .e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame {
    background-color: rgba(117,117,117,0.8);
    border-color: rgba(117,117,117,0.8);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin: 10px 0;
}

.e-checkbox-wrapper .e-check::before, .e-css.e-checkbox-wrapper .e-check::before {
    content: '\e933';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 20px;
}

.e-checkbox-wrapper .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-frame.e-check,
.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check {
    background-color: #4d56a4;
    border-color: transparent;
    color: #fff;
}

.e-checkbox-wrapper:hover .e-frame.e-check,
.e-css.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: #4d56a4;
    border-color: transparent;
    color: #fff;
}



.e-control-wrapper.e-slider-container .e-slider .e-handle,
.e-control-wrapper.e-slider-container .e-slider .e-range {
    background-color: #4d56a4;
    border-color: #4d56a4;
}

.e-lib.e-radio:checked + label::after,
.e-lib.e-radio:checked + label:hover::after {
    background-color: #4d56a4 !important;
    color: #fff !important;
    border: none;
}
.e-lib.e-radio:checked + label::after {
    font-size: 20px;
}

.css--agi--filter__component.e-popup.e-multi-select-list-wrapper .css--agi--filter-btn {
    margin: 0;
    color: #fff !important;
    background-color: #00c851 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 11px 15px !important;
}


.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
    font-size: 12px;
    display: none;
}

.form-control-group--scroll {
    max-width: inherit;
    white-space: inherit;
}
.css__agi--slider {
    margin: 20px 0;
}

.e-fullrow-wrap .e-fullrow {
    display: none !important;
}

#scopePartial .e-checkbox-wrapper .e-frame, #scopePartial .e-css.e-checkbox-wrapper .e-frame, #scopePartial .e-checkbox-wrapper:hover .e-frame, #scopePartial .e-css.e-checkbox-wrapper:hover .e-frame /*, #coascope1 .e-checkbox-wrapper .e-checkbox:focus + .e-frame, #coascope1 .e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame*/ {
    height: 25px !important;
    width: 25px !important;
    margin: 6px 0 !important;
}

.e-checkbox-wrapper .e-check::before, .e-css.e-checkbox-wrapper .e-check::before {
    font-size: 17px !important;
}

.e-frame {
    background-color: #bdbdbd !important;
    border-color: #bdbdbd !important;
}

    .e-frame.e-check, .e-checkbox-wrapper:hover .e-frame.e-check, .e-css.e-checkbox-wrapper:hover .e-frame.e-check {
        background-color: #4d56a4 !important;
        border-color: transparent !important;
        color: #fff !important;
    }

.e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame {
    padding: 5px 0 !important;
}

/*--------------------------------------------------------------*/
/*imported from ej1 library ej.widgets.core.material.min.css*/
/*--------------------------------------------------------------*/

/*Line 22*/
  .e-ddl .e-in-wrap, .e-ddl .e-in-wrap .e-input, .e-treeview .e-text, .e-fullrow-wrap .e-fullrow, .e-dragedNode {
    border-radius: 2px;
}

/*Line 128*/
.e-ddl.e-widget .e-ul.e-boxes {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    /*Line 251*/
    .e-ul {
    margin: 0;
    padding: 0;
    outline: 0 none;
    line-height: normal;
}

/*Line 262*/
.e-ul {
    list-style-type: none;
}

/*Line 280*/
.e-in-wrap {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid;
}

/*Line 292*/
.e-widget, .e-widget [class^="e-"], .e-widget [class*=" e-"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*Line 298*/
    .e-widget .e-box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/*Line 536*/
 .e-treeview .e-plus:after, .e-treeview .e-minus:after, .e-treeview .e-icon.e-load:after, .e-treeview-wrap:not(.e-fullrow-wrap) .e-text:after,
 .e-fullrow-wrap .e-fullrow:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: .75;
    filter: alpha(opacity=75);
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
}


/*Line 582*/
.e-treeview-wrap:not(.e-fullrow-wrap) .e-text:after, .e-fullrow-wrap .e-fullrow:after {
    width: 10px;
    height: 10px;
    top: 33%;
    left: 45%;
}

/*Line 646*/
.e-ddl .e-in-wrap:before, .e-ddl .e-in-wrap:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: -1px;
    position: absolute;
    z-index: 10;
    transition: .2s cubic-bezier(.4,0,.4,1);
    -moz-transition: .2s cubic-bezier(.4,0,.4,1);
    -webkit-transition: .2s cubic-bezier(.4,0,.4,1);
}

/*Line 672*/
.e-ddl .e-in-wrap:before, .e-ddl .e-in-wrap:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    transition: .2s cubic-bezier(.4,0,.4,1);
    -moz-transition: .2s cubic-bezier(.4,0,.4,1);
    -webkit-transition: .2s cubic-bezier(.4,0,.4,1);
}

/*Line 692*/
.e-ddl .e-in-wrap:before {
    left: 50%;
}

/*Line 696*/
.e-ddl .e-in-wrap:after {
    right: 50%;
}

/*Line 704*/
.e-ddl .e-in-wrap {
    overflow: visible;
}

/*Line 708*/
.e-ddl .e-in-wrap {
    overflow: hidden;
}

/*Line 712*/
html {
    -webkit-tap-highlight-color: transparent;
}

/*Line 1783*/
/*.e-ddl {
    height: 32px;
}*/

/*Line 1776*/
.e-ddl {
    display: block;
    overflow: visible;
    width: 143px;
    outline: 0 none;
}

/*Line 1787*/
    .e-ddl .e-in-wrap {
        padding: 0 24px 0 -1px;
    }

/*Line 1791*/
    .e-ddl .e-icon {
        display: block;
        position: absolute;
    }

/*Line 1796*/
    .e-ddl .e-icon {
        top: 50%;
        width: 100%;
    }



/*Line 1882*/
    .e-ddl .e-options {
        border-radius: 4px;
        padding: 2px 19px 5px 4px;
    }

/*Line 1873*/
    .e-ddl .e-options {
        border: 1px solid;
        cursor: default;
        display: inline-block;
        float: left;
        margin: 2px 0 2px 2px;
        position: relative;
    }

/*Line 1908*/
        .e-ddl .e-options .e-icon.e-close {
            font-size: 10px;
            cursor: pointer;
            height: 10px;
            right: 4px;
            width: 10px;
            opacity: .75;
        }

/*Line 1917*/
        .e-ddl .e-options .e-icon.e-close {
            margin-top: -5px;
        }

/*Line 2006*/
    .e-ddl .e-icon {
        font-size: 9px;
        height: 8px;
        margin-top: -3px;
        color: rgba(0,0,0,.54);
    }

/*Line 4785*/
.e-fullrow-wrap .e-ul {
    position: relative;
}

/*Line 4823*/
.e-fullrow-wrap .e-fullrow {
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-user-select: none;
    margin-top: -32px;
    height: 32px;
    box-sizing: border-box;
    overflow: hidden;
}

/*Line 4985*/
.e-treeview ul:first-child, .e-treeview {
    min-height: 15px
}

/*Line 4987*/
.e-fullrow-wrap .e-ul {
    position: relative;
}

/*Line 4969*/
.e-treeview ul {
    padding: 2px 0 0 24px;
    width: auto;
    list-style-type: none;
    outline: 0 none;
}

/*Line 5873*/
.e-icon, .e-rte-toolbar-icon, .e-background-color, .e-font, .e-rte-footericon, .e-resize-handle, .e-ddl-icon {
    font-family: 'ej-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*Line 5883*/
@font-face {
    font-family: 'ej-webfont';
    src: url('newCommon/syncfusion/icons/ejicons.eot?-dzszjm');
    src: url('newCommon/syncfusion/icons/ejicons.eot?#iefix-dzszjm') format('embedded-eopentype'),url('newCommon/syncfusion/icons/ejicons.woff?-dzszjm') format('woff'),url('newCommon/syncfusion/icons/ejicons.woff') format('woff'),url('newCommon/syncfusion/icons/ejicons.ttf?-dzszjm') format('truetype'),url('newCommon/syncfusion/icons/ejicons.svg?-dzszjm#ejicons') format('svg');
    font-weight: normal;
    font-style: normal
}

/*Line 5885*/
.e-icon {
    font-size: 14px;
}

/*Line 5893*/
    .e-icon:before {
        display: block;
        margin: 0 auto;
    }

/*Line 5913*/
.e-icon {
    width: 16px;
    height: 16px;
}

/*Line 5903*/
    .e-icon:before {
        width: 14px;
        height: 14px;
    }

/*Line 5950*/
    .e-icon.e-close:before {
        content: "";
    }

/*Line 32936*/
.e-control {
    font-family: 'Roboto',Segoe UI,Helvetica Neue,Ubuntu,Arial;
    font-size: 14px;
    font-weight: normal
}

/*Line 32942*/
.e-control, .e-control [class^='e-'], .e-control [class*=' e-'] {
    box-sizing: border-box;
}

/*Line 32961*/
.e-list-parent.e-ul {
    list-style-type: none;
}


/*--------------------------------------------------------------*/
/*imported from ej1 library ej.theme.css*/
/*--------------------------------------------------------------*/

/*Line 5284*/
.e-ddl .e-input, .e-ddl .e-input[readonly], .e-ddl .e-options {
    font-family: 'Roboto',Segoe UI,Helvetica Neue,Ubuntu,Arial;
    font-size: 14px;
    font-weight: normal;
    cursor: default;
}

/*Line 5291*/
.e-ddl .e-input, .e-ddl .e-input[readonly], .e-ddl .e-options {
    color: rgba(0,0,0,.87);
    background-color: #fff;
}

/*Line 5296*/
.e-ddl .e-in-wrap, .e-ddl-popup, .e-ddl .e-options, .e-ddl-popup .e-atc.e-search {
    border-color: rgba(0,0,0,.12);
    border-width: 0 0 1px 0;
}

/*Line 5307*/
.e-ddl .e-boxes {
    background-color: #fff;
}

/*Line 7481*/
.e-treeview .e-node-hover, .e-treeview .e-node-focus, .e-fullrow-wrap .e-li-hover > .e-fullrow, .e-fullrow-wrap .e-li-focus > .e-fullrow {
    background: #eee;
    border: 1px solid transparent;
}

/*Line 7439*/
.e-treeview, .e-dragedNode {
    font-family: 'Roboto',Segoe UI,Helvetica Neue,Ubuntu,Arial;
}

/*Line 7476*/
    .e-treeview .e-node-hover, .e-treeview .e-node-focus, .e-fullrow-wrap .e-li-hover > .e-fullrow, .e-fullrow-wrap .e-li-focus > .e-fullrow {
        border-image: initial;
        cursor: pointer;
    }

/*Line 7554*/
    .e-treeview .e-plus:after, .e-treeview .e-minus:after, .e-treeview .e-icon.e-load:after, .e-treeview-wrap:not(.e-fullrow-wrap) .e-text:after, .e-fullrow-wrap .e-fullrow:after {
        background: #000;
        background: rgba(0,0,0,.12);
    }
