.title {
    margin-top:0;
    padding-top:0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-horizontal .control-label, .form-horizontal label, .panel label{
    /* text-align:right; */
    text-align:left;
    font-weight: normal;
}

.ui-dialog-titlebar-close {
    display: none;
    color:black;
}

.red {
    color: red;
}

.no-margins {
    margin: 0 0 0 0;
}
.no-padding {
    padding: 0 0 0 0;
}

.cross {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}

.scrollbar-div {

    overflow-y: scroll;
    height: 500px;
}

.panel-heading {
    padding-top: 3px;
    padding-bottom: 3px;
}

.calendar-icon {

    cursor:pointer;
}


/* GRID COLOR CODES */
.on-stop {
    background: #FF8C8C !important;
}

.not_selected {
    background:  #FFF799;  
}

.close_to_rates {
    background:  #E8A348;  
}
.agreed {
    background:  #C2F58E;  
}

.recall {
    background: black;
    color: white;
}

.date_chase {

    border-style: dashed;
    border-color: red;

}

.date_required {
    background: #FF8C8C;
}

.expand-work_desc, .expand-worknotes {


    overflow: hidden;

}

footer {
    margin-top: 20px;

}


select::-ms-expand {
    width:12px;
    border:none;
    background:#fff;
}

.menu {
    background: #FFB4B4;
    border-radius: 0;
    border-style: none;



}

.menu li a {
    color: white !important;
    padding-right: 6px;
    padding-left: 7px;
}

.menu .dropdown-menu {
    background: #FFB4B4;

}

.menu .dropdown-menu > li > a:hover, .menu .dropdown-menu > li > a:focus, .menu .open .dropdown-toggle {
    background-image:none !important;
}
.menu .dropdown-menu > li > a:hover, .menu .dropdown-menu > li > a:focus, .menu .open .dropdown-toggle {
    background-color:#FA8072 !important;
}

.panel-heading {
    background: #FFB4B4 !important;
    color: white !important;
}

.panel {
    border-color: #FFB4B4 !important;
}

.ui-dialog-titlebar {
    background: #FFB4B4;
    border-color: #FFB4B4;
    color: white;
}

.ui-dialog {
    border-color: #FFB4B4 !important;
}


.btn, .button-close, li a {
    text-decoration: none !important;
}

.btn-info:visited {
    color: white !important;
}

.link-new {
    font-weight: bold;
}


.main-content a {
    text-decoration: underline;
}

.table-list td a:visited {
    color: purple;
}

.grid-header {
    background:   #FFB4B4 !important;


}
.grid-header a {
    color: white;
    text-decoration: none;
    font-weight: normal;
}

.login-box {
    border-style: solid; 
    border-color:  #FFB4B4;
    border-width: 1px;
    border-radius: 5px;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-top: 40px;
}

.small-text {
    font-size: 11px;
    color: grey;
}

.grey-div {
    background: #EEEEEE;
    opacity: 0.4;
    position: relative;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.grey-div:after{
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EEEEEE;
    opacity: 0.4;
    z-index: 10;
}


.grey-checkbox {
    color: #CCCCCC;

}

.tab-borders {
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;   
}

.work_notes {
    background: #f1f1f1;
    padding-top: 5px;
    padding-bottom: 10px;
}

.files {
    background: #fcf2c0;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.grippie {
    background:#EEEEEE url(../images/grippie.png) no-repeat scroll center 2px;
    border-color:#DDDDDD;
    border-style:solid;
    border-width:0pt 1px 1px;
    cursor:s-resize;
    height:9px;
    overflow:hidden;
}
.resizable-textarea textarea {
    display:block;
    margin-bottom:0pt;
    width:95%;
    height: 20%;
}


.explorer-sign {
    border: solid 1px;
    padding-left: 5px;
    padding-bottom: 4px;
    font-size: 17px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: inline-block;

}

.btn:disabled {
    color:  #bcbcbc !important;
}

.grid_footer_href {
    text-decoration: none !important; 
    color:#337ab7; 
    border: 1px solid #AAAAAA; 
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;

}

.grid_footer_href:hover {
    background: #DDDDDD;
}

.non-clickable {
    pointer-events: none;
    cursor: default;
}

.drag_cursor {
    cursor: move;
}

p.attachment-file {
    font-weight: bold;
    position: relative;
    margin-bottom: 0.2rem;
}

p.attachment-file .check-send {
    display: inline-block;
    position: absolute;
    left: -20px;
}

.progressbar {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    right: 0px;
    display: block;
    background: transparent url('/assets/images/post-to-sage.gif') center center no-repeat;
}

.ajax_status {
    display: block;
    height: 20px;
}
.text-green {
    color: #4CAF50;
}

.text-red {
    color: #f44336;
}