/* Estilos personalizados */

html, body {
    height: 100%;
}

.hiddencol { 
	display: none; 
}

body {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #3e4543;
	overflow-x: hidden;
	background-color: #ffffff;
	background-position: center;
	/*background-image:url(../gaviotas6b.png);*/
	
}

.wrap {
    min-height: 100%; 
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}

.logo img {
	margin: 0 auto;
	display: block;
	padding:10px 0;
}

a {
	color:#3fa9f5;
}

button a {
	color:#fff;
}

button a:hover {
	color: #fff;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	font-weight: 700;
	color:#164767;
}

h3 {
	font-size: 16px;
	font-weight:700;
}
.InformacionWarningDialog
{
	background-color: #00827c;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	border-color: #transparent;
}

.login-wrap h1 {
    margin-bottom: 40px;
}

.btn-mivita {
    background: #00ada5;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 5px 20px;
    text-shadow: none;
}

.btn-mivita:hover {
    color: #fff;
    background-color: #00827c;
    border-color: transparent;
}

.btn-mivita.active, .btn-mivita:active, .open>.dropdown-toggle.btn-mivita {
    color: #fff;
    background-color: #ffb300;
    border-color: transparent;
}

.btn-mivita.active.focus, .btn-mivita.active:focus, .btn-mivita.active:hover, .btn-mivita:active.focus, .btn-mivita:active:focus, .btn-mivita:active:hover, .open>.dropdown-toggle.btn-mivita.focus, .open>.dropdown-toggle.btn-mivita:focus, .open>.dropdown-toggle.btn-mivita:hover {
    color: #fff;
    background-color: #00827c;
    border-color: #transparent;
}

.btn-mivita.focus, .btn-mivita:focus {
    color: #fff;
    background-color: #00827c;
    border-color: transparent;
}

.btn-mivita-purple {
    background: #b7328a;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 5px 20px;
}

.btn-mivita-purple:hover {
    color: #fff;
    background-color: #fbb006;
    border-color: transparent;
}

.btn-mivita-purple.active, .btn-mivita-purple:active, .open>.dropdown-toggle.btn-mivita-purple {
    color: #fff;
    background-color: #fbb006;
    border-color: transparent;
}

.btn-mivita-purple.active.focus, .btn-mivita-purple.active:focus, .btn-mivita-purple.active:hover, .btn-mivita-purple:active.focus, .btn-mivita-purple:active:focus, .btn-mivita-purple:active:hover, .open>.dropdown-toggle.btn-mivita-purple.focus, .open>.dropdown-toggle.btn-mivita-purple:focus, .open>.dropdown-toggle.btn-mivita-purple:hover {
    color: #fff;
    background-color: #fbb006;
    border-color: #transparent;
}

.btn-mivita-purple.focus, .btn-mivita-purple:focus {
    color: #fff;
    background-color: #fbb00a;
    border-color: transparent;
}

.navbar-mivita .nav>li>a:focus, .navbar-mivita .nav>li>a:hover {
    text-decoration: none;
    background-color: #fbb00a;
    color: #fff !important;
}

.login-wrap h3 {
    margin-bottom: 30px;
    margin-top: 10px;
}

.navbar-mivita {
background: rgba(255,179,0,1);
background: -moz-linear-gradient(left, rgba(255,179,0,1) 24%, rgba(206,198,177,1) 47%, rgba(200,200,200,1) 50%, rgba(182,198,207,1) 53%, rgba(46,185,255,1) 75%);
background: -webkit-gradient(left top, right top, color-stop(24%, rgba(255,179,0,1)), color-stop(47%, rgba(206,198,177,1)), color-stop(50%, rgba(200,200,200,1)), color-stop(53%, rgba(182,198,207,1)), color-stop(75%, rgba(46,185,255,1)));
background: -webkit-linear-gradient(left, rgba(255,179,0,1) 24%, rgba(206,198,177,1) 47%, rgba(200,200,200,1) 50%, rgba(182,198,207,1) 53%, rgba(46,185,255,1) 75%);
background: -o-linear-gradient(left, rgba(255,179,0,1) 24%, rgba(206,198,177,1) 47%, rgba(200,200,200,1) 50%, rgba(182,198,207,1) 53%, rgba(46,185,255,1) 75%);
background: -ms-linear-gradient(left, rgba(255,179,0,1) 24%, rgba(206,198,177,1) 47%, rgba(200,200,200,1) 50%, rgba(182,198,207,1) 53%, rgba(46,185,255,1) 75%);
background: linear-gradient(to right, rgba(255,179,0,1) 24%, rgba(206,198,177,1) 47%, rgba(200,200,200,1) 50%, rgba(182,198,207,1) 53%, rgba(46,185,255,1) 75%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#2eb9ff', GradientType=1 );
}


/*.navbar-mivita {
	background: #fbb006;  Old browsers 
	background: -moz-linear-gradient(left, #fbb006 0%, #3db3f0 100%);  FF3.6-15 */
/*	background: -webkit-linear-gradient(left, #fbb006 0%,#3db3f0 100%);  Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(to right, #fbb006 0%,#3db3f0 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb006', endColorstr='#3db3f0',GradientType=1 );  IE6-9 */
/*}*/


.navbar-mivita .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    border-radius: 1px;
    background: #fff;
}

.banner-wrap {
	background: #f7f7f7;
}

.banner img {
	margin: 0 auto;
	display: block;
}

.login-wrap, #dashboard {
	margin-top: 30px;
	margin-bottom: 40px;
}

.form-group.buttons-wrap {
    margin: 30px 0;
}

.form-group.enviar-reg {
margin: 30px 0;
}

.form-control {
    height: 30px;
    padding: 6px 12px;
    font-size: 12px;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-bottom: 5px;
}

label {
	font-weight: 400;
}

/*.misolicitud.vertical-align {
    position: relative;
    top: 300px;
}
*/


footer.footer-mivita {
	background: #cccccc;
	color: #fff;
    height: 60px;
}

.footer, .push {
    height: 60px; /* .push must be the same height as .footer */
}

.footer-mivita p {
    font-size: 12px;
    padding: 20px 20px 0;
}

/*#dashboard .tab-content {
    min-height: 815px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
*/

#dashboard .tab-content>.active {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:30px 10px;
}

.glyphicon {
	color:#ffffff;
}

.glyphicon-pencil {
	/*margin-left:10px;*/
	/*cursor: pointer;*/
  	font-size: 16px;

}

i.glyphicon-cloud-upload {
  cursor: pointer;
  font-size: 21px;
}

i:hover {
  opacity: 0.6;
}

input.icon-upload {
    display: none;
}

.misolicitud {
	margin-top: 30px;
}

.enviar-solicitud {
    clear: both;
    margin-top:80px;
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #ccc;
}

.modal-content {
    position: relative;
    background-color: #fad26e;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h3.modal-title {
    color: #000;
    /* border-bottom: 2px solid #fff; */
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.modal-body {
    color: #000;
}

.modal-body li {
    margin-bottom: 5px;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin-top: 40px;
}


/* Mancha */

.mch-terminos{
	padding-left: 60px;
}

.mch-txtblanco{
	color: #fff !important;
	padding-top: 2px;
}

.col-sm-6.control-label {
	text-align: right;
}

.tab-pane {
    padding: 15px;
}
  
    .modal-dialog2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    min-width: 400px;
    margin-top: 40px;
    background-color: #ffb300;
}

.modal-dialog3 {
    position: relative;
    margin-: left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 400px;
    margin-top: 40px;
}
/* Responsive */

@media (min-width: 768px) {
	.form-horizontal .control-label {
	    padding-top: 7px;
	    margin-bottom: 0;
	    text-align: left;
	}

    .modal-dialog {
        width: 405px;
        margin: 120px auto;
    }
           

    #modalmivita .modal-dialog {
        width: 500px;
        margin: 120px auto;
    }

    #modalacreditacion .modal-dialog {
        width: 60%;
        margin: 80px auto;
    }

    .navbar-nav {
        float: right;
        margin: 0;
    }

    #dashboard .tab-content>.active {
        padding:30px 40px;
    }
    
}

div.upload {
    width: 30px;
    height: 30px;
    background: url(../images/Botonera/Upload.png) no-repeat;
    overflow: hidden;
}

div.upload input
{
    opacity: 0;
    overflow: hidden;
}

.chkChoice input 
{ 
    margin-left: -10px; 
    font-size: 10px;
}
.chkChoice td 
{ 
    padding-left: 50px; 
    font-size: 10px;
}
.textboxf
{
   max-width:150px;
   margin-right:10px;
   margin-left:10PX;
   float:right;
   position:relative;
}
.divform
{
    float:left;
    width:45%;
    margin-left:5px;
    border:5px;
    border-bottom-color:Gray;
}
.span1{
width:70px;
}




.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #f2b25e; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
 
/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s
}
 
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #000000;
}
 
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
 
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
    overflow:hidden;
    width:100%;
}
 
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}
 
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
 
/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
 
/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
 
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
 
a svg{
  transition:all .5s ease;
 
  &:hover{
    #transform:rotate(180deg);
  }
}
 
#ico{
  display: none;
}
 
.menu{
  background: #000;
  display: none;
  padding: 5px;
  width: 320px;
  @include border-radius(5px);
 
  #transition: all 0.5s ease;
 
  a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 2px;
    margin: 3px 0;
    text-decoration: none;
    background: #444;
 
    &:nth-child(1){
      margin-top: 0;
      @include border-radius(3px 3px 0 0 );
    }
    &:nth-child(5){
      margin-bottom: 0;
      @include border-radius(0 0 3px 3px);
    }
 
    &:hover{
      background: #555;
    }
  }
}

.input-group .form-control {
    position: initial;
    }
    
td
{
  padding:5px;
}
  
  @media (max-height: 768px) 

    }