/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}.paragraph ul {list-style: disc; margin-left: 20px;}

/*FONTS*/
@font-face {
    font-family: 'gotham_condensedbook_italic';
    src: url('../fonts/gothamcond-bookitalic-webfont.eot');
    src: url('../fonts/gothamcond-bookitalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/gothamcond-bookitalic-webfont.woff2') format('woff2'), url('../fonts/gothamcond-bookitalic-webfont.woff') format('woff'), url('../fonts/gothamcond-bookitalic-webfont.ttf') format('truetype'), url('../fonts/gothamcond-bookitalic-webfont.svg#gotham_condensedbook_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_condensedbold_italic';
    src: url('../fonts/gothamcond-bolditalic-webfont.eot');
    src: url('../fonts/gothamcond-bolditalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/gothamcond-bolditalic-webfont.woff2') format('woff2'), url('../fonts/gothamcond-bolditalic-webfont.woff') format('woff'), url('../fonts/gothamcond-bolditalic-webfont.ttf') format('truetype'), url('../fonts/gothamcond-bolditalic-webfont.svg#gotham_condensedbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_condensedbook';
    src: url('../fonts/gothamcond-book-webfont.eot');
    src: url('../fonts/gothamcond-book-webfont-.eot#iefix') format('embedded-opentype'), url('../fonts/gothamcond-book-webfont.woff2') format('woff2'), url('../fonts/gothamcond-book-webfont.woff') format('woff'), url('../fonts/gothamcond-book-webfont.ttf') format('truetype'), url('../fonts/gothamcond-book-webfont.svg#gotham_condensedbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_condensedbold';
    src: url('../fonts/GothamCondensed-Bold.eot');
    src: url('../fonts/GothamCondensed-Bold.eot#iefix') format('embedded-opentype'), url('../fonts/GothamCondensed-Bold.woff2') format('woff2'), url('../fonts/GothamCondensed-Bold.woff') format('woff'), url('../fonts/GothamCondensed-Bold.ttf') format('truetype'), url('../fonts/GothamCondensed-Bold.svg#gotham_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg#gotham_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_bold';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot#iefix') format('embedded-opentype'), url('../fonts/GothamBold.woff2') format('woff2'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg#gotham_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* POSITION CLASSES */
.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.clear {
    clear: both;
}
.dpn {
    display: none!important;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.floatRightI {
    float: right!important;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.h36{
    height: 36px;
}

/* FONT CLASSES */
.regularConFontI {
    font-family: 'gotham_condensedbook_italic';
}
.boldConFontI {
    font-family: 'gotham_condensedbold_italic';
}
.regularConFont {
    font-family: 'gotham_condensedbook';
}
.boldConFont {
    font-family: 'gotham_condensedbold';
}
.regularFont {
    font-family: 'gotham_book';
}
.boldFont {
    font-family: 'gotham_bold';
}
.uppercase {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
strong {
    font-family: 'gotham_bold';
}
.italic {
    font-style: italic;
}
em {
    font-style: italic;
}
.centerText {
    text-align: center;
}
.cp {
	cursor: pointer !important;
}
.image{
    float: left;
    width: 100%;
}
.image img{
    float: none;
    max-width: 100%;
    max-height: 150px;
}
.mainText{
    line-height: 1.6;
    font-size: 15px;
}

/* GENERAL STYLING CLASSES */
.backgroundCover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.clearFix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.relative {
    position: relative;
}
.noClear {
	clear:none!important;
}
.formshowerror {
	padding:5px;
    border: 1px solid red;
    background-color: #ffd0d0;
    color: red;
}

/* GENERAL ELEMENTS */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'gotham_book';
    margin: 0;
    background-color: #E9ECEF;
}
a {
    color: inherit;
}
.paragraph,
p {
    font-family: 'gotham_book';
}
.paragraph img,
p img {
    max-width: 100%;
    height: auto;
}
.paragraph.white,
p.white {
    color: white!important;
}
.paragraph.italic,
p.italic {
    font-style: italic;
}
.paragraph.small,
p.small {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}
.paragraph a,
p a {
    color: black;
    text-decoration: none;
}
.paragraph a:hover,
p a:hover {
    color: black;
}

/* COL */
.col-1,
.col-2,
.col-2-5,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
}
.col-1 {
    width: 8.333%;
}
.col-2 {
    width: 16.666%;
}
.col-2-5 {
    width: 20%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.333%;
}
.col-5 {
    width: 41.666%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.333%;
}
.col-8 {
    width: 66.666%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.333%;
}
.col-11 {
    width: 91.666%;
}
.col-12 {
    width: 100%;
}
.col-padding {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.col-padding-right {
    padding-right: 15px;
}
.col-padding-left {
    padding-left: 15px;
}
.s-show,
.s-show-block {
    display: none;
}

input {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'gotham_condensedbold';
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
h1,
.h1 {
    font-size: 2.2rem;
}
h2,
.h2 {
    font-size: 2rem;
	text-transform: none;
}
h3,
.h3 {
    font-size: 1.8rem;
	letter-spacing: 0.5px;
}
h4,
.h4 {
    font-size: 1.6rem;
	letter-spacing: 0.5px;
}
h5,
.h5 {
    font-size: 1.4rem;
	letter-spacing: 0.5px;
}

/* PAGES */
.logo {
    position: fixed;
    font-family: 'gotham_condensedbold';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    top: 0;
    left: -230px;
    width: 230px;
    height: 60px;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 24px;
    font-weight: 700;
    padding: 0 20px;
    display: flex;
    align-items: center;
    z-index: 1030;
    transition: all 0.2s ease-in-out;
}
.logo img {
    width: 60%;
}

/*BUTTONS*/
.btn-brand {
    background-color: #e30714;
    color: white;
}
.btn-brand:hover {
    background-color: #c00611;
}
.btn-grey {
    background-color: #f9f9f9;
    color: black;
    border: 1px solid #d9d9d9;
    border-left: 0;
}
.btn-grey:hover {
    background-color: #eee;
}
.noRadius{
    border-radius: 0!important;
}

/*PANELS*/
.sideLeft {
    position: fixed;
    top: 60px;
    left: -230px;
    bottom: 0;
    z-index: 100;
    width: 230px;
    background-color: #1b1c1e;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.2s ease-in-out;
}
.mainPanel {
    margin-left: 0;
    margin-top: 60px;
    transition: all 0.2s ease-in-out;
}

/*SIDEBAR*/
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sidebarLabel {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'gotham_book';
    color: #fff;
    letter-spacing: 1px;
    opacity: .3;
    white-space: nowrap;
}
.menuLink {
    color: #adb5bd;
    display: block;
    font-size: 14px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}
.menuLink:hover,
.menuLink:focus {
    color: #fff;
    background-color: #2d2d2d;
    text-decoration: none;
}
.menuLink:focus,
.menuLink:active {
    outline: none;
}
.menuLink.showSub {
    background-color: #2d2d2d;
    color: #fff;
}
.menuLink#active {
    background-color: #e30714;
    color: #fff;
}
.menuItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    height: 40px;
    letter-spacing: 0.2px;
    font-size: .85rem;
}
.menuItemIcon {
    width: 18px;
    transition: all 0.2s ease-in-out;
}
.menuItemLabel {
    white-space: nowrap;
    margin-left: 10px;
    margin-right: auto;
}
.menuItemLabel,
.menuItemArrow {
    transition: all 0.2s ease-in-out;
}
.menuSub {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 27px;
    background-color: #000000;
    display: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.menuSub .navLink {
    font-size: 13px;
    color: #adb5bd;
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: nowrap;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.menuSub .navLink:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -0.5px;
    width: 2px;
    height: 2px;
    background-color: #fff;
    opacity: .5;
    transition: all 0.2s ease-in-out;
}
.menuSub .navLink:hover,
.menuSub .navLink:focus {
    color: #e30714;
    text-decoration: none;
}
.menuSub .navLink:hover:before,
.menuSub .navLink:focus:before {
    width: 4px;
    height: 4px;
    left: -6px;
    opacity: 1;
    background-color: #e30714;
}
.menuSub .navLink.active {
    color: #e30714;
}
.menuSub .navLink.active:before {
    width: 20px;
    left: -15px;
    opacity: 1;
    background-color: #e30714;
}
.collapsed-menu .sideLeft {
    left: 0;
}
.navItem {
    margin-bottom: 0;
    width: 70px;
    display: flex;
    align-items: left;
    justify-content: left;
    position: relative;
}
.navLink {
    color: #868e96;
    border: 0;
    padding: 5px 10px;
    border-radius: 0;
}

/*HEADER*/
.header {
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
}
.header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 3px;
    background-color: #fff;
    z-index: 1040;
}
.headerLeft {
    display: flex;
}
.headerRight {
    display: flex;
    align-items: flex-end;
}
.headerRight .form-control {
    border: 0;
    border-radius: 0;
    padding: 0 20px;
    outline: none;
    height: 60px;
}
.headerRight .input-group-btn {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.headerRight .input-group-btn .btn,
.headerRight .input-group-btn button {
    background-color: #fff;
    border-radius: 0;
    border: 0;
    color: #868e96;
    padding-left: 20px;
    padding-right: 20px;
}
.headerRight .input-group-btn .btn:hover,
.headerRight .input-group-btn button:hover,
.headerRight .input-group-btn .btn:focus,
.headerRight .input-group-btn button:focus {
    color: #343a40;
    box-shadow: none;
}
.headerRight a {
    color: #868e96;
}
.headerRight a:hover,
.headerRight a:focus {
    color: #343a40;
}
.counter {
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 50%;
}
.mediaListLink {
    display: block;
    transition: all 0.2s ease-in-out;
}
.naviconLeft {
    width: 60px;
    height: 60px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.naviconLeft a {
    color: #868e96;
    font-size: 20px;
    width: 60px;
    text-align: center;
    padding: 20px 0;
    height: 60px;
    transition: all 0.2s ease-in-out;
}
.naviconLeft a:hover,
.naviconLeft a:focus {
    color: #343a40;
}
.naviconRight {
    display: flex;
    width: 60px;
    height: 60px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: center;
}
.pageHeader {
    display: flex;
    align-items: center;
    background-color: #dee2e6;
    padding-left: 20px;
    padding-right: 20px;
}
.pageHeader .breadcrumb {
    background-color: transparent;
}
.pageHeader .breadcrumbItem:not(.active) {
    color: #868e96;
}
.pageHeader .breadcrumbItem:not(.active):hover,
.pageHeader .breadcrumbItem:not(.active):focus {
    color: #495057;
}
.pageHeader .breadcrumbItem.active {
    color: #495057;
}
.pageHeader .breadcrumbItem:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/";
}
.pageHeader .breadcrumbItem:first-child:before {
    display: none;
}

/*TABLES*/

table.dataTable {
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
    width: 100%!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
table.dataTable.no-footer {
    border-bottom-color: #dee2e6;
}
.form-control,
.dataTables_filter input {
    display: block;
    width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 0.7rem;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background-color: #ced4da;
    background-image: none;
    border-color: transparent;
    color: #343a40 !important;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #e30714;
    color: white;
}
table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1{
    background-color: #e30714;
    color: white;
}
table.dataTable.hover tbody tr:hover .fa, table.dataTable.display tbody tr:hover .fa{
    color: white!important;
}
table.dataTable.hover tbody tr:hover .button, table.dataTable.display tbody tr:hover .button{
    color: white!important;
}

.pagination{
    display: block;
}
ul.pagination li span, ul.pagination li a{
    padding: 3px;
    font-size: 12px;
    margin: 1px;
}
.pagination li{
    float: left;
}

.button{
    padding: 2px 7px;
    text-decoration: none!important;
}

/*TABS*/
.nav-link{
    font-size: 13px;
}
/*FORM*/
form label {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.alert{
    font-size: 13px;
}
/*CHECKBOX*/
.checkbox {
    font-weight: normal;
    position: relative;
    display: block;
    line-height: 18px;
}
.checkbox span {
    padding-left: 6px;
    font-size: 0.8rem;
}
.checkbox span:empty {
    float: left;
}
.checkbox span:before,
.checkbox span:after {
    line-height: 18px;
    position: absolute;
}
.checkbox span:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #adb5bd;
    border-radius: 2px;
    top: 1px;
    left: 0;
}
.checkbox span:after {
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 9px;
    text-align: center;
    color: #fff;
    background-color: #0866C6;
    line-height: 17px;
    border-radius: 2px;
    display: none;
}
.checkbox input[type='checkbox'] {
    opacity: 0;
    margin: 0 5px 0 0;
}
.checkbox input[type='checkbox']:checked + span:after {
    display: block;
}
.checkbox input[type='checkbox'][disabled] + span,
.checkbox input[type='checkbox'][disabled] + span:before,
.checkbox input[type='checkbox'][disabled] + span:after {
    opacity: .75;
}
.checkbox-inline {
    display: inline-block;
}
/* Checheckbox color variant */
.checkbox-brand span::after {
    background-color: #e30714;
}

/* Radio Box */
.radiobox {
    font-weight: normal;
    position: relative;
    display: block;
    line-height: 18px;
}
.radiobox span {
    padding-left: 6px;
    font-size: 0.8rem;
}
.radiobox span:before,
.radiobox span:after {
    line-height: 18px;
    position: absolute;
}
.radiobox span:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #adb5bd;
    border-radius: 50px;
    top: 2px;
    left: 0;
}
.radiobox span:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50px;
    top: 7px;
    left: 5px;
    display: none;
}
.radiobox input[type='radio'] {
    opacity: 0;
    margin: 0 5px 0 0;
}
.radiobox input[type='radio']:checked + span:before {
    border-color: transparent;
    background-color: #0866C6;
}
.radiobox input[type='radio']:checked + span:after {
    display: block;
}
.radiobox input[type='radio'][disabled] + span,
.radiobox input[type='radio'][disabled] + span:before,
.radiobox input[type='radio'][disabled] + span:after {
    opacity: .75;
}
.radiobox-inline {
    display: inline-block;
}
/* Radiobox Color Variant */
.radiobox-brand input[type='radio']:checked + span:before {
    background-color: #e30714;
}

/*FOOTER*/
.footer {
    font-size: 12px;
    padding: 20px;
}
.footer a {
    color: #868e96;
}
.footer a:hover,
.footer a:focus {
    color: #343a40;
}

/*POSITIONS*/
.flex {
    display: flex !important;
}
.block {
    display: block !important;
}
.flexColumn {
    flex-direction: column !important;
}
.justifyContentCenter {
    justify-content: center !important;
}
.alignItemsCenter {
    align-items: center !important;
}
.alignItemsLeft {
    align-items: left !important;
}

/*FONT*/
.fs10 {
    font-size: 10px;
}
.fs11 {
    font-size: 11px;
}
.fs12 {
    font-size: 12px;
}
.fs14 {
    font-size: 14px;
}
.fs16 {
    font-size: 16px;
}
.fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}
.fs22 {
    font-size: 22px;
}
.fs24 {
    font-size: 24px;
}
.fs26 {
    font-size: 26px;
}
.fs28 {
    font-size: 28px;
}
.fs30 {
    font-size: 30px;
}
.fs60 {
    font-size: 60px;
}

/*HEIGHTS*/
.h50 {
    height: 50px;
}
.h100 {
    height: 100px;
}
.h150 {
    height: 150px;
}
.h200 {
    height: 200px;
}
.h250 {
    height: 250px;
}
.h300 {
    height: 300px;
}
.h350 {
    height: 350px;
}
.h400 {
    height: 400px;
}
.h450 {
    height: 450px;
}
.h500 {
    height: 500px;
}
.h550 {
    height: 550px;
}
.h600 {
    height: 600px;
}
.h650 {
    height: 650px;
}
.h700 {
    height: 700px;
}
.h750 {
    height: 750px;
}
.h800 {
    height: 800px;
}
.h100v {
    height: 100vh;
}

/*WIDTHS*/
.w40 {
    width: 40px;
}
.w300 {
    width: 300px;
}
.w100v {
    width: 100vh;
}

/*PADDING*/
.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p10-0 {
	padding: 10px 0px;
}
.p15 {
    padding: 15px;
}
.p20 {
    padding: 20px;
}
.p25 {
    padding: 25px;
}
.p30 {
    padding: 30px;
}
.pb30 {
    padding-bottom: 30px;
}
.pt30 {
    padding-top: 30px;
}
.pl20 {
    padding-left: 20px;
}
.px15 {
    padding-left: 15px;
    padding-right: 15px;
}
.px30 {
    padding-left: 30px;
    padding-right: 30px;
}

/*BACKGROUNDS*/
.backGreen {
    background-color: #62be26;
}
.backBlue {
    background-color: #26a2c2;
}
.backOrange {
    background-color: #f67207;
}
.backPrimary {
    background-color: #1D2939;
}
.backBrand {
    background-color: #e30714;
}
.backWhite {
    background-color: white;
}

/*TEXTCOLOR*/
.colorPrimary {
    color: #0866C6;
}
.colorSuccess {
    color: #23BF08;
}
.colorWarning {
    color: #F49917;
}
.colorDanger {
    color: #dc3545;
}
.colorInfo {
    color: #17a2b8;
}
.colorDark {
    color: black;
}
.colorBrand {
    color: #e30714;
}
.colorWhite {
    color: white;
}

/*GENERAL*/
.borderDark {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.ls15 {
    letter-spacing: 1.5px;
}
.opacity7 {
    opacity: 0.7;
}
.rounded {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
}
.shadow {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
}
.overflowYAuto {
    overflow-y: auto;
}
.overflowXAuto {
    overflow-x: auto;
}
.overflowHidden {
    overflow: hidden;
}
