/*
 * Estilos personalizados
 */

/*
  * INDICE
  * 1. MODIFICACIONES GENERALES
  * 2. BARRA 
  */
* {
	margin: 0;
	padding: 0;
}

/*1. MODIFICACIONES GENERALES*/
@font-face {
	font-family: 'gobCL';
	font-weight: normal;
	font-style: normal;
	src: url('static/fonts/gobcl_regular-webfont.eot');
	src: local('?'), url('MundoCredito/static/fonts/gobcl_regular-webfont.woff') format('woff'),
		url('static/fonts/gobcl_regular-webfont.ttf') format('truetype'),
		url('static/fonts/gobcl_regular-webfont.svg#webfont3jnenQ5S') format('svg');
}

@font-face {
	font-family: 'gobclbold';
	src: url('static/fonts/gobcl_bold-webfont.eot');
	src: url('static/fonts/gobcl_bold-webfont.eot?#iefix')
		format('embedded-opentype'), url('/MundoCredito/static/fonts/gobcl_bold-webfont.woff')
		format('woff'), url('/MundoCredito/static/fonts/gobcl_bold-webfont.ttf') format('truetype'),
		url('gobcl_bold-webfont.svg#gobclbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'gobclbold';
}

a, a img, .featured-post .byline {
	-webkit-transition: all 0.18s ease-out;
	-moz-transition: all 0.18s ease-out;
	-ms-transition: all 0.18s ease-out;
	-o-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* 
* Table
*/

/* Tabla con header fija */
@media ( min-height : 600px) {
	table.table-fixed>tbody {
		display: block;
		height: 25em;
		overflow: auto;
	}
}

@media ( min-height : 720px) {
	table.table-fixed>tbody {
		display: block;
		height: 30em;
		overflow: auto;
	}
}

@media ( min-height : 800px) {
	table.table-fixed>tbody {
		display: block;
		height: 34em;
		overflow: auto;
	}
}

@media ( min-height : 900px) {
	table.table-fixed>tbody {
		display: block;
		height: 44em;
		overflow: auto;
	}
}

@media ( min-height : 1200px) {
	table.table-fixed>tbody {
		display: block;
		height: 69em;
		overflow: auto;
	}
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr {
	display: table;
	width: calc(100% - 0.3rem);
	table-layout: fixed;
	overflow-wrap: break-word !important;
}

.table-fixed thead {
	width: calc(100% - 0.3rem);
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #beb6c6;
}
/*
 * Logo Principal
 */
@media only screen and (max-width: 768px) {
	.navbar-text-responsive, .imgLogo {
		display: none;
	}
}

/*
 * Carga loading 
 */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(720deg); }
} 

-webkit-transform: rotate
(720deg); 
}
}
@
keyframes spin { 0% {
	transform: rotate(0deg);
}

100%
{
transform: rotate (720deg);
 
}
}
/* 
 * INPUT
 */
.bg-text-danger {
	background-color: #d9534f !important;
	color: #fff;
	font-weight: bold;
}

.bg-text-warning {
	background-color: yellow !important;
	font-weight: bold;
}

.bg-text-success {
	background: green !important;
	color: white;
	font-weight: bold;
}
.bg-text-info {
	background: #5bc0de !important;
	color: white;
	font-weight: bold;
}

.text-bold{
	font-weight: bold;
}

a:hover {
	cursor: pointer;
	color: #0000FF;
	text-decoration: none;
}

/*
 * GRILLA BOOTSTRAP PERSONALIZADA
 * Se extiende para obtener valores intermedios
 */
.col-md-0-5, .col-md-1-5, .col-md-1-75 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media ( min-width : 992px) {
	.col-md-0-5, .col-md-1-5, .col-md-1-75 {
		float: left;
	}
	.col-md-0-5 {
		width: 4.116666%;
	}
	.col-md-1-5 {
		width: 12.349995%;
	}
	.col-md-1-75 {
		width: 14.408331%;
	}
}

#ui-datepicker-div {
	z-index: 1153 !important;
}

/*ALTURA RESPONSIVE*/
@media ( min-height : 600px) {
	.max-height-panel-responsive {
		overflow-y: auto;
		max-height: 22em;
	}
	.max-height-panel-responsive-big {
		overflow-y: auto;
		max-height: 34em;
	}
	
	.max-height-panel-responsive-huge {
		overflow-y: auto;
		max-height: 38em;
	}
	
	.max-height-panel-responsive-small {
		overflow-y: auto;
		max-height: 13em;
	}
}

@media ( min-height : 720px) {
	.max-height-panel-responsive {
		overflow-y: auto;
		max-height: 26em;
	}
	.max-height-panel-responsive-big {
		overflow-y: auto;
		max-height: 40em;
	}
	.max-height-panel-responsive-huge {
		overflow-y: auto;
		max-height: 42em;
	}
	.max-height-panel-responsive-small {
		overflow-y: auto;
		max-height: 15em;
	}
}

@media ( min-height : 800px) {
	.max-height-panel-responsive {
		overflow-y: auto;
		max-height: 30em;
	}
	.max-height-panel-responsive-big {
		overflow-y: auto;
		max-height: 50em;
	}
	
	.max-height-panel-responsive-huge {
		overflow-y: auto;
		max-height: 51em;
	}
	
	.max-height-panel-responsive-small {
		overflow-y: auto;
		max-height: 16em;
	}
}

@media ( min-height : 900px) {
	.max-height-panel-responsive {
		overflow-y: auto;
		max-height: 44em;
	}
	.max-height-panel-responsive-big {
		overflow-y: auto;
		max-height: 60em;
	}
	
	.max-height-panel-responsive-huge {
		overflow-y: auto;
		max-height: 61em;
	}
	
	.max-height-panel-responsive-small {
		overflow-y: auto;
		max-height: 25em;
	}
}

@media ( min-height : 1200px) {
	.max-height-panel-responsive {
		overflow-y: auto;
		max-height: 50em;
	}
	.max-height-panel-responsive-big {
		overflow-y: auto;
		max-height: 70em;
	}
	
	.max-height-panel-responsive-huge {
		overflow-y: auto;
		max-height: 75em;
	}
	
	.max-height-panel-responsive-small {
		overflow-y: auto;
		max-height: 34em;
	}
}

/*background-color*/
.bg-blue {
	background-color: #88adf5;
}
.bg-red {
	background-color: #FA8258;
}
.bg-red2 {
	background-color: #FF5E5E !important;
}
.bg-green {
	background: #8ae234 !important;
}

.bg-orange {
	background-color: #FF8000;
}

.bg-yellow {
	background-color: #FFBF00;
}

.bg-yellow2 {
	background-color: #FACC2E;
}

.bg-yellow3 {
	background-color: #FFFF00;
}

/**/
/* .btn-close-session{
	text-decoration:none;
	display: block;
    font-size: .75em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold !important;
} */

/*CLASES AUXILIARES PARA COTIZADOR*/
.text-tittle-small {
	margin: 0;
	font-weight: bold;
	border-top: 1px solid #dcdcdc;
	color: #337ab7;
}

.without-padding-horizontal {
	padding-top: 1px;
	padding-bottom: 1px;
}

.panel-small {
	padding-top: 3px;
	padding-bottom: 1px;
}

.panel-footer-small {
	padding-top: 2px;
	padding-bottom: 2px;
}

@media print {
	@page {
		size: portrait;
	}
	.table-fixed {
		height: auto !important;
	}
}

/*CRONOMETRO*/
.cronometer_number {
	color: #73d216;
	font-size: 1.2em;
	font-weight: bold;
	font-family: digital, arial, verdana;
	animation-name: parpadeo;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.cronometer_number_end {
	color: #ef2929;
	font-size: 1.2em;
	font-weight: bold;
	font-family: digital, arial, verdana;
	animation-name: parpadeo;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.cronometer_box {
	background-color: black;
	text-align: center;
	border-style: solid;
	border-color: red;
	border-width: 1.5px;
}

@font-face {
	font-family: 'digital';
	src: url('/MundoCredito/static/fonts/DS-DIGI.TTF');
}
@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.2; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.2; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.2; }
  100% { opacity: 1.0; }
}
.btn-circle {
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 0px solid #000000;
}

.hyphenate {
	/* Esta accion parte/rompe/divide las palabras y con los hyphens(guiones de separaciones) que estan abajo */
	overflow-wrap: break-all;
	word-wrap: break-word;
	/* Añade un hyphen(guion) donde las palabras se dividan si no alcanza las dimenciones proporcionadas */
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	/*NOTA: Solo funciona si solo son caractares y no digitos */
}

/*SCROLL PARA DROPDOWN BOOTSTRAP*/
.scrollable-menu {
	height: auto;
	width: 200px !important;
	max-height: 350px;
	overflow-x: hidden;
}

/**
* ESTILOS GENERALES
*/
.bg-principal {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
	line-height: 1em;
	height: 70%;
}

/**
* MENU PRINCIPAL
*/
.bg-nav {
	background-color: rgb(255, 255, 255) !important;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

ul.nav>li:hover>a {
	border-top: 5px solid rgb(42, 66, 128);
}

.notColorHover{
	border-top: 5px solid #ffffff !important;
}

ul.nav>li>a {
	border-top: 5px solid;
	border-top-color: transparent;
}

ul.dropdown-menu>li>a:hover, li.dropdown-submenu>a:hover, ul.dropdown-menu.multi-level>li>a:hover
{
	background-color: rgb(42, 66, 128) !important;
	color: white;
	font-weight: bold;
	padding: 3px 15px;
}

/* titulos */
body, select, input[type='text'],input[type='tel'],input[type='number'],input:not([type]){
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px !important;
}

.redHover:hover{
	text-shadow:0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 0px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	color: #fff;
	background-color: #d9534f !important;
	border-color: #d9534f !important;
}

.form_control{
	font-size: 12px !important;
}

.titles-site {
	margin: 0;
	padding-left: 20px;
	padding-top: 10px;
	border-top: 1px solid #dcdcdc;
	color: #0269ae;
	/* fondo*/
	background: #efefef; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef),
		color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef',
		endColorstr='#ffffff', GradientType=0); /* IE6-8 */
}

/* //////////////////
     VALIDACIONES
/////////////////// */

.border-red{
	border-color: #ec3f41;
}

.border-green{
	border-color: #3a7d34;
}
.border-yellow{
	border-color: #FFD700;
}
.border-blue{
	border-color: #66c2ff;
}

.background-red:disabled {
	background-color: #ec3f41;
}

.background-green:disabled {
	background-color: #3a7d34;
}
.background-yellow:disabled 
{
	background-color:  #FFD700;
}

.background-blue:disabled {
	background-color: #66c2ff;
}
.negrita:disabled{
	font-weight: bold;
}
.fontWhite:disabled{
	color: #ffffff;
}


.ng-dirty.ng-valid {
 border-color:#3a7d34;
}

.ng-dirty.ng-invalid {
 border-color:#ec3f41;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.input-help {
  display: block;
  position:fixed;
  z-index: 100;
  top: -6px;
  left: 280px;
  width:200px;
  padding:10px;
  background:#fefefe;
  font-size:.875em;
  border-radius:5px;
  box-shadow:0 1px 3px #aaa;
  border:1px solid #ddd;
  opacity: 0.9;
  border-color: Red;
}

.input-help-textarea {
  display: block;
  position:absolute;
  z-index: 100;
  top: -6px;
  left: 580px;
  width:200px;
  padding:10px;
  background:#fefefe;
  font-size:.875em;
  border-radius:5px;
  box-shadow:0 1px 3px #aaa;
  border:1px solid #ddd;
  opacity: 0.9;
  border-color: Red;
}

/*STYLE CUSTOM MENU RESUMEN OPERACION*/
.panel-color-celeste{
	background-color: #5bc0de !important;
	border-color: #46b8da !important;
}
div >.panel-color-celeste{
	color:white !important;
}

/*QUITAR MARGIN BOTTOM NAVBAR*/
.navbar{
	margin-bottom: 5px !important;
}

.modal-backdrop
{
    opacity:0 !important;
}

/** @CAMPANA NOTIFICACIONES **/

.container-bell {
    position: fixed;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (min-width: 300px) {
  .container-bell { 
  	top: 95%;
    left: 93%; 
  	}
}

@media (min-width: 900px) {
  .container-bell {
  	top: 95%;
    left: 97%;
  	}
}


.notification-bell {
    display: inline-block;
    position: relative;
    padding: 0.6em;
    background: #428bca;
    cursor: pointer;
    border-radius: 0.2em;
    font-size: 1.3em;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}

.notification-bell::before, 
.notification-bell::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.notification-bell::before {
    display: inline-block;
    content:"\1f514";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.notification-bell::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: fixed;
    padding: 5px 8px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: #428bca;
    opacity: 0;
    content: attr(data-count);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

@media (min-width: 300px) {
  .notification-bell::after {
  	top: -50%;
    left: -50%;
  	}
}

@media (min-width: 900px) {
  .notification-bell::after {
    top: -50%;
    left: 50%; 
  	}
}

.notification-bell.notify::before {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
}

.notification-bell.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    /* loading dots */

.dotsloading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: black;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 black;}}
}

/*CHECK BOX STYLE*/

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 27.2px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20.8px;
  width: 20.8px;
  left: 3.2px;
  bottom: 3.2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20.8px);
  -ms-transform: translateX(20.8px);
  transform: translateX(20.8px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 27.2px;
}

.slider.round:before {
  border-radius: 50%;
}

.xs-loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*ARREGLOS GRAFICOS*/

.panel-small-heading{
	padding-top: 7px; 
	padding-bottom: 7px
}

.panel-small-heading > h5{
	margin:1px;
}

.panel-small-footer{
	padding-top: 7px; 
	padding-bottom: 7px
}

/*SWITCH SCORING*/
.switch-flat {
	padding: 0;
	background: #FFF;
	background-image: none;
}
.switch-flat .switch-label {
	background: #FFF;
	border: solid 2px #eceeef;
	box-shadow: none;
}
.switch-flat .switch-label:after {
	color: #0088cc;
}
.switch-flat .switch-handle {
	top: 6px;
	left: 6px;
	background: #dadada;
	width: 22px;
	height: 22px;
	box-shadow: none;
}
.switch-flat .switch-handle:before {
	background: #eceeef;
}
.switch-flat .switch-input:checked ~ .switch-label {
	background: #FFF;
	border-color: #0088cc;
}
.switch-flat .switch-input:checked ~ .switch-handle {
	left: 72px;
	background: #0088cc;
	box-shadow: none;
}

.highlightedText {
    background: yellow;
}

.colorBlack {
	background-color: #000000 !important;
  	color: white;
}
