/* Type Styles */
p, h1, h2, h3, h4, h5, h6 {letter-spacing: .02em !important;}
p {font-size: 1em;font-weight: 300 !important;}
h1 {font-size: 2.1em !important;}
h2 {font-size: 1.6em !important;}
.white-bg-light {color: #44C8F5;font-weight: 300;background: #ffffff;padding:15px;}
.white-bg-bold {
	color: #44C8F5 !important;
	font-weight: 500 !important;
	background: #ffffff !important;
	/*padding:15px !important;*/
	font-family: 'Rubik', sans-serif !important;
}

.blue-bg-light {color: #ffffff;font-weight: 300;background: #44C8F5;padding:15px;}
.blue-bg-bold {color: #ffffff;font-weight: 500;background: #44C8F5;padding:15px;}
/* Table Styles */
table {border-collapse: collapse !important;}
.tWrap th, .tWrap td {border: 1px solid #ffffff !important;}
#blue-top-row {background-color: #44C8F5;color:#ffffff;font-weight: 500;}
.tWrap .dark-blue-top-row th, .dark-blue-top-row div {
	background-color: #44C8F5 !important;
	color:#ffffff !important;
	font-weight: 500 !important;
}
.tWrap .dark-blue-top-row th, .dark-blue-top-row div {
	border: 1px solid #ffffff !important;
}

#white-top-row {background-color: #ffffff;color:#44C8F5;font-weight: 500;}
#blue-dark-row {background-color: #c7effc;color:#222222;}
#blue-light-row, .blue-light-row {background-color: #edfafe !important;color:#222222 !important;}
.tWrap td, .tWrap th {
	font-size: 12px !important;
	padding-left:10px !important;
	padding-right:10px !important;
	padding-top:7px !important;
	padding-bottom:5px !important;
}
.tWrap__body td {
    /*background-color: #ffffff !important;*/
    color: #333333 !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #eaeaea !important;
}

.button-blue-sm a {
    font-size: .8em;
    color: #fff !important;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    //display: inline-block;
    text-align: center;
    background-color: #44C8F5;
    border: 1px solid #44C8F5;
    border-radius: 3px;
    text-decoration: none;
	font-family: 'Rubik', sans-serif !important;
	cursor: pointer;
}

.button-gray-sm a {
    font-size: .8em;
    color: #fff !important;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    //display: inline-block;
    text-align: center;
    background-color: #A7B7CC ;
    border: 1px solid #A7B7CC ;
    border-radius: 3px;
    text-decoration: none;
	font-family: 'Rubik', sans-serif !important;
	cursor: pointer;
}

.button-blue-sm a:hover { COLOR: fff; TEXT-DECORATION: none; font-weight: none }

.dropdown, .dropup {
    position: relative;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.api-dropdown-white {
    color: #333333!important;
    background-color: #ffffff!important;
    border-color: #ffffff!important;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-menu {
    color: #333333;
    margin: 0;
    padding: 0.75em 0;
    font-size: 14px!important;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,0.25);
    border-radius: 0px!important;
    padding-left: 0em!important;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}

.containeri input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

containeri input:checked ~ .checkmark-blue {
    background-color: #44C8F5;
    border: 2px solid #44C8F5;
	border-color: #44C8F5 !important;
}

containeri input:checked ~ .checkmark-gray {
    background-color: #d7d7d7;
    border: 2px solid #d7d7d7;
	border-color: #d7d7d7 !important;
}

.checkmark-blue {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #44C8F5;
    border: 2px solid #44C8F5;
	border-color: #44C8F5 !important;
    border-radius: 4px;
}

.checkmark-gray {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #d7d7d7;
    border: 2px solid #d7d7d7;
	border-color: #d7d7d7 !important;
    border-radius: 4px;
}

.containeri {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}
.containeri {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}
.containeri {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}
label {
    color: #222222;
    line-height: 1.5em;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
}
label {
    color: #222222;
    font-size: 1em;
}

.containeri input:checked ~ .checkmark-blue:after {
    display: block;
}
.containeri input:checked ~ .checkmark-gray:after {
    display: block;
}
.containeri .checkmark-blue:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark-blue:after {
    content: "";
    position: absolute;
    display: none;
}

.containeri .checkmark-gray:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark-gray:after {
    content: "";
    position: absolute;
    display: none;
}

#white-row, .white-row {
    background-color: #ffffff !important;
    color: #333333 !important;
    font-weight: 500 !important;
	border: none !important;
}