.videoResized {
    width: 100%;
    height: 100%;
}

.card-header h2{
	font-size:26px;
}

.btn-agregar {
    background-color: #2196F3 !important;
    align: right
}

tbody > tr > td {
    text-align: left;
    vertical-align: middle !important;
}

thead.center-text > tr > th {
    text-align: left;
    vertical-align: middle !important;
}

tbody.right-content > tr > td {
    text-align: left;
    vertical-align: middle !important;
}

tfoot > tr > th {
    text-align: left !important;
    vertical-align: middle !important;
}

.btn-space {
    margin-right: 20px;
}

.btn-space-small {
    margin-right: 5px;
    margin-top: 5px;
}

textarea {
    resize: none;
    overflow-y: scroll !important;
    min-height: 20px;
}

.center-content {
    text-align: center !important;
    vertical-align: middle !important;
}

.has-error > span {
    color: red;
    background-color: #fff !important;
}

div.error-message {
    color: #f6675d;
}

.jumbotron {
    background-color: #FFFFFF;
}

.jumbotron h1 {
    font-size: 50px;
}

.jumbotron p {
    font-size: 18px;
}

.jumbotron a {
    font-size: 13px;
}

.swal-confirm.styled {
    background-color: #a40031 !important;
}

i.waves-input-wrapper{
	font-style: normal;
	
}

.waves-input-wrapper input.waves-button-input{
	text-transform: uppercase;
	padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
/**DEFAULT THEME**/

[data-ma-theme=default] {
    background-color: #FFF
}

[data-ma-theme=default] div.s-profile{
	display:none;
}

section#main {
    background-color: #f3f3f3
}

[data-ma-theme=default] .ss-icon {
    color: #FFF
}

[data-ma-theme=default].login-content {
    background-color: #f3f3f3;
}

@media (max-width:767px) {
    [data-ma-theme=default] .ha-menu {
         color: #FFF
    }
}
@media(min-width: 999px){
	/**header[data-ma-theme=default] {
		display: none;
	}**/
	[data-ma-theme=default] aside.sidebar{
	    float: left;
	    top: 100px;
	}
	section#main[data-ma-theme=default]{
		padding-top:0;
	}
	
	section#main[data-ma-theme=default] #content .container{
		margin-top: 25px;
	}
}

@media(max-width: 1000px){
	header[data-ma-theme=default] {
		display: block;
	}
}
[data-ma-theme=default] .line-wrap .line{
	background: #fbb1c6;
    height: 3px;
    
}

[data-ma-theme=default] .hi-trigger {
    top: initial;
	    margin-top: 25px;
}

[data-ma-theme=default] .bootstrap-datetimepicker-widget a[data-action] {
    color: #ddd
}
[data-ma-theme=default] .timepicker-picker table tbody tr+tr:not(:last-child) {
/*     background: #ddd; */
background: #375B81;
    color: #fff
}
[data-ma-theme=default] .datepicker table thead tr:first-child th {
/*  	 background: #ddd; */
 	background: #375B81;
}
[data-ma-theme=default] .datepicker table thead tr:first-child th:hover {
	/*  	 background: #ddd; */
    background: #375B81;
}

[data-ma-theme=default] .datepicker table thead tr:last-child:not(:only-child) {
    background: #d3d7cf;
}

[data-ma-theme=default] .datepicker table thead tr:last-child:not(:only-child) th.dow{
	font-color: #000;
}

[data-ma-theme=default] .datepicker table td.active:before {
/* 	color: #e74c3c; */
    background-color: #375B81;
}

[data-ma-theme=default] .s-profile>a {
	text-align:center;
	background:none;
}
[data-ma-theme=default] .s-profile>a .sp-pic{
	    padding:0;
}
[data-ma-theme=default] .s-profile>a .sp-pic>img {
    width: 71px;
    height:71px;
    margin-top:0;
}
@media(min-width: 1000px){
	section#main[data-ma-theme=default] div#content,section#main[data-ma-theme=default] section#content{
		margin-top: 100px;
	}
}
[data-ma-theme=default] ul.main-menu{
    margin-top: 0px;
}

[data-ma-theme=default] ul.h-inner{
	padding: 4px 0;
}

span.error{
	padding:5px;
	color:red;
}

#main, body, html {
    min-height: initial;
}

div.form-group{
	margin-top:10px;
}

div.form-buttons{
	text-align:center;
}

.toggle_vip .pl-circular.spinner {
    height: 60%;
}
.toggle_vip i{
	font-size: 30px;
	cursor: pointer;
}
#editPromoForm .toggle_vip i{
	font-size: 30px;
	cursor: initial;
}
.toggle_vip i.zmdi-star{
	color: yellow;
}
.toggle_vip i.zmdi-star-outline{
	color: #ddd;
}

select option.placeholder {
	color:#999999;
}

/**************Statistics********************/

.info-box {
    min-height: 140px;
    border: 1px solid grey;
    margin-bottom: 30px;
    padding: 20px;
 	color: grey;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

.info-box.info {
	color: white;
    background: #67c2ef;
    border: 1px solid #39afea;
}

.info-box.warning {
	color: white;
    background: #fabb3d;
    border: 1px solid #f9aa0b;
}

.info-box.danger {
	color: white;
    background: #ff5454;
    border: 1px solid #ff2121;
}

.info-box.success {
	color: white;
    background: #79c447;
    border: 1px solid #61a434;
}

.info-box.violet {
	color: white;
    background: #9b59b6;
    border: 1px solid #5c3566;
}
.info-box.violet .progress-bar{
	background-color: #009688;
}
.info-box.aquagreen {
	color: white;
    background: #009688;
    border: 1px solid #5c3566;
}


.info-box i {
    display: block;
    height: 100px;
    font-size: 60px;
    line-height: 100px;
    width: 100px;
    float: left;
    text-align: center;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    margin-right: 20px;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.75);
}

.info-box .value {
    margin-top: -10px;
    font-size: 34px;
    font-weight: 700;
}

.info-box .headline {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.info-box .headline.big {
	font-size: 20px; 
	font-weight: 800;
}

.info-box .list-group .list-group-item {
	border-bottom:1px dashed;
}

.row.boards{
	margin-left:0;
	margin-right:0;
}



.branch_traded{
	padding-top:15px;
}

.branch_validation_box{
	margin-top:80px;
	margin-bottom:80px;
	padding-left:40px;
	padding-right:40px;
}

.progress {
    background-color: #ffffff;
}

.btn-round {
	padding:3px;
	border-radius: 40px;
}
#editPromoModal .card .card-header {
	min-height: 80px;
}

.padding-top-bottom-10 {
	padding: 10px 0px;
}

label.btn{
	min-width:15px;
}
th.promo-coupons, td.promo-coupons{
	width:150px;
}
.nopadding {
	padding: 0;
   	margin: 0;
}