html, body {font-size: 100%;    font-size: 13px;}
@media (max-width: 800px) {
	.container {
		width: 100%;
	}
}
h1, .h1, h2, .h2, h3, .h3 {
    font-family: "Regular-Bold";
    color: #3BB2D4;
}
h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.noPL {padding-left: 0!important;}
.noPR {padding-right: 0!important;}
.PL5px {padding-left:5px;}
.PR5px {padding-right:5px;}

.bg_blue01 {background-color: #0082c8;}
.txt-blue01 {color: #0082c8;}
.bg_orange {background-color: #ff9525;}
.btn_more {background-color: #ff9525;}

.bg_blue01, .bg_blue01 a, 
.bg_orange, .bg_orange a  {color: #FFFFFF; }
.txt-gray, .txt-gray  a {color: #565656;}
.txt-white, .txt-white a {color: #FFF;}
.has-error {
	color: #AB0000;
	font-size: 11px;
	margin: 5px 0;
	display: none;
}
.has-success{
	margin: 5px 0;
}
.btn-default {
    color: #FFF;
    background-color: #3bb2d4;
    border-color: #ccc
}
.arrow-right:after {
    content: url(../images/arrow.png);
    margin-left: 10px;
    display: inline-block;
    height: 18px;
    position: absolute;
    right: 11px;
    top: 7px;
    bottom: 0;
}

.btn-default:focus,
.btn-default.focus {
    color: #FFF;
    background-color: #329AB7;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #FFF;
    background-color: #329AB7;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #329AB7;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #FFF;
    background-color: #3bb2d4;
    border: none
}
.btn-default {
    color: #FFF;
    background-color: #3bb2d4;
    border: none;
    border-radius: 0px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 15px;
}
.btn-default:hover,
.btn-default:active {
	background-color: #329AB7;
	color: #FFFFFF;
}
.btn_blue1 {background-color: #3bb2d4;}
.btn_blue1:hover {background-color: #127895;}
.btn_blue2 {background-color: #0077C8;}
.btn_blue2:hover {background-color: #095386;}
.btn_orange {background-color: #f6a739;}
.btn_orange:hover {background-color: #ca6a04;}
.btn_full {
	width: 100% !important;
	text-align: right;
}
.icon-right {
    position: relative;
}
.icon-right:after {
    content: url(../images/arrow.png);
    margin-left: 10px;
    display: inline-block;
    height: 18px;
    position: absolute;
    right: 11px;
    top: 10px;
    bottom: 0;
}



.form-control {
	border-radius: 0px;
	padding: 8px 6px;
        height: 37px;
}
select.form-control {
	color: #0077C8;
        color: #999999;
	font-weight: 500;
}
a,
a:hover {
 	transition: all 0.5s ease;
 	
 }
.gradient-blue {
	background: rgb(207,244,254); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmZjRmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzYwYzFkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(207,244,254,1) 0%, rgba(60,178,211,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,244,254,1)), color-stop(99%,rgba(60,178,211,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,244,254,1) 0%,rgba(60,178,211,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,244,254,1) 0%,rgba(60,178,211,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,244,254,1) 0%,rgba(60,178,211,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,244,254,1) 0%,rgba(60,178,211,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cff4fe', endColorstr='#3cb2d3',GradientType=0 ); /* IE6-8 */
}

.gradient-gray {
	background: rgb(224,223,228); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmZjRmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzYwYzFkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(224,223,228,1) 0%, rgba(161,160,166,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,223,228,1)), color-stop(99%,rgba(161,160,166,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,223,228,1) 0%,rgba(161,160,166,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,223,228,1) 0%,rgba(161,160,166,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,223,228,1) 0%,rgba(161,160,166,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(224,223,228,1) 0%,rgba(161,160,166,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E7E3E4', endColorstr='#A1A0A5',GradientType=0 ); /* IE6-8 */
}

.breadcrumb {
    background-color: transparent;
    font-size: 11px;
    color: #ff8300;
    padding: 8px 0;
}
.breadcrumb a {
	color: #3ab3d2;
}
.breadcrumb>.active {
	 color:#FF9525;
}
.breadcrumb>li+li:before {
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    color: #3ab3d2;
}
.page h2 {
	color: #01bfe1;
	font-size: 18px;
	font-family: "Neo_Sans_Medium";
}
@media (min-width: 1170px) {
	.page-content {
		min-height: 650px;
	}
}
.table {
	background-color: #f2fcff;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	border-right: 2px solid #FFF;
	border-top-color: #d5f5fe;
	color: #5a5a5a;
    text-transform: uppercase;
    font-size: 14px;
        padding-left: 20px;
}
.table>tbody>tr>th{
	color: #004778;
    text-transform: uppercase;
    padding-left: 28px;
}
.table>caption+thead>tr:first-child>td, 
.table>caption+thead>tr:first-child>th, 
.table>colgroup+thead>tr:first-child>td, 
.table>colgroup+thead>tr:first-child>th, 
.table>thead:first-child>tr:first-child>td, 
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background-color: #d5f5fe;
    color: #3bb2d4;
    text-transform: uppercase;
    font-size: 16px;
    border-right: 2px solid #FFF;
    text-align: center;
}
.table>thead>tr>th {
    border-bottom: none;
}
.table-hover>tbody>tr:hover {
    background-color: #e6faff;
}
/*
.pagination>li>a, 
.pagination>li>span {
    color: #3bb2d4;
    background-color: #f1eff0;
    border-color:transparent;
    margin-right: 4px;
}
*/
.pagination>li>a, .pagination>li>span {
    color: #fff;
    background-color: #3bb2d4;
    border-color:transparent;
    margin-right: 4px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #3bb2d4;
    border-color: #3bb2d4;
}
/*
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
	background-color: #f4fdff;
	border-color: #3bb2d4;
	color: #3bb2d4;
}*/

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
	background-color: #f6a739;
	border-color: #f6a739;
	color: #fff;
}

.modal-backdrop {
  background-color: #FFFFFF;
}
.modal-title {
	text-transform: uppercase;
	color: #02546c;
    font-size: 16px;
    font-family: "Neo_Sans_Medium";
 }
 .modal .print {
 	    padding: 5px;
    display: inline-block;
    color: #02546C;
 }
 
 
 
 /*** modOperacionesAR - Opciones - INICIO ***/
 .select-vacante{
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
}
.head-vacante{
	background: #3bb2d4!important;
	color: #fff!important;
}
.head-vacante-aviones{
	background: #d5f5fe;
	color: #3bb2d4!important;
}
.ticket-vacante{
	width: auto;
	padding: 30px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 20px 0px;
}
.ticket-vacante-top{
	width: 60%;
	margin: auto;
	text-align: left;
	padding: 4px 0px;
}
.ticket-vacante-top-logo{
	width: 60%;
	margin: auto;
	text-align: left;
	padding-bottom: 30px;
}
.ticket-vacante-top-seleccion{
	width: 60%;
	margin: auto;
	text-align: left;
	font-weight: bold;
	padding: 25px 0px 10px 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
.ticket-vacante-seleccion{
	width: 60%;
	margin: auto;
	text-align: left;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}
/*** modOperacionesAR - Opciones - FIN ***/