
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

/*@font-face{
    font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;

    /*font-weight: bold;
    src: url(https://fonts.gstatic.com/s/tangerine/v9/IurY6Y5j_oScZZow4VOxCZZI.eot);
}*/
/* General */

.hide_if_true_true{
    display:none;
}
.hide_if_1_1{
    display:none;
}
.hide_if_false_false{
    display:none;
}

#slimfaq div.slimfaq-launcher-icon-container {
    background-color: #07512C !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: black !important;
}

.setting-run-selected {
    border: solid !important;
    border-color: #07512c !important;
}

div.main-logo-container {
    display: block;
    margin: auto;
    /*position: absolute;
    bottom: 0px;*/
    padding-top: 15px;
    padding-left: 60px;
    padding-right: 60px;
}


tr.badRow td {
    font-style: italic;
    background-color: #CC0033;
    color: white;
}


tr.favoriteRow td { 
    background-color: #fcd597;
    /*color: white;*/
}
tr.favoriteRow:hover td { 
    background-color: #b87711;
    /*color: white;*/
}

td.badCell {
    font-style: italic;
    background-color: #ED1C24 !important;
}


.announcement_container {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.announcement {
    background-color: rgba(255, 0, 0, 0.7); /* Red with 50% opacity */
    width: 100%;
    text-align: center;
    padding: 10px 0;
    min-height: 60px;
    display: flex; /* Enable Flexbox */
    align-items: center; /* Vertically center content */
    justify-content: space-between;
}

    .announcement p {
        color: white;
        margin: 0;
        line-height: normal;
    }

.dismiss_announcement {
    width: 50px;
    color: white;
    cursor: pointer;
}

/*HIDE up/down arrows on number inputs*/
input.hide-input-spinner::-webkit-outer-spin-button,
input.hide-input-spinner::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input.hide-input-spinner[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

input[type=text].call-for-price-alert{
    text-align: center;
    font-weight: bold;
    color: red !important;
    font-size: 1.2em;
}


.date-column {
    display: flex;
    justify-content: space-between;
}

.date-control {
    width: 30%;
}

#GRIDContractStatuses tbody td {
    cursor: pointer !important;
}

#GRIDWorkOrderStatuses tbody td {
    cursor: pointer !important;
}

#GRIDOutstandingBalances tbody td {
    cursor: pointer !important;
}

#GRIDOrders > tbody > tr > td:nth-child(4) {
    cursor: pointer;
}

#GRIDOrders > tbody > tr > td:nth-child(5) {
    cursor: pointer;
}

#GRIDRFDList > tbody > tr > td:nth-child(4) {
    cursor: pointer !important;
}

#GRIDRFDStoreViewList > tbody > tr > td:nth-child(4) {
    cursor: pointer !important;
}

#GRIDRTSStoreViewList > tbody > tr > td:nth-child(4) {
    cursor: pointer !important;
}

#GRIDDZVContractAndWorkOrderList > tbody > tr > td:nth-child(4) {
    cursor: pointer !important;
}

#DIVContractsWithoutSuppliersContainer table.ui-iggrid-table tbody tr td:nth-child(4){
    cursor: pointer !important;
}

#DIVContractsWithoutSuppliersContainer table.ui-iggrid-table tbody tr td:nth-child(5){
    cursor: pointer !important;
}

#DIVSupplierViewContractContainer table.ui-iggrid-table tbody tr td:nth-child(4){
    cursor: pointer !important;
}

#DIVSupplierViewContractContainer table.ui-iggrid-table tbody tr td:nth-child(5){
    cursor: pointer !important;
}

.ui-iggrid-header{
    max-height: 35px;
    overflow: hidden !important;
}




#ANCHORCemeteries_Small i.fa-map-marker {
    width: 18px !important;
}

#ANCHORBilling_Small i.fa-dollar {
    width: 18px !important;
}

#ANCHORSettings_Small i.fa-cog {
    width: 18px !important;
}

#ANCHORLogout_Small i.fa-times {
    width: 18px !important;
}




div.cost-fields input[type="text"] {
    color: black;
}




div.ms-parent {
    font-size: 18px !important;
}

div.ms-search {
    font-size: 18px !important;
}

div.ms-search input {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

div.ms-parent input[type='radio'] {
    display: none !important;
}

/*.ms-drop ul > li {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}*/

.ms-drop ul > li input[type="radio"] {
    transform: scale(2) !important;
    margin-left: 10px !important;
    -webkit-appearance: radio !important;
}

.ms-drop ul > li span {
    font-size: 14px !important;
    margin-left: 25px !important;
}


.ui-datepicker-unselectable.ui-state-disabled:not(.ui-datepicker-other-month) {
    cursor: not-allowed !important;
    /*background-color: lightgray !important;*/ 
}


.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
    cursor: not-allowed !important;
    background-color: #06512c !important;
}

.deadline-upcoming {
    background-color: #ffa500;
}

.navbar-default {
    font-family: "Open Sans", sans-serif !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.nav-tabs > li > a {
    border-radius: 0px !important;
}

.navbar-default .container-fluid {
    padding: 0px;
    margin: 0px;
}

.navbar-default .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-default .navbar-collapse ul.nav.nav-tabs > li {
    margin-right: 15px;
    width: 205px !important;
    text-align: center;
    margin-bottom: 10px;
}

.navbar-default .navbar-collapse ul.nav.nav-tabs > li > a {
    background-color: #fff;
    /*color: #BCBEC0 !important;*/
    color: #414042 !important;
    padding: 8px 15px;
}

.navbar-default .navbar-collapse ul.nav.nav-tabs li a:hover {
    background-color: #F2F2F2;
}

.navbar-default .navbar-collapse ul.nav.nav-tabs li.active > a {
    /*background-color: #fff;
    color: #414042 !important;*/

    background-color: #07512C !important;
    color: #fff !important;
    font-weight: bold;
}

.navbar-default .navbar-collapse ul.nav.nav-tabs li:not(.active) > a {
    background-color: #fff;
    color: #07512C !important;
    font-weight: bold;
}












#SPANUserName {
    font-family: "Open Sans", sans-serif !important;
}

#SPANCurrentDate {
    font-family: "Open Sans", sans-serif !important;
}

.ui-widget {
    font-family: "Open Sans", sans-serif !important;
}

html { 
    height:100%;
  background-color: #E6E7E8 !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    color: #333;
    height: 100%;
	background-color: transparent !important;
    font-family: 'Open Sans', sans-serif !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
	letter-spacing: 1px;
}

ul li {
    list-style: none;
}

.sidebar-logo {
    bottom: 0px;
    position: absolute;
    width: 60%;
    margin-bottom: 30px;
    margin-left: 30px;
}

a, a:active, a:hover, a:focus, .btn-link {
	color: #07512C !important;
    text-decoration: none;
    outline: none;
}

::selection {
    background: #e4e4e4;
}
::-moz-selection {
    background: #e4e4e4;
}

#container {
    width: 100%;
    height: 100%;
}

.site-min-height {
    min-height: 900px;
}


/* Bootstrap Modifications */

.page-header {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700;
    font-size: 20px !important;
    color: #949599 !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #BCBEC0 !important;
}

.modal-header {
	background: #07512C;
}

.modal-title {
	color: white;
}

.btn-round {
	border-radius: 50% !important;
    margin: 6px 2px 6px 2px;
    min-width: 32px;
    max-width: 32px;
    padding: 2px 7px;
    text-align: center;
    height: 32px;
}

.btn-align-bottom {
    margin-top: 25px;
}

#DIVStatusChange .btn {
    background-color: #f1f2f2 !important;
    color: #444 !important;
    width: 40% !important;
}

    #DIVStatusChange .btn:hover {
        background-color: #444 !important;
        color: #f1f2f2 !important;
    }

.accordion-heading .accordion-toggle {
	display: block;
	cursor: pointer;
	border-top: 1px solid #F5F5F5;
	padding: 5px 0px;
	line-height: 28.75px;
	text-transform: uppercase;
	color: #1a1a1a;
	background-color: #ffffff;
	outline: none !important;
	text-decoration: none;
}	

.jumbotron {
    background-color: rgba(255, 255, 255, 0.28) !important;
    box-shadow: 0px 1px 7px rgba(0,0,0,.1);
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff !important;
    background-color: #1B6212 !important;
    border-color: #1B6212 !important;
}

a.list-group-item {
    color: #555 !important;
}

.panel-primary {
    border-color: #1B6212 !important;
}

.panel-primary > .panel-heading {
    background-color: #ECEAE4 !important;
    border-color: #1B6212 !important;
}

.dropdown-menu {
    border: 0px solid #fff !important;
    border-radius: 0px !important;
    padding: 10px !important;
    font-size: 1em !important;
}

.panel-default {
    background-color: transparent !important;
    border-radius: 0px !important;
}

.panel-title a {
    color: #07512C !important;
    text-transform: capitalize;
}

.panel-default > .panel-heading {
    border-color: transparent !important;
}

.panel {
    border: 0px solid #fff !important;
}

/* Infragistics */

.ui-widget-header {
    background-color: #414143 ;
    border-left: 0px !important;
    border-right: 0px !important;
}

.ui-iggrid th {
    background-color: #414143 !important;
}

.ui-iggrid th:nth-child(2n+2) {
    background-color: #414143 !important;
}

.ui-iggrid th:nth-child(1) {
    padding-left:10px !important;
}

#DIVDashboard_Default .ui-iggrid th {
    background-color: #07512C !important;
}

#DIVDashboard_Default .ui-iggrid th:nth-child(2n+2) {
    background-color: #07512C !important;
}

.ui-iggrid table tbody td, .ui-iggrid .ui-iggrid-header, .ui-iggrid table th {
    padding: 12px 5px !important;
}

#GRIDContractStatuses table tbody td {
    padding: 3px 3px !important;
}

span.ui-iggrid-headertext {
    color: #eee !important;
    font-weight: 700;
    /*padding-left: 7px;*/
}

.ui-iggrid-table .btn {
    margin: 6px 2px 6px 2px;
    min-width: 32px;
    max-width: 32px;
    padding: 2px 7px;
    text-align: center;
    height: 32px;
}

.ui-iggrid-sortableheader > a, span.ui-iggrid-headertext{
    font-size: 13px !important;
}

.ui-iggrid .ui-igedit .ui-igedit-field {
    background-color: #E5E2D6 !important;
    font-style: italic !important;
    color: #616161 !important;
    margin-top: -4px !important;
    font-size: 1em !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px !important;
}

.ui-widget-content {
    background-color: #FFF !important;
}

.ui-iggrid tr.ui-ig-altrecord {
    background-color: #F1F2F2;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #07512C !important;
    text-transform: uppercase;
    border-radius: 0px !important;
}

.ui-iggrid table th, .ui-iggrid table td {
    overflow: auto !important;
    text-overflow: inherit !important;
    word-wrap: break-word !important;
}

.ui-iggrid table.ui-iggrid-table.ui-widget-content {
    font-size: 1em !important;

}

.ui-iggrid .ui-igedit-container {
    width: auto !important;
}

.ui-state-disabled {
    opacity: 1 !important;
    background-color: #eee !important;
}

.ui-iggrid .ui-iggrid-filtercell .ui-iggrid-filtereditor {
    padding: 0 0 0 12px !important;
}

.ui-iggrid .ui-iggrid-filtercell .ui-iggrid-filtereditor::-webkit-input-placeholder {
    color: #888 !important;
}

.ui-iggrid .ui-iggrid-filtercell .ui-iggrid-filtereditor:-moz-placeholder {
    color: #888 !important;
}

.ui-iggrid .ui-iggrid-filtercell .ui-iggrid-filtereditor::-moz-placeholder {
    color: #888 !important;
}

.ui-iggrid .ui-iggrid-filtercell .ui-iggrid-filtereditor:-ms-input-placeholder {
    color: #888 !important;
}

.ui-igedit.ui-statehover, .ui-igcombo.ui-state-hover {
	border: 0px solid transparent !important;
}

.form-group .ui-igeditor-input-container {
    border-bottom: 1px solid #243D6B !important;
}

input.ui-igedit-input.ui-igedit-placeholder.ui-iggrid-filtereditor {
    background-color: transparent !important;
}

.ui-iggrid .ui-igedit-buttonimage, .ui-iggrid-filtercell .ui-iggrid-filterbutton {
    margin-left: -12px!important;
    display: none !important;
}

.ui-state-focus, .ui-widget-header .ui-state-focus {
	background-color: #e7e7e7 !important;
}


/*Helpers*/

.centered {
	text-align: center;
}
.centeredheader {
	text-align: center !important;
    padding: 0 !important;
}

.goleft {
	text-align: left;
}

.goright {
	text-align: right;
}

.gorightimportant {
	text-align: right !important;
}

.mb {
	margin-bottom: 25px;
}

.ml {
	margin-left: 5px;
	}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

/* Navigation*/

#sidebar {
    width: 210px;
    /*height: 100%;*/
    bottom: 0px;
    top: 0px;
    position: fixed;
    float: left;
	color: #9C9A9D !important;
	background-color: #07512C;
    /*background-color: #ED1C24;*/
    overflow-y: auto;
}

#sidebar-small {
    width: 70px;
    /*height: 100%;*/
    bottom: 0px;
    top: 0px;
    position: fixed;
    float: left;
    color: #9C9A9D !important;
	background-color: #07512C;
    /*background-color: #ED1C24;*/
    z-index:1000;
    overflow-y: auto;
}
/*hide scrollbar from small scrollbar (without disabling scrolling)*/
#sidebar-small::-webkit-scrollbar {
    display: none;
}

#sidebar h5 {
	color: #FFFFFF;
	font-weight: 700;
}

#sidebar ul li {
    position: relative;
}

#sidebar .sub-menu > .sub li  {
    padding-left: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 10px;
}

.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    position:absolute;
    right:10px;
    top:15px;
}
.active .dcjq-icon {
    background: url("../images/nav-expand.png") no-repeat bottom;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	border-radius:3px;
}

.navGroupDivider::after {
    content: " ";
    width: calc(100% - 32px);
    position: absolute;
    height: 1px;
    top: 10px;
    left: 16px;
    background-color: rgb(200, 200, 200);
}

.navGroupDividerSmall {
    background-color: #d9d8da;
    height: 1px;
    margin-left: 12px;
    margin-right: 12px;
}

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 65px;
}

div.nav-collapse::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

ul.sidebar-menu-small , ul.sidebar-menu-small li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu-small {
    margin-top: 60px;
    /*margin-top: 157px;*/
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
    background-color: #ece9df;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu li ul.sub li:last-child{
    -webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 6px 0;
    line-height: 30px;
    height: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #9C9A9D !important;
}

ul.sidebar-menu li ul.sub li.active a {
    color: #68dff0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu .menu-item-logout{
    color: #000000 !important;
}

ul.sidebar-menu .menu-item-logout:hover {
    color: #000000 !important;
}

ul.sidebar-menu .menu-item-logout a{
    color: #000000 !important;
}

ul.sidebar-menu .menu-item-logout a:hover {
    color: #000000 !important;
}

ul.sidebar-menu .menu-item-logout a i{
    color: #000000 !important;
}

ul.sidebar-menu .menu-item-logout a i:hover {
    color: #000000 !important;
}

ul.sidebar-menu li.user-name{
    margin-bottom: 30px;
}

ul.sidebar-menu li{
/*    margin-left:25px;
    margin-right:15px;*/
    font-family: "Open Sans", sans-serif !important;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
}

    ul.sidebar-menu li a {
        color: #d9d8da !important;
        font-weight: 100;
        text-decoration: none;
        display: block;
        padding: 12px 0px 12px 25px;
        font-size: 14px;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.btn-rounded-corners{
    border-radius: 50px !important;
}

ul.sidebar-menu li:not(.menu-item-logout) a.active, ul.sidebar-menu li:not(.menu-item-logout) a:hover, ul.sidebar-menu li:not(.menu-item-logout) a:focus {
    background-color: #063019 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

ul.sidebar-menu li a i {
    min-width: 18px;
    max-width: 18px;
    font-size: 14px;
    margin-right: 15px;
    text-align: center;
}

/*ul.sidebar-menu li:not(.menu-item-logout) a:hover i, ul.sidebar-menu li:not(.menu-item-logout) a:focus i {*/
    /*color: #FFFFFF !important;*/
    /*background-color: #063019;
}

ul.sidebar-menu li a.active i {*/
    /*color: #FFFFFF !important;*/
    /*background-color: #063019;
}*/










ul.sidebar-menu-small li ul.sub li{
    background-color: #ece9df;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu-small li ul.sub li:last-child{
    -webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

ul.sidebar-menu-small li ul.sub li a {
    font-size: 12px;
    padding: 6px 0;
    line-height: 30px;
    height: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #9C9A9D !important;
}

    ul.sidebar-menu-small li ul.sub li a:hover {
        /*color: #FFFFFF !important;*/
        background-color: #063019;
        background: transparent;
    }

ul.sidebar-menu-small li ul.sub li.active a {
    color: #68dff0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu-small li{
    text-align: center;
/*    margin-left:25px;
    margin-right:15px;*/
}

ul.sidebar-menu-small li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu-small li a span{
    display: inline-block;
}

ul.sidebar-dropdown li a span{
    padding-left: 33px;
}
ul.sidebar-menu-small li a, .ulsidebarmenusmalllia {
    color: #d9d8da !important;
    font-weight: 100;
    text-decoration: none;
    display: block;
    padding: 12px 0px 12px 0px;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

        .ulsidebarmenusmalllia{
            width:100%;
        }

        ul.sidebar-menu-small li a.active, ul.sidebar-menu-small li a:hover, ul.sidebar-menu-small li a:focus, .ulsidebarmenusmalllia.active, .ulsidebarmenusmalllia:hover, .ulsidebarmenusmalllia:focus {
            background-color: #063019 !important;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }


ul.sidebar-menu-small li .fa {
    font-size: 18px;
    margin-right:15px;
}

/*ul.sidebar-menu-small li a:hover i, ul.sidebar-menu-small li a:focus i {*/
    /*color: #FFFFFF !important;*/
    /*background-color: #063019;
}*/

/*ul.sidebar-menu-small li a.active i {*/
    /*color: #FFFFFF !important;*/
    /*background-color: #063019;
}*/



#sidebar h3 {
	color: #FFFFFF !important;
    font-size: 28px !important;
}

.name {
	display: block;
	font-weight: 700;
}

span.date {
    color: #8E9A98 !important;
    font-style: normal !important;
    margin-bottom: 30px;
}

/* Content  */
#main-content {
    margin-left: 210px;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
    padding-right: 35px !important;
}

.brand img {
    max-width: 100% !important;
}

.top-logout-button{
    margin: 12px 0 0 0;
}

.btn-group.store-select {
    width: 100%;
    margin: 12px 0 0 0;
	text-align: left !important;
}

.master-search-box-container {
    float: right;
    min-width: 185px;
    max-width: 185px;
    /*width: 100%;*/
    margin: 12px 0 0 0;
	text-align: left !important;
    height: 32px !important;
}

.master-search-box {
    height: 32px !important;
    border-color: none;
    outline: 0;
    padding: 6px 12px;
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
}

.store-select .btn {
    text-align: left !important;
}

.store-select .caret {
    float: right;
    margin-top: 9px;
}

header {
    background-color: #FFFFFF !important;
}

.black-bg {
    background-color: #e4e4e4;
}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding-left: 50px;
    padding-right: 35px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
}


.logout {
    bottom: -55px;
    position: absolute;
    width: 100%;
}

.logout > .btn {
	height:40px !important;
}

.sticky {
    position: fixed !important;
    bottom: initial !important;
    top: 60px !important;
    width: 208px;
}


/* Sidebar Toggle */

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
    /*margin-right: 145px;*/
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}


.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}


/* Dash Side */

.ds {
	background: #ffffff;
	padding-top: 20px;
}

.ds h4 {
	font-size: 14px;
	font-weight: 700;
}

.ds h3 {
	color: #ffffff;
	font-size: 16px;
	padding: 0 10px;
	line-height: 60px;
	height: 60px;
	margin: 0;
	background-color: #152857;
	text-align: center;
}

.ds i {
	font-size: 12px;
	line-height: 16px;
}

.ds .desc {
	border-bottom: 1px solid #eaeaea;
	display: inline-block;
	padding: 15px 0;
	width: 100%;
}

.ds .desc:hover {
	background: #f2f2f2;
}

.ds .thumb {
	width: 30px;
	margin: 0 10px 0 20px;
	display: block;
	float: left;
}

.ds .details {
	width: 170px;
	float: left;
}

.ds > .desc p {
	font-size: 11px;
}

.ds p > muted {
	font-size: 9px;
	text-transform: uppercase;
	font-style: italic;
	color: #666666
}

.ds a {
	color: #68dff0;
}

/* Forms */

.ui-iggrid td.ui-iggrid-filtercell, .ui-iggrid .ui-iggrid-filtercell .ui-igedit {
    background-color: #BCBEC0 !important;
    color: #000000 !important;
}

.btn-extra-padding {
    padding: 8px 17px;
}

input, select, text-area, button {
	border: 0px !important;
	border-radius: 0px !important;
	border-color: transparent !important;
}

input[type="checkbox"] {
    box-shadow: none !important;
    border-radius: 0px !important;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(27, 98, 18, .3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(27, 98, 18, .3);*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

label {
    font-weight: 600;
}

label.control-label {
    display: block !important;
}

.btn:not(.btn-rounded-corners):not(.btn-round) {
	border-radius: 0px !important;
}

.ui-iggrid .ui-iggrid-tablebody td {
    border-width: 0px !important;
}

table.ui-iggrid-table tbody td[role='gridcell'] button.btn {
    border-radius: 50% !important;
}

table.ui-iggrid-table tbody td[role='gridcell'] button.btn i.fa {
    font-size: 12px !important;
    line-height: 24px !important;
}

input, select, textarea  {
    border-bottom: 1px solid rgba(35, 60, 104, 0.88) !important
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-color: #fff !important;
}

.btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active, .btn-dark-blue.active, .open > .dropdown-toggle.btn-dark-blue {
	background-color: #fff !important;
}

.btn-dark-blue{
    background-color: #087fa6 !important;
}

.btn-dark-green:hover, .btn-dark-green:focus, .btn-dark-green:active, .btn-dark-green.active, .open > .dropdown-toggle.btn-dark-green {
	background-color: #096327 !important;
    color: #fff !important;
}

.btn-dark-green {
    background-color: #07512C !important;
    color: #fff !important;
}

.badge-dark-green {
    background-color: #07512C !important;
    color: #fff !important;
}

.btn-star-enabled-true:hover, .btn-star-enabled-true:focus, .btn-star-enabled-true:active, .btn-star-enabled-true.active, .open > .dropdown-toggle.btn-star-enabled-true {
    font-weight: 900;
    color: #faac2f !important;
}

.btn-star-enabled-true {
    font-weight: 900;
    color: #faac2f !important;
}

.btn-star-enabled-false:hover, .btn-star-enabled-false:focus, .btn-star-enabled-false:active, .btn-star-enabled-false.active, .open > .dropdown-toggle.btn-star-enabled-false {
    font-weight: 300;
    color: white !important;
}

.btn-star-enabled-false {
    font-weight: 300;
    color: white !important;
}

.btn-dark-green-inverted:hover, .btn-dark-green-inverted:focus, .btn-dark-green-inverted:active, .btn-dark-green-inverted.active, .open > .dropdown-toggle.btn-dark-green-inverted {
    background-color: #fff !important;
    color: #096327 !important;
}

.btn-dark-green-inverted {
    background-color: #fff !important;
    color: #07512C !important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background-color: #a51319 !important;
}

.btn-danger{
    background-color: #ED1C24 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-color: #408040 !important;
}

.btn-success{
    background-color: #5CB85C !important;
}

.btn-disabled{
    cursor: not-allowed !important;
}

.btn-quote-disabled {
    color: black;
    opacity: .80;
    background-color: rgb(228,228,228);
}


label.input-group-addon.btn-disabled{
    cursor: not-allowed !important;
}

.form-panel {
	background: #ffffff;
	margin: 10px;
	padding: 10px;
	box-shadow: 0px 3px 2px #aab2bd;
	text-align: left;
}
.form-horizontal.style-form .form-group {
	border-bottom: 1px solid #eff2f7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.round-form {
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

option {
    padding: 3px !important;
    line-height: 20px !important;
}

/*option:nth-of-type(2n+1) {
    background-color: #e4e4e4;
}*/

.ui-igeditor-input-container select {
    background-color: #e4e4e4;
    margin-top: -5px;
    /*padding-left: 30px;*/
}

@media (min-width: 768px) {
		.form-horizontal .control-label {
		text-align: left;
	}
}

#focusedInput {
	border: 1px solid #07512C;
	box-shadow: none;
}

.add-on {
	float: right;
	margin-top: -37px;
	padding: 3px;
	text-align: center;
}

.add-on .btn {
	height: 34px;
}

.btn {
	text-transform: capitalize !important;
}

.btn-dark-blue {
    color: #fff !important;
    background-color: #3F83D1 !important;
    border: 0px #444 !important;
}

.btn-dark-blue:hover, .btn-dark-blue:focus {
    color: #ffffff !important;
    background-color: #20409A !important;
    border: 0px #333 !important;
}

.btn-default {
	color: #fff !important;
	background-color: #28851e !important;
}

.btn-default:hover, .btn-default:focus {
	background-color: #1E6916 !important;
}

.btn-primary {
	color: #fff !important;
	background-color: #1b6212 !important;
	    border-color: #1B6212 !important;
}

.btn-primary:hover, .btn-primary:focus {
	color: #fff !important;
	background-color: #14540B !important;
}

.btn-gray {
	color: #fff !important;
	background-color: #BCBEC0 !important;
	border-color: #BCBEC0 !important;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active {
	color: #fff !important;
	background-color: #969899 !important;
}

.btn-warning {
	color: #fff !important;
	background-color: #EFAD4E !important;
	border-color: #EFAD4E !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
	color: #fff !important;
	background-color: #bf8a3e !important;
}

.btn-select {
	color: #777 !important;
	background-color: #fff !important;
	border-color: #1B6212 !important;
}

.btn-select:hover {
	background-color: #fff !important;
}

.dropdown-toggle {
    text-transform: capitalize !important;
}

button#FUEmpData_ibb {
    background-color: #DADADA !important;
    padding: 5px 0px;
}



/* Toggle */
.has-switch {
	-webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../images/mask.png') 0 0 no-repeat;
    mask: url('../images/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    left: -63%;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #07512C;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #2A3542;
    color: #41cac0;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #2A3542;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
	-webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-mask: url('../images/mask.png') 0 0 no-repeat;
    mask: url('../images/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #41cac0;
}



/* Login*/

.container.login {
    margin-top: 10%;
}

.login-wrap {
	padding: 20px;
}

form.col-lg-6.col-lg-offset-3 {
    background-color: rgba(255, 255, 255, 0.48);
}

.login .brand {
	width: 100%;
	text-align: center;
}




/*footer*/

.container.login {
    margin-top: 10%;
}

footer {
    background: #e6e6dc;
    padding: 10px 0;
}


.go-top {
    margin-right: 1%;
	font-size: 25px;
}

.go-top i {
    color: #2A3542;
}




/* Responsive Fixes */

@media (min-width: 980px) {
    /*-----*/
    .custom-bar-chart {
        margin-bottom: 40px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {

    /*-----*/
    .custom-bar-chart {
        margin-bottom: 40px;
    }

    /*chat room*/

    

}

@media (max-width: 768px) {

    .header {
        position: absolute;
    }

    /*sidebar*/

    #sidebar {
        height: auto;
        overflow: hidden;
        position: absolute;
        width: 100%;
        z-index: 1001;
		background-color: rgb(241, 241, 241);
		border-top: 1pc solid #fff;
    }


    /* body container */
    #main-content {
        margin: 0px;
        position: none !important;
    }

    #sidebar > ul > li > a > span {
        line-height: 35px;
    }

    #sidebar > ul > li {
        margin: 0 10px 5px 10px;
    }
    #sidebar > ul > li > a {
        height:35px;
        line-height:35px;
        padding: 0 10px;
        text-align: left;
    }
    #sidebar > ul > li > a i{
        /*display: none !important;*/
    }

    #sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open {
        margin-right: 10px;
        margin-top: 15px;
    }

    #sidebar ul > li.active > a .arrow, #sidebar ul > li > a:hover .arrow, #sidebar ul > li > a:focus .arrow,
    #sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open{
        margin-top: 15px;
    }

    #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
        width: 100%;
    }
    #sidebar > ul > li > ul.sub > li > a {
        background: transparent !important ;
    }
    #sidebar > ul > li > ul.sub > li > a:hover {
        
    }


    /* sidebar */
    #sidebar {
        margin: 0px !important;
    }

    /* sidebar collabler */
    #sidebar .btn-navbar.collapsed .arrow {
        display: none;
    }

    #sidebar .btn-navbar .arrow {
        position: absolute;
        right: 35px;
        width: 0;
        height: 0;
        top:48px;
        border-bottom: 15px solid #282e36;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }


    .modal-footer .btn {
        margin-bottom: 0px !important;
    }

    .btn {
        margin-bottom: 5px;
    }

    /*menu icon plus minus*/
    .dcjq-icon {
        top: 10px;
    }
    ul.sidebar-menu li ul.sub li a {
        padding: 0;
    }

    /*---*/

    .img-responsive {
        width: 100%;
    }

}



@media (max-width: 480px) {

    .notify-row, .search, .dont-show , .inbox-head .sr-input, .inbox-head .sr-btn{
        display: none;
    }

    #top_menu .nav > li, ul.top-menu > li {
        float: right;
    }
    .hidden-phone {
        display: none !important;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #BCBEC0;
        border-color:#BCBEC0 ;
    }

}

@media (max-width:320px) {

    .notify-row, .search, .dont-show, .inbox-head .sr-input, .inbox-head .sr-btn {
        display: none;
    }

    #top_menu .nav > li, ul.top-menu > li {
        float: right;
    }

    .hidden-phone {
        display: none !important;
    }

    .chart-position {
        margin-top: 0px;
    }

    .lock-wrapper {
        margin: 10% auto;
        max-width: 310px;
    }
    .lock-input {
        width: 82%;
    }

    .cmt-form {
        display: inline-block;
        width: 75%;
    }

}

@media (min-width:768px) {
    .modal-md {
        width: 750px;
    }
}

/* Calendar */
.calendar {
	text-align:center;
	padding:20px 0;
    margin-bottom: 10px;
}


/* Event Calendar */

#DIVDashboardCalendar {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
#DIVDashboardCalendar .clndr-controls {
  padding-top: 14px;
  padding-left:0px;
  padding-right:0px;
  background-color: #414141;
  color: #fff;
  text-align: left;
}
    #DIVDashboardCalendar .clndr-controls .current-month {

        text-align: left;
    }
#DIVDashboardCalendar .clndr-controls .clndr-previous-button {
    float:left;
  text-align: left;
}
#DIVDashboardCalendar .clndr-controls .clndr-next-button {
    float:right;
  text-align: right;
}
#DIVDashboardCalendar .clndr-controls .clndr-previous-button,
#DIVDashboardCalendar .clndr-controls .clndr-next-button {
  width: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* IE10+ */

}
#DIVDashboardCalendar .clndr-controls .clndr-previous-button:hover,
#DIVDashboardCalendar .clndr-controls .clndr-next-button:hover {
  opacity: 0.5;
}
#DIVDashboardCalendar .clndr-grid {
  float: left;
  /*width: 65%;*/
  width: 100%;
}
#DIVDashboardCalendar .clndr-grid .days-of-the-week {
  width: 100%;

}
    #DIVDashboardCalendar .clndr-grid .days-of-the-week .header-day {
        float: left;
        width: 14.2857%;
        padding: 14px;
        text-align: center;
        background-color: #f1f1f1;
        color: #06512b;
    }
#DIVDashboardCalendar .clndr-grid .days {
  width: 100%;
}

#DIVDashboardCalendar .clndr-grid .days .day,
#DIVDashboardCalendar .clndr-grid .days .empty {
    float: left;
    width: 14.2857%;
    /*height: 66px;*/
    padding: 18px 0;
    text-align: center;
    color: #4f4f4f;
    background-color: #fff;
    /*background-image: url('../images/triangle.svg');*/
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

#DIVDashboardCalendar .clndr-grid .days .day.event .day-number,
#DIVDashboardCalendar .clndr-grid .days .empty.event .day-number {
    padding-bottom: 4px;
    /*width: 20px;*/
    border-bottom: 2px solid #07512C;
}

/*#DIVDashboardCalendar .clndr-grid .days .day.event .day-number-container,
#DIVDashboardCalendar .clndr-grid .days .empty.event .day-number-container {
    border-bottom: 2px solid #07512C;
    width: 5px;
    
}*/
#DIVDashboardCalendar .clndr-grid .days .day.adjacent-month .day-number,
#DIVDashboardCalendar .clndr-grid .days .empty.adjacent-month .day-number {
  opacity: 0.3;
}
#DIVDashboardCalendar .clndr-grid .days .today {
  background-color: #fff;
  background-image: none;
}
.event-listing {
  float: left;
  /*width: 35%;*/
  width: 100%;
}
.event-listing .event-listing-title {
  padding: 3px;
  background-color: #414141;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.normal-bg {
    background-color: #FFF;
}

.alternate-bg {
    background-color: #F1F2F2;
}

.event-listing .event-item .event-item-order-number-right {
    float: right !important;
}
.event-listing .event-item .event-item-surname-center {
    text-align: center !important;
}
.event-listing .event-item {
    padding: 16px 28px;
    cursor: pointer;
}

.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* IE10+ */

}
/*@media all and (max-width: 768px) {
  #DIVDashboardCalendar .clndr-grid {
    width: 100%;
    border: none;
  }
  #DIVDashboardCalendar .event-listing {
    display: none;
  }

}*/

.align-center{
    text-align: center;
}

/* z-index bug fix for date picker element */
.ui-datepicker{
    z-index: 1050 !important;
}


select.blend-in {
    background-color: #E6E7E9;
    border-bottom: none !important;
    cursor: pointer;
    color: #949599 !important;
}

/* Dashboard Tiles */
.etv-dashboard-tile-container:hover {
    font-family: "Futura Bold", sans-serif !important;
    background-color: #d3d3d3;

    /*padding: 10px;*/
    /*margin-bottom: 30px;*/
    /*border: 1px solid black;*/
    /*text-align: center;*/
    /*cursor: pointer;*/

    /*min-height: 100px;*/
}

.etv-dashboard-tile-container {
    font-family: "Futura Bold", sans-serif !important;
    background-color: #f5f5f5;
    padding: 14px 8px;
    margin-bottom: 30px;
    border: 1px dashed #949599;
    text-align: center;
    cursor: pointer;
    /*min-height: 100px;*/
}

.edtc-slim {
/*    padding-top: 5px !important;
    padding-bottom: 5px !important;*/
    margin-bottom: 10px !important;   
    padding-left:0px;
    padding-right:0px;
}

    .edtc-slim button.btn-round {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 10px;
    }
 

.etv-setting-run-tile-container {
    font-family: "Futura Bold", sans-serif !important;
    background-color: #f5f5f5;
    padding: 10px 8px;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    display:flex;
    justify-content:space-between;
    /*min-height: 100px;*/
}

.etv-dashboard-financials-count-column {
    text-align: right;
    padding-right: 5px;
    min-width: 35px;
}

.etv-dashboard-tile-header {
    color: #07512C;
    font-weight: bold;
    font-size: 14px;
    display: block;
    cursor: pointer;
    display: inline-block;
    text-overflow: ellipsis;
}

.etv-dashboard-tile-count {
    display: inline-block;
    font-size: 14px;
    color: #949599;
    cursor: pointer;
    margin-left: 10px !important;
}

.div-fixed-height-100-px{
    min-height: 100px;
    max-height: 100px;
    text-overflow: ellipsis;
}

.label-fixed-height-50-px{
    display: inline-block;
    min-height: 50px;
    max-height: 50px;
    text-overflow: ellipsis;
}

.droppable-tile-hover{
    background-color: #d3d3d3;
}

.hidden{
    display: none !important;
}

.closed{
    display: none !important;
}

.ui-igedit-container{
    width: 100% !important;
}

.row-alt-record {
    background-color: #F1F2F2;
}

.p-extra-top-margin{
    margin-top: 10px !important;
}

.button-extra-top-margin{
    margin-top: 10px !important;
}

.div-extra-bottom-margin-25{
    margin-bottom: 25px !important;
}

.div-extra-bottom-margin-100{
    margin-bottom: 100px !important;
}

label.one-liner{
    white-space: nowrap;
}

.signature-pad{
    /*width: 500px !important;
    height: 100px !important;*/
    background-color: #fff;
    border: 2px solid black;
}

.light-blue-background{
    background-color: #d9edf7 !important;
}

.light-red-background{
    background-color: #f2dede !important;
}

#GRIDContractNotes > tbody > tr.light-blue-background > td.ui-state-hover{
    background-color: #e3ede5 !important;
}

.light-green-background{
    background-color: #c5e1c9 !important;
}

#GRIDContractNotes > tbody > tr.light-green-background > td.ui-state-hover{
    background-color: #e3ede5 !important;
}

label.input-group-addon{
    cursor: pointer !important;
}

.top-left-triangle {
    height: 0;
    width: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    border-left: 16px solid #07512C;
    border-right: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-top: 16px solid #07512C;
    cursor: pointer !important;
}

.bottom-right-triangle {
    height: 0;
    width: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    border-left: 16px solid transparent;
    border-right: 16px solid #ff0000;
    border-bottom: 16px solid #ff0000;
    border-top: 16px solid transparent;
    cursor: pointer !important;
}

.btn-absolute{
    position: absolute !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    background-color: #cedacd !important;
}

li.dropdown > a.dropdown-toggle{
    cursor: pointer !important;
}

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color: #cedacd !important;
}*/

.scrollable-iframe-wrapper{
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.pdf-container{
    min-height: 650px;
}

.scrollable-column-wrapper{
    z-index: 99999;
    height: 90vh;
    overflow: hidden;
    overflow-y: scroll;
}

.custom-grid-row{
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #f5f5f5;
    z-index: 99999;
}

.open-hand-pointer{
    cursor: url(https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur), default !important;
}

.custom-grid-row:hover{
    background-color: #d3d3d3;
}

.order-row {
    margin-bottom: 40px;
}

.monument-row > div > span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.monument-row {
    height: 100%;
}

.monument-row:hover{
    background-color: #d3d3d3;
}

.bottom-border-light-gray{
    border-bottom: 2px solid #d0d0d0;
}

/*.rfd-list{
    min-height: 350px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.rfd-list-small{
    min-height: 175px;
    max-height: 175px;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}*/

.solid-black-line{
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 1px solid black;
}

.ui-tooltip{
    padding: 16px !important;
    max-width: 100% !important;
    color: black !important;
}

.form-control-sm {
    height: 24px;
}

.form-control-borderless{
    -webkit-box-shadow: none;
}

.btn[disabled]{
    cursor: not-allowed !important;
    pointer-events: inherit;
}

.tracker-box{
    float: left;
    width:50px;
    height:20px;
    padding-right:1px;
    border:4px solid rgba(0,0,0,0.2);
}

.text-sm{
    font-size: 8pt !important;
}

.special-order-grid.ui-iggrid table tbody td, .special-order-grid.ui-iggrid .ui-iggrid-header, .special-order-grid.ui-iggrid table th {
    padding: 0px !important;
}

.aligncenter {
	text-align: center;
}

.close{
    color: #fff !important;
    opacity: .9 !important;
}

input.form-control{
    -webkit-box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/*multiple select*/
div.ms-parent{
    width: 100% !important;
    padding-left: 0px !important;
}

/*custom styling form row selectors*/
th.ui-iggrid-rowselector-class {
    border-left: 1px solid #1B6212 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    text-align: center !important;
}

th.ui-iggrid-rowselector-class > span.ui-icon {
    display: none;
}

th.ui-iggrid-rowselector-class > span.ui-igcheckbox-normal {
    margin-left: 33.3% !important;
    margin-right: 33.3% !important;
}

th.ui-iggrid-rowselector-header > span.ui-igcheckbox-normal {
    margin-left: 33.3% !important;
    margin-right: 33.3% !important;
}

.ui-iggrid tr.ui-state-focus {
    border: none !important;
}

.ui-iggrid tr.ui-state-focus th {
    border-top: none !important;
    border-bottom: none !important;
}

.ui-iggrid tr.ui-state-focus td {
    border-top: none !important;
    border-bottom: none !important;
}

.ui-state-active {
    border-top: none !important;
    border-bottom: none !important;
}

.ui-iggrid tr .ui-icon, .ui-igtree .ui-icon, .ui-igedit .ui-icon, .ui-igsplitter .ui-icon, .ui-igcombo .ui-icon, fictional-class {
    margin-left: 2px !important;
    margin-right: 2px !important;
    margin-top: 2px !important;
    font-size: 13px !important;
}

.ui-igcheckbox-normal {
    width: 20px !important;
    height: 20px !important;
}

.super-high-z-index {
    z-index: 9999 !important;
}

.ui-iggrid .ui-igedit-button .ui-icon, .ui-iggrid-filtercell .ui-iggrid-indicatorcontainer a .ui-icon {
    top: 0 !important;
    left: 0 !important;
}

.ui-iggrid-filtercell select {
    background-color: #BCBEC0 !important;
}

.ui-state-hover .ui-icon, .ui-state-hover.ui-state-default .ui-icon {
    color: #444 !important;
}

.ui-iggrid-filtercell .ui-iggrid-indicatorcontainer a:before {
    color: #DCDCDC;
    content: "" !important;
    margin: 0 0 0 0 !important;
    text-shadow: none;
    width: 1.4em;
}

tr.ui-draggable-dragging-custom{
    width: 100% !important;
}

tr.ui-draggable-dragging-custom > td{
    background: #e0e0e0 !important;
    color: #000 !important;
    height: 50px !important;
    padding: 14px 22px 8px 22px;
}

.pointer-cursor {
    cursor: pointer !important;
}

.normal-anchor {
    color: blue !important;
    text-decoration: underline !important;
}

.normal-anchor:hover {
    color: blue !important;
    text-decoration: underline !important;
}

.small-text {
    font-size: 8pt;
}

.alert-info {
    color: #000 !important;
    background-color: #bcbec0 !important;
    border-color: #bcbec0 !important;
}

input.checkbox-md {
    transform: scale(1.5);
}

input.checkbox-sm {
    transform: scale(1.0);
}

.panel.panel-default > .panel-heading {
    cursor: pointer;
}

.martus-file-upload-zone {
    height: 100%;
    background-color: #f0f0f0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-style: dashed;
    border-width: thin;
}

.drag-and-drop-zone {
    background-color: transparent;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

/*.drag-and-drop-zone.active {
    background-color: #087fa6 !important;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #fff;
}*/

/*File Uploader*/
.drag-and-drop-zone.active #FUAddOrderFile_ibb {
    height: 200px !important;
    width: 350px !important;
    background-color: #087fa6 !important;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #fff;
}

/*Hide elements from File uploader*/
#DIVUploadRow #FUAddContractFile_ibb, #DIVUploadRow #FUAddContractFile_shdbtn, #DIVUploadRow #FUAddContractFile_fi_main_cntnr {
    visibility: hidden;
    display: none;
}
/*Hide elements from File uploader*/
#DIVUploadRow #FUAddContractFile_summpbrlbl {
    font-size: 13px;
    text-align: left;
    margin-left: 14px;
    padding-top: 5px;
}

div.martus-file-upload-zone.hover {
    background-color: #BCBEC0;
}

.drag-and-drop-zone.active #FUAddUnsavedOrderFile_ibb {
    height: 200px !important;
    width: 350px !important;
    background-color: #087fa6 !important;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #fff;
}

.drag-and-drop-zone.active.hover #FUAddUnsavedOrderFile_ibb {
    background-color: #188fda !important;
    color: #fff;
}

.drag-and-drop-zone.active #FUEmailAttachment_ibb {
    height: 200px !important;
    width: 350px !important;
    background-color: #087fa6 !important;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #fff;
}

.drag-and-drop-zone.active.hover #FUEmailAttachment_ibb {
    background-color: #188fda !important;
    color: #fff;
}

a.top-of-page {
    display: block;
    position: relative;
    top: -5000px;
}

.order-note-row:hover{
    background-color: #d3d3d3;
}

.file-name-row:hover{
    background-color: #d3d3d3;
}


/*Map Section*/

.map {
    height: 100%;
    width: 100%;
    background-color: grey;
}


@media (max-width: 768px) {
    #DIVESCMapContainer, .DeliveriesSettingRunOrdersContainer #DIVGridSettingRunOrders {
        height: 300px;
    }
}
@media (min-width: 769px) {
    #DIVESCMapContainer, .DeliveriesSettingRunOrdersContainer #DIVGridSettingRunOrders {
        height: 560px;
    }
}


    #DIVDeliveryZoneMapContainer {
        height: 500px;
    }
    /*#GRIDSettingRunOrders {
    height: 100%;
}*/

    .auto-price {
        color: black !important;
    }


    .call-for-price {
        background-color: #ED1C24 !important;
        color: white !important;
    }

    .inactive-setting-run {
        opacity: 0.5;
    }