﻿/*==================*/
/*General content styles*/
/*==================*/


.ui-datepicker { z-index: 100000 !important; }
.igdw_Office2010BlueBodyContentArea {
    width:100% !important;
}
.fcfl {
    float: left; margin-right:20px; margin-bottom:10px;
}
.fcfl-border {
    float: left;
}
.title-row {
    clear: both;
    overflow: hidden;
    margin-bottom:4px;
}
.title-left {
    float: left;
    margin-bottom:4px;
    margin-right:20px;
}
.title-left.dd {
    margin-left:4px;
    margin-right:0px !important;
}
.title-left.buttons {
    margin-left:0px;
    margin-right:0px !important;
}
.title-right {
    float: right;
}
.buttons_row {
    margin-bottom: 4px;
}
.widgettitle.ql {
    overflow: hidden;
}
.mini_ql {
    margin-top: 10px;
}
.dropdown-menu li a {
    cursor: pointer;
}
.divder {
    margin-top: 4px;
    margin-bottom: 4px;
}
.nw {
    white-space: nowrap !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.padding10 {
    padding:10px;
}
.marginleft_0 { margin-left:0px; background: #fff; }

.modal-body {
    padding: 10px;
}
.modal-body-no-pad {
    padding: 0px;
}
.modal-footer {
  background-color:rgb(250, 250, 250);
  padding:10px 10px 0px 10px;
}
.modal-footer-pad {
    background-color:rgb(250, 250, 250);
    padding: 10px;
    text-align:right;
}
.modal-footer-wht {
    padding: 10px;
    text-align:right;
}
.def-content {
    margin-top: 30px;
}
.HoverDesc{
    position:absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 500px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}
.HoverDescCont  {
    padding: 10px;
    color:#0866c6;
}

.gen-icon {
    padding: 2px 6px 2px 6px  !important;
}

/*==================*/
/*Link button styles*/
/*==================*/
a.btn-danger:link { color:white; }
a.btn-danger:visited { color:white; }
a.btn-danger:hover { color:white; }
a.btn-primary:link { color:white; }
a.btn-primary:visited { color:white; }
a.btn-primary:hover { color:white; }
a.btn-success:link { color:white; }
a.btn-success:visited { color:white; }
a.btn-success:hover { color:white; }
a.btn-warning:link { color:white; }
a.btn-warning:visited { color:white; }
a.btn-warning:hover { color:white; }

/*==================*/
/*asp button styles*/
/*==================*/
.inputwrapper input[type="submit"] { font-size:13px; font-family: 'LatoBold', 'Helvetica Neue', Helvetica, sans-serif; font-weight: normal; border: 0; padding: 10px; background: #fff; width: 250px; }
.inputwrapper input[type="submit"]:active, .inputwrapper input[type="submit"]:focus { background: #fff; border: 0; }
.inputwrapper input[type="submit"] { display: block; border: 1px solid #0c57a3; padding: 10px; background: #0972dd; width: 100%; color: #fff; text-transform: uppercase; }
.inputwrapper input[type="submit"]:focus, .inputwrapper input[type="submit"]:active, .inputwrapper input[type="submit"]:hover { background: #1e82e8; }

/*==================*/
/*icons/buttons*/
/*==================*/
.inputwrapper input[type="submit"] {
    color: #ffffff;
    background-color: #223e92 !important;
    border-color: #183280 !important;
}
.btn-primary {
  color: #ffffff;
  background-color: #223e92 !important;
  border-color: #183280 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.mtoggle {
    padding:0px 8px 0px 8px;
    height:32px
}
.nav_toggle {
    height:21px;
    width:24px;
    cursor:pointer;
    background:url(../images/menu_toggle.png) no-repeat;
    border:none !important;
    opacity: 0.5;
}
.nav_toggle:hover {
    height:21px;
    width:24px;
    cursor:pointer;
    background:url(../images/menu_toggle.png) no-repeat;
    border:none !important;
    opacity: 1;
}
.nav_toggle_closed {
    height:21px;
    width:24px;
    cursor:pointer;
    background:url(../images/menu_toggle_closed.png) no-repeat;
    border:none !important;
    opacity: 0.5;
}
.nav_toggle_closed:hover {
    height:21px;
    width:24px;
    cursor:pointer;
    background:url(../images/menu_toggle_closed.png) no-repeat;
    border:none !important;
    opacity: 1;
}

.NavToggleHide {
    position: absolute;
    top: 116px;
    left: 226px;
    z-index: 10000;
}
.NavToggleShow {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10000;
}
.btn-dd {
    height: 35px;
}
.btn-menu-gr {
    padding: 0px 4px;
    margin-right:6px;
}

/*==================*/
/*quick list styles*/
/*==================*/
.sTable td {
    padding: 2px;
    white-space:nowrap;
}
.sTable input {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 13px;
    padding-left:4px;
    padding-right:4px;
    height:26px;
    line-height:26px;
    border: 1px solid #ccc;
    color:#666666;
    /*color:#0866c6;*/
}
.sTable select {
	font-size: 13px;
    padding:0;
    height:26px;
    line-height:26px;
    border: 1px solid #ccc;
    color:#666666;
    /*color:#0866c6;*/
}

/*==================*/
/*Contact Detail tabs*/
/*==================*/
#contactTab .ui-tabs-nav > li a {
    padding: 10px 8px;
}
#contactTab td {
    vertical-align: middle; padding:2px;
}
/*==================*/
/*Widget box styles*/
/*==================*/
.widgetsubhdr {
    border-left:solid 2px #0866c6;
    border-right:solid 2px #0866c6;
    padding:6px;
    background:#dddddd;
} 
.widgetsubhdr_content ul { list-style:none; padding:0; margin:0; }
.widgetsubhdr_content li { display:inline; padding:10px; }
.widgetsubhdr_content li label {
    font-weight: normal;
    padding-right:2px;
}
.widgetsubhdr_content {
    clear: both;
    overflow: hidden;
}
/*==================*/
/*Form Styles*/
/*==================*/
.required {
    border: solid 1px red;
}
.widgetformcontent label {
    font-weight:normal;
    width:140px;
}
.widgetformcontent p {
    margin-bottom: 2px;
}
.form-table-wrapper label {
    font-weight:normal;
    width:200px;
}

.form-table-wrapper td {
    vertical-align: middle; padding:2px;
}
.form-table-border-widget {
    width:100%;
}
.form-table-border-widget tr:first-child td {
    border-top:none;
}
.form-table-border-widget td {
    border-top:solid 1px #ddd;
    border-right: solid 1px #ddd;
    background-color:rgb(243, 243, 243);
    padding:2px 8px 2px 8px;
    min-height:30px;
    vertical-align:middle;
}
.form-table-border-widget tr td:first-child {
    color:black;
    width:140px;
}
.form-table-border-widget tr td:last-child {
    background: white;
    width:293px;
}
.form-table-border-widget tr:last-child {
    border-bottom:solid 1px #ddd;
}

.form-table-border-modal {
    width:100%;
}
.form-table-border-modal tr:first-child td {
    border-top:none;
}
.form-table-border-modal td {
    border-top:solid 1px #ddd;
    border-right: solid 1px #ddd;
    background-color:rgb(243, 243, 243);
    padding:0px 8px 0px 8px;
    min-height:30px;
    vertical-align:middle;
}
.form-table-border-modal tr td:first-child {
    color:black;
    width:140px;
}
.form-table-border-modal tr td:last-child {
    background: white;
    min-width:293px;
    border-right:none;
}
.form-table-border-modal tr:last-child {
    border-bottom:solid 1px #ddd;
}

.form-table-border td {
    border-top:#ddd;
    background-color:rgb(250, 250, 250);
}

.form-table-border-col2 td {
    border-top:solid 1px #ddd;
    background-color:rgb(252, 252, 252);
    padding:10px;
}
.form-table-border-col2 tr:first-child {
    border-top:none;
}
.form-table-border-col2 tr td:first-child {
    border-right: solid 1px #ddd;
    width:220px;
}
.form-table-border-col2 tr td:last-child {
    background: white;
}

.data-table table {
    border:solid 1px #ddd;
    border-collapse:collapse;
}
.data-table th {
    border:solid 1px #ddd;
    border-collapse:collapse;
    padding:5px !important;
    vertical-align:middle;
    color:white;
    font-weight:bold;
    text-align:center;
    background:#333333;
}
.data-table td {
    border:solid 1px #ddd;
    border-collapse:collapse;
    padding:5px !important;
    vertical-align:middle;
}

.tbl-form-control {
    padding: 2px;
    height:24px;
    /*color:#0866c6;*/
    color:#666666;
    width:275px;
    border:solid 1px #CCCCCC;
    display:inline-block;
}
.tbl-form-control-cal {
    padding: 2px;
    height:24px;
    /*color:#0866c6;*/
    color:#666666;
    width:240px;
    border:solid 1px #CCCCCC;
    display:inline-block;
}
.tbl-form-control-tall {
    padding: 2px;
    height:330px;
    color:#0866c6;
    width:350px;
    border:solid 1px #CCCCCC;
    display:inline-block;
}
.tbl-form-control-tall2 {
    padding: 2px;
    height:150px;
    color:#0866c6;
    width:350px;
    border:solid 1px #CCCCCC;
    display:inline-block;
}
.tbl-form-control.def {
    width:100%;
}
.tbl-form-control.med {
    width: 200px;
}
.tbl-form-control.sm {
    width: 100px;
}
.form-control {
    padding: 2px;
    color:#0866c6;
    border:solid 1px #CCCCCC;
    display:inline-block;
}
.form-control.def {
    width:100%;
}
.form-control.med {
    width: 200px;
}
.form-control.sm {
    width: 100px;
}
.textarea.sm {
    padding: 2px;
    /*color:#0866c6;*/
    color:#666666;
    width:275px;
    border:solid 1px #CCCCCC;
    font-size:12px;
    margin-top:4px;
    margin-bottom:4px;
}
.textarea {
    padding: 2px;
    /*color:#0866c6;*/
    color:#666666;
    width:350px;
    border:solid 1px #CCCCCC;
    font-size:12px;
    margin-top:4px;
    margin-bottom:4px;
}
.textarea.col2 {
    padding: 2px;
    /*color:#0866c6;*/
    color:#666666;
    width:416px;
    border:solid 1px #CCCCCC;
    font-size:12px;
    margin-top:4px;
    margin-bottom:4px;
}
.textarea.lg {
    padding: 2px;
    /*color:#0866c6;*/
    color:#666666;
    width:600px;
    border:solid 1px #CCCCCC;
    font-size:12px;
}
.divider_blue {
    background:#0866c6; height:1px; clear:both; overflow:hidden; margin-bottom:8px; margin-top:8px; width:100%;
}
.tbl-form-control-sel {
    /*color:#0866c6;*/
    color:#666666;
    padding:2px;
    width:275px;
}
.uniformselect {
   /*color:#0866c6;*/
   color:#666666;
   padding:2px;
}
.tbl-form-control-lbl {
    /*color:#0866c6;*/
    color:#666666;
    font-size:12px;
}
.b {
    font-weight:bold;
}

/*
.widgetformcontent label {
    width: 100%;
}
    */
._25 {
    display: inline;
    float: left;
    margin-right: 2%;
    background:red;
}
.form-control-test {
    padding: 2px;
    height:24px;
    color:#0866c6;
    width:100%;
    border:solid 1px #CCCCCC;
    display:inline-block;
}
.error {color:#b94a48;border-color:#b94a48; }
.form-control.error {color:#b94a48;border-color:#b94a48; border:solid 1px red;}

#UL_SN li a {
    cursor: pointer;
}
.ui-datepicker-trigger {
    cursor: pointer;
}
/*Postings*/
.postings th {
    background-color:rgb(51, 51, 51);
    color:white;
    border-bottom:none;
}
.postings td a {
    font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif;
}
.postings thead > tr > th {
    border-bottom:none !important;
}
.topicpanel .topic-content {
    margin-left:0px !important;
}
.replypanel .topic-content {
    margin-left:0px !important;
}

.postings-search input {
	width: 240px; padding: 10px; background: #fff url(../images/icons/search.png) no-repeat 95% 10px;
	font-size: 12px; border: 1px solid #ddd; height: auto;
}
.icon-grid-menu {
    width:24px; 
    height:22px;
    background: #fff url(../images/icon_grid_menu.gif) no-repeat;
    border:none;
}
.icon-item-read {
    width:22px; 
    height:18px;
    background: #fff url(../images/check-item-read.gif) no-repeat;
    border:none;
}

.header {
    background:#feb439 !important;
}
.breadcrumbs {
    background: #f8d48c;
    border-bottom:solid 1px #feb439 !important;
}
.widgettitle { background:#223e92;}
.widgetcontent { border-color:#223e92; }
.breadcrumbs i { color:#223e92; }
.pagetitle h1 { color:#223e92;}
.pageicon { color:#223e92; border-color:#223e92; }
.headmenu .dropdown-menu { border-color:#feb439 }
.modal-msg {
    margin-left:3px !important;
    margin-right:3px !important;
    margin-bottom:0px !important;
}
.modal-msg span {
    font-size: 13px !important;
}
.row-fc {
    padding-top:6px; 
    padding-bottom:6px;
    border-bottom:solid 1px #CCCCCC;
    padding-left:12px;
    padding-right:12px;
}
.fl-fc {
    float:left;
    padding-right:16px;
}
.fl-fc input[type="text"] {
    padding: 2px;
    height:24px;
    color:#666666;
    border:solid 1px #CCCCCC;
    border:solid 1px #999999;
    margin-bottom:4px;
    background:#ffffff;
} 
.fl-fc-modal {
    float:left;
    padding-left:4px;
}
.fl-fc-modal input[type="text"] {
    padding: 2px;
    height:24px;
    color:#666666;
    border:solid 1px #CCCCCC;
    margin-bottom:4px;
    background:#ffffff;
} 
.ro-lbl {
    color:#666666;
    font-size:12px;
    display:block;
    font-family:"RobotoRegular", "Helvetica Neue", Helvetica, sans-serif;
    border:solid 1px #CCCCCC;
    padding-left:2px;
    padding-right:2px;
    margin-bottom:4px;
    background:#ffffff;
    height:23px;
}
.ro-lbl-multi {
    color:#666666;
    font-size:12px;
    display:block;
    font-family:"RobotoRegular", "Helvetica Neue", Helvetica, sans-serif;
    border:solid 1px #CCCCCC;
    padding-left:2px;
    padding-right:2px;
    margin-bottom:4px;
    background:#ffffff;
    min-height:23px;
    overflow:hidden;
}
.ro-lbl-float {
    color:#666666;
    font-size:12px;
    display:block;
    font-family:"RobotoRegular", "Helvetica Neue", Helvetica, sans-serif;
    border:solid 1px #CCCCCC;
    padding-left:2px;
    padding-right:2px;
    margin-bottom:4px;
    background:#ffffff;
    height:23px;
    float:right;
}
.line-divider {
    background:#CCCCCC;
    height:1px;
    margin-top:20px;
    margin-bottom:20px;
}
.pad-lf-30 { padding-left:30px; }
.tbl-border { border:solid 1px #dddddd; border-collapse:collapse; }
/*==================*/
/*Login page*/
/*==================*/
.loginfooter { color:black !important; }
.loginpanelinner { top:-300px !important; }
body.loginpage {
    background: #f1ece2 !important;
}