@charset "UTF-8";

.required-placeholder::-webkit-input-placeholder{
    color: red;
    opacity: 1; /* Firefox */
}

.required-placeholder::-moz-placeholder{
    color: red;
    opacity: 1;
}

.required-placeholder::-ms-placeholder{
    color: red;
    opacity: 1;
}

.required-placeholder::placeholder{
    color: red;
    opacity: 1;
}

.photo-player{
    display: inline-block;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.photo-coach{
    display: inline-block;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.container_logo{
    display: block;
    position: relative;
    width: 100%;
}
.logo_guide{
    background-image: url('../storage/resources/guideEnsign.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.over_logo{
    color: #FFF!important;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
    border: none!important;
    font-size: 2vw;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;
}

.nav-item a{
    color:#14b743!important;
}

@media only screen and (max-width: 600px) {

   .over_logo { 
      font-size: 10vw;
   }

}
.container_logo .over_logo{
    visibility: hidden;
}
.container_logo:hover .over_logo{
    visibility: visible;
}

.doble-center{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#background_row{
    -ms-flex-wrap: wrap;
    background-image: url(https://www.interfiliales.com/wp-content/uploads/2018/10/henrique-macedo-457119-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 106px;
    padding: 30px 10px;
}

#login_margin{
    margin-top: 150px;
}

.h3_rubik{
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
}

td{
    vertical-align: middle!important;
}

.dolar-simbol::before{
    content: "$ ";
}

.colon-simbol::before{
    content: "¢ ";
}

.euro-simbol::before{
    content: "€ ";
}
.navbar{
    background-image: url(images/ball.png)!important;
    background-size: inherit!important;
    background-repeat: no-repeat!important;
    background-position: center right!important;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.22)!important;
    background-color: #FFF!important;
    color: #888!important;

}
.navbar-nav{
    font-size: 20px!important;
    font-weight: 500!important;
    color: #888!important;
    letter-spacing: -1px!important;
}
.navbar .navbar-nav .dropdown-menu{
    background-color: #343a40!important;
    color: #fff;
}

.navbar .navbar-nav .dropdown-menu a{
    color: #fff!important;
}

.navbar .navbar-nav .dropdown-menu a:hover{
    background: #e2e6ea!important;
    color: #343a40!important;
}

.alert-light-bar{
    height: 48px!important;
}

#companies{
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #fff;
    vertical-align: middle;
    background: #343a40 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 0!important;
}

.ui-autocomplete {
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
  }
.ui-menu {
    background-color: #FFF;
    border: 1px solid #ced4da;
}
.ui-menu-item:hover{
    background-color: #007bff!important;
    color:#FFF!important;
}
.form-group {
    width: 100%!important;
}
.card-header>strong{
    line-height: 38px!important;
}
.headerfull{
    background-color: #FFF!important;  
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
}

#bill{
    margin-bottom: 0!important;
}

strong{
    font-weight: bold!important;
}

.card-title{
    margin-bottom: 0px!important;
}

.card-title > a{
    color: #000;
}

/*.login-input{
    border: 0!important;
    outline: 0!important;
    background: transparent!important;
    border-bottom: 1px solid black!important;
    border-radius: 0px!important;
}*/

.login-span{
    border-radius: 4px 0px 0px 4px!important;
}

.input-group-addon {
    padding: 7px 12px;
    font-size: 14px;
    font-weight: normal;
    /*line-height: 1;*/
    color: #555555;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 4px;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    margin-bottom: 0;
    align-items: center;
    border-collapse: separate;
    margin-left: -3px;
}

.modal-header .close {
    z-index: 1000!important;
    position: absolute!important;
    top: 1em!important;
    right: 1em!important;
}

.custom-file-input {
	cursor: pointer;
    filter: alpha(opacity=0);
    height: 1;
    margin: 0;
    max-width: 100%;
    min-width: 14rem;
    opacity: 0;
}

.custom-file-control {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.15);
    color: #464a4c;
    height: 1.5;
    left: 0;
    line-height: 1.5;
    padding: .375rem .75rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    user-select: none;
    z-index: 0;
}

.custom-file-control:lang(es)::before {
	cursor: pointer;
    font-family: "FontAwesome";
    content: '\f093';
}

.custom-file-control:lang(es)::after {
	cursor: pointer;
    content: "Seleccione archivo...";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 0;
    display: block;
    height: 1;
    padding: 7px 12px;
    line-height: 1;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0 .25rem .25rem 0;
}

.form-control{
	/*height: 32px!important;*/
}

.wsmenu{
	border: none!important;
}

.wsmenu-submenu li a{
	text-decoration: none!important;
}

.wsmenu-submenu li a:hover{
  color: #FFFFFF!important;
  background-color: #007bff!important;
}

.wstabitem>li.wsshoplink-active>a {
    background-color: #f8f8f8;
    color: #555555;
    border-left: 3px solid #007bff!important;
 }

.dropdown-item:hover{
  color: #FFFFFF!important;
  background-color: #007bff!important;
}

.container-body form{
	width: 100%;
}

hr{
	width: 100%!important;
}

.right-value{
	text-align: right;
}

.btn-group{
	display: inline-flex!important;
}

.alert-super-danger {
    color: #fff;
    background-color: #ac2925;
    border-color: #ebccd1;
}

.sub_menu{
	z-index: 10001!important;
}

.filter {
	display: inline-block;
	height: 100px;
	margin: 1em;
	vertical-align: middle;
	width: 200px;
}

.table{
	width: 100%!important;
}

.hide{
	display: none;
}

input:required {
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	border: 1px solid #2e6da4;
	outline: none;
	/*padding: 3px 0px 3px 3px;	*/
}

input:valid {
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	border: 1px solid #4cae4c;
	outline: none;
	/*padding: 3px 0px 3px 3px;	*/
}

input:invalid {
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	border: 1px solid #d43f3a;
	outline: none;
	/*padding: 3px 0px 3px 3px;	*/
}

.invalid{
  color:#d43f3a!important;
}
.valid{
  color:#398439!important;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.container-big{
	background-color: #f8f8f8;
    border:1px solid #e7e7e7;
	display:block;
	overflow:hidden;
	height:400px;
	width:570px;
}
.container-min{
	/*border:1px solid #e7e7e7;*/
	display:block;
	overflow:auto;
	height:150px;
	width:570px;
	margin:10px 0px 0px 0px;
	}
.container-min-element{
	cursor:pointer;
	background-color: #f8f8f8;
    border:4px solid #e7e7e7;
	display: inline-block;
	height:145px;
	overflow:hidden;
	position:relative;
	width:178px;
	margin:1px 2px 0px 0px;
	}

.separator-10 {
    display: block;
    height: 10px;
}

.infinite-rotate{ /* with animation properties */
	
	/* microsoft ie */
	animation-name: spin; 
	animation-duration: 500ms; /* 40 seconds */
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
}

.container-fluid{
	margin:10px 0px!important;

}
.container-body{
	margin-top:80px!important;
	padding-bottom:70px!important;
}


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #FFF!important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.property{
	opacity:1;
	cursor:pointer;
	}
.property:hove{
	opacity:0.9;
	}

.pagination{
	margin: 0 0 0 0!important;
}


/* Estilos default laravel 5.5 */

html, body {
    background-color: #fff;
    color: #000;
    font-family: 'Rubik', sans-serif!important;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;

}

.m-b-md {
    margin-bottom: 30px;
}

#button > a{
    color: #FFF;
    text-decoration: none;
}

/* Estilos default laravel 5.5 */