.bluetitle {
	font-weight: 600;
	color: #00B0F0;
	font-size: 15px;
}

.tctitle {
	font-weight: 600;
}

.tcsub {
	font-size: 10px;
}

:disabled {
	color: gray;
}

.appSlipWrap {
	padding:0px 14px;
	outline:solid black .5px;
}

.appSlip {
	height:100%;
}

.bluebg {
	text-align:center;
	background: #2957a4;
/* 	height:100%; */
	padding:5%;
}

.tablelogo img{
	max-width: 15%;
	height: auto;
}

.whitetitle{
	display: block;
	font-weight:600;
	font-size: 15px;
	color:white;
	padding:20px 0px;
}

.thankstext {
	font-size: 12px;
}

.greytext {
	font-size: 15px;
	padding-left:25px;
}

.ublue {
	font-weight: 600;
	text-decoration: underline;
	color: #2957a4;
	padding-left:25px;
}

.centertext {
	text-align:center;
}

input[type=checkbox].right {
  float: right;
}

.right {
	float:right!important;
}

.tinytext {
	font-size: 10px!important;
}

.greytext {
	color: grey;
}

.borderWrap {
	border: solid 1px black;
	padding: 30px;
}

.tqmsg h1{
    padding: 0;
    margin: 0;
    font-size: 24px;
}
.tqmsg p{
    font-size: 18px;
    padding:0 80px;
}

#tncCol{
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    display: block;
}

.greyTxtNotice{
    color: #9F9F9F;
    font-weight: normal;
    font-size:12px;
}

.no-m-b{
    margin-bottom:0;
}

.no-p-b{
    padding-bottom: 0;
}

.title p{
    font-size: 16px;
}
.text-center{
    text-align: center !important
}

.floatnone{
    float: none !important;
}

#yearandmonthInput #year{
    border-left: 0;
}

#yearandmonthInput #month{
    border-right: 1px solid #ccc
    
}
.note{
    margin-top:60px;
}
.note p{
    margin-bottom: 10px;
    font-size: 12px;
    color: #848484;
}
.form-control-sm{
    width: 20% !important;
}
.form-control-md{
    width: 50% !important;
}

.sideBtnYellowPanel a li{
    padding:15px 20px;
}

.sideBtnYellowPanel a li span{
    margin-right:10px;
}

.sideBtnPanel a li{
    padding:15px 20px;
}

.sideBtnPanel a li span{
    margin-right:10px;
}

.dropdown-menu>a.dropdown-item {
        display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-menu>a.dropdown-item:hover{
    text-decoration: none;
}

.dropdown-menu{
        position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1.5rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

#fixTable, .fixTable {
				width: 2300px !important;

			}

#fixTable.minwidth3000, .fixTable.minwidth3000{
    width: 3000px !important;
}


#parent {
				height: 400px;
			}
h2.withbg{
    text-transform: uppercase;
}

.m-b-5{
    margin-bottom: 5px;
}

.nomg{
    margin: 0 !important;
}

.m-t-0{
    margin-top: 0;
}

table thead tr.nobgth th{
    background:#fff;
    color: #000
}
.th-r-b-2{
    border-right: 2px solid #000 !important
}

.greenLink{
    color:#00B614;
    font-weight: bold
    
}
a .requirementstar{
	color: #F80307;
    text-decoration: none
}


.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}



.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


.tabHeader a:hover{
    text-decoration: none;
}

.tabNav{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;


    
}
.tabNav li:first-child{
    margin-left: 0;
}
.tabNav li{
    display: inline-block;
    margin: 0 2px;
    padding: 15px 20px;
    background: #C7C7C7;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 9px;
    font-weight: bold;
    width: auto;
}
.tabNav li.current, .tabNav li:hover{
    background: #2957a4;
}



.internalloginLogoSection2{
    background: #2957a4;
	width:100%; 
/* 	height:100%;  */
	line-height:100px; text-align:center;
    
}

#loginScreen.v2{
	width: 500px;
	min-height: 400px;
	margin: 2% auto;
	border-radius: 5px;
	overflow: hidden;
	background: rgba(255,255,255, 0.5);
	-webkit-box-shadow: 0px 0px 7px 1px rgba(135,135,135,.5);
-moz-box-shadow: 0px 0px 7px 1px rgba(135,135,135,.5);
box-shadow: 0px 0px 7px 1px rgba(135,135,135,.5);
}


body.internalBg2{
	background: url(../img/background-internal2.jpg)    no-repeat center center fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		height: 100%;
	width: 100%;
}

.transparentBg{
    background: transparent;
}

.annoucement{
    border-radius: 5px;
    background: #fcf8e3;
    color: #8a6d3b;
    text-align: center;
    padding: 20px;
}

.disbursementTable td{
    padding: 2px 10px !important;
}

.table.disbursementTable>thead>tr>th{
    padding: 2px 10px;
    line-height: 1.8rem
}

.disbursementTable .btn {
    margin: 0 0px;
    font-weight: 600;
    padding: 5px 10px;
    font-size: 14px;
    height: 35px;
    transition: all ease-in .2s;
    text-transform: uppercase;
}

.disbursementTable .select2-container--bootstrap{
    margin: 0 !important
        
}


.disbursementTable .select2-container--bootstrap,
.disbursementTable.table>tbody>tr>td > .select2-container--bootstrap .select2-selection--single{
    height: 35px;
}

.disbursementTable .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    padding: 0;
}