:root {
    --menuMargin: 10%;
    --width: 90%;
    --marginSides: 5%;
    --mainColor: #05395B;
}
* {
    border: none;
    font-size: 12pt;
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    overflow: initial;
}
h1 {
    color: var(--mainColor);
    font-size: 20pt;
}
h2 {
    font-size: 18pt;
}
header {
    background-color: #FFF;
    border-bottom: 1px solid #b7b7b7;
    padding: 5px 1%;
    width:  98%;
    z-index: 1000;
}
.menu {
    text-align: right;
    overflow: auto;
}
.menu-item {
    background-color: #A0D9FF;
    border: 1px solid #FFF;
    border-radius: 5px;
    color: var(--mainColor);
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}
.container {
    margin: 0 auto;
    width: var(--width);
}
.form-grp {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 10px;
}
.form-input {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 210px;
    overflow: hidden;
}
.form-input select, .form-input .input {
    border: 1px solid #A3A3A3;
    border-radius: 5px;
    color:#333;
    display: block;
    height: 30px;
    margin: 0 auto;
    min-width: 200px;
    padding: 0 2%;
    width: 94%;
}
/*.form-input span {
    box-sizing: border-box;
    color: 
    #069;
    display: block;
    font-weight: bold;
    padding: 5px 10px 5px 0;
    margin: 0px;
}*/
.two-col {
    width: 49% !important;
}
.btn {
    cursor: pointer;
}
.btn-success {
    color:#FFF !important;
    background-color:#28a745 !important;
    border-color:#28a745 !important;
    width: max-content !important;
}
.text-center {
    text-align: center;
}
.err {
    background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
	padding: 10px 5px;
	text-align: center;
}
.suc {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
	padding: 10px 5px;
	text-align: center;
}
table {
    border-collapse: collapse;
    width: 100%;
}
table td, table th {
    border: 1px solid #000;
    padding: 5px;
}
.rowhighlight {
    background-color: #CCC;
}
.help {
    color: #e82929;
    padding: 0 2%;
    font-style: italic;
}
.box {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 20px;
}
.TFtable{
    margin: 0 auto;
    width:100%;
    max-width: 750px;
	border-collapse:collapse; 
}
.TFtable label{ 
	white-space: nowrap;
}
.TFtable tbody td{ 
	padding:7px;
}


.box_a {
    background-color: #f6faff;
}
.TFtable_a tbody td{ 
    border:#4e95f4 1px solid;
}
.TFtable_a tbody tr, .TFtable_a tbody tr:nth-child(odd){ 
	background: #b8d1f3;
}
.TFtable_a tbody tr:nth-child(even){
	background: #fff;
}

.box_b {
    background-color: #fff6f6;
}
.TFtable_b tbody td{ 
    border:#f44e4e 1px solid;
}
.TFtable_b tbody tr, .TFtable_b tbody tr:nth-child(odd){ 
	background: #f3b8b8;
}
.TFtable_b tbody tr:nth-child(even){
	background: #fff;
}

.box_c {
    background-color: #fffff6;
}
.TFtable_c tbody td{ 
    border:#7c8036 1px solid;
}
.TFtable_c tbody tr, .TFtable_c tbody tr:nth-child(odd){ 
	background: #f3f2b8;
}
.TFtable_c tbody tr:nth-child(even){
	background: #fff;
}

.TFtable tr:hover {
    background-color: #eaeaea  !important;
}
.dataTables_wrapper input[type="search"], .dataTables_wrapper select {
    border: 1px solid #696969;
    padding: 5px;
}
ol {
    padding: 10px 40px;
}
.ico_veririfcar {
    width: 250px;
    height: 70px;
    background: url('../img/ico_verificar.png') no-repeat left center, linear-gradient(top, #0e4264, #073f69);
    background: url('../img/ico_verificar.png') no-repeat left center, -webkit-linear-gradient(top, #0e4264, #073f69);
    background: url('../img/ico_verificar.png') no-repeat left center, -moz-linear-gradient(top, #0e4264, #073f69);
    background: url('../img/ico_verificar.png') no-repeat left center, -ms-linear-gradient(top, #0e4264, #073f69);
    color: #00d8e0;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 10px;
    padding: 18px 10px 10px 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    line-height: 20px;
    cursor: pointer;
    border: #FFF solid 1px;
}
.bg-green {
    background-color: #0F0;
    padding: 20px;
}
.bg-red {
    background-color: #F00;
    padding: 20px;
}







.onoffswitch {
    position: relative !important; width: 90px !important;
    -webkit-user-select:none !important; -moz-user-select:none !important; -ms-user-select: none !important;
}
.onoffswitch-checkbox {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.onoffswitch-label {
    display: block !important; overflow: hidden !important; cursor: pointer !important;
    border: 2px solid #999999 !important; border-radius: 20px !important;
}
.onoffswitch-inner {
    display: block !important; width: 200% !important; margin-left: -100% !important;
    transition: margin 0.3s ease-in 0s !important;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block !important; float: left !important; width: 50% !important; height: 30px !important; padding: 0 !important; line-height: 30px !important;
    font-size: 14px !important; color: white !important; font-family: Trebuchet, Arial, sans-serif !important; font-weight: bold !important;
    box-sizing: border-box !important;
}
.onoffswitch-inner:before {
    content: "Si" !important;
    padding-left: 10px !important;
    background-color: #34A7C1 !important; color: #FFFFFF !important;
}
.onoffswitch-inner:after {
    content: "No" !important;
    padding-right: 10px !important;
    background-color: #EEEEEE !important; color: #999999 !important;
    text-align: right !important;
}
.onoffswitch-switch {
    display: block !important; width: 18px !important; margin: 6px !important;
    background: #FFFFFF !important;
    position: absolute !important; top: 0 !important; bottom: 0 !important;
    right: 56px !important;
    border: 2px solid #999999 !important; border-radius: 20px !important;
    transition: all 0.3s ease-in 0s !important; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0 !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px !important; 
}
.logo {
    float: left;
    height: 50px;
    width: auto;
}