/**************************general **************************/
.padd-r-0{
	padding-right: 0 !important;
}
.padd-l-0{
	padding-left: 0 !important;
}
.padd-l-5{
	padding-left: 5px !important;
}
body{
	color: #666;
	font-family: 'Open Sans', sans-serif;
}
.mar-b-0{
	margin-bottom: 0px;
}
.mar-b-10{
	margin-bottom: 10px;
}
.tc-blue{
	color: #015696 !important;
}
.tc-light-blue{
	color: #51c6d0 !important;
}
.tc-gray{
	/*color: #a0a0a0 !important;*/
	color: #555 !important;
}
.tc-trans-white{
	color: #bdd0da
}
.btn{
	/*border: 0;*/
	border-radius: 13px;
	font-size: 12pt;
    padding: 7px 15px;
}
.btn.header-action{
	min-width: 220px;
	text-align: left;
}
.btn i.list{
    font-size: 17px;
}
.btn i.append{  
    position: absolute;
    top: 17px;
    left: 42px;
    font-size: 14px;
}
.btn i.fa-plus{
    top: 16px;
    left: 47px;
    font-size: 13px; 
}
.btn span.text{
	margin-left: 5px;
}
.btn span.text.text2{
	margin-left: 15px;
}
.btn-light-blue{
	background-color: #51c6d0 !important;
	border: 0;
}
.btn-blue{
	background-color: #015696 !important;
	border: 0;
}
.btn-green{
	background-color: #14ad63 !important;
}
.dropdown-admin{
  min-width: 220px;
}
/*state cites page*/
.instruct{
	margin-top: 5px;
    font-size: 14px;
}
textarea{
  resize: vertical !important;
}
/************************** end general **************************/
/************************** nav **************************/
.navbar-default {
    min-height: 70px;
    background-color: #fff;
}
.navbar-default.dashboard {
    background-color: #eee;
}
.navbar-brand {
    height: auto; 
    padding: 5px 0;
}
.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 5px;
    font-size: 12pt;
    cursor: pointer;
}
.user-icon{
    background-color: #9eaec7;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 13px;
    line-height: .7;
}
.user-icon span{    
	color: #eee;
	font-size: 17px;
    line-height: 1.2;
}
.navbar-nav>li>a.register{
	
}
#subtitle{
	color: #999999;
	font-size: 14pt;
}
#header-buttons{	
	margin-top: 100px;
}
#header-buttons #buttons-div{
	margin-top: 20px;
}
/************************** end nav **************************/
/************************** content **************************/
#page-content{
	min-height: 515px;
}
.dropdown-menu>li>a{
	cursor: pointer;
}
/************************** end content **************************/
/************************** footer **************************/
footer{
	background-color: #005794;
	padding: 135px 0 20px 0;
	color: #fff;
	/*min-height: 175px;*/
}
footer .social .icon{
	background-color: #fff;
    font-size: 17pt;
    padding: 2px 8px;
    border-radius: 50%;
}

/************************** login page **************************/
.header{	
	margin-top: 90px;
}
#header-login{
	background: #4b535b url('../_img/header-img.jpg') center top no-repeat;
	/*background-size: contain;*/
	background-size: cover;
}
#formContainer{
	min-height: 515px;
	display: table;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */   
	#formContainer{
		height: 515px;
	}
}
#formContainer form{
	display: table-cell; 
	vertical-align: middle;
	color: #fff;
	text-align: center;
}
#formContainer form input,
#formContainer form button{
	border-radius: 0;
	margin-bottom: 5px;
}
#formContainer form input{
	border: 0;
}
#formContainer form button{
	margin-top: 10px;
	border: 1px solid #51c6d0;
	background-color: transparent !important;
	color: #fff;
}
#formContainer .line .child{
	width: 10%;
	border-top: 1px solid #fff;
	margin-bottom: 15px;
}
/************************** login page **************************/

/************************** datatables **************************/
.dataTables_wrapper .dataTables_paginate a:active, 
.dataTables_wrapper .dataTables_paginate a:hover{
    outline: 0;
}
.dataTables_wrapper input:focus, .dataTables_wrapper select:focus{
    outline: none;
}
.dataTables_filter label{
	width: 100%;
}
#search-table input{
    width: 100%;
    border: 0;
    background-color: #ebebeb;
    border-radius: 10px;
    height: 36px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    font-weight: normal;

}
#search-table input::-webkit-input-placeholder, 
#search-table input::-moz-placeholder,
#search-table input:-ms-input-placeholder,
#search-table input:-moz-placeholder{
	font-style: italic !important;
}
.dataTables_length{
    margin-right: 30px;
}
.paginate_button {
	background-color: #454545;
    padding: 9px 14px 9px 16px;
    color: #fff;
    border-radius: 5px;
}
.paginate_button.previous {
    padding: 9px 16px 9px 14px;
}
.paginate_button.previous.disabled{
	display: none;
}
.paginate_button:hover{
    color: #fff;
}
.dataTables_paginate {
	margin-top: 5px;
}
.dataTables_paginate span{
	margin: 0 20px;
}
.dataTables_length label{
	font-weight: normal;
}
.dataTables_length select{
    background-color: #ebebeb;
    border: 0;
    padding: 7px 5px;
    min-width: 50px;
    border-radius: 20px;
}
.dataTables_paginate span a{
	text-decoration: none;
    padding: 9px 10px;
	color: #454545;
	background-color: transparent;
	cursor: pointer;
}
.dataTables_paginate span a.paginate_button:hover, .dataTables_paginate span a.paginate_button.current {
	background-color: #ededed;
	color: #454545;
}
.dataTables_wrapper span{
	margin-right: 15px;
}
.dataTables_wrapper th select{
	min-width: 50%;
    border: 1px solid #fff;
}
.dataTables_wrapper .table-div{
    border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 20px;
}
.dataTables_wrapper table{
	margin-bottom: 0;
	border: 0;
    color: #666666;
}
.dataTables_wrapper .table-bordered>thead>tr>th{
    border-bottom: 0;
    border: 1px solid #cccccc;
    font-style: italic;    
    padding: 10px 15px;
    font-weight: bold;
    background-color: #fff;
    text-align: left;
}
.dataTables_wrapper .table-bordered>tbody>tr>td{
    padding: 10px 15px;
}
.dataTables_wrapper .table-bordered>thead>tr>th:first-child,
.dataTables_wrapper .table-bordered>tbody>tr>td:first-child{
    background-color: #ebebeb;
}
.dataTables_wrapper .table-bordered>thead>tr>th:first-child{
    border-top-left-radius: 10px;
}
.dataTables_wrapper .table-bordered>thead>tr>th:last-child{
    border-top-right-radius: 10px;
}
.dataTables_wrapper .table-bordered>tbody>tr:last-child>td:first-child{
    border-bottom-left-radius: 10px;
}
.dataTables_wrapper .table-bordered>tbody>tr:last-child>td:last-child{
    border-bottom-right-radius: 10px;
}
.dataTables_wrapper .table-bordered>thead>tr>th:first-child{
    border-left: 0;
}
.dataTables_wrapper .table-bordered>thead>tr>th:last-child{
    border-right: 0;
}
.dataTables_wrapper .table>tbody>tr>td:first-child{
    border: 1px solid #cccccc;
    border-top: 0;
    border-left: 0;
}
.dataTables_wrapper .table>tbody>tr>td:last-child{
    border-right: 0;
}
.dataTables_wrapper .table>tbody>tr:last-child>td:first-child,
.dataTables_wrapper .table>tbody>tr:last-child>td{
    border-bottom: 0;
}
.dataTables_wrapper .table>tbody>tr>td:first-child{
    border: 1px solid #cccccc;
    border-top: 0;
    border-left: 0;
}
/************************** end datatables **************************/

@media (min-width: 1600px){
	#formContainer {
	    min-height: 685px;
	    height: 685px;
	}
	#page-content {
	    min-height: 787px;
	}
}

