body{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;	
}

.logo{
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	padding-top: 60px;
}
.boxMapsTiendas{
	width: 100%;
    height: 500px;
}
.boxTlf{
	display: flex;
}
#nTelefono, #cedulaType{
	width: 90px;
	text-align: center;
}
.boxMapsTiendas .mapCont{
	width: 100%;
    height: 100%;
    background-color: #D6D6D6;
}
.logoLogin {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}
.logo.open{
    padding: 33px 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}
.bgLogin{
	background: url('../img/fondoLogin.jpg') no-repeat ;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	height: 100vh;
}
.boxBF{
	position: absolute;
    left: 5%;
}
.biblia{
    width: 200px;
}
.mouse{
	position: fixed;
    right: 0;
    bottom: 0;
    width: 250px;
}
.boxInpIcon img {
    float: left;
    color: white;
    width: 34px;
    border: 1px solid #cccccc;
}
.flecha{
	width: 60px;
	position: absolute;
    bottom: 19px;
    left: 108px;
}
.bootstrap-table .fixed-table-container .fixed-table-body{
	height: auto;
}
.menu{
	max-height: 620px;
	overflow: hidden;
	padding: 0;
	list-style: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.modal-header{
    display: flex;
    justify-content: space-between;
}
.modal-title{
	font-size: 24px;
    margin: 0;
	padding: 10px 0;
}
.modal-footer button{
	padding: 10px 30px;
	cursor: pointer;
}
.modalBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.582);
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center;
	display: none;
}
.modalBox input{ 
    margin-left: 0;
    width: 100%;
}
.modalBox select{
	width: 100%;
    height: 50px;
    border: 1px solid #d8d8d8;
}
.modalBox .close{
    background: transparent;
    border: 0;
    font-size: 46px;
	cursor: pointer;
}
.btn-primary{
	background: #00297a;
	color: white;
    font-weight: bold;
    border: 0;
}
.slider-content{
	width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bgPromo .btnSlider { 
    top: 0;
    bottom: 0;
    margin: auto;
}
.btnSlider{
	position: absolute;
    z-index: 999;
    background: white;
    border: 0;
    font-size: 32px;
    border-radius: 100%;
    line-height: 1;
    width: 50px;
    height: 50px;
    box-shadow: 0 3px 8px -5px black;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	transition: 300ms all ease;
}
.btnSlider:hover{
	background: #f78f1e;
	color: white;
}
.bgPromo .btnLeft{
	left: -20px;
}
.bgPromo .btnRight{
	right: -20px;
}

.btnLeft{
	left: 0;
}
.btnRight{
	right: 0;
}
.mySlides {
	display:none;
	width:100%;
	height: 100%;
	background-position: center !important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.btn-secondary{
	background: #f78f1e;
	color: white;
    font-weight: bold;
    border: 0;
	padding: 7px 20px;
}
.modal-footer{
	text-align: right;
    padding: 0 15px;
}
.modalcontent{
    background: white;
    padding: 20px;
    border-radius: 10px;
	min-width: 300px;
}
.promoModal{
	display: flex;
}
.selectedColor{
	cursor: pointer;
}
.modaldet .container .body .detailCont .productSpecs { 
	width: 100% !important;
} 
.myaccordion {
	background: linear-gradient(90deg, rgba(64,128,172,1) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgba(64,128,172,1) 100%);
    color: #fff;
    cursor: pointer;
    padding: 8px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    font-weight: bold;
    transition: 0.4s;
	border-radius: 5px 5px 0 0;
	position: relative;
  }
  .up{
	background: url('../img/up.png');
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 10px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
  }
  .activeCord .up{
	transform:rotate(180deg) !important;
  }
  .activeCord, .myaccordion:hover {
	background: linear-gradient(90deg, rgba(64,128,172,1) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgba(64,128,172,1) 100%);
  } 
  .btnTooltips{ 
    position: relative;
}
.btnTooltips span{ 
    position: absolute;
	width: 200px;
    margin: auto;
    background: black;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 3;
    box-shadow: 0 3px 9px -3px #00000024;
}
.btnTooltips span::after{
    content: '';
    position: absolute; 
    margin: auto;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid black;
}
.boxColors{
    display: flex;
    flex-direction: row;
} 
.boxColors .colorCarousel { 
    margin: 10px 0;
}
.boxColors .colorCarousel  button{
	background: transparent;
    padding: 0;
    height: max-content;
	border:none;
}
.mySlides2 {display: none} 
 
.slideshow-container2 {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.bgPromo{
	position: relative;
}
.text-center{
	text-align: center !important;
}
.boxColors .colorCarousel .colorItem img{
    width: 60px;
	border:1px solid black;
}
.boxBtnColor{
	display: flex;
}
.monto{
	display: none;
}
.btnTooltips.bottom span::after{ 
    left: 0;
    right: 0;
    top: -19px; 
}
  .btnTooltips.bottom span{ 
	left: -100px;
    right: -100px;
    top: 110%;
}
  .cmdMoneda{
	background: transparent;
    color: white;
    border: 0;
	padding: 5px;
	cursor: pointer;
  }
  .cmdMoneda option { 
	background: #00297a; 
  }
  .panel {
	 padding: 0 4px;  
    background-color: white;
    max-height: 0;
    overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-radius: 0 0 5px 5px;
	/* border: 1px solid #0000001a; */
  }
  .panel form , .boxForm{
	padding: 20px;
  }
.menu > li > a{
	font-weight: bold;
    display: block;
    font-size: 17px;
    color: #fff;
    padding: 10px 10px 8px;
    text-decoration: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.menu.open > li > a{
	font-weight: 600;
	font-size: 0;
	display: block;
	color: #fff;
	padding: 10px 10px 8px;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #6c9f3c;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.menu > li > a.active{
	background-color: #F78F1E;
	transition: 0.5s;
	color:white;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.menu > li > a:hover {
	text-decoration: none;
	background-color: #F78F1E;
	border-color: #F78F1E;
	color:white;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.menu > li > a > i{
	width: 20px;
	text-align: center;
	display: inline-block;
	margin: -3px 10px 0 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.menu.open > li > a > i{
	width: 20px;
    text-align: center;
    display: inline-block;
    margin: -3px 10px 0px 10px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    font-size: 16px;
    -webkit-transition: 0.5s;
}

.submenu{
	position: relative;
	height: 0px;
	left: -200px;
	opacity: 0;
	padding: 0;
	list-style: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.submenu.open{
	position: relative;
	height: auto;
	left: 0px;
	opacity: 1;
	padding: 0;
	list-style: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.submenu > li > a{
	font-weight: 600;
    display: block;
	color: #ffffff;
	background-color: #F78F1Eab;
    padding: 10px 0px 10px 30px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #F78F1E;
    text-decoration: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.submenu > li > a:hover {
	text-decoration: none;
	background-color: #F78F1E;
	border-color: #F78F1E;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
	color:white;
}

.submenu-collapse{
	position: relative;
	height: 0px;
	left: -200px;
	opacity: 0;
	padding: 0;
	list-style: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.submenu-collapse.open{
	position: relative;
	height: auto;
	left: 0px;
	opacity: 1;
	padding: 0;
	list-style: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.submenu-collapse > li > a{
	font-weight: 600;
	display: block;
	color: #ffffff;
    background-color: #F78F1Eab;
	padding: 10px 10px 10px 40px;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #F78F1E;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.submenu-collapse > li > a:hover {
	text-decoration: none;
	background-color: #F78F1Ebb;
	color:white;
	border-color: #F78F1E;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.panel-default>.panel-heading{
	color: #fff;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(64,128,172,1) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgba(64,128,172,1) 100%);
    border-color: #ddd;
}
.web-header{
	background: url(../img/fondoLogin.jpg) no-repeat;
	background-size: cover;
	color:white;
	height: 160px;
	width: 100%;
	padding: 20px;
	box-shadow: 0px 5px 8px -5px black;
}
.top-icon{
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	margin-right: 20px;
	margin-top: 0;
	font-size: 56px;
	display: block;
	color: #fff;
}
#page-content-wrapper {
    padding: 20px;
}
.section-title{
	margin-top: 25px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff !important;
    text-shadow: -3px 0px 9px rgba(0, 0, 0, 0.61);
}

.page-navigation{
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}

.page-navigation > li > a{
	color: #ffffff;
}

.section-sitemap-div{
	float: left;
}

.help-action{
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

.help-action > a{
	color: #666;
}

.collapse-icon{
	padding: 10px 10px 0 0;
	position: absolute;
	right: 0;
}

.collapse-icon > a{
	color: #666;
}

.float-right{
	float: right;
}

.user-login{
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px;
	color: #fff;
}

.user-login > a{
	color: #fff;
}

.message{
	border: 1px solid #ccc;
	background-color:wite;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
}

.top-profile-pic{
	width: 70px;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin-left: 20px;
	margin-top: 25px;
}
.logout span{ 
	color:#fff;
}

.logout > a, .breadcrumb > .active{
	color:#fff !important;
	font-size: 13px;
	font-weight: 500;
}

.div-container{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.info-table > thead{
	background: linear-gradient(90deg, rgba(64,128,172,1) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgba(64,128,172,1) 100%);
    color: #ffffff;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 25px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    margin-right: 5px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
}
.total-table{
	margin-top: 20px;
	margin-left: auto;
}

.total-table > tbody > tr > td{
	padding: 5px 8px;
	border: 1px solid #dddddd;
}

.total-table > tbody > tr > td.filled{
	background: linear-gradient(90deg, rgba(64,128,172,1) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgba(64,128,172,1) 100%);
	padding: 5px 10px;
	text-align: center;
	color: white;
}

.add-user-accordion{
	margin-top: 20px;
}

.form-input-style{
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	font-weight: 300;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.resource .form-input-style{
	width: 100%;	
}

.form-text-style{
	display: block;
	height: 80px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	font-weight: 300;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	max-width: 496px;
}

.form-label-style{
	color: #666;
	font-weight: 500;
	font-size: 14px;
	line-height: 2.4;
}

.radioFb{
	color: #3B5998;
}

.radioTw{
	color: #4099FF;
}

.radioGp{
	color: #DD4B39;
}
.img-circle {
    border-radius: 100%;
    width: 150px;
    height: 150px;
}
.btn-submit{
	background: linear-gradient(90deg, rgba(64,128,172,1) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgba(64,128,172,1) 100%);
	margin: 5px 0;
	transition: 0.5s;
	color:white;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.success {
    color: #ffffff !important;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgba(64,128,172,1) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgba(64,128,172,1) 100%);
}
.error{
	color: #ffffff !important;
    padding: 5px;
    text-align: center;
    font-weight: bold;
	background: linear-gradient(90deg, #f53c3c 0%, #880000 20%, #880000 80%, #f53c3c 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -47px;
    width: 500px;
    margin: auto;
    border-radius: 5px;
}

.ui-widget-header {
    border: 1px solid #aaa !important;
	background: linear-gradient(90deg, rgba(64,128,172,1) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgba(64,128,172,1) 100%)!important;
    color: #222 !important;
    font-weight: bold !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3 !important;
    background: #e6e6e6!important;
    font-weight: normal !important;
    color: #555 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1 !important;
    background: #3880ff !important;
    color: #fff !important;
}
.ui-state-default.ui-priority-secondary{
    opacity: .35 !important;
    filter: Alpha(Opacity=35) !important;
    background-image: none !important;
}
.btn-success{
	background: linear-gradient(90deg, rgba(64,128,172,1) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgba(64,128,172,1) 100%) !important;
	border: 1px solid;
	transition: 300ms all ease;
	
}
.imgBanner tbody tr td:nth-child(2) img{
	width: 300px;
}
#toggle-btn i{
	color:white;
  }
.btn-success:hover{
	background: linear-gradient(90deg, rgb(3, 194, 233) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgb(3, 194, 233) 100%)!important;
}
.input-group-addon:first-child {
    border-right: 0;
}

.btn-submit:hover{
	background-color: #3880ff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	color:white;
}

.btn-upload{
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: linear-gradient(90deg, rgba(64,128,172,1) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgba(64,128,172,1) 100%) !important;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	margin-top: 20px;
}

.btn-upload:hover{
	background: linear-gradient(90deg, rgb(3, 194, 233) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgb(3, 194, 233) 100%)!important;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.btn-upload > input{
	width: 100%;
	height: 40px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}

.btn-upload2{
	width: 100px;
    height: 100px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.btn-upload2 img{
	width: 100px;
    height: 100px;
    cursor: pointer;
}

.btn-upload2 > input{
	width: 100px;
	height: 100px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}

.margin-auto{
	margin-left: auto;
	margin-right: auto;
}

.lbl-web-label{
	font-size: 10px;
	color: #ababab;
}

.lbl-profiles{
	color: #b6b6b6;
}

.container-yellow{
	width: 100%;
	border: 2px solid #eeeeee;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.yellow-row{
	background: linear-gradient(90deg, rgba(64,128,172,1) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgba(64,128,172,1) 100%);
	padding: 10px;
	color: #fff;
}

.yellow-row > td{
	padding: 10px;
	font-size: 16px;
}

.file-text{
	width: 100%;
	border-bottom: 2px solid #eeeeee;
	height: 40px;
	line-height: 3;
	color: #ababab;
	font-size: 14px;
}

.form-login{
	width: 500px;
    background: linear-gradient(0deg, rgba(56, 128, 255, 0.73) 0%, rgba(255, 255, 255, 0.71) 100%);
    padding: 20px;
    margin-left: auto;
    border-radius: 10px;
    margin-right: auto;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
	position: relative;
}

.no-radius{
	border-radius: 0px !important;
}

.page-navigation{
	background-color: transparent;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	cursor: default;
}

.listInputs {
	width: 100%;
}

.sortable {
	position: relative;
}

.sortableCount {
	width: 5%;
	float: left;
	position: relative;
}

.listElement {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #DDD;
	padding: 5px;
	border-left: 18px solid #DDD;
	cursor: move;
	position: relative;
	font-weight: normal;
}

.listElementView {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #DDD;
	border-left: 18px solid #DDD;
	position: relative;
	float: left;
}

.listContentView {
	width: 100%;
}
.listContentView a{
	display: block;
	width: 100%;
	padding: 2px;
	transition:.2s;
	-webkit-transition:.2s;
	-o-transition:.2s;
	-moz-transition:.2s;
}

.listContentView a:focus,
.listContentView a:hover{
	text-decoration: none;
}

.listContentView a[aria-expanded="true"]{
	border-bottom: 2px solid #DDD;
    background: #F1F1F1;
}
.listContentView .panel-body,
.listContentView .panel-heading{
	padding: 5px 5px 5px 15px;
}
.listContentView .panel{
	margin-bottom: 5px;
}
.listNumber {
	width: 100%;
	text-align: center;
	position: relative;
	padding: 6px 0px;
}

.listElement.editing{
	margin-top: 10px;
	margin-bottom: 10px;
}

.listElement.editing > .actionElements {
	display: none;
}

.listContent {
	width: 90%;
}

.actionElements {
	position: absolute;
	top: 7px;
	right: 6px;
}

.actionElements > a {
	margin: 0 4px;
}

.dragElement {
	position: absolute;
	left: -15px;
	top: 7px;
	color: #999;
}

.title-input-label-style {
	margin: 0;
	font-size: 18px;
	color: #666;
	font-weight: 500;
	line-height: 2;
}

.error-msg-flash {
	padding: 10px;
	background-color: rgba(90, 90, 90, 0.50);
	margin-bottom: 2px;
	width: 400px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 7px;
	text-align: center;
	font-weight: initial;
	cursor: pointer;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
	font-size: 14px;
	margin-top: 7px;
}

.numberListElementView {
	position: absolute;
	left: -18px;
	font-weight: bold;
	top: 5px;
	font-size: 8px;
	width: 18px;
	text-align: center;
}

.modalDetail-header {
	background-color: #FFE104;
	border-bottom: 1px solid #AEC36E;
}

.modalDetail-title {
	font-weight: bold;
	color: #534D2F;
}

.list-group-item.active {
	background-color: #FFE104 !important;
	border: none !important;
	color: #333 !important;
	font-weight: bold !important;
	font-style: italic !important;
}
.lessonList{
	float: left;
    list-style: decimal;
    font-weight: bold;
	padding-left: 5px;
	width: 100%;
}
.editTable{
	display: table;
	width: 100%;
}
#collapseFive .radio label, 
#collapseFive .checkbox label{
	display: block!important;
}

.bootstrap-switch-handle-on.bootstrap-switch-primary{
	color: #534D2F!important;
    background: #FFE104!important;
}

.form-group {
    margin-bottom: 15px;
    display: table;
    width: 100%;
} 
.card{
    display: block;
    width: 292px;
    margin: 10px auto;
    height: 480px;
}
.card .face-a,
.card .face-b{
	max-width: 293px;
    border-radius: 0px 0px 10px 10px;
    height: 423px;
    margin: 10px 0px;
}

.card h3{
	margin: 0px
}
.card .front *,
.card .back *{
	position: relative;
}
.card .front{
	margin: 20px;
    padding: 9px;
    height: 100%;
    width: 254px;
    text-align: center;
}
.card .back{
	text-align: justify;
	width: 254px;
	margin: 0px;
	padding: 18px;
	font-size: 14px;
	line-height: 20px;
}
.card .card-front{
    background: url('../img/flash.png') no-repeat -4px 0px;
    position: absolute;
    box-shadow: 0px 20px 30px -3px #999;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    transition: 1s;
}
.card .card-back{
	background: url('../img/flash.png') no-repeat -4px 0px;
    position: absolute;
    box-shadow:0px 20px 30px -3px #999;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(190deg);
    transition: 1s;
}
.card button{
    background: transparent;
    border: 1px solid #F0F0F0;
    font-size: 20px;
    color: #5F5F5F;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
}
#quiz .panel-body{
	padding: 5px;
}
div#collapseQuizzes .panel-heading {
    border-bottom: 1px solid #ddd;
}
#collapseLesson .lessonTable thead{
	border-bottom: 2px solid #6c9f3c;
    background: #F9F9F9;
}
.resource .attrList span{
	padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #CACACA;
    color: #d9534f;
    display: inline-block;
    margin-left: -1px;
    border-left: 1px solid #fff;
}
.resource .attrList{
	list-style: decimal;
    margin-top: 30px;
}
.resource .attrList input:focus,
.resource .attrList input:active{
	outline: none;
}
.resource .attrList input{
	width: 90%;
    border: 1px solid #CCCCCC;
    font-weight: normal;
    padding: 5px;
    margin: 5px 0px;
}
/*grafica*/
canvas{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.boxTotal{
    text-align: center;
    border-radius: 100%;
    border: 30px double #00297A;
    width: 300px;
    margin: 150px auto;
    height: 300px;
    position: relative;
    padding: 70px 0;
    margin-bottom: 10px;
}
.boxTotal h2{
    margin-bottom: 5px;
    color: #F78F1E;
    font-size: 35px;
    font-weight: 700;
}
.boxTotal h3{
	margin: 5px;
	color: #00297A;
}
.txtObj{
	text-align: center;
	font-weight: 700;
	color: #00297a;
}
.boxChart{
	width: 100%;
	height: 500px;
	margin: auto;
}
.boxHeadresumen{
	background: linear-gradient(90deg, rgba(64,128,172,1) 0%, rgba(17,50,85,1) 20%, rgba(17,50,85,1) 80%, rgba(64,128,172,1) 100%);
	height: 39px;
}
.boxHeadresumen .Titulo{
	color: white;
	font-weight: 700;
	float: left;
	padding-left: 10px;
}
.selecMes{
	float: right;
	width: 200px;
	height: 30px;
	margin: 4px;
	padding-left: 10px;
}
.boxDatos{
	text-align: center;
	margin: 30px 0;
}
.boxDatos h4{
	font-family: sans-serif;
	font-weight: 700;
	font-size: 20px;
}
.boxDatos h3{
	font-weight: 700;
	color: #F78F1E;
	margin-top: 5px;
}
.boxDatos h6{
	font-weight: 700;
	color:#00297a;
}
.boxTablas{
	margin-top: 200px;
}
.overFlow{
	width: 100%;
    overflow: auto;
}
@keyframes chartjs-render-animation{
	from{opacity:.99}
	to{opacity:1}
}
.chartjs-render-monitor{
	animation:chartjs-render-animation 1ms
}
.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{
	position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1
}
.chartjs-size-monitor-expand>div{
	position:absolute;width:1000000px;height:1000000px;left:0;top:0
}
.chartjs-size-monitor-shrink>div{
	position:absolute;width:200%;height:200%;left:0;top:0
}
/*fin grafica*/