/* CSS for layout colors */

._none h3, h2, h4, p, a, h4 a {color: #000;}

/* white background */
.bs-bg-white {background-color: #ffffff !important;}
.bs-bg-white {color: #121c4d; }



.bs-bg-light-blue {background-color: #E7F2F8 !important;}
.bs-bg-light-blue {color: #121c4d;}



.bs-bg-darker-blue {background-color: #2956d0 !important;}
.bs-bg-darker-blue.field-content {color: #000;}
.bs-bg-darker-blue {color: #000;}


.bs-bg-dark-blue {background-color: #2956d0 !important;}
.bs-bg-dark-blue.field-content {color: #fff;margin-top: 5px;}
.bs-bg-dark-blue .field-content {color: #fff; padding:10px;}
.bs-bg-dark-blue h3, h2, h4, p, a {color: #fff; }
.bs-bg-dark-blue h4 a {color: #fff; }
.bs-bg-dark-blue.btn-lg {color: #fff;}
.bs-bg-dark-blue.ck-content p {color: #000;}

/* orange */
.bs-bg-orange {background-color: #d09f29 !important;}

/* CSS for shades */


/* light  */
.bs-bg-lighter {background-color:  #E7F2F8  !important;}
.bs-bg-lighter {color: #42bfFF;}
.bs-bg-lighter h3, h2, h4, p, a {color: #000;}
.bs-bg-lighter h4 a {color: #000;}


/* medium */
.bs-bg-darker {background-color: #42B0FF !important;}
.bs-bg-darker.field-content {color: #fff;}

.bs-bg-darker h3, h2, h4, p, a {color: #fff; }
.bs-bg-darker h4 a {color: #fff; }


/* dark  */
.bs-bg-dark {background-color: #2f2f2f !important;}
.bs-bg-dark.field-content {color: #fff;margin-top: 5px;}
.bs-bg-dark .field-content {color: #fff; padding:10px;}
.bs-bg-dark h3, h2, h4, p, a {color: #fff; }
.bs-bg-dark h4 a {color: #fff; }
.bs-bg-dark.btn-lg {color: #fff;}
.ck-content p {color: #000;}


/* Black Text */
.bs-text-black .bs_tooltip {background-color: #000 !important;}
.bs-text-black h2 {color: #000;}
.bs-text-black h3 {color: #000;}
.bs-text-black h4 {color: #000;}
.bs-text-black h5 {color: #000;}
.bs-text-black h6 {color: #000;}
.bs-text-black p {color: #000;}
.bs-text-black {color: #000;}

/* White Text */
/*.bs-text-white {background-color: #ffffff !important;}*/
.bs-text-white h2 {color: #ffffff; font-size: 3.0em;}
.bs-text-white h3 {color: #fff; font-size: 1.5em;}
.bs-text-white h4 {color: #fff; font-size: 1.5em;}
.bs-text-white h5 {color: #fff;}
.bs-text-white h6 {color: #fff;}
.bs-text-white p {color: #fff;}
.bs-text-white {color: #fff;}
.bs_input-circles .bs-text-white {background-color: #ffffff !important;}
.bs-text-white .bs_tooltip {background-color: #ffffff !important;}
.bs-text-white a {color:#ffffff;}
.bs-text-white a:hover {color: #fff;}

/* Dark Blue Text */
.bs_input-circles .bs-text-blue {background-color: #121c4d !important;}
.bs-text-blue .bs_tooltip {background-color: #121c4d !important;}
.bs-text-blue h2 {color: #121c4d;}
.bs-text-blue h3 {color: #121c4d;}
.bs-text-blue h4 {color: #121c4d;}
.bs-text-blue h5 {color: #121c4d;}
.bs-text-blue h6 {color: #121c4d;}
.bs-text-blue p {color: #121c4d;}
.bs-text-blue {color: #121c4d;}

/* Orange Text */
.bs_input-circles .bs-text-orange {background-color: #f07d04 !important;}
.bs-text-orange .bs_tooltip {background-color: #f07d04 !important;}
.bs-text-orange h2 {color: #f07d04;}
.bs-text-orange h3 {color: #f07d04;}
.bs-text-orange h4 {color: #f07d04;}
.bs-text-orange h5 {color: #f07d04;}
.bs-text-orange h6 {color: #f07d04;}
.bs-text-orange p {color: #f07d04;}
.bs-text-orange {color: #f07d04;}

/* Light Blue Text */
.bs_input-circles .bs-text-light-blue {background-color: #e6f0ff !important;}
.bs-text-light-blue .bs_tooltip {background-color: #e6f0ff !important;}
.bs-text-light-blue h2 {color: #e6f0ff;}
.bs-text-light-blue h3 {color: #e6f0ff;}
.bs-text-light-blue h4 {color: #e6f0ff;}
.bs-text-light-blue h5 {color: #e6f0ff;}
.bs-text-light-blue h6 {color: #e6f0ff;}
.bs-text-light-blue p {color: #e6f0ff;}
.bs-text-light-blue {color: #e6f0ff;}



/* ckeditor source 100% high*/
.ck-content{ color:#000!important}
.ck-source-editing-area textarea {height: 100%!important;}

h3, h2, h4, p, a, h4 a {color: #000;}
