h3.main-title {
/*    background-color: #d41c25;*/
    background-color: #2B6984;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    border-top: 1px solid #ccc;
/*    padding: 12px 10px;*/
    width: 100%;
}
.reloj{
/*	background-color: #b70107;*/
	background-color: #EE771B;
	font-size: 45px;
}
.border-radius-10{
	border-radius: 10px;
}
.container{
	width: 100%;
	max-width: 1100px;
}

.sub-title {
    font-size: 22px;
    padding: 10px 0;
    font-weight: 500;
/*    border-top: 2px solid #d41c25;*/
    border-top: 2px solid #2B6984;
/*    margin-bottom: 5px;*/
	color: #011532;
	border-radius: 5px;
}

.container-form{
/*	border: 1px solid #d41c25;*/
	border: 1px solid #2B6984;
	border-radius: 5px;
	padding: 15px 20px 20px 20px;
}

.red-line{
	border-top-color: #d41c25;
}

.giro-panel, .grupo_panel{
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


label{
	font-weight: normal;
}

.checkboxes_error{
	border-color: #a94442 !important;
    /*border: 1px solid #a94442 !important;*/
}

.checkboxes_error label{
	color: #a94442;
}

.grupo-checkboxes{
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #555;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 12px 6px 12px;
    width: 100%;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.grupo-checkboxes label{
	font-weight: normal;
}


/*.btn-primary{background-color: #d41c25; }*/
.btn-warning{
    background-color: #d41c25;
}

.panel{
    border: 1px solid #bcbcbc;
}

.ts-callout-info{
/*    border-top: 5px solid #d41c25;*/
    border-top: 5px solid #2B6984;
}




.con-margen{
	padding-left: 60px;
}





.swipe{
	display: none;
}

















td .switch-label, td label {
    margin-bottom: 0;
}
.switch-input {
	display: none;
}
.switch-label {
	/*margin: 16px;*/
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	min-width: 112px;
	padding: 0 0 0 44px;
	position: relative;
	text-align: left;
}
.switch-label:before, .switch-label:after {
	content: "";
	margin: 0;
	outline: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.switch-label:before {
	background-color: #9E9E9E;
	border-radius: 8px;
	height: 14px;
	left: 1px;
	width: 34px;
}
.switch-label:after {
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #eee;
	border-radius: 50%;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.switch-label .toggle--on {
 	display: none;
}
.switch-label .toggle--off {
  	display: inline-block;
}
.switch-input:checked + .switch-label:before {
  	background-color: #70B4ED;
}
.switch-input:checked + .switch-label:after {
	background-color: #14609f;
	-ms-transform: translate(80%, -50%);
	-webkit-transform: translate(80%, -50%);
	transform: translate(80%, -50%);
}
.switch-input:checked + .switch-label .toggle--on {
  	display: inline-block;
}
.switch-input:checked + .switch-label .toggle--off {
  	display: none;
}
