@charset "UTF-8";
/* CSS Document */
/*ESTILO MODIFICADO PARA BOOTSTRAP LAGG 2015*/
/* GLOBALS */
/*
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}*/


td.details-control {
    background: url('../js/DataTables1.10.11/media/images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../js/DataTables1.10.11/media/images/details_close.png') no-repeat center center;
}

.imgBoton{
	width:30px;
	height:30px;
	cursor:pointer;
}

.imgIcon{
    width:30px;
    height:30px;
   
}

.modal-title{
	border-bottom:none; 
	color:#333; 
	font-weight: 800; 
	font-size:16px; 
	text-align:left;
}

 .media
    {
        /*box-shadow:0px 0px 4px -2px #000;*/
        margin: 20px 0;
        padding:30px;
    }
    .dp
    {
        border:10px solid #eee;
        transition: all 0.2s ease-in-out;
    }
    .dp:hover
    {
        border:2px solid #eee;
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);  
        -webkit-transform:rotate(360deg);  
        /*-webkit-font-smoothing:antialiased;*/
    }

.form-1 {
    /* Size and position */
    width: 90%;
    margin: 35px auto 30px;
    padding: 15px;
    position: relative;

    /* Styles */
    /*background: #fffaf6;*/
	/*background-color:#EFEFEF;*/
	background-color:#FFF;
    border-radius: 4px;
    color: #004E63;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

.form-1 h1 {
    font-size: 15px;
    font-weight: bold;
    color:#999;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-1 h1 .log-in,
.form-1 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-1 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form-1 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-1 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-1 .float:first-of-type {
    padding-right: 5px;
}

.form-1 .float:last-of-type {
    padding-left: 5px;
}



.form-1 h3{
	text-align:center;
	display:inline-block;
	width:90%;
	padding: 4px 4px;
	font-size:14px;
	font-weight:bold;
}
.form-1 label {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 12px;    
	float: left;
    width: 140px;
	position:relative;
	clear:both;
	text-align:left;
}
.form-1 label.etiqueta_long{
	width:220px;	
}

.form-1 label.etiqueta_longd {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 12px;    
	float: left;
    width: 250px;
	position:relative;
	clear:both;
	text-align: right;
}

.form-1 label i {
    margin-right: 3px; /* Gap between icon and text */
    /*display: inline-block;*/
    width: 10px;
}

.form-1 input[type=text],
.form-1 textarea,
.form-1 input[type=password] {
    font-size: 13px;
    font-weight: 400;
    padding: 2px;
    margin-bottom: 5px;
    border: 1px solid #1275BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-1 select {
    font-size: 13px;
    font-weight: 400;
    display:inline;
    padding: 2px;
    margin-bottom: 5px;
    border: 1px solid #1275BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-1 input[type=radio] {
	padding:3px;
	background-color:#E0EEFF;
	appearance:radio-button;
	margin:5px;
}

.form-1 input[type=text]:hover,
.form-1 textarea:hover,
.form-1 input[type=password]:hover {
    border-color: #f37021;
	background-color:#FFC09B;
}


.form-1 label:hover ~ input {
    border-color: #CCC;
}

.form-1 input[type=text]:focus,
.form-1 input[type=password]:focus {
    border-color: #f37021;
	background-color:#FFC09B;
    outline: none; /* Remove Chrome's outline */
}

.form-1 input[type=submit],
.form-1 .log-twitter {
    /* Size and position */
    /*width: 49%;*/
    height: 20px;
   /* float: left;*/
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-size: 14px;
    line-height: 20px; /* Same as height */
}

.form-1 .cont-button{
	width:140px;
	alignment-adjust:central;
	margin-top: 25px;
}

.form-1 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

.form-1 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-1 input[type=submit]:hover,
.form-1 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-1 input[type=submit]:active,
.form-1 .log-twitter:active{
    top: 1px;
}

.form-1 .button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
   /* font-size: 1.1em;*/
    font-size: 10px;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: url(http://cursos.ugtovirtual.mx/loginform/images/bg.jpg) repeat top left;
    background: #52cfeb; /* Fallback */
    background: -moz-linear-gradient(#52cfeb, #42A2BC);
    background: -ms-linear-gradient(#52cfeb, #42A2BC);
    background: -o-linear-gradient(#52cfeb, #42A2BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#42A2BC));
    background: -webkit-linear-gradient(#52cfeb, #42A2BC);
    background: linear-gradient(#52cfeb, #42A2BC);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);

    cursor: pointer;
}

.form-1 .button:hover,
.form-1 button[type=submit]:focus {
    background: #52cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-1 button:active {
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}

.form-1 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -25px;
    padding: 10px;
    z-index: 2;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}
.form-1 .submitIni {
    /* Size and position */
    width: 85px;
    height: 30px;
    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}



/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-1 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-1 .log-twitter:hover {
    background: #2a8ac4;
}

.form-1 p:last-of-type {
    clear: both;    
}

.form-1 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-1 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-1 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}


/* Demo 2 */

.form-2 {
    /* Size and position */
    width: 95%;
    margin: 10px auto 30px;
    padding: 15px;
    position: relative;

    /* Styles */
    /*background: #fffaf6;*/
	/*background-color:#EFEFEF;*/
	background-color:#FFF;
    border-radius: 4px;
    color: #004E63;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

.form-2 h1 {
    font-size: 15px;
    font-weight: bold;
    color:#999;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-2 h1 .log-in,
.form-2 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-2 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form-2 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-2 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-2 .float:first-of-type {
    padding-right: 5px;
}

.form-2 .float:last-of-type {
    padding-left: 5px;
}

.field{
	font-size:12px;
	padding: 7px 2px;
	text-align:left;
}

.box-left{
	width:45%;
	float:left;
	clear:both;
	padding-bottom:15px;
}

.box-right{
	width:45%;
	float:right;
	clear:right;
	position:relative;
}
.form-2 h3{
	text-align:center;
	display:inline-block;
	width:99%;
	padding: 4px 4px;
	font-size:14px;
	font-weight:bold;
}
.form-2 label {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 12px;    
	float: left;
    width: 140px;
	position:relative;
	clear:both;
	text-align:left;
}

.form-2 label.dataTable {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 12px;    
	float: left;
	position:relative;
	clear:both;
	text-align:left;
}

.form-2 label.etiqueta_long{
	width:220px;	
}

.form-2 label.etiqueta_longd {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 12px;    
	float: left;
    width: 250px;
	position:relative;
	clear:both;
	text-align: right;
}

.form-2 label.etiquetaBoot{ 
	    display: inline;
		margin-bottom: 4px;
        font-weight: 800;
   	    float:none;
		font-size: 14px;
	}

.form-2 label i {
    margin-right: 5px; /* Gap between icon and text */
    /*display: inline-block;*/
    width: 10px;
}

.form-2 input[type=text],
.form-2 textarea,
.form-2 input[type=password] {
    font-size: 14px;
    font-weight: 600;
    padding: 2px;
    margin-bottom: 0px;
    border: 1px solid #1275BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
}

.form-2 select {
    font-size: 13px;
    font-weight: 400;
    display:inline;
    padding: 2px;
    margin-bottom: 5px;
    border: 1px solid #1275BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-2 input[type=radio] {
	padding:3px;
	background-color:#E0EEFF;
	appearance:radio-button;
	margin:5px;
}

.form-2 input[type=text]:hover,
.form-2 textarea:hover,
.form-2 input[type=password]:hover {
    border-color: #f37021;
	background-color:#FFC09B;
}


.form-2 label:hover ~ input {
    border-color: #CCC;
}

.form-2 input[type=text]:focus,
.form-2 input[type=password]:focus {
    border-color: #f37021;
	background-color:#FFC09B;
    outline: none; /* Remove Chrome's outline */
}

.form-2 input[type=submit],
.form-2 .log-twitter {
    /* Size and position */
    /*width: 49%;*/
    height: 20px;
   /* float: left;*/
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-size: 14px;
    line-height: 20px; /* Same as height */
}

.form-2 .cont-button{
	width:140px;
	alignment-adjust:central;
	margin-top: 25px;
}

.form-2 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

.form-2 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-2 input[type=submit]:hover,
.form-2 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-2 input[type=submit]:active,
.form-2 .log-twitter:active{
    top: 1px;
}

.form-2 button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.1em;
	font-weight:700px;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: url(http://cursos.ugtovirtual.mx/loginform/images/bg.jpg) repeat top left;
    background: #52cfeb; /* Fallback */
    background: -moz-linear-gradient(#52cfeb, #42A2BC);
    background: -ms-linear-gradient(#52cfeb, #42A2BC);
    background: -o-linear-gradient(#52cfeb, #42A2BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#42A2BC));
    background: -webkit-linear-gradient(#52cfeb, #42A2BC);
    background: linear-gradient(#52cfeb, #42A2BC);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);

    cursor: pointer;
}

.form-2 button:hover,
.form-2 button[type=submit]:focus {
    background: #52cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-2 button:active {
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}

.form-2 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -25px;
    padding: 10px;
    z-index: 2;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}
.form-2 .submitIni {
    /* Size and position */
    width: 85px;
    height: 30px;
    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}
.form-2 .submitCng {
    /* Size and position */
    width: 148px;
    height: 139px;
    position: absolute;
    top: 17px;
    right: -25px;
    padding: 10px;
    z-index: 2; 
	

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}

.form-2 .txtC{
	font-size:24px !important;
	color:#FF0000;
	padding: 8px !important;
	
}
.msgCD{
	font-size:18px;
	color:#F00;
	font-weight:bold;
	width:450px;		
}



/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-2 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-2 .log-twitter:hover {
    background: #2a8ac4;
}

.form-2 p:last-of-type {
    clear: both;    
}

.form-2 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-2 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-2 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}



.form2 .span7 {
    width: 670px;
}
.form2 [class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.form2 .span7 {
    width: 540px;
}

#div_status{
	display:none;
}
#div_close{
	width:100%;
	font-size:11px;
	text-align:right;
	vertical-align:middle;
}

/* Demo 3 para tablas con bootstrap y dataTable */

.form-3 {
    /* Size and position */
    width: 95%;
    margin: 10px auto 30px;
    padding: 15px;
    position: relative;
    font-size: 80%;

    /* Styles */
    /*background: #fffaf6;*/
	/*background-color:#EFEFEF;*/
	background-color:#FFF;
    border-radius: 4px;
    color: #004E63;
    box-shadow:
        0 3px 3px rgba(0,0,0,0.3),        
        0 1px 5px rgba(0,0,0,0.3),        
        0 0 0 13px rgba(355,355,355,0.4); 
}

.form-3 h1 {
    font-size: 15px;
    font-weight: bold;
    color:#999;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E3;
    text-shadow: 0 3px 0 rgba(355,355,355,0.8);
    box-shadow: 0 1px 0 rgba(355,355,355,0.8);
}

.form-3 h1 .log-in,
.form-3 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-3 h1 .log-in {
    color: #6c6763;
    padding-right: 3px;
}

.form-3 h1 .sign-up {
    color: #ffb347;
    padding-left: 3px;
}

.form-3 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(355,355,355,1);
}

.form-3 .float:first-of-type {
    padding-right: 5px;
}

.form-3 .float:last-of-type {
    padding-left: 5px;
}

.field{
	font-size:13px;
	padding: 7px 3px;
	text-align:left;
}

.box-left{
	width:45%;
	float:left;
	clear:both;
	padding-bottom:15px;
}

.box-right{
	width:45%;
	float:right;
	clear:right;
	position:relative;
}
.form-3 h3{
	text-align:center;
	display:inline-block;
	width:99%;
	padding: 4px 4px;
	font-size:14px;
	font-weight:bold;
}
.form-3 label {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
	float: left;
   /* width: 140px;*/
	position:relative;
	clear:both;
	text-align:left;
}

.form-3 label.etiqueta_long{
	width:330px;	
}

.form-3 label.etiqueta_longd {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
	float: left;
    width: 350px;
	position:relative;
	clear:both;
	text-align: right;
}

.form-3 label.etiquetaBoot{ 
	    display: inline;
		margin-bottom: 4px;
        font-weight: 800;
   	    float:none;
		font-size: 14px;
	}

.form-3 label i {
    margin-right: 5px; /* Gap between icon and text */
    /*display: inline-block;*/
    width: 10px;
}

.form-3 input[type=text],
.form-3 textarea,
.form-3 input[type=password] {
    font-size: 14px;
    font-weight: 600;
    padding: 3px;
    margin-bottom: 0px;
    border: 1px solid #1375BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
}

.form-3 select {
    font-size: 13px;
    font-weight: 400;
    display:inline;
    padding: 3px;
    margin-bottom: 5px;
    border: 1px solid #1375BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-3 input[type=radio] {
	padding:3px;
	background-color:#E0EEFF;
	appearance:radio-button;
	margin:5px;
}

.form-3 input[type=text]:hover,
.form-3 textarea:hover,
.form-3 input[type=password]:hover {
    border-color: #f37031;
	background-color:#FFC09B;
}


.form-3 label:hover ~ input {
    border-color: #CCC;
}

.form-3 input[type=text]:focus,
.form-3 input[type=password]:focus {
    border-color: #f37031;
	background-color:#FFC09B;
    outline: none; /* Remove Chrome's outline */
}


.form-3 input[type=submit],
.form-3 .log-twitter {
    /* Size and position */
    /*width: 49%;*/
    height: 30px;
   /* float: left;*/
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(355,355,355,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-size: 14px;
    line-height: 30px; /* Same as height */
}

.form-3 .cont-button{
	width:140px;
	alignment-adjust:central;
	margin-top: 35px;
}

.form-3 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(355,355,355,0.3);
}

.form-3 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #3a8ac4);
    background: -ms-linear-gradient(#34a5cf, #3a8ac4);
    background: -o-linear-gradient(#34a5cf, #3a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#3a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #3a8ac4);
    background: linear-gradient(#34a5cf, #3a8ac4);
    border: 1px solid #3b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-3 input[type=submit]:hover,
.form-3 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(355,355,355,0.3), 
        inset 0 30px 40px rgba(355,355,355,0.15);
}

.form-3 input[type=submit]:active,
.form-3 .log-twitter:active{
    top: 1px;
}

/*.form-3 button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.1em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: url(http://cursos.ugtovirtual.mx/loginform/images/bg.jpg) repeat top left;
    background: #53cfeb; /* Fallback */
    background: -moz-linear-gradient(#53cfeb, #43A3BC);
    background: -ms-linear-gradient(#53cfeb, #43A3BC);
    background: -o-linear-gradient(#53cfeb, #43A3BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#53cfeb), to(#43A3BC));
    background: -webkit-linear-gradient(#53cfeb, #43A3BC);
    background: linear-gradient(#53cfeb, #43A3BC);
    box-shadow: 
        inset 0 1px 0 rgba(355,355,355,0.3),
        0 1px 3px rgba(0,0,0,0.35),
        inset 0 3px 3px rgba(355,355,355,0.3),
        inset 0 -3px 3px rgba(0,0,0,0.1);

    cursor: pointer;
}*/

/*.form-3 button:hover,
.form-3 button[type=submit]:focus {
    background: #53cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-3 button:active {
    background: #43A3BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}*/

.form-3 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-3 .submitIni {
    /* Size and position */
    width: 85px;
    height: 30px;
    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-3 .submitCng {
    /* Size and position */
    width: 130px;
    height: 130px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;   

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}

.form-3 .txtC{
	font-size:34px !important;
	color:#FF0000;
	padding: 8px !important;
	
}
.msgCD{
	font-size:18px;
	color:#F00;
	font-weight:bold;
	width:450px;		
}



/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-3 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-3 .log-twitter:hover {
    background: #3a8ac4;
}

.form-3 p:last-of-type {
    clear: both;    
}

.form-3 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-3 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-3 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}



.form3 .span7 {
    width: 670px;
}
.form3 [class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.form3 .span7 {
    width: 540px;
}

#div_status{
	display:none;
}
#div_close{
	width:100%;
	font-size:11px;
	text-align:right;
	vertical-align:middle;
}

.form3 button, input, optgroup, select, textarea {
    color:  -moz-buttonhovertext;
    font: inherit;
    margin: 0;
}

/* Demo 4 para tablas con bootstrap y dataTable */

.form-4 {
    /* Size and position */
    width: 95%;
    margin: 10px auto 30px;
    padding: 15px;
    position: relative;
    font-size: 80%;

    /* Styles */
    /*background: #fffaf6;*/
    /*background-color:#EFEFEF;*/
    background-color:#FFF;
    border-radius: 4px;
    color: #004E63;
    box-shadow:
        0 3px 3px rgba(0,0,0,0.3),        
        0 1px 5px rgba(0,0,0,0.3),        
        0 0 0 13px rgba(355,355,355,0.4); 
}

.form-4 h1 {
    font-size: 15px;
    font-weight: bold;
    color:#999;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E3;
    text-shadow: 0 3px 0 rgba(355,355,355,0.8);
    box-shadow: 0 1px 0 rgba(355,355,355,0.8);
}

.form-4 h1 .log-in,
.form-4 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-4 h1 .log-in {
    color: #6c6763;
    padding-right: 3px;
}

.form-4 h1 .sign-up {
    color: #ffb347;
    padding-left: 3px;
}

.form-4 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(355,355,355,1);
}

.form-4 .float:first-of-type {
    padding-right: 5px;
}

.form-4 .float:last-of-type {
    padding-left: 5px;
}

.field{
    font-size:13px;
    padding: 7px 3px;
    text-align:left;
}

.box-left{
    width:45%;
    float:left;
    clear:both;
    padding-bottom:15px;
}

.box-right{
    width:45%;
    float:right;
    clear:right;
    position:relative;
}
.form-4 h3{
    text-align:center;
    display:inline-block;
    width:99%;
    padding: 4px 4px;
    font-size:14px;
    font-weight:bold;
}
.form-4 label {
    /*display: block;*/
    padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
    float: left;
   /* width: 140px;*/
    position:relative;
    clear:both;
    text-align:left;
}

.form-4 label.etiqueta_long{
    width:330px;    
}

.form-4 label.etiqueta_longd {
    /*display: block;*/
    padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
    float: left;
    width: 350px;
    position:relative;
    clear:both;
    text-align: right;
}

.form-4 label.etiquetaBoot{ 
        display: inline;
        margin-bottom: 4px;
        font-weight: 800;
        float:none;
        font-size: 14px;
    }

.form-4 label i {
    margin-right: 5px; /* Gap between icon and text */
    /*display: inline-block;*/
    width: 10px;
}

.form-4 input[type=text],
.form-4 textarea,
.form-4 input[type=password] {
    font-size: 14px;
    font-weight: 600;
    padding: 3px;
    margin-bottom: 0px;
    /*border: 1px solid #1375BC;*/
	border: 1px solid #CCC;
    border-radius: 3px;  
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    
}

.form-4 select {
    font-size: 14px;
    font-weight: 400;
    display:inline;
    padding: 3px;
    margin-bottom: 5px;
    border: 1px solid #1375BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
   
}

.form-4 input[type=radio] {
    padding:3px;
    background-color:#E0EEFF;
    appearance:radio-button;
    margin:5px;
}

/*.form-4 input[type=text]:hover,
.form-4 textarea:hover,
.form-4 input[type=password]:hover {
    border-color: #f37031;
    background-color:#FFC09B;
}


.form-4 label:hover ~ input {
    border-color: #CCC;
}

.form-4 input[type=text]:focus,
.form-4 input[type=password]:focus {
    border-color: #f37031;
    background-color:#FFC09B;
    outline: none; /* Remove Chrome's outline */
}*/


.form-4 input[type=submit],
.form-4 .log-twitter {
    /* Size and position */
    /*width: 49%;*/
    height: 30px;
   /* float: left;*/
    position: center;

    /* Styles */
    box-shadow: inset 0 1px rgba(355,355,355,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-size: 14px;
    line-height: 30px; /* Same as height */
}

.form-4 .cont-button{
    width:140px;
    alignment-adjust:central;
    margin-top: 35px;
}

.form-4 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(355,355,355,0.3);
}

.form-4 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #3a8ac4);
    background: -ms-linear-gradient(#34a5cf, #3a8ac4);
    background: -o-linear-gradient(#34a5cf, #3a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#3a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #3a8ac4);
    background: linear-gradient(#34a5cf, #3a8ac4);
    border: 1px solid #3b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-4 input[type=submit]:hover,
.form-4 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(355,355,355,0.3), 
        inset 0 30px 40px rgba(355,355,355,0.15);
}

.form-4 input[type=submit]:active,
.form-4 .log-twitter:active{
    top: 1px;
}

/*.form-4 button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.1em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: url(http://cursos.ugtovirtual.mx/loginform/images/bg.jpg) repeat top left;
    background: #53cfeb; /* Fallback */
    background: -moz-linear-gradient(#53cfeb, #43A3BC);
    background: -ms-linear-gradient(#53cfeb, #43A3BC);
    background: -o-linear-gradient(#53cfeb, #43A3BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#53cfeb), to(#43A3BC));
    background: -webkit-linear-gradient(#53cfeb, #43A3BC);
    background: linear-gradient(#53cfeb, #43A3BC);
    box-shadow: 
        inset 0 1px 0 rgba(355,355,355,0.3),
        0 1px 3px rgba(0,0,0,0.35),
        inset 0 3px 3px rgba(355,355,355,0.3),
        inset 0 -3px 3px rgba(0,0,0,0.1);

    cursor: pointer;
}*/

/*.form-4 button:hover,
.form-4 button[type=submit]:focus {
    background: #53cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-4 button:active {
    background: #43A3BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}*/

.form-4 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-4 .submitIni {
    /* Size and position */
    width: 85px;
    height: 30px;
    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-4 .submitCng {
    /* Size and position */
    width: 130px;
    height: 130px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;   

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}

.form-4 .txtC{
    font-size:34px !important;
    color:#FF0000;
    padding: 8px !important;
    
}
.msgCD{
    font-size:18px;
    color:#F00;
    font-weight:bold;
    width:450px;        
}



/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-4 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-4 .log-twitter:hover {
    background: #3a8ac4;
}

.form-4 p:last-of-type {
    clear: both;    
}

.form-4 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-4 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-4 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}



.form4 .span7 {
    width: 670px;
}
.form4 [class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.form4 .span7 {
    width: 540px;
}

.form-4 .panel-info > .panel-heading {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    }
    
.form-4 .panel-info {
    border-color: #337ab7;
    }
        
 .form-4 .panel-heading >h3 {
        font-size:12px;
        /*color:#2461AD;*/
        
        }
 .form-4 .panel-heading >h2 {
        font-size:18px;
        /*color:#2461AD;*/
        
        }       

.form-4 .tablePrueba > thead >tr {
    background:  no-repeat scroll right center #337ab7;
    color:#fff;
    font-weight:bold;
}

/* Demo 5 para tablas con bootstrap y dataTable */

.form-5 {
    /* Size and position */
    width: 100%;
    margin: 10px auto 30px;
    padding: 15px;
    position: relative;
    font-size: 80%;

    /* Styles */
    /*background: #fffaf6;*/
    /*background-color:#EFEFEF;*/
    background-color:#FFF;
    border-radius: 4px;
    color: #004E63;
    box-shadow:
        0 3px 3px rgba(0,0,0,0.3),        
        0 1px 5px rgba(0,0,0,0.3),        
        0 0 0 13px rgba(355,355,355,0.4); 
}

.form-5 h1 {
    font-size: 15px;
    font-weight: bold;
    color:#2461AD;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E3;
    text-shadow: 0 3px 0 rgba(355,355,355,0.8);
    box-shadow: 0 1px 0 rgba(355,355,355,0.8);
}

.form-5 h1 .log-in,
.form-5 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

<div class="form-5"></div> h1 .log-in {
    color: #6c6763;
    padding-right: 3px;
}

.form-5 h1 .sign-up {
    color: #ffb347;
    padding-left: 3px;
}

.form-5 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(355,355,355,1);
}

.form-5 .float:first-of-type {
    padding-right: 5px;
}

.form-5 .float:last-of-type {
    padding-left: 5px;
}

.field{
    font-size:13px;
    padding: 7px 3px;
    text-align:left;
}

.box-left{
    width:45%;
    float:left;
    clear:both;
    padding-bottom:15px;
}

.box-right{
    width:45%;
    float:right;
    clear:right;
    position:relative;
}
.form-5 h3{
    text-align:center;
    display:inline-block;
    width:99%;
    padding: 4px 4px;
    font-size:14px;
    font-weight:bold;
}
.form-5 label {
    /*display: block;*/
    padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
    float: left;
   /* width: 140px;*/
    position:relative;
    clear:both;
    text-align:left;
}

.form-5 label.etiqueta_long{
    width:330px;    
}

.form-5 label.etiqueta_longd {
    /*display: block;*/
    padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
    float: left;
    width: 350px;
    position:relative;
    clear:both;
    text-align: right;
}

@media (max-width: 700px){
	.form-5 label.etiquetaBoot{ 
      
        /*display: inline;
        margin-bottom: 4px;
        font-weight: 800;*/
        float:none;
		/*font-size: 14px;
    }*/
        
 }
 }

.form-5 label.etiquetaBoot{ 
        display: inline;
        margin-bottom: 4px;
        font-weight: 800;
        float:rigth;
        font-size: 14px;
		width:190px;
		text-align: right;
 }

.form-5 label i {
    margin-right: 5px; /* Gap between icon and text */
    /*display: inline-block;*/
    width: 10px;
}

.form-5 input[type=text],
.form-5 textarea,
.form-5 input[type=password] {
    font-size: 14px;
    font-weight: 600; 
    padding: 3px;
    margin-bottom: 0px;
	border-radius: 4px !important;
    /*border: 1px solid #1375BC;
	border: 1px solid #cccccc;
	border-radius: 4px;  
    /*-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
    
}

.form-5 select {
    font-size: 14px;
    font-weight: 400;
    display:inline;
    padding: 3px;
    margin-bottom: 5px;
    /*border: 1px solid #1375BC;*/
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
   
}

.form-5 input[type=radio] {
    padding:3px;
    background-color:#E0EEFF;
    appearance:radio-button;
    margin:5px;
}

/*.form-5 input[type=text]:hover,
.form-5 textarea:hover,
.form-5 input[type=password]:hover {
    border-color: #f37031;
    background-color:#FFC09B;
}


.form-5 label:hover ~ input {
    border-color: #CCC;
}

.form-5 input[type=text]:focus,
.form-5 input[type=password]:focus {
    border-color: #f37031;
    background-color:#FFC09B;
    outline: none; /* Remove Chrome's outline */
}*/


.form-5 input[type=submit],
.form-5 .log-twitter {
    /* Size and position */
    /*width: 49%;*/
    height: 30px;
   /* float: left;*/
    position: center;

    /* Styles */
    box-shadow: inset 0 1px rgba(355,355,355,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-size: 14px;
    line-height: 30px; /* Same as height */
}

.form-5 .cont-button{
    width:140px;
    alignment-adjust:central;
    margin-top: 35px;
}

.form-5 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(355,355,355,0.3);
}

.form-5 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #3a8ac4);
    background: -ms-linear-gradient(#34a5cf, #3a8ac4);
    background: -o-linear-gradient(#34a5cf, #3a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#3a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #3a8ac4);
    background: linear-gradient(#34a5cf, #3a8ac4);
    border: 1px solid #3b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-5 input[type=submit]:hover,
.form-5 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(355,355,355,0.3), 
        inset 0 30px 40px rgba(355,355,355,0.15);
}

.form-5 input[type=submit]:active,
.form-5 .log-twitter:active{
    top: 1px;
}

/* .form-5 button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.1em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: url(http://cursos.ugtovirtual.mx/loginform/images/bg.jpg) repeat top left;
    background: #53cfeb; /* Fallback */
    background: -moz-linear-gradient(#53cfeb, #43A3BC);
    background: -ms-linear-gradient(#53cfeb, #43A3BC);
    background: -o-linear-gradient(#53cfeb, #43A3BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#53cfeb), to(#43A3BC));
    background: -webkit-linear-gradient(#53cfeb, #43A3BC);
    background: linear-gradient(#53cfeb, #43A3BC);
    box-shadow: 
        inset 0 1px 0 rgba(355,355,355,0.3),
        0 1px 3px rgba(0,0,0,0.35),
        inset 0 3px 3px rgba(355,355,355,0.3),
        inset 0 -3px 3px rgba(0,0,0,0.1);

    cursor: pointer;
}*/

/*.form-5 button:hover,
.form-5 button[type=submit]:focus {
    background: #53cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-5 button:active {
    background: #43A3BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}*/

.form-5 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-5 .submitIni {
    /* Size and position */
    width: 85px;
    height: 30px;
    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-5 .submitCng {
    /* Size and position */
    width: 130px;
    height: 130px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;   

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}

.form-5 .txtC{
    font-size:34px !important;
    color:#FF0000;
    padding: 8px !important;
    
}
.msgCD{
    font-size:18px;
    color:#F00;
    font-weight:bold;
    width:450px;        
}



/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-5 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-5 .log-twitter:hover {
    background: #3a8ac4;
}

.form-5 p:last-of-type {
    clear: both;    
}

.form-5 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-5 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-5 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}



.form-5 .span7 {
    width: 670px;
}
.form-5 [class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.form-5.span7 {
    width: 540px;
}

.form-5 .panel-info > .panel-heading {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    }
    
.form-5 .panel-info {
    border-color: #337ab7;
    }
        
 .form-5 .panel-heading >h3 {
        font-size:12px;
        /*color:#2461AD;*/
        
        }
 .form-5 .panel-heading >h2 {
        font-size:18px;
        /*color:#2461AD;*/
        
        }       

.form-5 .tablePrueba > thead >tr {
    background:  no-repeat scroll right center #337ab7;
    color:#fff;
    font-weight:bold;
}

.form-5 .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #E8F8FF !important;
}

.form-5 .of_NoLeido a {
    color: #0f4c98 !important;
	font-weight:600;
}

.form-5 .formError .formErrorContent  {  border: none !important; }
  .formError .formErrorArrow div {
   
    border-left:  border: none !important;
    border-right:  border: none !important;
   }
   
 .form-5  .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
	   font-weight:600;
   }


/*six*/
/* Demo 6 para tablas con bootstrap y dataTable */

.form-6 {
    /* Size and position */
    /*width: 100%;
    margin: 10px auto 30px;
    padding: 15px;
    position: relative;*/ 
    font-size: 80%;

    /* Styles */
    /*background: #fffaf6;*/
    /*background-color:#EFEFEF;*/
    background-color:#FFF;
    border-radius: 4px;
    color: #004E63;
    /*box-shadow:
        0 3px 3px rgba(0,0,0,0.3),        
        0 1px 5px rgba(0,0,0,0.3),        
        0 0 0 13px rgba(355,355,355,0.4); */
}

.form-6 h1 {
    font-size: 15px;
    font-weight: bold;
    color:#2461AD;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E3;
    text-shadow: 0 3px 0 rgba(355,355,355,0.8);
    box-shadow: 0 1px 0 rgba(355,355,355,0.8);
}

.form-6 h1 .log-in,
.form-6 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

<div class="form-6"></div> h1 .log-in {
    color: #6c6763;
    padding-right: 3px;
}

.form-6 h1 .sign-up {
    color: #ffb347;
    padding-left: 3px;
}

.form-6 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(355,355,355,1);
}

.form-6 .float:first-of-type {
    padding-right: 5px;
}

.form-6 .float:last-of-type {
    padding-left: 5px;
}

.form-6 h3{
    text-align:center;
    display:inline-block;
    width:99%;
    padding: 4px 4px;
    font-size:14px;
    font-weight:bold;
}
.form-6 label {
    /*display: block;*/
    padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
    float: left;
   /* width: 140px;*/
    position:relative;
    clear:both;
    text-align:left;
}

.form-6 label.etiqueta_long{
    width:330px;    
}

.form-6 label.etiqueta_longd {
    /*display: block;*/
    padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
    float: left;
    width: 350px;
    position:relative;
    clear:both;
    text-align: right;
}

@media (max-width: 700px){
    .form-6 label.etiquetaBoot{ 
      
        /*display: inline;
        margin-bottom: 4px;
        font-weight: 800;*/
        float:none;
        /*font-size: 14px;
    }*/
        
 }
 }

.form-6 label.etiquetaBoot{ 
        display: inline;
        margin-bottom: 4px;
        font-weight: 800;
        float:rigth;
        font-size: 14px;
        width:190px;
        text-align: right;
 }

.form-6 label i {
    margin-right: 5px; /* Gap between icon and text */
    /*display: inline-block;*/
    width: 10px;
}

.form-6 input[type=text],
.form-6 textarea,
.form-6 input[type=password] {
    font-size: 14px;
    font-weight: 600; 
    padding: 3px;
    margin-bottom: 0px;
    border-radius: 4px !important;
    /*border: 1px solid #1375BC;
    border: 1px solid #cccccc;
    border-radius: 4px;  
    /*-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
    
}

.form-6 select {
    font-size: 14px;
    font-weight: 400;
    display:inline;
    padding: 3px;
    margin-bottom: 5px;
    /*border: 1px solid #1375BC;*/
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
   
}

.form-6 input[type=radio] {
    padding:3px;
    background-color:#E0EEFF;
    appearance:radio-button;
    margin:5px;
}

/*.form-6 input[type=text]:hover,
.form-6 textarea:hover,
.form-6 input[type=password]:hover {
    border-color: #f37031;
    background-color:#FFC09B;
}


.form-6 label:hover ~ input {
    border-color: #CCC;
}

.form-6 input[type=text]:focus,
.form-6 input[type=password]:focus {
    border-color: #f37031;
    background-color:#FFC09B;
    outline: none; /* Remove Chrome's outline */
}*/


.form-6 input[type=submit],
.form-6 .log-twitter {
    /* Size and position */
    /*width: 49%;*/
    height: 30px;
   /* float: left;*/
    position: center;

    /* Styles */
    box-shadow: inset 0 1px rgba(355,355,355,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-size: 14px;
    line-height: 30px; /* Same as height */
}

.form-6 .cont-button{
    width:140px;
    alignment-adjust:central;
    margin-top: 35px;
}

.form-6 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(355,355,355,0.3);
}

.form-6 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #3a8ac4);
    background: -ms-linear-gradient(#34a5cf, #3a8ac4);
    background: -o-linear-gradient(#34a5cf, #3a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#3a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #3a8ac4);
    background: linear-gradient(#34a5cf, #3a8ac4);
    border: 1px solid #3b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-6 input[type=submit]:hover,
.form-6 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(355,355,355,0.3), 
        inset 0 30px 40px rgba(355,355,355,0.15);
}

.form-6 input[type=submit]:active,
.form-6 .log-twitter:active{
    top: 1px;
}

/* .form-6 button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.1em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: url(http://cursos.ugtovirtual.mx/loginform/images/bg.jpg) repeat top left;
    background: #53cfeb; /* Fallback */
    background: -moz-linear-gradient(#53cfeb, #43A3BC);
    background: -ms-linear-gradient(#53cfeb, #43A3BC);
    background: -o-linear-gradient(#53cfeb, #43A3BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#53cfeb), to(#43A3BC));
    background: -webkit-linear-gradient(#53cfeb, #43A3BC);
    background: linear-gradient(#53cfeb, #43A3BC);
    box-shadow: 
        inset 0 1px 0 rgba(355,355,355,0.3),
        0 1px 3px rgba(0,0,0,0.35),
        inset 0 3px 3px rgba(355,355,355,0.3),
        inset 0 -3px 3px rgba(0,0,0,0.1);

    cursor: pointer;
}*/

/*.form-6 button:hover,
.form-6 button[type=submit]:focus {
    background: #53cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-6 button:active {
    background: #43A3BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}*/

.form-6 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-6 .submitIni {
    /* Size and position */
    width: 85px;
    height: 30px;
    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-6 .submitCng {
    /* Size and position */
    width: 130px;
    height: 130px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;   

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}

.form-6 .txtC{
    font-size:34px !important;
    color:#FF0000;
    padding: 8px !important;
    
}
.msgCD{
    font-size:18px;
    color:#F00;
    font-weight:bold;
    width:450px;        
}



/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-6 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-6 .log-twitter:hover {
    background: #3a8ac4;
}

.form-6 p:last-of-type {
    clear: both;    
}

.form-6 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-6 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-6 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}



.form-6 .span7 {
    width: 670px;
}
.form-6 [class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.form-6.span7 {
    width: 540px;
}

/*[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}*/

.form-6 .panel-info > .panel-heading {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    }
    
.form-6 .panel-info {
    border-color: #337ab7;
    }
        
 .form-6 .panel-heading >h3 {
        font-size:12px;
        /*color:#2461AD;*/
        
        }
 .form-6 .panel-heading >h2 {
        font-size:18px;
        /*color:#2461AD;*/
        
        }       

.form-6 .tablePrueba > thead >tr {
    background:  no-repeat scroll right center #337ab7;
    color:#fff;
    font-weight:bold;
}

.form-6 .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #E8F8FF !important;
}

.form-6 .of_NoLeido a {
    color: #0f4c98 !important;
    font-weight:600;
}

.form-6 .formError .formErrorContent  {  border: none !important; }
  .formError .formErrorArrow div {
   
    border-left:  border: none !important;
    border-right:  border: none !important;
   }
   
 .form-6  .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
       font-weight:600;
   }



/* SIMPLE RESUME TEMPLATE BOOTSNIP */
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

.page-header{
  text-align: center;    
}

/*social buttons*/
.btn-social{
  color: white;
  opacity:0.9;
}
.btn-social:hover {
  color: white;
    opacity:1;
}
.btn-facebook {
background-color: #3b5998;
opacity:0.9;
}
.btn-twitter {
background-color: #00aced;
opacity:0.9;
}
.btn-linkedin {
background-color:#0e76a8;
opacity:0.9;
}
.btn-github{
  background-color:#000000;
  opacity:0.9;
}
.btn-google {
  background-color: #c32f10;
  opacity: 0.9;
}
.btn-stackoverflow{
  background-color: #D38B28;
  opacity: 0.9;
}

/* resume stuff */

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin-bottom: 5px;
    padding: 20px;
}
.bs-callout:last-child {
    margin-bottom: 0px;
}
.bs-callout h4 {
    margin-bottom: 10px;
    margin-top: 0;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4{
    color: #d9534f;
}

.resume .list-group-item:first-child, .resume .list-group-item:last-child{
  border-radius:0;
}

/*makes an anchor inactive(not clickable)*/
.inactive-link {
   pointer-events: none;
   cursor: default;
}

.resume-heading .social-btns{
  margin-top:15px;
}
.resume-heading .social-btns i.fa{
  margin-left:-5px;
}



@media (max-width: 992px) {
  .resume-heading .social-btn-holder{
    padding:5px;
  }
}


/* skill meter in resume. copy pasted from http://bootsnipp.com/snippets/featured/progress-bar-meter */

.progress-bar {
    text-align: left;
	white-space: nowrap;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.progress-bar > .progress-type {
	padding-left: 10px;
}

.progress-meter {
	min-height: 15px;
	border-bottom: 2px solid rgb(160, 160, 160);
  margin-bottom: 15px;
}

.progress-meter > .meter {
	position: relative;
	float: left;
	min-height: 15px;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(160, 160, 160);
}

.progress-meter > .meter-left {
	border-left-width: 2px;
}

.progress-meter > .meter-right {
	float: right;
	border-right-width: 2px;
}

.progress-meter > .meter-right:last-child {
	border-left-width: 2px;
}

.progress-meter > .meter > .meter-text {
	position: absolute;
	display: inline-block;
	bottom: -20px;
	width: 100%;
	font-weight: 700;
	font-size: 0.85em;
	color: rgb(160, 160, 160);
	text-align: left;
}

.progress-meter > .meter.meter-right > .meter-text {
	text-align: right;
}
/* SIMPLE RESUME TEMPLATE BOOTSNIP */
/* MAS ESTILOS */

#div_status{
    display:none;
}
#div_close{
    width:100%;
    font-size:11px;
    text-align:right;
    vertical-align:middle;
}
/*////Radio Button and CHeckbox funky////*/ 
.funkyradio div {
    clear: both;
    /*margin: 0 50px;*/
    overflow: hidden;
	display: inline-table;
	margin-top: -34px;
	padding: 8px;
}
.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}

/* Botones 3d */
.btn3d, .btn3d:focus {
    position:relative;
    top: -6px;
    border:0;
    -moz-outline-style:none;
         outline:medium none;
     transition: all 0.04s linear;
    /*margin-top:10px;
     margin-bottom:10px;*/
     margin-left:2px;
     margin-right:2px;
}

.btn3dCircle{
/*[{- Border radius -}]*/
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-khtml-border-radius:50px;
	-o-border-radius:50px;
}

.btn3d:active, .btn3d.active {
    top:2px;
}
.btn3d.btn-white {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#fff;
}
.btn3d.btn-white:active, .btn3d.btn-white.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#fff;
}
.btn3d.btn-default {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#f9f9f9;
}
.btn3d.btn-default:active, .btn3d.btn-default.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#f9f9f9;
}
.btn3d.btn-primary {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#4274D7;
}
.btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color:#4274D7;
}
.btn3d.btn-success {
    box-shadow:0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#78d739;
}
.btn3d.btn-success:active, .btn3d.btn-success.active {
    box-shadow:0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #78d739;
}
.btn3d.btn-info {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#39B3D7;
}
.btn3d.btn-info:active, .btn3d.btn-info.active {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #39B3D7;
}
.btn3d.btn-warning {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#FEAF20;
}
.btn3d.btn-warning:active, .btn3d.btn-warning.active {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #FEAF20;
}
.btn3d.btn-danger {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#D73814;
}
.btn3d.btn-danger:active, .btn3d.btn-danger.active {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #D73814;
}
.btn3d.btn-magick {
    color: #fff;
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#bb39d7;
}
.btn3d.btn-magick:active, .btn3d.btn-magick.active {
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #bb39d7;
}


.panel-info > .panel-heading {
    background-color: #ad04fb; /* #337ab7;*/
    border-color: #ad04fb; /* #337ab7; */
    color: #fff;
    }
    
.panel-info {
    border-color: #337ab7;
    }
        
.panel-heading >h3 {
        font-size:18px;
        /*color:#2461AD;*/
        
        }
 .panel-heading >h2 {
        font-size:18px;
        /*color:#2461AD;*/
        
 }
 
 @media (max-width: 700px){
	 .panel-heading >h2 {
        font-size:12px;
        /*color:#2461AD;*/
        
 }
	 
 }
 
 .etiquetaBoot{ 
        display: inline-block;
        margin-bottom: 4px;
        font-weight: 800;
        float:rigth;
        font-size: 14px;
		/*width:190px;*/
		text-align: right;
		color: #004E63;
 }     
 
  .labelTitulo{ 
        display: inline;
        margin-bottom: 4px;
        font-weight: 800;
        float:left;
        font-size: 14px;
		/*width:190px;*/
		text-align: right;
		color: #fff;
 }     

.input-group-addon {
	background-color: #ad04fb; /* #31B0D5;*/
    border: 1px solid #31B0D5;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
 }

.titulomarcador {
    font-size: 16px;
    font-weight: bold;
    color:#2461AD;
    padding-bottom: 8px;
    border-bottom: 2px solid #2461AD;
    text-shadow: 0 3px 0 rgba(355,355,355,0.8);
    box-shadow: 0 1px 0 rgba(355,355,355,0.8);
	text-align:left;
	padding-left:15px;
}

.titulomarcadorcenter {
    font-size: 16px;
    font-weight: bold;
    color:#2461AD;
    padding-bottom: 8px;
    border-bottom: 2px solid #2461AD;
    text-shadow: 0 3px 0 rgba(355,355,355,0.8);
    box-shadow: 0 1px 0 rgba(355,355,355,0.8);
    text-align:center;
    padding-left:15px;
}

ul.ui-autocomplete { 
    z-index: 1100;
}

/*data table color */
table.table thead .sorting_asc {
    background-color: #31b0d5;
    color: #fff;
}

table.table thead .sorting_desc {
    background-color: #31b0d5;
    color: #fff;
}


table.table thead .sorting {
    background-color: #337ab7;
    color: #fff;
}

.panel-table .panel-body{
  padding:0;
}

.panel-table .panel-body .table-bordered{
  border-style: none;
  margin:0;
}

.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type {
    text-align:center;
    width: 100px;
}

.panel-table .panel-body .table-bordered > thead > tr > th:last-of-type,
.panel-table .panel-body .table-bordered > tbody > tr > td:last-of-type {
  border-right: 0px;
}

.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type,
.panel-table .panel-body .table-bordered > tbody > tr > td:first-of-type {
  border-left: 0px;
}

.panel-table .panel-body .table-bordered > tbody > tr:first-of-type > td{
  border-bottom: 0px;
}

.panel-table .panel-body .table-bordered > thead > tr:first-of-type > th{
  border-top: 0px;
}

.panel-table .panel-footer .pagination{
  margin:0; 
}

/*
used to vertically center elements, may need modification if you're not using default sizes.
*/
.panel-table .panel-footer .col{
 line-height: 34px;
 height: 34px;
}

.panel-table .panel-heading .col h3{
 line-height: 30px;
 height: 30px;
}

.panel-table .panel-body .table-bordered > tbody > tr > td{
  line-height: 34px;
}

.labelTitulo{ 
        display: inline;
        margin-bottom: 4px;
        font-weight: 800;
        float:left;
        font-size: 14px;
        /*width:190px;*/
        text-align: right;
        color: #004E63;
 }     

.tablePrueba > thead >tr {
    background:  no-repeat scroll right center #337ab7;
    color:#fff;
    font-weight:bold;
}

.tablePrueba > tbody >td {
    font-size: 13px; 
    font-weight:bold;
}


.tablePrueba > tfoot >tr {
    background:  no-repeat scroll right center #31B0D5;
    color:#fff;
    font-weight:bold;
}

.table {
    font-size: 13px;
    
}

.form-horizontal .form-group {
    margin-left: -1px;
    margin-right: -1px;
}


.update-nag{
  display: inline-block;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  height: 40px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
}

.update-nag:hover{
    /*cursor: pointer;*/
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
  background: #337ab7;
  width: 33px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
}

.update-nag > .update-split > .glyphicon{
  position:relative;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
  background: #5cb85c!important;
}

.update-nag > .update-split.update-danger{
  background: #d9534f!important;
}

.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}



.update-nag > .update-text{
  line-height: 19px;
  padding-top: 11px;
  padding-left: 45px;
  padding-right: 20px;
}

h3{
    text-align:center;
    display:inline-block;
    width:99%;
    padding: 4px 4px;
    font-size:14px;
    font-weight:bold;
}
//datatables buttons //
.buttons-html5{
    background-color: #337ab7 ;
    border-color: #2e6da4 ;
    color: #fff ;
 }
 .buttons-page-length{
  background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
 }

 div.dt-button-background {
   z-index: 100;
}


a.dt-button {
    border: 1px solid #2e6da4 !important;
    color: #fff !important;
    background-color: #337ab7 !important;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%) !important;
    background-image: -moz-linear-gradient(top, #337ab7 0%, #337ab7 100%) !important;
    background-image: -ms-linear-gradient(top, #337ab7 0%, #337ab7 100%) !important;
    background-image: -o-linear-gradient(top, #337ab7 0%, #337ab7 100%) !important;
    background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%) !important;
    
}


.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}
.box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

/// Buttons Material Design ///

.material-button-anim {
  position: relative;
  padding: 127px 15px 27px;
  text-align: center;
  max-width: 320px;
  margin: 0 auto 20px;
}

.material-button {
    position: relative;
    top: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    font-size: 1.5em;
    color: #fff;
    background: #2C98DE;
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,.275);
    outline: none;
}
.material-button-toggle {
    z-index: 3;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.material-button-toggle span {
    -webkit-transform: none;
    transform:         none;
    -webkit-transition: -webkit-transform .175s cubic-bazier(.175,.67,.83,.67);
    transition:         transform .175s cubic-bazier(.175,.67,.83,.67);
}
.material-button-toggle.open {
    -webkit-transform: scale(1.3,1.3);
    transform:         scale(1.3,1.3);
    -webkit-animation: toggleBtnAnim .175s;
    animation:         toggleBtnAnim .175s;
}
.material-button-toggle.open span {
    -webkit-transform: rotate(45deg);
    transform:         rotate(45deg);
    -webkit-transition: -webkit-transform .175s cubic-bazier(.175,.67,.83,.67);
    transition:         transform .175s cubic-bazier(.175,.67,.83,.67);
}

#options {
  height: 70px;
}
.option {
    position: relative;
}
.option .option1,
.option .option2,
.option .option3 {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -webkit-transition: all .175s;
    transition:         all .175s;
}
.option .option1 {
    -webkit-transform: translate3d(90px,90px,0) scale(.8,.8);
    transform:         translate3d(90px,90px,0) scale(.8,.8);
}
.option .option2 {
    -webkit-transform: translate3d(0,90px,0) scale(.8,.8);
    transform:         translate3d(0,90px,0) scale(.8,.8);
}
.option .option3 {
    -webkit-transform: translate3d(-90px,90px,0) scale(.8,.8);
    transform:         translate3d(-90px,90px,0) scale(.8,.8);
}
.option.scale-on .option1, 
.option.scale-on .option2,
.option.scale-on .option3 {
    filter: blur(0);
    -webkit-filter: blur(0);
    -webkit-transform: none;
    transform:         none;
    -webkit-transition: all .175s;
    transition:         all .175s;
}
.option.scale-on .option2 {
    -webkit-transform: translateY(-28px) translateZ(0);
    transform:         translateY(-28px) translateZ(0);
    -webkit-transition: all .175s;
    transition:         all .175s;
}

@keyframes toggleBtnAnim {
    0% {
        -webkit-transform: scale(1,1);
        transform:         scale(1,1);
    }
    25% {
        -webkit-transform: scale(1.4,1.4);
        transform:         scale(1.4,1.4); 
    }
    75% {
        -webkit-transform: scale(1.2,1.2);
        transform:         scale(1.2,1.2);
    }
    100% {
        -webkit-transform: scale(1.3,1.3);
        transform:         scale(1.3,1.3);
    }
}
@-webkit-keyframes toggleBtnAnim {
    0% {
        -webkit-transform: scale(1,1);
        transform:         scale(1,1);
    }
    25% {
        -webkit-transform: scale(1.4,1.4);
        transform:         scale(1.4,1.4); 
    }
    75% {
        -webkit-transform: scale(1.2,1.2);
        transform:         scale(1.2,1.2);
    }
    100% {
        -webkit-transform: scale(1.3,1.3);
        transform:         scale(1.3,1.3);
    }
}


.datepicker{z-index:1151 !important;}   

.buttons-html5{
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
 }
 .buttons-page-length{
  background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
 }

 div.dt-button-background {
   z-index: 100;
}


.form-horizontal label.etiquetaBootDos {
    /*display: block;*/
    padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    /*font-size: 13px;    */
    float: left;
   /* width: 140px;*/
    position:relative;
    clear:both;
    text-align:left;
    display: inline;
    margin-bottom: 4px;
    font-weight: 800;
    /*float:rigth;*/
    font-size: 14px;
    width:190px;
    text-align: right;

}

 .tableDos > thead >tr {
    background:  no-repeat scroll right center #337ab7;
    color:#fff;
    font-weight:bold;
}

 .tableDos > tfoot >tr {
    background:  no-repeat scroll right center #31B0D5;
    color:#fff;
    font-weight:bold;
}


@media only screen and (max-width: 800px) {
        /* Force table to not be like tables anymore */
        #no-more-tables table,
        #no-more-tables thead,
        #no-more-tables tbody,
        #no-more-tables th,
        #no-more-tables td,
        #no-more-tables tr {
        display: block;
        }
         
        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        }
         
        #no-more-tables tr { border: 1px solid #ccc; }
          
        #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
        }
         
        #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
        }
}

.btn span.glyphicon {               
    opacity: 0;             
}
.btn.active span.glyphicon {                
    opacity: 1;             
}

/*
.botones 3d
 */
.btn{
    margin: 4px;
    box-shadow: 1px 1px 5px #888888;
}

.btn-xs{
    font-weight: 300;
}
   
.btn-hot {
color: #fff;
background-color: #db5566;
border-bottom:2px solid #af4451;
}

.btn-hot:hover, .btn-sky.active:focus, .btn-hot:focus, .open>.dropdown-toggle.btn-hot {
color: #fff;
background-color: #df6a78;
border-bottom:2px solid #b25560;
outline: none;}


.btn-hot:active, .btn-hot.active {
color: #fff;
background-color: #c04b59;
border-top:2px solid #9a3c47;
margin-top: 2px;
}

.btn-sunny {
color: #fff;
background-color: #f4ad49;
border-bottom:2px solid #c38a3a;
}

.btn-sunny:hover, .btn-sky.active:focus, .btn-sunny:focus, .open>.dropdown-toggle.btn-sunny {
color: #fff;
background-color: #f5b75f;
border-bottom:2px solid #c4924c;
outline: none;
}


.btn-sunny:active, .btn-sunny.active {
color: #fff;
background-color: #d69840;
border-top:2px solid #ab7a33;
margin-top: 2px;
}

.btn-fresh {
color: #fff;
background-color: #51bf87;
border-bottom:2px solid #41996c;
}

.btn-fresh:hover, .btn-sky.active:focus, .btn-fresh:focus, .open>.dropdown-toggle.btn-fresh {
color: #fff;
background-color: #66c796;
border-bottom:2px solid #529f78;
outline: none;
}


.btn-fresh:active, .btn-fresh.active {
color: #fff;
background-color: #47a877;
border-top:2px solid #39865f;
outline: none;
outline-offset: none;
margin-top: 2px;
}

.btn-sky {
color: #fff;
background-color: #0bacd3;
border-bottom:2px solid #098aa9;
}

.btn-sky:hover,.btn-sky.active:focus, .btn-sky:focus, .open>.dropdown-toggle.btn-sky {
color: #fff;
background-color: #29b6d8;
border-bottom:2px solid #2192ad;
outline: none;
}

.btn-sky:active, .btn-sky.active {
color: #fff;
background-color: #0a97b9;
border-top:2px solid #087994;
outline-offset: none;
margin-top: 2px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0px;
}

.btn-ddd {color:#fff;}
.btn-ddd:hover {text-decoration:none; color:#fff;}

/*
fin botones 3d
 */

/* cintas de colores */
.update-nag{
  display: inline-block;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  height: 55px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
}

.update-nag:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
  background: #337ab7;
  width: 33px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
}

.update-nag > .update-split > .glyphicon{
  position:relative;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
  background: #5cb85c!important;
}

.update-nag > .update-split.update-danger{
  background: #d9534f!important;
}

.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}

.update-nag > .update-text{
  line-height: 19px;
  padding-top: 11px;
  padding-left: 45px;
  padding-right: 20px;
  padding-bottom: 5px;
  font-weight: bold;
}
/*    */ 
.degradado {
background: -webkit-radial-gradient(red, green, blue); /* Safari 5.1 to 6.0 */
background: -o-radial-gradient(red, green, blue); /* For Opera 11.6 to 12.0 */
background: -moz-radial-gradient(red, green, blue); /* For Firefox 3.6 to 15 */
background: radial-gradient(red, green, blue); /* Standard syntax */
}

.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }


.carousel-inner,.carousel,.item,.fill {
  height:450px;
  width:100%;
  background-position:center center;
  background-size:cover;
}
.slide-wrapper{display:inline;}
.slide-wrapper {padding:0px;}

/*------------------------------ vertical bootstrap slider----------------------------*/

.carousel-inner> .item.next ,  .carousel-inner > .item.active.right{ transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0);  top: 0;}
.carousel-inner > .item.prev ,.carousel-inner > .item.active.left{ transform: translate3d(0,-100%, 0); -webkit-transform: translate3d(0,-100%, 0);  -moz-transform: translate3d(0,-100%, 0);-ms-transform: translate3d(0,-100%, 0); -o-transform: translate3d(0,-100%, 0); top: 0;}
.carousel-inner > .item.next.left , .carousel-inner > .item.prev.right , .carousel-inner > .item.active{transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;}

/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators{
position:absolute !important;
top:0 !important;
bottom:0 !important;
margin:auto !important;
height:20px !important;
right:10px; left:auto !important;
width:auto !important;
}
.carousel-indicators li{display:block; margin-bottom:5px; border:1px solid #186EA3; }
.carousel-indicators li.active{margin-bottom:5px; background:#186EA3;}
/*-------- Animation slider ------*/

.animated{
	animation-duration:3s;
	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	-ms-animation-duration:3s;
	-o-animation-duration:3s;
	visibility:visible;
	opacity:1;
	transition:all 0.3s ease;
}
.carousel-img{   
	display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
	}
.item img{margin:auto;visibility:hidden; opacity:0; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;}
.item1 .carousel-img img , .item1.active .carousel-img img{max-height:300px;}
.item1.active .carousel-img img.animated{visibility:visible; opacity:1; transition:all 1s ease; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -ms-transition:all 1s ease; -o-transition:all 1s ease;
animation-duration:2s; -webkit-animation-duration:2s; -moz-animation-duration:2s; -ms-animation-duration:2s; -o-animation-duration:2s; animation-delay:0.3s ; -webkit-animation-delay:0.3s;
-moz-animation-delay:0.3s;-ms-animation-delay:0.3s; }
.item .carousel-desc{color:#fff; text-align:center;}
.item  h2{font-size:20px; animation-delay:1.5s;animation-duration:1s; color:#166494; font-weight:700; }
.item  p{animation-delay:2.5s;animation-duration:1s; width:50%; margin:auto;}

/*.item2 .carousel-img img , .item2.active .carousel-img img{max-height:300px;}
.item2.active .carousel-img img.animated{visibility:visible; opacity:1; transition:all 0.3s ease; animation-duration:3s; animation-delay:0.3s}
.item2 h2 , item2.active h2{visibility:hidden; opacity:0; transition:all 5s ease;}
.item2.active h2.animated{visibility:visible; opacity:1;  animation-delay:3s;}*/

.item .fill{padding:0px 30px; display:table; }
.item .inner-content{display: table-cell;vertical-align: middle;}
/*.item3 .col-md-6{float:none; display:inline-block; vertical-align:middle; width:49%;}*/

/*.item3.active .carousel-img img.animated{visibility:visible; opacity:1; transition:all 0.3s ease; animation-duration:2s; animation-delay:0.3s}
.item3 h2 , item3.active h2{visibility:hidden; opacity:0; transition:all 5s ease; }
.item.item3 .carousel-desc{text-align:left;}
.item3.active h2.animated{visibility:visible; opacity:1;  animation-delay:1.5s}
.item3 p , item3.active p{visibility:hidden; opacity:0; transition:all 5s ease; width:100%;  }
.item3.active p.animated{visibility:visible; opacity:1;  animation-delay:2.5s;}*/

@media(max-width:991px)
{
	.item .carousel-desc , .item.item3 .carousel-desc{text-align:center;}
	.item .carousel-desc p {width:80%;}
	.item3 .col-md-6{width:100%; text-align:center;}
}
@media(max-width:768px)
{
.item .carousel-img img, .item.active .carousel-img img{max-height:155px;}
.item  h2{font-size:30px; margin-top:0px;}
.item .carousel-desc p{width:100%; font-size:12px;}
}
@media(max-width:480px)
{ 
.item  h2{font-size:12px; }
.item .carousel-desc p{width:100%;}

.loginNew{
		font-size: 12px !important;
		font-weight: 700 !important;
	}
	
.carousel-inner,.carousel,.item,.fill {
  height:100%;
  width:100%;
  background-position:center center;
  background-size:cover;
}	
	
}


.loginNew{
		
		font-weight: 700 !important;
	}

