﻿/*****************************************************************/
/** Fonts
 /*****************************************************************/
@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSans.otf');
}
@font-face {
    font-family: 'GillSansBold';
    src: url('../fonts/GillSansBold.otf');
}
@font-face {
    font-family: 'GillSansLight';
    src: url('../fonts/GillSansLight.otf');
}
@font-face {
    font-family: 'GillSansMedium';
    src: url('../fonts/GillSansMedium.otf');
}
h1 {
    font-weight: 400;
    color: #000;
}
h2 {
    font-weight: 300;
    color: #000;
}
textarea {
    border: 1px solid #e5e6e7;
    background-color: #FFFFFF;
    background-image: none;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
textarea:focus {
    border-color: #1ab394;
}
/*****************************************************************/
/** Panels
 /*****************************************************************/
.panel-cookies {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color:#fff;
    display: block;
    left: 0;
    min-height: 50px;
    padding: 10px;
    position:fixed;
    right: 0;
    text-align:center;
    width:100%;
    z-index:99999;
}
.panel-silver {
    background-color: rgb(230, 234, 240);
    padding: 10px;
    border: none;
}
.panel-blue {
    background-color: rgba(136, 197, 252, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 5px;
}
.panel-blue-01 {
    background-color: #cce5ff;
}
.panel-blue-02 {
    background-color: rgba(136, 197, 252, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 5px;
    margin: 15px;
}
.panel-families {
    background-color: rgba(136, 197, 252, 0.16);
    min-height: 400px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
}
.min-vh-20 {
    min-height: 20vh !important;
}
.min-vh-50 {
    min-height: 50vh !important;
}
.panel-owl {
    background-color: rgb(230, 234, 240);
    border-top: 5px;
    border-color: rgb(67, 67, 67);
}
/*****************************************************************/
/** Buttons
 /*****************************************************************/
.button-00 {
    background-color: #28a745;
    border-color: #28a745;
}
.button-00:hover,
.button-00:focus,
.button-00.focus {
    background-color: #333;
    color: #FFFFFF;
}
.button-01 {
    background-color: #0884A2;
    border-color: #0884A2;
    color: #fff;
}
.button-00:hover,
.button-00:focus,
.button-00.focus {
    background-color: #333;
    color: #FFFFFF;
}
.button-03 {
    -webkit-transition: all ease-in-out 300ms;
    cursor: pointer;
    background: #0884A2;
    border-radius: 5px;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    min-width: 80px;
    padding: 3px 3px;
    text-align: center;
    transition: all ease-in-out 300ms;
}
.button-03:hover {
    -webkit-transform: translate(0px, -10px) scale(1.2);
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -2px) scale(1.0);
    background: #333;
    color: #fff;
    text-decoration: none;
}
/*****************************************************************/
/** Color
 /*****************************************************************/
.primary-color {
    color: #0884A2;
}
.second-color {
    color: #28a745;
}
.third-color {
    color: #E9E9E9;
    font-size: 16px;
}
.white-text {
    color: white;
}
.line_selected {
    background-color: rgba(120, 233, 230, 0.48);
}
/*****************************************************************/
/** Input
 /*****************************************************************/
.input-00 {
    border-color: #28a745;
}
/*****************************************************************/
/** Lines
 /*****************************************************************/
hr.style1 {
    margin: 0;
    padding: 0;
    border-top: 1px dashed #8c8b8b;
}
/*****************************************************************/
/** Field Text
 /*****************************************************************/
.form-flo {
    padding: 0;
}
.single-line-daterange {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    height: 31px;
}
/*****************************************************************/
/** Table
 /*****************************************************************/
.table-p-0  td, .table-p-0 th {
    padding: 0;
    border: none;
    font-size: 10px;
}
/*****************************************************************/
/** Texts
 /*****************************************************************/
.text-13  {
    font-size: 13px;
}
.text-14  {
    font-size: 14px;
}
.text-color-primary {
    color: #007E92;
}
.text-access {
    margin-top: 5px;
}
.has-danger {
    color: rgba(207, 47, 27, 0.83);
}
.text-title-00 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
}
.text-title-01 {
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
}
/*****************************************************************/
/** Lists
 /*****************************************************************/
.list-unstyled p {
    padding-left: 0;
    list-style: none;
    color: #007E92;
}
/*****************************************************************/
/** custom div
 /*****************************************************************/
#header,
#topMain.nav-pills>li,
#topNav div.submenu-dark ul.dropdown-menu {
    background-color: #0884A2;
    z-index: 99;
}
#topBar {
    background-color:#272D3D !important;
}
#topNav ul.dropdown-menu {
    border-top-color:#179BD7 !important;
}
#topNav button.btn-mobile {
    color:#fff;
}

/* menu & topbar links color */
#topBar ul.text-access li.text-access>a,
#topBar ul.top-links li.text-welcome,
#topBar ul.top-links>li>a,
#header ul.nav-second-main li>a,
#topMain.nav-pills>li>a {
    color:#fff !important;
}

/* footer */
#footer {
    background: #24293a;
    background: -moz-linear-gradient(top, #1a1d2b 0%, #2e3648 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #2e3648));
    background: -webkit-linear-gradient(top, #1a1d2b 0%, #2e3648 100%);
    background: -o-linear-gradient(top, #1a1d2b 0%, #2e3648 100%);
    background: -ms-linear-gradient(top, #1a1d2b 0%, #2e3648 100%);
    background: linear-gradient(to bottom, #1a1d2b 0%,#2e3648 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1d2b', endColorstr='#2e3648',GradientType=0 );
}
.panel-min-height-400{
    min-height: 400px;
}
.text-courses-sumary-foot{
    background: #24293a;
    color:#ffffff;
    text-align: left;
    align-items: flex-start;
}
.text-courses-foot{
    text-align: left;
    align-items: flex-start;
}
.panel-min-height-75{
    position: relative;
    height: 75px;
    margin-top: 30px;
    bottom: 1px;
}
.panel-min-height-80{
    position: relative;
    height: 80px;
}
.panel-min-height-100{
    position: relative;
    height: 100px;
}

.p-t-15 {
    padding-top: 15px;
}
.panel-00 {
    background-color: #f8ac59;
}
/*****************************************************************/
/** Toastr custom style
 /*****************************************************************/
#toast-container > div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}
#toast-container > :hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
.toast {
    background-color: #1ab394;
}
.toast-success {
    background-color: #1ab394;
}
.toast-error {
    background-color: #ed5565;
}
.toast-info {
    background-color: #23c6c8;
}
.toast-warning {
    background-color: #f8ac59;
}
.toast-top-full-width {
    margin-top: 20px;
}
.toast-bottom-full-width {
    margin-bottom: 20px;
}
/*****************************************************************/
/** Breadcrumb
 /*****************************************************************/
.breadcrumb {
    background-color: white;
}
/*****************************************************************/
/** Checkbox
 /*****************************************************************/
.checkbox_small {
    font-size: 14px;
    font-weight: 400;
}
