@import url(http://fonts.googleapis.com/css?family=Raleway:600);
html { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fondo{
	width: 25%;
	margin: auto;
	margin-top: 25vh;
}

/*Sidebar style*/
html{
	min-height: 100%;
}
body{
	margin: 0;
	min-height: inherit;
}

[data-sidebar]{
	display: none;
	position: fixed;
	height: 100%;
	z-index: 100;
}
[data-sidebar-overlay]{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	min-height: inherit;
}

aside{ 
	background-color: #000;
	box-shadow: 0 6px 0 0 rgba(0,0,0,0.5);
}

.overlay{
	background-color: #000;
}

.padding{
	width: 215px; 
}
/*End sidebar style*/

.logo-login{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 70px;
	color: #FFF;
}
.logo-login h1{
	font-weight: bold;
	margin-bottom: 0px;
	text-shadow: 2px 2px #000;
}
.logo-login span{
	display: block;
	margin-bottom: 35px;
}
.logo-login-min{
	text-align: center;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-top: 40px;
}
.panel-hide-login{
	display: none;
}
.container{
	background: none !important;
}
.form-control{
	opacity: .7 !important;
}
.input-error{
	border: 1px solid #de1f26 !important;
}
.bar-main-login{
	background: #f7f7f7;
	padding: 5px;
	font-family: Arial;
}

.min-title-icon{
	font-size: 15px !important;
	margin-top: 8px;
}
.min-title-icon.izquierda{
	margin-left: 4px;
}
.min-title-icon.derecha{
	margin-right: 0px;
}

.bar-main-login div.title-bar, div.min-title{
	font-family: 'Raleway', sans-serif;
}
.bar-main-login div.title-bar{
	font-size: 15px;
	line-height: 30px;
}
.bar-main-login div.min-title{
	font-size: 10px;
	line-height: 25px;
}
.col-md-6-login{
	width: 50%;
	float: left;
	text-align:center;
}
.col-md-3-login{
	width: 25%;
	float: left;
}

.panel-photo{
	background: #09091a;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px solid #383838;
}
.txt-info-window{
	color: #7BA400;
}
.panel-photo .photo{
	width: 65px;
	height: 65px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0px auto 0px;
}

.img-checadas{
	text-align: center !important;
	margin-left: 25px;
}
.direccion-aproximada{
	border-top: 1px solid #CCC;
	font-size: 12px;
	text-align: center;
	background: #f7f7f7;
	width: 100%;
	padding: 2px;
	line-height: normal;
}
.direccion-aproximada b{
	color: #51B742;
	font-size: 9px;
}
.img-checadas img{
	width: 45px;
	height: 55px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0px auto 0px;
}

.panel-main{
	padding: 5px;
	padding-top: 15px;
}
.panel-main .main{
	padding: 0px;
	list-style: none;
}
.panel-main .main li{
	padding: 5px;
	padding-left: 1pz;
}
.panel-main .main li a{
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #F2F2F2;
	text-transform: uppercase;
	padding: 5px;
	display: block;
	width: 100%;
}
.panel-main .main li a i{
	margin-right: 5px;
}

.fecha-hora-actual{
	color: #CCC;
	text-align:center;
}
.modal-girha .modal-content{
	border-radius: 0px !important;
}

.modal-girha .modal-header{
	background: #09091a;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}
.modal-body{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}

.photo-preview{
	margin-top: 10px;
	border: 1px dotted #CCC;
}
/**Ajax**/
#page-preloader-ajax {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100500;
	opacity: .8;
}

#page-preloader-ajax .spinner {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border: 3px solid transparent;
    border-top-color: #3498db;
	border-bottom-color: #0a9200;
    border-radius: 50%;
    z-index: 1001;
    -webkit-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
}

#page-preloader-ajax .spinner:before, #page-preloader .spinner:after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

#page-preloader-ajax .spinner:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
	border-bottom-color: #d4af00;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#page-preloader-ajax .spinner:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
input.text{
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	width: 205px !important;
	padding: 6px 12px !important;
	/*height: 25px !important;*/
	border-radius: 4px !important;
	border: 1px solid #cccccc !important;
	font-family: Arial;
	font-size: 13px;
	color: #555555;
	/*margin-top: 5px;*/
	margin-bottom: 10px;
}

label.text{
	padding-top: 8px;
}


.input-form{
	text-align: center;
	width: 100% !important;
	height: 37px !important;

}


