/* Site Section Fonts */
body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}
/* For section titles*/
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
h4, h6  {
  font-family: 'Roboto', sans-serif;
  font-weight: 500 !important;
}
/* For menu items */
.nav-item p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size:0.95em !important;
}
.btn-submit {
    background: #fcda00;
    background-image: linear-gradient(90deg,#fcda00 0%,#f8b019 100%);
    border: none !important;
    color: #000 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.btn-submit:hover {
    background:#f8b019 !important;
    color: #000 !important;
    font-family: "Montserrat", sans-serif;    
    font-weight: 700;	
}
.btn-cancel {
    background: #fa0000;
    background-image: linear-gradient(90deg,#fa0000 0%,#8b0303 100%);
    border: none !important;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.btn-cancel:hover { 
    color: #fff !important;
    background:#fa0000 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;    
}
.btn-add {
    background: #64b2ea;
    background-image: linear-gradient(90deg,#64b2ea 0%,#2966a1 100%);
    color: #fff;
    border: none !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.btn-add:hover {	
    background:#64b2ea !important;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;   
}
.btn-action { /* Width for View, Download and Print */
   width: 140px;   
}
.btn-photo { /* Width for the buttons of Change Photo */
    width: 200px;
}
.froboto-reg {
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
}
.froboto-med {
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
}

.fmontserrat-reg {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.fmontserrat-med {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
}

/*End Site Section Fonts */
/* For coloring the bullet from li in general info */
#ginfo ul li {
   color: #FF7700;
}

#ginfo ul li span {
   color: white;
}

/* Switch icons on hover for social media icons */

.face-icon, .inst-icon {    
    width:30px;
    height:30px;
    /*position: relative;*/
}

.facebook-icon i:nth-child(2) img {
    display: none;
}

.facebook-icon:hover i:nth-child(1) img {
    display: none;
}

.facebook-icon:hover i:nth-child(2) img {
    display: inline-block;
}

.instagram-icon i:nth-child(2) img {
    display: none;
}

.instagram-icon:hover i:nth-child(1) img {
    display: none;
}

.instagram-icon:hover i:nth-child(2) img {
    display: inline-block;
}

/* End Switch */
.fa-plus-circle, .fa-minus-circle {
    color: #FF7700 !important;
    background: linear-gradient(white,white) center /60% 64% no-repeat;
}

.fa-exclamation-circle {
    color: #FF7700 !important;
    background: linear-gradient(white,white) center /60% 64% no-repeat;
}

.fa-times-circle {
    color: #FF7700 !important;
    background: linear-gradient(white,white) center /60% 64% no-repeat;
}

.fa-exclamation-triangle {
    background: linear-gradient(white,white) center bottom/20% 80% no-repeat;
}
/* fontawesome sizing */
.fa-2xs {
    font-size: 0.625em !important;
}
.fs-mid {
    font-size: 1.1em !important;
}
.fa-xl, .fs-xl {
   font-size: 1.5em !important;
}

.fa-2xl, .fs-2xl {
   font-size: 2em !important;
}

#left .fa-circle, #right .fa-circle {
    /*color: #9E1021 !important;*/
}

.social-icons {
    position: absolute;
    bottom: 0px;
}

.follow-message {
    font-size : 0.9em;
}

.org-title {
    color: #d2d2d2;
    /*font-weight: bold;*/
}

.brand-link {
    border-bottom: 1px solid #64b2ea !important;
}
.primary-link {
    color: #007BFF !important;
    text-decoration:none !important;
}

.primary-link:hover {
   color: #0056BE !important;
   text-decoration: none !important;        
}

.info-link {
    color: #17A2B8 !important;
    text-decoration: none !important;
}

.help-link {
    color: #FFF !important;
    text-decoration: none !important;
}

.info-link:hover {
    color: #0f617d !important;
    text-decoration: none !important;
}

.iframe-responsive {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    height: 0;
}

.map-responsive {    
    height: 100%;
    width: 100%;
    position: relative;
}

/* Profile picture */
.img-profile-circle {
    border-radius: 50%;
}

/* Certificates Thumbnail */
.img-thumbnail {
    width: 180px !important;
    height: 180px !important;
    /*height: 130px !important;*/
    /*background-color: #003478 !important;
    border-color: #003478 !important;*/
}

.img-icon-size{
    width:30px;
    height:30px;
}

/* Spinner Overlay */
.spinner-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 40%;
    left: 0px;
    opacity: 1;   
}

.text-spinner {
    color: #FCDA00;    
}

.spin-border {
    text-shadow: -.5px 0 #000, 0 .5px #000, .5px 0 #000, 0 -.5px #000;
}

/*.fa-spin {
    animation-duration: 3s;*/ /* Spinner speed */
/*}*/
/* End  */
/* Stylish of the Validation Summary Error */
.valSummary ul li {
    padding-left: 0;
    list-style-type: none;
}

/* User Panel css */
[class*="sidebar-dark"] .user-panel-2 {
    border-bottom: 1px solid #64b2ea;
}

.user-panel-2 .image {
    display: inline-block;
    padding-left: 0.8rem;    
}

.user-panel-2 img {
    display: inline-block;
    width: 2.9rem;    
}

.user-panel-2 .info {
    display: inline-block;
    padding-left: 10px;
    color: #f8f9fa;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.user-panel-2 .info2 {
    display: inline-block;
    padding-left: 10px;
    color: #f8f9fa;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 0.85em;
}

.user-panel-2 .dropdown-menu {
    background-color: #003478; 
}

.user-panel-2 .dropdown-item:hover {
    background-color: #64b2ea;
    color: #001c4e;
}

.user-panel-2 .dropdown span, .d-toggle {
    cursor: pointer;    
}

#dropdownMenuButton:hover, .light-blue-hover:hover {
    color: #64b2ea !important;
}
/* Sidebar Colors */
/* Sidebar Background Color */
.main-sidebar, .navy-background {
    background-color: #001c4e !important;
}
.navbar-navy {
    background-color: #001c4e !important;
    color: #fff !important;    
}
.navbar-blue-light {
    background-color: #64b2ea !important;
    color: #001c4e !important;
}
/* Disabled option menu */
.nav-link.disabled {
    color: #6c757d !important;
}
/* Active Link nav-treeview sidebar */
[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: #1A3360; /*#001c4e;*/
    color: #64b2ea;
}
/* line bottom and top color navbar */
.main-header {
    border-bottom: 1px solid #003478; 
}
.identity-bbottom {
    border-bottom: 1px solid #001c4e !important;
}
/* footer backgroun-color */
[class*="sidebar-dark"] .sidebar-footer {
    border-top: 1px solid #64b2ea;
}
.main-footer {
    border-top: 1px solid #003478; 
}
.identity-btop {
    border-top: 1px solid #001c4e !important;
}
/* Card Body Background Color Medium Blue  */
.box-background {
    background-color: #003478; 
}
.bar-blue-color {
    background-color: #64b2ea;
}
.form-background, .card-background {
    background-color: #0E4C94;
}
.hover-nav-item {
    background-color: #1A3360;
}
/* RenderBody Background Color _Layout */
.layout-content-bgcolor {
    background-color: #003478; /*#0A3368;*/
}
/* Badge Soon for the menu */
.badge-orange {
    color: #fff;
    background-color: #FF7700;    
}
.badge {
    font-weight: 500 !important;
}
/* Background-color of input and select controls */
input, select, textarea {
    background-color:#385e93 !important; 
    border-style: none !important;
    border-radius: 0 !important;
    outline: none !important;
}

textarea:focus {  
    color: #000 !important;
    border-style: none !important;
    border-radius: 0 !important;
    outline: none !important;
}

input:enabled, select:enabled, input:disabled, textarea:enabled{ /* Set the color after set value to the input */
    color:#fff;
}
input:focus, textarea:focus  {
    background-color: #fff !important;
}

.EditContact input:disabled {  /* Style for disabled input in Edit Contact */
    background-color: #003478 !important;
    color: #64b2ea;
    border: none;
}

.Applicant input:read-only  { /* Style for readonly and disabled input in Applicant Register */
    background-color: #003478 !important;
    color: #64b2ea;
    border: none;
}

.Applicant input:disabled { /* Style for disabled input in Edit Contact */
    background-color: #385e93 !important;
    color: #fff;
    border-style: none !important;
    border-radius: 0 !important;
    outline: none !important;
}

select:focus {
    background-color: #3d5c88;
    color: #fff !important;
}
select option {
    background-color: #64b2ea;
    color:#001c4e;
}
/* Font color Navy */
.text-navy {
    color: #001c4e !important;
}

/* Font color Light-Blue */
.text-light-blue {
    color: #64b2ea !important;
}

/* Font color Medium-Blue */
.text-medium-blue {
    color: #0E4C94;
}

/* Font color Orange */
.text-orange {
    color: #FF7700;
}

/* Font color Gray disabled Items */
.text-disabled {
    color: #6c757d;
}

.background-orange {
    background-color: #FF7700;
}
/* Labels and Buttons Card */
label{
    color: #fff;
    font-weight:normal !important;
}
/* Placeholder color for the inputs */
.form-control::placeholder, textarea::placeholder {
    color: #fff;    
}

/* Corner wave image */
.corner-image {
    height: 97px;
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: .25rem;    
}
/* TAZ Logo */
.TAZLogo {
    height: 70px;
    width: 200px;
}
.TAZPoweredby {
    height: 55px;
    width: 136px;
}
/* Sidebar Active Link Color */
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #64b2ea !important;
    color: #fff !important;
}
/*Adjust text input tables stop make it responsive inside a container */
.w-break {
    word-break: break-all;
}
/*hide tr for swimmer detail (index action), note for contact*/
.hide, #note, #note2 {
 display: none;
}

/* td width for the swimmer level with icon in the heading table */
.detail-head td {
    width: 35%;
    /*border: 1px solid black;*/
}

.editswim, .editswim:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.TAZLink {
    font-size: 12px;
    color: #64b2ea;
}
.TAZLink:hover{
   color:#fff;
}

.box-text-size-middle {
   font-size: 14px;
}

.hyper-link {
   color: #64b2ea;
}

.box-link {
   font-size: 14px;
   color: #64b2ea;
}
.box-link:hover, .hyper-link:hover{
   color:#fff;
}

/* Set Tooltip Colors */
.tooltip-inner {
    background-color: #001c4e !important;
    color: #fff;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #001c4e !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #001c4e !important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #001c4e !important;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #001c4e !important;
}

.tooltip.show { /* Remove Transparency */
    opacity: 1;
}

.border-rtop {
    border-collapse: collapse; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.no-border-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.no-border-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.border-rall { /* For images */
    border-radius: 5px;
}
/* For the QrCode Overlay */

.td-container {
    position: relative;    
}

.img-overlay{
    width:40px;
    height:40px;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
    font-size: 18px;
    font-size: 18px;
    color: #FF7700;
}

.td-container:hover .img-overlay {    
    opacity: 0.3;
}

.td-container:hover .middle {
    opacity: 1;
}

.radius-bottom-none {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.radius-bottom-set {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
/* PDF Invoice PrintInvoice */
.bg-navy {
    background-color: #001c4e;
}

.bg-gray {
    background: #c2c2c2;
}

.bg-header {
    background: #a9a9a9;
}

.text-white {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
}

.text-dark {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
}

.blue-border-top {
    border-top: 1px solid #64b2ea;
}

/* Separator Orange Horizontal */
.separator {
    display: flex;
    align-items: center;
    clear: both;
    position: relative;
    z-index: 11;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 30px;
}

.separator-border.sep-solid, .separator.sep-solid {
    border-bottom-style: solid;
    border-top-style: solid;
}

.separator-border.sep-single, .separator.sep-single {
    height: auto;
    border-top-width: 1px;
    border-bottom-width: 0;
}

.separator .separator-border {
    flex-grow: 2;
    border: 0 solid #e7e6e6;
    border-color: #ff7700;
    border-top-width: 3px;
}

.calendar-legend {
    font-size: 0.90em;
}

/* End Separator Horizontal */
/* Divider Vertical */
.divider {
    border-left: 3px solid #ff7700;
    height: 20px;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;    
}

.title-divider {
    border-left: 3px solid #ff7700;
    height: 1.8rem;
    margin-left: 8px;
    margin-right: 8px;
}

.link-valign {
    vertical-align: 20%;
}
/* End Divider Vertical */
/* Row Selection on LessonSchedule Options */
.row-selected {
    background-color: #64b2ea !important;
    color: #001c4e !important;
}

.row-unselected {
    background-color: #003478 !important;
    color: #fff !important;
}
/* End row Selection */

/* QrCode Style in My Dashboard with Background Image */
.id-card {
    height: 700px;
    width: 400px;
    background: white;
    margin: 10px 10px 10px 10px;
    display: inline-block;
    background: url("/images/IDCard_WithLogo.png");    
    background-repeat: no-repeat;
    background-size: cover;
}

.card-name {
    margin-top: 260px;
    height: 60px;
    width: 400px;
    color: black;
    text-align: center;
    font-size: x-large;
}

.card-code {
    margin-top: 40px;
    width: 400px;
    color: black;
    text-align: center;
}

.hiddenDiv {    
    width: 0;
    height: 0;
    overflow: hidden;
}

.borderWhite {
    border: 5px solid #fff;   
}

.borderBlack {
    border: 5px solid #000;
    background-color: #fff;
}

#qrCode:hover { /* Set the pinter to the anchor */
   cursor: pointer;
}
/* End QrCode Styles */   

/* For tables with scrollbar */
.box-scroll { /* My Dashboard */
    overflow: auto;
    min-height: 100px;
    max-height: 100px;
}

.box-scroll2, box-scroll3 { /* My Dashboard */
    overflow: auto;    
}

.box-scroll4 { /* Add Days and Change from Schedule Request */
    overflow: auto;
    min-height: 115px;
    max-height: 115px;
}

.box-height {
    min-height: 35px;
    max-height: 35px;
}

.box-height1 {
    min-height: 40px;
    max-height: 40px;
}

.box-height2 {
    min-height: 80px;
    max-height: 80px;
}

.box-height3 {
    min-height: 120px;
    max-height: 120px;
}

.box-height4 {
    min-height: 135px;
    max-height: 135px;
}

.box-scroll::-webkit-scrollbar, .box-scroll2::-webkit-scrollbar, .box-scroll4::-webkit-scrollbar { /* color of the scrollbar */
    width: 5px;
    background-color: #0E4C94;
}

.box-scroll::-webkit-scrollbar-track, .box-scroll2::-webkit-scrollbar-track, .box-scroll4::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(104, 140, 240, 0.3);
}

.box-scroll::-webkit-scrollbar-thumb, .box-scroll2::-webkit-scrollbar-thumb, .box-scroll4::-webkit-scrollbar-thumb { /* color of the moving bar */
    background-color: #64B0E8;
    /*outline: 1px solid #001C4E;*/
    border-radius: 2px;
}

.box-width{ /*  Require Add Days */
    width:75%;
}

.box-width2 { /*  Require Change Days */
    width: 50%;
}

.width-lg {
    width:50%;
}