@charset "UTF-8";

.btn:hover{
    color: #ffffff!important;
}

.easyui-panel{
    width: 100%!important;
}

.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

@media (min-width: 992px)
_modal.scss:167.modal-lg {
    max-width: 95vw!important;
}

#long_description_table > p{
    margin: 0px!important;
}

.long_description > p{
    margin: 0px!important;
}

.anchor-tag{
    border-radius: 0px 50px 50px 0px;
    display: block;
    padding: 0.3em;
    padding-left: 30px;
    width: 100%;
}

.navbar-clean{
    -webkit-box-shadow: -1px 2px 2px -2px rgba(0,0,0,0.59);
    -moz-box-shadow: -1px 2px 2px -2px rgba(0,0,0,0.59);
    box-shadow: -1px 2px 2px -2px rgba(0,0,0,0.59);
}

#list-hr{
    margin-top: .1rem!important;
    margin-bottom: .4rem!important;
}

.delete-left-padding{
    padding-left: 0px!important;
}

.delete-right-padding{
    padding-right: 0px!important;
}
.item-list-tag{
    border: none!important;
    padding: 0px!important;
}

.list-group-item{
    border: none!important;
}

.item-list-tag-title{
    border: none!important;
}

.anchor-tag:hover {
    background-color: #f1f3f4;
    text-decoration: none;
    transition: background-color .3s;
}

.active-tag{
    color: #ff8400;
    margin-right: 10px;
    text-decoration: none;   
}

.dropdown-remove-icon::after{
    display: none!important;

}

.dropdown-remove-icon{
    border-radius: 50%;
}

.custom-select-append{
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.card-img-container{
    padding-left: 0!important;
    padding-right: 0!important;
}

.card-img-file{
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.card-img-file > svg{
  height: 10em!important;
  width: 10em!important;
} 

.delete-tag{
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #4cae4c!important;
    outline: none!important;
}

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

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

.euro-simbol::before{
    content: "€ ";
}

.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:20px!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: 'Raleway', sans-serif;
    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;
}

.form-wrapper-outer{
            padding: 40px;
            border-radius: 8px;
            margin: auto;
            width: 460px;
            border: 1px solid #DADCE0;
            margin-top: 7%;
        }

        .form-wrapper-outer .form-logo{
            margin: 0px auto 15px;
            width: 100px;
        }
        
        .form-wrapper-outer .form-logo img{
            width: 100%;
        }
        
        .form-greeting{
            text-align: center;
            font-size: 25px;
            margin-bottom: 15px;
        }
        
        .form-button{
            text-align: right;
        }

        .field-wrapper{
            position: relative;
            margin-bottom: 15px;
        }
        
        .field-wrapper input{
            border: 1px solid #DADCE0;
            padding: 15px;
            border-radius: 4px;
            width: 100%;
        }

        .field-wrapper .field-placeholder{
            font-size: 16px;
            position: absolute;
            /* background: #fff; */
            bottom: 17px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #80868b;
            left: 8px;
            padding: 0 8px;
            -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
            transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
            z-index: 1;

            text-align: left;
            width: 100%;
        }        
        
        .field-wrapper .field-placeholder span{
            background: #e9ebef;
            padding: 0px 0px;
        }

        .field-wrapper input:not([disabled]):focus~.field-placeholder
        {
            color:#1A73E8;
        }
        
        .field-wrapper input:not([disabled]):focus~.field-placeholder,
        .field-wrapper.hasValue input:not([disabled])~.field-placeholder
        {
            -webkit-transform: scale(.75) translateY(-39px) translateX(-60px);
            transform: scale(.75) translateY(-39px) translateX(-60px);
            
        }   

/* Estilos default laravel 5.5 */