/*Below changes for CPForm Style tag*/

.subtitle {
    background-color: #cbe5fe;
    color: #1e5389;
    font-weight: 900;
}

.subtitle1 {
    background-color: #7F7F7F;
    color: #fff;
    font-weight: 900;
}

/*.dtfld {
    width: 120px;
}*/

.smfld {
    width: 160px;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-dialog-content, .ui-widget-content {
    overflow-x: hidden;
    z-index:9999;
}

th {
	background-color: #cbe5fe;
   color: #1e5389;
}

.cprec_stat td {
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.cpreclbl, .cprecval {
    font-size: 10px;
    padding-left: 5px;
    text-transform: uppercase;
}

.cpreclbl {
    font-size: 10px;
    font-weight: 900;
    text-align: right;
}

.cprecval {
    font-size: 10px;
    max-width: 120px;
    min-width: 60px;
    background-color: #fff;
}

.cprecval2 {
    font-size: 11px;
    font-weight: 900;
    background-color: #fff;
}

.input-group {
    width: 200px;
}

.amt, .num {
    /*width: 200px;*/
    text-align: right;
}

.num2 {
    width: 160px;
    text-align: right;
}

.amt:focus {
    background-color: aliceblue;
}

input:focus {
    background-color: aliceblue;
}

.valerr {
    border: 2px solid #a90329;
}

h3#wf_step_name {
    padding-left: 10px;
    text-transform: uppercase;
}

.wftmpl, .wftmpl2 {
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
}

.wftmpl2 {
    font-size: 14px;
}

.wprg th, .wprg td {
    font-size: 9px;
}

.wprg th {
    background-color: #ddd;
}


.ui-widget-header {
    border: 0px solid #fff;
    background: #fff;
}

.def_sel {
    background-color: #cbe5fe;
}

.supervisor_width {
    width: 300px;
}

.ui-dialog {
    z-index: 1001 !important;
    max-height: 635.2px;
}

.col_amt {
    text-align: right;
    padding-right: 20px;
    width: 100px;
}

.col_appdt {
    text-align: center;
    padding-right: 20px;
    width: 200px;
}

#explanation, #omb_comments, #comments {
    height: 120px;
}

#prev_cp_list_tbl td, #scope_approach_list_tbl td, #grantinfo_tbl td, #fmsid_list_tbl td, #fund_proc_list_tbl td, #cp_attachment_list_tbl td, #print_docs_list td {
    border: 1px solid #ddd;
}

    #prev_cp_list_tbl th, #scope_approach_list_tbl th, #grantinfo_tbl th, #fmsid_list_tbl th, #fund_proc_list_tbl th, #cp_attachment_list_tbl th, #print_docs_list th {
        border: 1px solid #ddd;
    }

.container {
    max-width: 100%;
}

.content-wrapper {
    border-left: none;
}

/*.body-content { this needs to be removed for the CP form. Commenting out in case it is needed on other pages.
    margin-left: 20px;
}*/

.breadcrumb a {
    color: #428bca;
}

.content-wrapper.expanded-full {
    padding: 15px;
}

.ui-dialog .ui-dialog-content {
    height: auto !important;
}

/*Above changes for CPForm Style tag*/

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.ui-widget-header {
    border: 0px solid #fff;
    background: #fff;
}


.top-bar {
    background-color: #1e5389;
    height: 55px;
}
.top-bar .logo {
    top: 0;
}
.top-bar .logged-user .dropdown-menu {
    left: 0; 
    top: 0; 
}
.top-bar .logged-user .caret {
    border-top: 4px solid #fff;
}

.top-btn {
    background-color: #dedede;
}

a[data-toggle='dropdown'] {
    color: white;
}

.left-sidebar {
	background-color: #e8f0fe;
}
ul.main-menu > li a {
	background-color: #e8f0fe;
}
ul.main-menu > li.active > a {
    background-color: #cbe5fe;
}
ul.main-menu > li a:hover {
    background-color: #eff4fe;
}
ul.main-menu > li i {
	margin-right: .75rem;
	color: #808080;
}




body.topnav-fixed #wrapper {
    padding-top: 0px;
}

.PENDING {
    background-image: url('../images/wait.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.COMPLETED {
    background-image: url('../images/check.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.stat-prginfo {
    margin-left: 80px;
    position: relative;
    width: 780px;
}

.ln1 {
    position: absolute;
    margin-top: 32px;
    border: 2px solid #1e5389;
    height: 2px;
    width: 12px;
}

.stat_blue, .stat_red, .stat_grey {
    margin-left: 12px;
    background: #e7e7e7;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    float: left;
    height: 65px;
    width: 65px;
    position: relative;
    color: #9c9c9c;
    display: block;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
}

.stat_blue {
    /*background: #007BFF;*/
    background: #1871fa;
    border: 1px solid #1e5389;
    color: #fff;
}

.stat_red {
    background: #008001;
    border: 1px solid #000;
    color: #fff;
}

.pstat-prginfo {
    position: relative;
    width: 780px;
}

.pl1 {
    position: absolute;
    margin-top: 22px;
    border: 2px solid #1e5389;
    height: 2px;
    width: 12px;
}

.p_blue, .p_green, .p_grey {
    margin-left: 12px;
    background: #e6e7e7;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    float: left;
    height: 42px;
    width: 58px;
    position: relative;
    color: #9c9c9c;
    display: block;
    font-size: 9px;
    /*font-weight: 900;*/
    text-align: center;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.p_blue {
    /*background: #007BFF;*/
    background: #1871fa;
    border: 1px solid #1e5389;
    color: #fff;
}

.p_green {
    background: #008001;
    border: 1px solid #000;
    color: #fff;
}

.prgdt {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    font-size: 9px;
}

.ttooltip-w {
    width: 200px;
}

.ttooltip-inner {
    background-color: #fff;
    border: 2px solid #ccc;
    color: #000;
}

.ttooltip-arrow {
    background-color: #007bff;
}

.notesline1 {
    background-color: #ddd;
    color: #000;
}

.notesline2 {
    border-bottom: 1px solid #ccc;
}

.wfprgdoccomments {
    font-size: 8px;
    font-style: italic;
}

    .wfprgdoccomments td {
        border-bottom: 1px solid #fff;
        padding: 0px;
    }

.wfprgsteplabel {
    font-size: 9px;
    width: 100px;
    height: 20px;
    background-color: yellow;
    /* Rotate div */
    -ms-transform: rotate(-45deg) /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

.reqdoc {
    font-weight: 800;
    font-size: 11px;
}

.optdoc {
    font-size: 11px;
    font-style: italic;
}

.btnUploadDoc {
    width: 70px;
}

.t_hdr {
    text-transform: uppercase;
    font-size: 11px;
}

.smtxt {
    font-size: 10px;
}

.smtxt2 {
    font-size: 10px;
    font-style: italic;
}

.multiselect {
    width: 25em;
    height: 3em;
    border: solid 1px #c0c0c0;
    overflow: auto;
}

    .multiselect label {
        display: block;
        float: left;
        padding: 5px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
    }

.multiselect-on {
    color: #ffffff;
    background-color: #1e5389;
}

.smlnk {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px;
}

.doclnk {
    text-decoration: underline;
    color: #1e5389;
    font-weight: normal;
    cursor: pointer;
}

.ver {
    margin-top: 10px;
    text-align: center;
    color: #999;
}

.display-none {
    display: none;
}


/* Bootstrap overrides */

.panel-info {
    border-color: #cbe5fe;
}
.panel-info > .panel-heading {
    color: #1e5389;
    background-color: #cbe5fe;
    border-color: #cbe5fe;
}



/* margins & padding */

.m-1 {
	margin: .5rem;
}
.m-2 {
	margin: 1rem;
}
.m-3 {
	margin: 2rem;
}
.mt-1 {
	margin-top: .5rem;
}
.mt-2 {
	margin-top: 1rem;
}
.mt-3 {
	margin-top: 2rem;
}
.mb-1 {
	margin-bottom: .5rem;
}
.mb-2 {
	margin-bottom: 1rem;
}
.mb-3 {
	margin-bottom: 2rem;
}
.ml-1 {
	margin-left: .5rem;
}
.ml-2 {
	margin-left: 1rem;
}
.ml-3 {
	margin-left: 2rem;
}
.mr-1 {
	margin-right: .5rem;
}
.mr-2 {
	margin-right: 1rem;
}
.mr-3 {
	margin-right: 2rem;
}

.p-1 {
	padding: .5rem;
}
.p-2 {
	padding: 1rem;
}
.p-3 {
	padding: 2rem;
}
.pt-1 {
	padding-top: .5rem;
}
.pt-2 {
	padding-top: 1rem;
}
.pt-3 {
	padding-top: 2rem;
}
.pb-1 {
	padding-bottom: .5rem;
}
.pb-2 {
	padding-bottom: 1rem;
}
.pb-3 {
	padding-bottom: 2rem;
}
.pl-1 {
	padding-left: .5rem;
}
.pl-2 {
	padding-left: 1rem;
}
.pl-3 {
	padding-left: 2rem;
}
.pr-1 {
	padding-right: .5rem;
}
.pr-2 {
	padding-right: 1rem;
}
.pr-3 {
	padding-right: 2rem;
}