@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,300,600,700);
/*--- Common ---*/
* {
    padding: 0px;
    margin: 0px;
}

body {
    font: normal 12px "Open Sans", "Trebuchet MS", Tahoma, sans-serif;
    background: #FFFFFF;
    text-align: center;
    font-weight: 500;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

.floatLeft, .fL {
    float: left;
}

.floatRight, .fR {
    float: right;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    height: 1px;
}

a {
    color: #2d78b0;
    text-decoration: none;
}

a:hover {
    color: #575757;
}

/*--- Wrapper ---*/
#Wrapper {
    width: 990px;
    text-align: left;
    margin: auto;
}

/*--- Header ---*/

#Header {
    height: 105px;
    #height: 110px;
}

#Header h1.logo {
    background: url(../images/logo.svg) left top no-repeat;
    float: left;
    margin-top: 7px;
    width: 75%;
}

#Header h1.logo a {
    width: 100%;
    height: 87px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#Header .floatRight {
    padding-top: 8px;
    width: 25%;
}

#Header .fL {
    width: 70px;
    line-height: 25px;
}

#Header .fR {
    text-align: right;
    width: 127px;
    padding-bottom: 4px
}

#Header .fR .inputBox {
    width: 120px;
    padding: 3px;
    border: 1px solid #101010;
}

#Header .afterLogin {
    text-align: right;
    padding-top: 35px;
}

#Header .afterLogin a {
    font-size: 14px;
    font-weight: bold;
}

/*--- Nav ---*/

#Nav {
    border-top: 1px solid #fbbb27;
    border-bottom: 1px solid #fbbb27;
    font: bold 15px/24px Corbel, Andalus, "Trebuchet MS", Tahoma, sans-serif;
    color: #2d78b0;
}

#Nav .holder {
    padding-left: 7px;
}

#Nav a {
    padding: 0px 3px;
    color: #2d78b0;
    text-decoration: none;
}

#Nav a:hover {
    color: #575757;
}

/*--- Content ---*/

#Content {
    padding-top: 10px;
}

#Content .floatLeft {
    width: 575px;
    padding-left: 10px;
}

#Content .imgRight {
    float: right;
    margin: 0px 0px 5px 5px;
}

#Content .imgLeft {
    float: left;
    margin: 10px 10px 10px 10px;
}

#Content .floatLeft h2 {
    margin-bottom: 15px;
    font: bold 25px/30px Corbel, Andalus, "Trebuchet MS", Tahoma, sans-serif;
    color: #2d78b0;
}

#Content .floatLeft p {
    margin-bottom: 15px;
}

#Content .floatRight {
    width: 280px;
    padding: 10px;
    background: #e6e6e6;
    border: 1px solid #010101;
}

#Content .floatRight h2 {
    margin-bottom: 15px;
    font: bold 25px/30px Corbel, Andalus, "Trebuchet MS", Tahoma, sans-serif;
    color: #000;
    text-align: center;
}

#Content .floatRight p {
    margin-bottom: 10px;
}

#Content .floatRight strong {
    color: #3880b4;
}

#Content .floatRight strong span {
    font-style: italic;
}

#Content ul {
    font-style: italic;
    font-weight: bold;
    margin-left: 45px;
}

/*--- Internal Nav ---*/
#DNav {
    position: relative;
    height: 24px;
}

#DNav .navarea {
    position: absolute;
    width: 910px;
    left: 0px;
    top: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

#DNav .navarea li {
    display: inline;
}

#DNav .navarea li a {
    display: block;
    float: left;
    line-height: 24px;
    font-weight: bold;
    border: 1px solid #575757;
    background: #575757;
    padding: 0px 6px;
    color: #fff;
    margin-right: 1px;
    border-bottom: 0px;
}

#DNav .navarea li a:hover {
    color: #fbbb27;
}

#DNav .navarea li a.sel {
    background: #deeaf0;
    color: #575757;
}

/*--- Internal Nav ---*/
#SubNav {
    position: relative;
    display: flex;
    margin: 0 0 -1px;
}

#SubNav .navarea {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}

#SubNav .navarea li {
    display: inline;
}

#SubNav .navarea li a {
    display: block;
    float: left;
    line-height: 24px;
    font-weight: bold;
    border: 1px solid #2C82A5;
    background: #2C82A5;
    padding: 0px 6px;
    color: #fff;
    margin-right: 1px;
    border-bottom: 0px;
    font-size: 12px
}

#SubNav .navarea li a:hover {
    color: #575757;
}

#SubNav .navarea li a.sel {
    background: #deeaf0;
    color: #2C82A5;
}

/*--- Internal Content ---*/
#DContent {
    background: #deeaf0;
    border: 1px solid #575757;
}

#DContent .holder {
    padding: 10px;
}

#DContent .floatLeft {
    width: 575px;
}

h2 {
    color: #2C82A5;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0;
}

/*border-bottom: 1px solid #2C82A5;*/
/*#DContent h2 { margin-bottom:15px; font:bold 25px/30px Corbel, Andalus, "Trebuchet MS", Tahoma, sans-serif; color:#2d78b0; }*/
#DContent .floatLeft p {
    margin-bottom: 15px;
}

#DContent .floatRight {
    width: 280px;
    padding: 10px;
    background: #e6e6e6;
    border: 1px solid #010101;
}

#DContent .floatRight h2 {
    margin-bottom: 15px;
    font: bold 25px/30px Corbel, Andalus, "Trebuchet MS", Tahoma, sans-serif;
    color: #000;
    text-align: center;
}

#DContent .floatRight p {
    margin-bottom: 10px;
}

#DContent .floatRight strong {
    color: #3880b4;
}

#DContent .floatRight strong span {
    font-style: italic;
}

#managerDashboard h3 {
    color: #2C82A5;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #2d78b0;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

#lenderDashboard h3 {
    color: #2C82A5;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #2d78b0;
    padding-bottom: 4px;
    margin-bottom: 5px;
    font-family: Trebuchet MS;
}

#appraiserDashboard h3 {
    color: #2C82A5;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #2d78b0;
    padding-bottom: 4px;
    margin-bottom: 5px;
    font-family: Trebuchet MS;
}

#manager-users table strong {
    color: #333;
}

table td b, table td strong {
    color: #333;
}

table th {
    color: #333;
}

/* User editor -> appraiser */
.appraisertable {
    text-align: left;
}

/* Table sorting GUI enhancements */
.sortable .sortcol {
    cursor: pointer;
    padding-right: 15px;
    background: #DEEAF0;
    background-repeat: no-repeat;
    background-position: right center;
}

.sortable .sortasc {
    background-color: #DDFFAC;
    background-image: url(../../../images/up.gif);
}

.sortable .sortdesc {
    background-color: #DDFFAC;
    background-image: url(../../../images/down.gif);
}

.sortable .nosort {
    cursor: default;
}

/* end table sorting enhancements */

/*--- Footer Content ---*/
#Footer {
    padding: 10px;
}

#Footer .copyright {
    text-align: right;
    font-size: 0.75em;
}

#Footer a img {
    border: 0px;
}

.important {
    padding-bottom: 20px;
    color: #ff2a14;
}

td {
    padding: 3px;
}

#manager-users td {
    padding: 8px;
}

#manager-users table {
    padding-bottom: 25px;
}

#manager-users .back-button {
    padding-bottom: 10px;
}

#manager-users .back-button a {
    color: #262626;
}

#manager-users .back-button a:hover {
    text-decoration: underline;
}

#manager-users table.calendar td {
    padding: 3px;
}

#manager-users table.calendar {
    padding-bottom: 0px;
}

#manager-companies td {
    padding: 5px;
}

#manager-companies table strong {
    color: #191d3d;
    font-weight: bold;
}

#manager-companies .back-button {
    padding-bottom: 10px;
}

#manager-companies .back-button a {
    color: #262626;
}

#manager-companies .back-button a:hover {
    text-decoration: underline;
}

#top_nav_table td {
    padding: 4px;
    padding-left: 0px
}

#top_nav_sub_table td {
    padding: 0px;
}

#button {
    font-weight: bold;
}

#text-sub-nav {
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: -10px;
}

#text-sub-nav a {
    color: #575757;
}

#text-sub-nav a:hover {
    text-decoration: underline;
}

.license-add a {
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
}

.extraBottom {
    padding-bottom: 15px;
}

.superExtraTop {
    padding-top: 30px;
}

.superExtraBottom {
    padding-bottom: 30px;
}

.rightPadding {
    padding-right: 55px;
}

.reduceTop {
    margin-top: -10px;
}

/* -- Table Filtering -- */
.fltrow { /* filter grid row appearance */
    height: 20px;
    clear: both;
}

.flt { /* filter (input) appearance */
    background-color: #fff;
    font-size: 10px;
    /*border-left:1px solid #999; border-right:1px solid #ccc;
    border-top:1px solid #ccc; border-bottom:1px solid #999;*/
    margin: 0;
    vertical-align: middle;
}

select.flt { /* select filter */
    background-color: #fff; /*border:1px solid #ccc; */
    margin: 0 1px 1px 0;
    font-size: 9px;
    vertical-align: middle;

}

select.flt_multi { /* multiple select filter */
    background-color: #fff; /*border:1px solid #ccc; */
    margin: 0 1px 1px 0;
    width: 100%;
    height: 100px;
    font-size: 9px;
    vertical-align: middle;
    width: 135px;
}

.flt_s { /* small filter (input) appearance */
    background-color: #fff;
    font-size: 10px;
    margin: 0;
    width: 80%;
    vertical-align: middle;
}

.single_flt { /* single filter appearance (input) */
    background-color: #fff;
    font-size: 11px;
    margin: 0;
    width: 120px;
    vertical-align: middle;
}

.btnflt { /* button appearance */
    font-size: 11px;
    margin: 0 2px 0 2px;
    padding: 0 1px 0 1px;
    text-decoration: none;
    color: #fff;
    background-color: #aaa;
    vertical-align: middle;
}

.fltbtn {
    background-color: #0191cc;
    color: #fff;
    padding: 3px 6px;
    border: 1px solid #01648c;
}

.fltbtn:hover,
.fltbtn:active {
    color: #e2e2e2;
}

.mdiv {
    text-align: center;
}

.tot {
    float: left;
}

.rdiv {
    float: right;
}

input.pgInp {
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    padding: 1px 1px 2px;
    background-color: #cccccc;
    border-top: 1px outset #666666;
    border-bottom: 1px outset #666666;
    margin: 1px;
}

#extGrid {
    float: left;
    background: #E4FAE4;
    border: 1px solid #999;
    width: 250px;
    margin-right: 20px;
    padding: 10px;
}

/* status bar container */
#statusDiv {
    width: 100%;
    border: 1px;
    margin: 1px 5px 0 10px;
    padding: 3px 3px 3px 3px;
    font-size: 11px;
}

/* -- Appraisal Order Type sorting list -- */
.sortablelist li {
    list-style-type: none;
    padding-top: 8px;
    cursor: pointer;
}

.sortablelist li:hover {
    color: #2d78b0;
}

.dashboard_header {
    color: #2d78b0;
}

.order_view_td_border_left {
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #d7d7d7;
    border-right: 0px;
    -moz-border-radius: 20px;
    /*-webkit-border-radius: 20px;
    -khtml-border-radius: 20px;*/
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    vertical-align: top;
}

.order_view_td_border_right {
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #d7d7d7;
    border-left: 0px;
    -moz-border-radius: 20px;
    /*-webkit-border-radius: 20px;
    -khtml-border-radius: 20px;*/
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.order_view_td_border {
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #d7d7d7;
    -moz-border-radius: 20px;
    /*-webkit-border-radius: 20px;
    -khtml-border-radius: 20px;*/
    border-radius: 20px;
}

.apprasial_type_dropdown {
    font-size: 12px;
    width: 200px;
}

/*select:focus {
	width:auto\9;
	position:absolute\9;
}â€‹*/
.order_creation_phone_type {
    font-size: 12px;
    width: 60px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.order_creation_phone_dropdown {
    font-size: 12px;
    width: 90px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.order_creation_phone_field {
    font-size: 14px;
    width: 85px;
}

.order_creation_name_field {
    font-size: 12px;
    width: 80px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.bytepru_manage_user_dropdown {
    font-size: 12px;
    width: 200px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.bytepru_manage_user_field {
    font-size: 14px;
    width: 120px;
}

.jsvalidation {
    color: #FF0000;
    font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, sans-serif;
    font-size: 13px;
    margin-left: 0px;
}

select.jsvalidation,
input.jsvalidation {
    border-color: Red;
    border-style: solid;
    border-width: 1px;
}

.add_word_wrap {
    word-wrap: break-word;
}

.width_80 {
    width: 80px;
}

.width_150 {
    width: 150px;
}

.width_120 {
    width: 120px;
}

.width_100 {
    width: 120px;
}

.red_text {
    color: #ff2a14;
}

#ajaxLoadAni {
    background: #3366FF;
    color: #fff;

    /* we hide it because we only need to display it when ajax call is made */
    display: none;

    font-weight: bold;
    position: fixed;
    top: 0;
    left: 38%;
    padding: 8px;
    z-index: 9999;
    border-radius: 0px 0px 15px 15px;
    opacity: 0.8;
}

#ajaxLoadAni span {
    float: left;
    margin: 7px 0 0 0;
}

.override-button {
    padding: 2px
}

#dropdown-btn {
    display: none;
}

.clickable {
    display: table;
    width: 75px;
    height: 20px;
    background-color: #444444;
    color: white;
    padding: 5px;
    cursor: pointer;
}

.overlay {
    display: table;
    position: fixed;
    width: 100%;
    height: 0;
    z-index: 10000;
    top: 0;
    left: 0;
}

.dropdown-menu {
    display: none;
    margin-top: -2px;
    /*  height: 120px;*/
    width: 145px;
    z-index: 10000;
    position: absolute;
}

.dropdown-menu ul {
    margin: 0;
    width: 100%;
    list-style-type: none;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.36);
}

.dropdown-menu ul li a {
    text-decoration: none;
    color: #000;
    padding: 5.5px 6px;
    background-color: #fff;
    display: block;
}

.dropdown-menu ul li a:visited {
    color: #000;
}

.dropdown-menu ul li a:hover, .dropdown-menu ul li .current {
    color: #000;
    background-color: #DEEAF0;
}

.dropdown-menu ul li a.active {
    color: #000;
    background-color: #DEEAF0;
}

input[type=checkbox].dropdown:checked ~ .overlay {
    height: 100%;
}

input[type=checkbox].dropdown:checked ~ .dropdown-menu {
    display: table;
    z-index: 10000;
}

.onclick-menu:focus .onclick-menu-content,
.onclick-menu-content:hover {
    opacity: 1;
    visibility: visible;
}

.fn16 {
    font-family: Corbel, Andalus, "Trebuchet MS", Tahoma, sans-serif;
    font-size: 16px;
}

.error-re {
    color: #FF0000;
    margin-left: 0px;
}

select.error-re,
input.error-re {
    border-color: Red;
    border-style: solid;
    border-width: 1px;
}

.containerBox {
    position: relative;
    display: inline-block;
    width: 27%
}

.text-box {
    text-align: center;
    float: left;
    margin-left: 3px;
    margin-top: 2px
}

.text-box:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.containerBox h4 {
    display: inline-block;
    font-size: 13px; /*or whatever you want*/
}

.containerBox img {
    display: block;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

tr.border_bottom td {
    border-bottom: 1pt solid black;
}

#manager-companies .app-pricing-group-table tr td,
.app-pricing-group-table tr td {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

h3 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
}

.big-header h3 {
    margin-bottom: 5px;
}
[data-sortable] {
    cursor: pointer;
    position: relative;
}
[data-sortable].sort_active[data-type="asc"]:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 9px;
    top: 4px;
    margin-left: 2px;
    background-image: url(../../../images/up.gif);
}
[data-sortable].sort_active[data-type="desc"]:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 9px;
    top: 4px;
    margin-left: 2px;
    background-image: url(../../../images/down.gif);
}