﻿@charset "utf-8";
/* CSS Document */


/* Fonts Styles -------------------------------------------------------------- */
.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.customtitle {
    font-family: "Trebuchet MS", 'Exo', 'Roboto', sans-serif, verdana, 'Coustard', !important;
    font-size: 1.4em;
    text-shadow: 0px 1px 1px #cccccc;
    -webkit-text-shadow: 0px 1px 1px #cccccc;
    -moz-text-shadow: 0px 1px 1px #cccccc;
}

.font-special {
    font-family: 'Roboto', "Lucida Sans Unicode", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif, !important;
}

.font-special-title {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, "Trebuchet MS", 'Exo', 'Roboto', sans-serif, verdana, 'Coustard', !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px !important;
    font-weight: 700;
    /* text-transform: uppercase; */
    margin-top: 7px;
    margin-bottom: 0px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 10px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.modal-dialog {
    z-index: 9999 !important;
}

.radius-1 {
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
}

.radius-2 {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.radius-3 {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.radius-3-bottom {
    -webkit-border-radius: 0 0 3px 3px !important;
    border-radius: 0 0 3px 3px !important;
}

.radius-5 {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.radius-5-bottom {
    -webkit-border-radius: 0 0 5px 5px !important;
    border-radius: 0 0 5px 5px !important;
}

.radius-10 {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.radius-45 {
    -webkit-border-radius: 45px !important;
    -moz-border-radius: 45px !important;
    border-radius: 45px !important;
}

.radius-450 {
    -webkit-border-radius: 450px !important;
    -moz-border-radius: 450px !important;
    border-radius: 450px !important;
}

.red {
    color: #d9534f !important;
}

.red-true {
    color: #FF0000 !important;
}

.black {
    color: #000000 !important;
}

.yellow {
    color: #FFCC66 !important;
}

.gray {
    color: #444 !important;
}

.gray-light {
    color: #999 !important;
}

.white {
    color: #fff !important;
}

.green {
    color: #68B84E !important;
}

.dark {
    color: #2a3942 !important;
}

.blue {
    color: #0088cc !important;
}

.orange {
    color: #ffb752 !important;
}

.purple {
    color: #7e4894 !important;
}

.blue-light {
    color: #99bfe6 !important;
}

.dark {
    color: #2a3942 !important;
}

.white-back {
    background-color: #ffffff !important;
}

.red-back {
    background-color: ##c9302c !important;
    color: #FFFFFF;
}

.red-back-true {
    background-color: #FF0000 !important;
}

.purple-back {
    background-color: #7e4894 !important;
    color: #FFFFFF;
}

.black-back {
    background-color: #000000 !important;
    color: #FFFFFF;
}

.dark-back {
    background-color: #2a3942 !important;
    color: #FFFFFF;
}

.yellow-back {
    background-color: #F2EEE6 !important;
}

.yellow-back2 {
    background-color: #FFCC66 !important;
}

.yel-back {
    background-color: #FFCC66 !important; /* color: #FFFFFF;*/
}

.gray-back {
    background-color: #999999 !important;
}

.gray-pale-back {
    background-color: #F3F4F5 !important;
}

.green-back {
    background-color: #84d877 !important;
    color: #FFFFFF;
}

.blue-back {
    background-color: #0088cc !important;
    color: #FFFFFF !important;
}

.blue-back-cert {
    background-color: #BDDDEC !important;
}

.blue-back:hover {
    color: #DAE3E9 !important;
    text-decoration: none !important;
}

.blue-back a {
    color: #FFFFFF !important;
}

    .blue-back a:hover {
        color: #CCCCCC !important;
        text-decoration: none !important;
    }

.orange-back {
    background-color: #ef4f30 !important;
    color: #FFFFFF;
}

.blue-back-light {
    background-color:: #99bfe6;
    !important;
}
/* Tables & Borders  -------------------------------------------------------------- */
.pointer {
    cursor: pointer;
}

.box-shadow {
    /* -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
 -moz-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.2);
 box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);*/
    -webkit-box-shadow: 1px 1px 3px 1px #CFCFCF;
    box-shadow: 1px 1px 3px 1px #CFCFCF;
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.no-border {
    border: none !important;
}

.border-lr {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #D6D6D6;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D6D6D6;
    border-top-style: none;
    border-bottom-style: none;
}

.border-tb {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #D6D6D6;
    border-bottom-color: #D6D6D6;
    border-right-style: none;
    border-left-style: none;
}

.borderleft {
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #D6D6D6;
    padding-left: 10px;
}

.borderright {
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #D6D6D6;
    padding-right: 10px;
}

.bordertop {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #D6D6D6;
    padding-top: 10px;
}

.bordertop-solid {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #D6D6D6;
    padding-top: 10px;
}

.borderbottom {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #D6D6D6;
    padding-bottom: 10px;
}

blockquote {
    padding: 0px 20px;
    margin: 0 0 20px;
    font-size: inherit;
    border-left: 3px solid #eee;
}

.do-border {
    border: 1px solid #D6D6D6;
}

.border-0 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.border-none {
    border: none !important;
}

.border-pink {
    border: 15px solid #d9d0da;
    padding: 10px;
}

.border-pink-bottom {
    position: relative;
    z-index: 1;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 100px 0 100px;
    border-color: #d9d0da transparent transparent transparent;
    margin-top: -5px;
    margin-left: 45px;
}

.border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dedede;
    padding-left: 10px;
}

.border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dedede;
    padding-right: 10px;
}

.border-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dedede;
    padding-top: 10px;
}

.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    padding-bottom: 10px;
}

.border-bottom-left {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #2a3942;
    padding-bottom: 10px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #2a3942;
}

.border-bottom-right {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #2a3942;
    padding-bottom: 10px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #2a3942;
}

.border-left-dotted {
    border-left-width: 2px;
    border-left-style: dotted;
    border-left-color: #688B9F;
    padding-left: 10px;
}

.border-right-dotted {
    border-right-width: 2px;
    border-right-style: dotted;
    border-right-color: #688B9F;
    padding-right: 10px;
}

.border-top-dotted {
    border-top-width: 2px;
    border-top-style: dotted;
    border-top-color: #688B9F;
    padding-top: 10px;
}

.border-bottom-dotted {
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #688B9F;
    padding-bottom: 10px;
}

.min-height-50px {
    min-height: 50px;
}

.min-height-60px {
    min-height: 60px;
}

.min-height-75px {
    min-height: 75px;
}

.min-height-100px {
    min-height: 100px;
}

.min-height-110px {
    min-height: 110px;
}

.min-height-150px {
    min-height: 150px;
}

.min-height-170px {
    min-height: 170px;
}

.min-height-200px {
    min-height: 200px;
}

.min-height-220px {
    min-height: 220px;
}

.min-height-250px {
    min-height: 250px;
}

.min-height-300px {
    min-height: 300px;
}

.min-height-350px {
    min-height: 350px;
}

.min-height-400px {
    min-height: 400px;
}

.min-height-450px {
    min-height: 450px;
}

.max-height-200px {
    max-height: 200px;
}
/* Paddings & Positions -------------------------------------------------------------- */
.padding-20 {
    padding: 20px !important;
}

.padding-45 {
    padding: 45px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-2 {
    padding: 2px !important;
}

.padding-3 {
    padding: 3px !important;
}

.padding-0 {
    padding: 0px !important;
}

.padding-lr {
    padding-top: 0px !important;
    padding-right: 5px !important;
    padding-bottom: 0px !important;
    padding-left: 5px !important;
}

.padding-lr-10 {
    padding-top: 0px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 10px !important;
}

.padding-lr-15 {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
}

.padding-lr-20 {
    padding-top: 0px;
    padding-right: 20px !important;
    padding-bottom: 0px;
    padding-left: 20px !important;
}

.padding-tb {
    padding-top: 5px !important;
    padding-right: 0px !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
}

.padding-tb-5 {
    padding-top: 5px !important;
    padding-right: 0px !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
}

.padding-tb-10 {
    padding-top: 10px !important;
    padding-right: 0px !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
}

.padding-tb-20 {
    padding-top: 20px !important;
    padding-right: 0px;
    padding-bottom: 20px !important;
    padding-left: 0px;
}

.padding-tb-25 {
    padding-top: 25px !important;
    padding-right: 0px;
    padding-bottom: 25px !important;
    padding-left: 0px;
}

.padding-tb-30 {
    padding-top: 30px !important;
    padding-right: 0px;
    padding-bottom: 30px !important;
    padding-left: 0px;
}

.padding-l-10 {
    padding-top: 0px !important;
    padding-right: 0px;
    padding-bottom: 0px !important;
    padding-left: 10px !important;
}

.padding-l-20 {
    padding-left: 20px !important;
}

.padding-l-40 {
    padding-left: 40px !important;
}

.margin-r-10 {
    margin-top: 0px !important;
    margin-right: 10px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.margin-l-10 {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 10px !important;
}

.margin-0 {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.margin-5 {
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
}

.margin-10 {
    margin-top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}

.margin-l-10 {
    margin-top: 0px !important;
    margin-right: 0px;
    margin-bottom: 0px !important;
    margin-left: 10px !important;
}

.margin-tb {
    margin-top: 5px !important;
    margin-right: 0px !important;
    margin-bottom: 5px !important;
    margin-left: 0px !important;
}

.margin-tb-5 {
    margin-top: 5px !important;
    margin-right: 0px !important;
    margin-bottom: 5px !important;
    margin-left: 0px !important;
}

.margin-tb-10 {
    margin-top: 10px !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
}

.margin-tb-20 {
    margin-top: 20px !important;
    margin-right: 0px;
    margin-bottom: 20px !important;
    margin-left: 0px;
}

.margin-top-10 {
    margin-top: 10px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.square-80 {
    height: 80px;
    width: 80px;
}

.square-100 {
    height: 100x;
    width: 100px;
}

.square-120 {
    height: 120x;
    width: 120px;
}

.square-140 {
    height: 140x;
    width: 140px;
}

.width-200 {
    width: 200px;
}

.width-100 {
    width: 100px;
}

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

html {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 800;
    color: inherit;
}

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

body {
    font-family: "Lucida Sans Unicode", "Trebuchet MS", 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
    margin-top: 0px;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.bg {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}

body [class*="icon-"] {
    margin-right: 5px;
    min-width: 10px;
    /* font-size: 100%;*/
    margin-left: 5px;
}

body img {
    /*display: block;
 max-width: 100%;
 height: auto;*/
}

#tableresult {
}
/* Alignment -------------------------------------------------------------- */
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.pull-right {
    float: right !important;
}
/* Images  -------------------------------------------------------------- */

.atfcp-navbar-header {
    /*   background-image: url(../img/atfcp-logo-backline.png);
	background-repeat: repeat-x;
	background-position: top;   */
}
/* .atfcp-navbar-header:after {
    position: absolute;
    top: 38px !important;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #88c03d;
} */

.logo-right {
    height: 55px !important;
    width: auto;
    float: right !important;
    border: none !important;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 3px !important;
    margin-bottom: 7px !important;
    margin-left: 10px;
    margin-right: 0px;
    padding-right: 0px;
    background-color: #fafafa;
}

.logo {
    height: 55px !important;
    width: auto;
    float: left !important;
    border: none !important;
    padding-top: 1px;
    padding-left: 10px;
    padding-bottom: 1px;
    margin-top: 3px !important;
    margin-bottom: 7px !important;
    margin-left: 0px;
    margin-right: 10px;
    background-color: #fafafa;
}

    .logo a {
        border: none;
        float: left !important;
    }

@media (max-width: 768px) {
    /*     .logo {
        height: 55px !important;
        width: auto;
        float: left;
        border: none !important;
        margin-left: 5px;
        margin-top: 3px !important;
    }
 */
    .nav > li {
        display: inline !important;
    }
}

}

/* Images End -------------------------------------------------------------- */

/* Architecture -------------------------------------------------------------- */



/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }

    .breadcrumb {
        display: none;
    }

    .modal-dialog {
        width: 99%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .container {
        width: 100%;
    }

    .modal-dialog {
        width: 85%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .modal-short {
        width: 550px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 100%;
    }

    .modal-dialog {
        width: 60%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .modal-short {
        width: 550px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

[class*="col-"] {
    /*padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;*/
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
}

.modal-content {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    min-widht: 80% !important;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 5px !important;
}

.modal-header {
    -webkit-border-top-left-radius: 3px !important;
    -webkit-border-top-right-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-topright: 3px !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    background-color: #6699CC;
    padding-top: 5px !important;
    padding-right: 15px !important;
    padding-bottom: 5px !important;
    padding-left: 20px !important;
}

.modal-dialog {
    min-height: 80% z-index: 9999 !important;
}
/* 20230420 mmd - commented
.modal span {
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: -10px;
}*/

.badge {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.do-square {
    margin: 5px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 10px;
    color: #000000;
}

.do-circle {
    margin: 5px !important;
    -webkit-border-radius: 90px !important;
    -moz-border-radius: 90px !important;
    border-radius: 90px !important;
}

.do-circle-90 {
    margin: 5px !important;
    -webkit-border-radius: 90px !important;
    -moz-border-radius: 90px !important;
    border-radius: 90px !important;
    /* height: 90px !important;
 width: 90px !important;*/
    text-align: center;
    vertical-align: middle; /* padding-top:25%;*/
}

.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.widget-main .tab-content {
    border: 1px !important;
}

.tab-content {
    padding-left: 0;
    padding-top: 5px;
    padding-right: 0;
    border: 1px solid #D6D6D6 !important;
}

.tab-pane {
    padding: 5px;
}

.img-fix {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-center {
    display: block;
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
}

.bigger-160-percent {
    font-size: 160%;
}

.bigger-200-percent {
    font-size: 200%;
}

.bigger-300-percent {
    font-size: 300%;
}

.bigger-400-percent {
    font-size: 400%;
}

.bigger-500-percent {
    font-size: 500%;
}

.bigger-600-percent {
    font-size: 600%;
}

.bigger-700-percent {
    font-size: 700%;
}

.bigger-800-percent {
    font-size: 800%;
}

.bigger-900-percent {
    font-size: 900%;
}

.alert {
    padding: 15px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}
/* .alert-info {
    padding: 15px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
    z-index: 99999999 !important;
} */

.popover {
    max-width: 500px !important;
    min-width: 200px;
    z-index: 99999999 !important;
}

.object-over {
    position: relative;
    z-index: 2;
}

.object-under {
    position: absolute;
    z-index: 1;
}

.tab-content iframe {
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
}

.screen-title {
    font-family: 'Roboto', 'Exo', sans-serif, verdana, "Trebuchet MS";
    font-size: 1.1em;
    /* text-transform: uppercase;*/
    float: left;
    vertical-align: middle !important;
    color: #000000;
}

    .screen-title .badge {
        font-size: 0.8em !important;
        padding: 5px !important;
    }

.row {
    margin-right: 0px;
    margin-left: 0px; /*  display: flex !important; */
}

.atfcp-adrkgreen-back {
    background-color: #215d64;
}

    .atfcp-adrkgreen-back td {
        vertical-align: middle !important;
        padding: 5px;
    }

#useraccountzone {
    margin-right: 20px;
    margin-top: 10px;
}

.itf-blue-back {
    background-color: #428bca; /*max-height:60px;*/
}

.course-title {
    font-family: 'Roboto', "Lucida Sans Unicode", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding-left: 10px;
}

#sticker {
    z-index: 8888888;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
    border-top-width: 5px;
    border-right-width: 0;
    border-bottom-width: 5px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    padding: 0px;
    background-color: #428bca;
    min-height: 50px;
    margin-bottom: 10px !important;
    margin-top: 0px;
    width: 100%;
}

    #sticker a {
        font-size: 12px;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
}

#sticker i {
    font-size: 22px;
}

.dropdown-menu i {
    font-size: 16px !important;
}

.myccount-dropdown-menu i {
    font-size: 12px !important;
    margin-left: 0px;
    margin-right: 5px;
    border-right: solid 1px #dedede;
    padding-right: 0px;
    width: 20px;
}

.popover {
    z-index: 101010101010 !important; /* A value higher than 1010 that solves the problem */
}

.hachiko_original_element {
    z-index: 112;
}

.screen-player {
    height: 40px !important;
}

.tabs-top {
    padding-top: 0px;
}

#lesson-screens-trigger {
    margin-top: -1px;
    margin-right: 1px;
}

.modal {
    z-index: 9999999 !important;
}


/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0; /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fade-in.one {
        -webkit-animation-delay: 0.7s;
        -moz-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .fade-in.two {
        -webkit-animation-delay: 1.2s;
        -moz-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }

    .fade-in.three {
        -webkit-animation-delay: 1.6s;
        -moz-animation-delay: 1.6s;
        animation-delay: 1.6s;
    }

    .fade-in.four {
        -webkit-animation-delay: 4.4s;
        -moz-animation-delay: 4.4s;
        animation-delay: 4.4s;
    }

.alpha-0 {
    filter: alpha(opacity=0);
    filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.alpha-10 {
    filter: alpha(opacity=10);
    filter: "alpha(opacity=10)";
    -khtml-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
}

.alpha-20 {
    filter: alpha(opacity=20);
    filter: "alpha(opacity=20)";
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.alpha-30 {
    filter: alpha(opacity=30);
    filter: "alpha(opacity=30)";
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.alpha-40 {
    filter: alpha(opacity=40);
    filter: "alpha(opacity=40)";
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.alpha-50 {
    filter: alpha(opacity=50);
    filter: "alpha(opacity=50)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.alpha-60 {
    filter: alpha(opacity=60);
    filter: "alpha(opacity=60)";
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.alpha-70 {
    filter: alpha(opacity=70);
    filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    ;
}

.alpha-80 {
    filter: alpha(opacity=80);
    filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.parent {
    display: table;
}

.child {
    display: table-cell;
    vertical-align: middle;
}

.block-title {
    padding-left: 20px;
    display: block;
}

@media only screen and (max-width:991px) {
    .sidebar:before { /*display: none*/
    }

    .sidebar {
        display: none;
        float: none;
        position: absolute;
        z-index: 999;
        left: 0;
        bottom: auto;
        top: auto !important;
        margin-top: 0px;
        border: 1px solid #CCC;
        border-left-width: 0;
        box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
    }

        .sidebar.display {
            display: block
        }

    .menu-toggler {
        display: inline-block;
        position: relative;
        left: 0;
        z-index: 998;
        width: 25px !important;
        height: 25px !important;
        line-height: normal;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #CCC;
        color: #f3f3f3;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        padding: 3px;
        margin-top: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        float: left;
        border: 3px solid #D6D6D6;
    }

        .menu-toggler:hover {
            text-decoration: none
        }

        .menu-toggler:before {
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            height: 2px;
            width: 24px;
            content: "";
            position: absolute;
            z-index: 11;
            top: 13px;
            left: 4px;
            -webkit-transition: all .1s ease;
            transition: all .1s ease;
            -o-transition: none;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box
        }

        .menu-toggler:after {
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            content: "";
            height: 2px;
            width: 24px;
            position: absolute;
            top: 19px;
            left: 4px;
            -webkit-transition: all .1s ease;
            transition: all .1s ease;
            -o-transition: none;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box
        }

        .menu-toggler.display:before {
            height: 4px;
            top: 8px;
            border-width: 2px
        }

        .menu-toggler.display:after {
            height: 4px;
            top: 20px;
            border-width: 2px
        }

        .menu-toggler > .menu-text {
            display: none !important;
            position: absolute;
            bottom: -18px;
            left: 0;
            border: 1px solid transparent;
            border-width: 9px 42px;
            border-top-color: #444
        }

            .menu-toggler > .menu-text:after {
                display: none !important;
                color: #FFF;
                content: "MENU";
                position: absolute;
                left: -8px;
                top: -41px
            }

    .nav-list > li.active:after {
        display: none
    }

    .nav-list li.active > a:after {
        display: none
    }

    .nav-list li.active.open > .submenu > li.active > a:after {
        display: none
    }

    .menu-min .nav-list > li.active:after {
        display: block
    }

    .menu-min .nav-list > li.active > a:after {
        display: block
    }
}

.adminFrame {
    width: 100%;
    height: 800px;
    border: none;
}
/* 20191018 mmd - compact */
div label .csCompact [class*="col-"] {
    padding-top: 0px;
    padding-bottom: 0px;
}

.table .csCompact > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
}
/* 20191029 mmd*/
select text .form-control {
    padding: 0px 2px;
    height: 24px;
}

.widget-box.csCompact {
    margin: 1px 0;
}

.form-group.csCompact {
    margin-bottom: 0px;
    text-align: left;
}

select.form-control {
    padding: 4px 6px;
    height: 34px;
    float: left !important;
}
/* 20240828 mmd - commented, interferes with checkbox labels
label {
    margin-bottom: 0px;
    width: 100%;
    font-size: 12px;
}
*/

/* 20191030 mmd - remove 100% width setting on search filter field */
.dataTables_filter .form-control {
    width: unset;
}
/* 20191106 mmd - show red asterisk after label of required field */
.form-group.required label:after {
    color: red;
    content: "*";
    margin-left: 4px;
    top: 4px;
}
/* 20191107 mmd - allow for strikethrough on datatable row */
tr.strikethrough {
    text-decoration: line-through;
}

td.strikethrough {
    text-decoration: line-through;
}

.preview-order-form .container {
    color: #4c4c4c;
    padding: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

input[type="checkbox"] {
    padding: 10px;
}
/* mmd - arrow image in table cell, rotate down when clicked. Used for showing expanded data. */
.dataTables_wrapper table.dataTable td img {
    transition-duration: 0.5s;
    height: 22px;
    width: auto;
    margin-top: -4px;
    margin-bottom: 5px;
}

    .dataTables_wrapper table.dataTable td img.rotate-down {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }

    .dataTables_wrapper table.dataTable td img.rotate-up {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }

#divAddNewAllocation {
    margin-top: 30px !important;
}

    #divAddNewAllocation table tr td {
        vertical-align: bottom;
    }

        #divAddNewAllocation table tr td label {
            vertical-align: bottom;
        }

.table-nopadding {
    padding: 0px !important;
}

    .table-nopadding td {
        padding: 0px !important;
    }

#futher_details td {
}

.form-inline .form-control {
    display: inline-block;
    width: 100% !important;
    vertical-align: middle;
    margin-left: 0px;
}

a {
    cursor: pointer;
}

#spanHeadline {
}
/*----------step-wizard------------*/
.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}
/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}

.signup-step-container {
    padding: 150px 0px;
    padding-bottom: 60px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    margin-top: 5px;
    margin-left: 10px;
}

.wizard > div.wizard-inner {
    position: relative;
}

.wizard input[type="radio"], input[type="checkbox"] {
    margin: 1px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.wizard label {
    text-transform: inherit;
    margin-top: 5px;
    margin-bottom: 0px;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    border-radius: 50px !important;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 12px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: auto;
    margin-right: 10%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 22px;
    height: 22px;
    margin: -1px auto;
    border-radius: 50px !important;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

    .wizard .nav-tabs > li a i {
        position: absolute;
        top: -15px;
        font-style: normal;
        font-weight: 400;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard .tab-content {
    border: 1px solid #c5d0dc;
    padding: 0px 0px;
    position: relative;
    z-index: 11;
}

.wizard p {
    margin: 0px 0 5px;
}

.wizard h3 {
    margin-top: 0;
}

.wizard .form-group {
    margin-bottom: 0px;
}

.wizard .input-group {
    margin-bottom: 0px !important;
}

.wizard select.form-control {
    padding: 4px 6px; /*     height: 64px !important; */
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    /*     transform: translate(-300px, 0) scale(4); */
    font-size: 13px;
    direction: ltr;
    cursor: pointer;
}

.wizard .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px !important;
}

.wizard .prev-step, .next-step {
    font-size: 12px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 0px;
}

.wizard hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.wizard .btn-md, .btn-group-md > .btn {
    padding: 7px 25px 7px 25px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 2px 2px 2px 2px !important;
    border-radius: 2px 2px 2px 2px !important;
    box-shadow: none;
    text-shadow: none;
    border: none;
}

.next-step {
    background-color: #87b87f !important;
    color: #fff;
}

    .next-step:hover {
        background-color: #629b58 !important;
        color: #fff;
    }

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 38px;
        padding: .375rem .75rem;
        line-height: 2;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0;
    }

.footer-link {
    margin-top: 30px;
}

.all-info-container {
}

.list-content {
    margin-bottom: 10px;
}

    .list-content a {
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
        background-color: #f5f5f5;
        position: relative;
        color: #565656;
        font-weight: 400;
        border-radius: 4px;
    }

        .list-content a[aria-expanded="true"] i {
            transform: rotate(180deg);
        }

        .list-content a i {
            text-align: right;
            position: absolute;
            top: 15px;
            right: 10px;
            transition: 0.5s;
        }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav > li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert.spanHeadline {
    padding: 6px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.ordersmodal {
}

    .ordersmodal td {
        vertical-align: middle !important;
    }

    .ordersmodal span {
        padding: 0px !important;
    }

    .ordersmodal label {
        padding: 0px !important;
        margin: 0px;
    }

    .ordersmodal .form-group.csCompact {
        margin-bottom: 3px;
        border-bottom: solid 1px #dedede;
        text-align: left;
        padding: 3px;
    }

        .ordersmodal .form-group.csCompact:last-child {
            /* border-bottom: 0px; */
        }

    .ordersmodal .form-group .col-sm-10 {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    .ordersmodal .form-group .col-sm-10 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .ordersmodal input[type="radio"], input[type="checkbox"] {
        margin: 1px 5px 0px 5px !important;
    }

    .ordersmodal .form-group > label[class*="col-"] {
        padding-top: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .ordersmodal .form-group > label[class*="col-"] {
        padding-top: 0px;
        margin-bottom: 0px;
    }

.modal-short .modal-footer {
    background-color: #fff;
    padding: 0px;
}

.modal-short .panel-footer {
    padding: 5px 15px;
    background-color: transparent;
    border-top: 0px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.form-group > label[class*="col-"] {
    padding-top: 0px;
    margin-bottom: 0px;
}

.datepicker td.active, .daterangepicker td.active, .datepicker td.active:hover, .daterangepicker td.active:hover {
    background: #2283c5 !important;
    color: #fff !important;
}

.panel-title > a {
    display: block;
    position: relative;
}

    .panel-title > a:after {
        content: "\f067"; /* fa-plus */
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
    }

    .panel-title > a[aria-expanded="true"]:after {
        /*  content: "\f077"; /* fa-chevron-up */
        content: "\f068";
    }

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}
/* 20241016 mmd */
a.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    cursor: default;
    color: #777777 !important;
    text-decoration: none;
}

table.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    cursor: default;
    color: #777777 !important;
    text-decoration: none;
}
/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255,0,0,0.6);
}

.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}

.credit-card-box .display-tr {
    display: table-row;
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

#my-atfcp-profile .form-group {
    margin-bottom: 0px;
}

#my-atfcp-profile .input-group {
    margin-bottom: 0px !important;
}

#my-atfcp-profile label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1px;
    font-size: 12px !important;
    font-weight: 800;
    text-transform: inherit;
    margin-top: 7px;
}

#my-atfcp-profile .do-list ul li {
    margin-left: 15px;
    padding-bottom: 3px;
    list-style-type: none !important;
    text-align: left;
}

#my-atfcp-profile .do-list ul, ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

#my-atfcp-profile td, .table > tfoot > tr > td {
    padding: 3px;
}

#tableProgressSummary th {
    color: #fff;
    padding: 7px;
    height: 40px;
}

a.label-danger.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    cursor: default;
    color: #ffffff !important;
    text-decoration: none;
    background-color: #f0c1be !important;
}

    a.label-danger.disabled.arrowed-right:after {
        border-left-color: #f0c1be;
    }

a.label-danger.arrowed-right:after {
    border-left-color: #d15b47;
}

a.label-info.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    cursor: default;
    color: #ffffff !important;
    text-decoration: none;
    background-color: #a6d2e7 !important;
}

    a.label-info.disabled.arrowed-right:after {
        border-left-color: #a6d2e7;
    }

a.label-info.arrowed-right:after {
    border-left-color: #3a87ad;
}

a.label-info {
    background-color: #3a87ad !important;
}

a.label-success.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    cursor: default;
    color: #ffffff !important;
    text-decoration: none;
    background-color: #c6dcbc !important;
}

    a.label-success.disabled.arrowed-right:after {
        border-left-color: #c6dcbc;
    }

a.label-success.arrowed-right:after {
    border-left-color: #82af6f;
}

a.label-success {
    background-color: #82af6f !important;
}

a.label-warning.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    cursor: default;
    color: #ffffff !important;
    text-decoration: none;
    background-color: #e2caa9 !important;
}

    a.label-warning.disabled.arrowed-right:after {
        border-left-color: #e2caa9;
    }

a.label-warning.arrowed-right:after {
    border-left-color: #f89406;
}

a.label-warning {
    background-color: #f89406 !important;
}

a.label-purple.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    cursor: default;
    color: #ffffff !important;
    text-decoration: none;
    background-color: #ab8bb6 !important
}

    a.label-purple.disabled.arrowed-right:after {
        border-left-color: #ab8bb6 !important
    }

.label-purple.arrowed-right:after {
    border-left-color: #7e4894 !important;
}

a.label-purple.arrowed-right:after {
    border-left-color: #7e4894 Important;
}

a.label-purple {
    background-color: #7e4894 !important
}
/* Admin - Registrants page. */
a.label-resources.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    cursor: default;
    color: #b6b0b0 !important;
    text-decoration: none;
    background-color: #dcd8d1 !important
}

    a.label-resources.disabled.arrowed-right:after {
        border-left-color: #e2caa9 !important;
    }

.label-resources.arrowed-right:after {
    border-left-color: #7e4894 !important;
}

a.label-resources.arrowed-right:after {
    border-left-color: #7e4894 !important;
}

a.label-resources {
    background-color: #7e4894 !important;
}

    a.label-resources:before {
        font-family: FontAwesome;
        content: "\f0c5";
        margin-right: 5px;
    }

a.label-ctfcprogramme.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    cursor: default;
    color: #b6b0b0 !important;
    text-decoration: none;
    background-color: #dcd8d1 !important;
}

    a.label-ctfcprogramme.disabled.arrowed-right:after {
        border-left-color: #e2caa9;
    }

a.label-ctfcprogramme.arrowed-right:after {
    border-left-color: #f89406;
}

a.label-ctfcprogramme {
    background-color: #f89406 !important;
}

    a.label-ctfcprogramme:before {
        font-family: FontAwesome;
        content: "\f091";
        margin-right: 5px;
    }

a.label-managemyctfc.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    cursor: default;
    color: #b6b0b0 !important;
    text-decoration: none;
    /*background-color: #a6d2e7 !important;*/
    background-color: #dcd8d1 !important
}

    a.label-managemyctfc.disabled.arrowed-right:after {
        /*border-left-color: #a6d2e7;*/
        border-left-color: #e2caa9;
    }

a.label-managemyctfc.arrowed-right:after {
    border-left-color: #3a87ad;
}

a.label-managemyctfc {
    background-color: #3a87ad !important;
}

    a.label-managemyctfc:before {
        font-family: FontAwesome;
        content: "\f013";
        margin-right: 5px;
    }

a.label-recertify.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    cursor: default;
    color: #b6b0b0 !important;
    text-decoration: none;
    background-color: #dcd8d1 !important;
}

    a.label-recertify.disabled.arrowed-right:after {
        border-left-color: #e2caa9;
    }

a.label-recertify.arrowed-right:after {
    border-left-color: #33b78f;
}

a.label-recertify {
    background-color: #33b78f !important;
}

    a.label-recertify:before {
        font-family: FontAwesome;
        content: "\f091";
        margin-right: 5px;
    }


a.label-infoblock:before {
    font-family: FontAwesome;
    content: "\f05a";
    margin-right: 5px;
}

.csOrdersHtm .csSearchInput .form-group {
    margin-bottom: 0px;
    !important;
}

.csOrdersHtm label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 12px !important;
    font-weight: 700;
    text-transform: inherit !important;
    margin-top: 7px;
}

.csOrdersHtm .form-group {
    margin-bottom: 0px;
}

.csAdmRegistrantsCTFC.csSearchInput .form-group {
    margin-bottom: 0px;
    !important;
}

.csAdmRegistrantsCTFC.csSearchInput label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 12px !important;
    font-weight: 700;
    text-transform: inherit;
    margin-top: 7px;
}

.csAdminRegistHtmbuttonsblock .btn {
    margin-bottom: 5px !important;
}

.csAdminRegistHtmbuttonsblock hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.csAdminRegistHtmbuttonsblock blockquote {
    padding: 0px 5px;
    margin: 0 0 5px;
    font-size: inherit;
    border-left: 3px solid #eee;
    display: flow-root;
    min-height: 170px;
}

.custom-control-label {
    margin-top: -3px;
    margin-right: 15px;
}

.csAllocatePerson {
    color: #68b84e !important;
    font-weight: 400;
}

#divEditRegistration td {
    vertical-align: bottom;
    padding-right: 5px !important;
}

#divConfirmCPDActivity td {
    vertical-align: bottom;
    padding-right: 5px !important;
}

#divSendEmailToCustomer label {
    margin-top: 7px;
}

.alert-info td {
    border-top: 1px solid #b3c6d5 !important;
}

#tableSearchResults_Registration .btn-block + .btn-block {
    margin-top: 5px !important;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 2px 7px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px !important;
}

.dataTables_length {
    padding-bottom: 10px;
    text-align: left;
}

.csAdminCPDsHtm .form-group {
    margin-bottom: 0px;
}

.do-tooltip {
    margin: 60px auto;
    display: block;
    padding: 20px;
    font-size: 25px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .do-tooltip span {
        position: absolute;
        color: white;
        background-color: black;
        width: 120px;
        font-size: 18px;
        padding: 5px;
        transition: 0.3s;
        opacity: 0;
    }

    .do-tooltip:hover {
        overflow: visible;
    }

        .do-tooltip:hover span {
            opacity: 1;
        }

span::after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
}

.do-tooltip[data-position = "top"] span {
    top: -45px;
    left: -10px;
}

    .do-tooltip[data-position = "top"] span::after {
        border-top-color: black;
        left: 50px;
        bottom: -20px;
    }

.do-tooltip[data-position = "left"] span {
    top: 10px;
    left: -150px;
}

    .do-tooltip[data-position = "left"] span::after {
        border-left-color: black;
        right: -20px;
        bottom: 5px;
    }

.do-tooltip[data-position = "bottom"] span {
    bottom: -45px;
    left: -10px;
}

    .do-tooltip[data-position = "bottom"] span::after {
        border-bottom-color: black;
        left: 50px;
        top: -20px;
    }

.do-tooltip[data-position = "right"] span {
    top: 10px;
    right: -150px;
}

    .do-tooltip[data-position = "right"] span::after {
        border-right-color: black;
        left: -20px;
        bottom: 5px;
    }

#panel-rejectinfo p {
    padding-top: 5px;
    font-size: 10px;
    margin-bottom: 0px;
}

#panel-aprooveinfo p {
    padding-top: 5px;
    font-size: 10px;
    margin-bottom: 0px;
}

.aaEvidenceRecBlock {
}

    .aaEvidenceRecBlock ul {
        margin-left: 30px;
    }

.aaEvidenceRec {
    margin-bottom: 5px;
    float: left;
}

.divPostalAdr {
    font-size: 10px;
}

    .divPostalAdr p {
        margin: 0 0 0px;
    }

a .csAllocateSeats {
    line-height: 0.9 !important;
    font-size: 11px;
}

.csDlgCPDApproval td {
    border: none !important;
    padding: 0px !important;
    text-align: left !important;
    vertical-align: middle !important;
    padding-left: 3px !important;
}

.csDlgCPDApproval hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.csDlgCPDApproval textarea.form-control {
    min-height: 34px;
}

.csDlgCPDApproval td ul {
    margin-top: 10px;
}

.csDlgCPDApproval td li {
    margin-left: 30px;
    padding-bottom: 3px;
    list-style-type: none !important;
    text-align: left;
}

    .csDlgCPDApproval td li:before {
        font-family: 'FontAwesome';
        /*     content: "\f0c8"; */
        content: "\f15b";
        font-size: 12px;
        line-height: 15px;
        margin: 1px 10px 0px -20px;
        position: absolute;
    }

.csDlgCPDApproval label {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

.approverejectpendigtable label {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    margin-right: 20px;
    cursor: pointer;
}

.approverejectpendigtable td {
    padding-left: 10px !important
}

.csDlgCPDApproval h1, h2, h3 {
    font-size: 13px;
    text-transform: inherit;
    font-weight: 800;
    margin-bottom: 20px;
    background-color: #eff3f8;
    padding: 5px;
    margin-bottom: 3px;
}

.csDlgCPDApproval .btn-success.active:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 5px;
}

.csDlgCPDApproval .btn-danger.active:before {
    font-family: FontAwesome;
    content: "\f00d";
    margin-right: 5px;
}

.csDlgCPDApproval .btn-warning.active:before {
    font-family: FontAwesome;
    content: "\f1f6";
    margin-right: 5px;
}

.csDlgCPDApproval .accordion-style1.panel-group .panel {
    border: none;
    padding: 3px;
}

.csDlgCPDApproval .panel table td {
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    padding: 0px !important;
    padding-right: 5px !important;
}

.csDlgCPDApproval .accordion-style1.panel-group .panel-body, .accordion-style1.panel-group .collapse.in > .panel-body {
    border-top: 0px solid #cdd8e3;
    padding: 0px;
}

.csDlgCPDApproval .panel-title {
    color: inherit;
    display: block;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}

.csDlgCPDApproval .accordion-style1.panel-group .panel-heading .accordion-toggle {
    color: #333333;
    background-color: #eff3f8;
    position: relative;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    padding: 7px;
    display: block;
}

.EditOrderBlock h1, h2, h3 {
    font-size: 13px;
    text-transform: inherit;
    font-weight: 800;
    background-color: #eff3f8;
    padding: 5px;
    margin-bottom: 3px;
    margin-top: 5px;
    text-align: left;
}

.EditOrderBlock hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

#tableSearchResults_CPD p {
    margin-top: 5px;
}

.hide-me[aria-expanded="true"] {
    display: none;
}

.cpdactivitybox .widget-toolbar > .btn {
    line-height: 27px;
    margin-top: -2px;
    font-size: 12px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-radius: 2px !important;
}

.disabled > a {
    color: #777;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.ProgressSummaryHeading {
    background-color: #d3dfe0 !important;
    color: #020202;
    border: solid 1px #bccecf;
    border-top: 5px solid #bccecf;
    padding: 10px !important;
    font-weight: 600;
    border-radius: 2px !important;
}

    .ProgressSummaryHeading:hover {
        color: #040404 !important;
        text-decoration: none !important;
    }

    .ProgressSummaryHeading i {
        margin-right: 5px;
    }

p.ProgressSummaryHeading {
    margin-bottom: 0px;
}


#divProgressSummary .dataTables_wrapper .row:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border: 0px solid #DDD;
    margin-bottom: 0px;
}

#divProgressSummary .dataTables_wrapper .row:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 2px;
    margin-left: 2px;
    border: 0px solid #DDD;
    margin-top: 0px;
    padding: 0px;
}


/* title-tip down */
.title-tip[title]:hover {
    position: relative;
}

    .title-tip[title]:hover:before {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99999;
        content: attr(title);
        margin-top: 0.5em;
        padding: 0.5em;
        width: 200px; /* change it */
        overflow: hidden;
        word-wrap: break-word;
        font-size: inherit;
        color: #FFF;
        text-align: center;
        background-color: #222;
        box-sizing: border-box;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    }

    .title-tip[title]:hover:after {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 99999;
        content: '';
        margin-left: -0.125em;
        width: 0;
        height: 0;
        border: 0.25em dashed transparent;
        border-bottom: 0.25em solid #222;
        font-size: inherit;
    }

/* title-tip-up */
.title-tip-up[title]:hover:before {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.title-tip-up[title]:hover:after {
    top: auto;
    bottom: 100%;
    border: 0.25em dashed transparent;
    border-top: 0.25em solid #222;
}

/* title-tip-right */
.title-tip-right[title]:hover:before {
    top: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.5em;
}

.title-tip-right[title]:hover:after {
    top: 50%;
    left: 100%;
    margin-left: 0;
    margin-top: -0.125em;
    border: 0.25em dashed transparent;
    border-right: 0.25em solid #222;
}

/* title-tip-left */
.title-tip-left[title]:hover:before {
    top: auto;
    left: auto;
    right: 100%;
    margin-top: 0;
    margin-right: 0.5em;
}

.title-tip-left[title]:hover:after {
    top: 50%;
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-top: -0.125em;
    border: 0.25em dashed transparent;
    border-left: 0.25em solid #222;
}
