pre {
    display: block !important;
    padding: 9.5px !important;
    margin: 0 0 10px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
    background-color: #e9e9e9 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.directionRtl {
    direction: rtl;
}

.directionLtr {
    direction: ltr;
}

.row {
    margin: 0;
    padding: 0;
}

.column {
    margin: 0;
    padding: 0;
}

.note-editor p, .editor p {
    margin: 0px !important;
}



@media (min-width: 1200px) {
    body {
        font-size: 16px !important;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: 15px !important;
    }
}

@media (max-width: 1000px) {
    body {
        font-size: 14px !important;
    }
}

@media (max-width: 800px) {
    body {
        font-size: 13px !important;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 12px !important;
    }
}



.note-editor pre, .editor pre {
    font-size: 100% !important;
}

.note-editor p, .editor p {
    font-size: 100% !important;
}

.note-editor h1, .editor h1 {
    font-size: 186% !important;
}

.note-editor h2, .editor h2 {
    font-size: 172% !important;
}

.note-editor h3, .editor h3 {
    font-size: 158% !important;
}

.note-editor h4, .editor h4 {
    font-size: 143% !important;
}

.note-editor h5, .editor h5 {
    font-size: 129% !important;
}

.note-editor h6, .editor h6 {
    font-size: 115% !important;
}



pre {
    font-size: 100% !important;
}

p {
    font-size: 100% !important;
}

h1 {
    font-size: 186% !important;
}

h2 {
    font-size: 172% !important;
}

h3 {
    font-size: 158% !important;
}

h4 {
    font-size: 143% !important;
}

h5 {
    font-size: 129% !important;
}

h6 {
    font-size: 115% !important;
}


.control {
    display: block;
    position: relative;
    cursor: pointer;
}

.control .checkbox-label {
    margin-right: 25px;
    margin-left: 25px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background: #FFF;
    border: 2px solid #445963;
    border-radius: 10%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #FFF;
}

.control input:checked ~ .control_indicator {
    background: #FFF;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #FFF;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #445963;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}





.card {
    box-shadow: 0 0 0 !important;
}

.card-header:not([class*=bg-]):not([class*=alpha-]) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.spinner {
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

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

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




.pageBg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    height: 100%;
}

.pageBg .fullVid {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1000 !important;
    margin: auto;
    transition: opacity 3s;
    opacity: 0 !important;
}


.btn-base {
    background-color: #2496F1;
    border: 1px solid #2496F1;
    font-family: "Arimo", "Arial";
    font-size: 100%;
}

.btn-rounded {
    border-radius: 50px;
}





.captainicon {
    font-family: 'captainicon' !important;
}

.icomoon {
    font-family: 'icomoon' !important;
}

.material {
    font-family: 'Material Design Icons' !important;
    font-style: normal;
}

.themify {
    font-family: 'themify' !important;
}

.social {
    font-family: 'social' !important;
}







/* datepicker */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
    border: 1px solid #bdbdbd;
    background-color: #f0f0f0;
    font-size: 18px;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
    background-color: #cccccc;
    color: #747474;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {

}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -10px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 5px;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 40%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
    background-color: #FFF;
    color: #747474;
}
.ui-datepicker td a:hover {
    background-color: #f0f0f0;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}


/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	right: 6px;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
    background-image: none !important;
}



.ui-datepicker-prev span:before {
    content: "\e649";
    font-family: themify;
    position: relative;
}

.ui-datepicker-next span:before {
    content: "\e64a";
    font-family: themify;
    position: relative;
}




.mpSelect {
    height: 2.7em !important;
    color: #999;
    padding-right: 0.64rem !important;
    padding-left: 0.64rem !important;
}

.mpSelect > option {
  color: #333;
}

.mpSelect > option[value=""] {
  color: #999;
}


.formEl .checkbox-label {
    display: inherit;
}


/* ------------------------------------------------------------------------------
*
*  # Slideshow design
*
* ---------------------------------------------------------------------------- */


/* Slideshow container */
.container-slideshow {
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.lp-prev, .lp-next {
    cursor: pointer;
    position: absolute;
    top: 49%;
    display: flex;
    transition: 0.6s ease;
    border-radius: 3px 3px 3px 3px;
    user-select: none;
    opacity: 60%;
    background-color: rgb(0,0,0);
}

/* Position the "next button" to the right */
.lp-next {
    right: 0;
}

.lp-prev {
    left: 0;
}

.lp-prev:hover, .lp-next:hover{
    opacity: 100%;
}

.arrowIcon {
    font-size: 150%;
    color: rgb(255, 255, 255);
    margin: 0.5vh;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.lp-dot {
    cursor: pointer;
    color: #717171;
    opacity: 0.5;
    font-size: 120%;
    line-height: 0px;
    transition: background-color 0.6s ease;
    z-index: 100;
    padding-left: 2px;
    padding-right: 2px;
}

.lp-dot:hover, .lp-dot.inAction {
    opacity: 1;
}

.container-dots {
    position: relative;
    margin-bottom: 0px;
    bottom: 12px;
}




