.loginicon {
	width: 30px;
    font-size: 25px;
    border-color: #ddd;
    border-style: solid;
    border-radius: 5px;
    background-color: #ddd;
    text-align: -webkit-center;
    height: 35px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #9E9E9E;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.toggle.btn {
    min-width: 59px;
    min-height: 25px;
}
.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 0px;
    border-width: 0 1px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #2196F3/*{borderColorHighlight}*/;
    background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
    color: #2196F3/*{fcHighlight}*/;
    font-weight: bold;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #E91E63/*{borderColorActive}*/;
    background: white/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
    font-weight: bold/*{fwDefault}*/;
    color: #E91E63/*{fcActive}*/;
}

.ccch-h-tabla {
	color:white;
	background-color:#007bff;
	font-weight: 600;
	text-align:left;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    width: 25%;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
}
.col-xs {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
}
.bg-dark {
    background-color: #00b9eb!important;
    color: white;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 20px;
}

.wrapper {
    padding: 0px 0;
}

.btn-default {
    background-color: #e9ecef;
    border-radius: 5px;
}

.toggle.btn-sm {
    width: 50px;
    height: 35px;
    min-width: 50px;
    min-height: 35px;
    box-sizing: border-box;
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px;
    /*box-sizing: content-box;*/
}
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px;
}

.card-title {
    margin-bottom: .75rem;
    background-color: #ddd;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #004085;
}

.card-inverse {
    color: rgba(255,255,255,.65);
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
    border-radius: 10px;
    color: white;
    padding: 5px;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    border-radius: 10px;
    color: white;
    padding: 5px;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    border-radius: 10px;
    color: white;
    padding: 5px;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    border-radius: 10px;
    color: white;
    padding: 5px;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    border-radius: 10px;
    color: white;
    padding: 5px;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}
.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

/*
.modal-title {
    margin: 0;
    background-color: #4276cc;
    color: #fff;
    font-size: 18px;
    margin-top: -8px;
    margin-left: -8px;
    margin-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    text-transform: uppercase;
}

*/
.ccch-selected-container {
	padding: 0px 0px;
	margin: 0px 0px;
	font-size:40px;
	cursor: pointer;
	color:green;
}

.ccch-container {
	padding: 0px 0px;
	margin: 0px 0px;
	font-size:20px;
	cursor: pointer;
	color: black;
}
.ccch-config-add {
	padding: 0px 0px;
	margin: 0px 0px;
	font-size:20px;
	cursor: pointer;
}

.ccch-add-edit-image {
	color:#4276cc;
	padding: 0px 0px;
	margin: 0px 0px;
	font-size:32px;
	width:32px;
}

.error {
	font-weight: normal;
    color: #cc4244;
    display: inline;
    border-color: red;
    border-width: 1px;
}

/*
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid;
	border-color: #ddd;;
	border-radius: 3px;
}
*/
.ccch-modal-row {
	margin-top: 5px;
	height: 30px;
}
/*
.ccch-dropdown-toggle {
	background-color: #f5f5f5;
}
*/
/*
.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    height: 30px;
    font-size: 15px;
}
*/
.rating-xs {
    font-size: 15px;
}
.rating-sm {
    font-size: 20px;
}
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    padding-bottom: 5px;
}
.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
    padding-bottom: 6px;
}
.p-3 {
    padding: 0.4rem!important;
}

.site-info {
    background-color: #01b9eb;
    height: 35px;
    padding: 5px;
}

.navbar {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.ccch-site-info {
	padding-left:20px;
	color:white;
	box-sizing: content-box;
}

.ccch-asset-header {
	text-align: left;
    background-color: #dc3545;
    border-radius: 10px;
    font-size: 25px;
    color: white;
    font-weight: 600;
}
.h2, h2 {
    font-size: 2rem;
    /* padding-bottom: 0px; */
    margin-bottom: 0px;
}

/*
Make bootstrap-select work with bootstrap 4 see:
https://github.com/silviomoreto/bootstrap-select/issues/1135
*/
.dropdown-toggle.btn-default {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
  display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden{
  display:none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a{
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.dropdown-menu > li.active > a {
  color: #fff !important;
  background-color: #337ab7 !important;
}

.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
}


/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important;
}

.dropdown-toggle.bs-placeholder {
	color:white;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding-left: 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}
.ccch-rollo-recuperado {
	display: flex;
}
.ccch-rollo-rechazado {
	display: flex;
}
.ccch-rollo-ok {
	display: flex;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.btn.btn-primary {
    background: #F44336;
    color: #fff;
    border-color: #F44336;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-navigation li li a {
    line-height: 30px;
    line-height: 1.875rem;
    padding: 0px 10px;
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ededed;
    font-size: small;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
    padding-left: 0px;
    padding-right: 5px;
}

.TON {
	display:none;
}

.KG {
	display:block;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item:hover {
  background-color: #0275d8;
  color:white;
  font-weight:400;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

