/* CSS */
.w3-theme-l5 {color:#000 !important; background-color:#fff9fa !important}
.w3-theme-l4 {color:#000 !important; background-color:#ffecf0 !important}
.w3-theme-l3 {color:#000 !important; background-color:#ffd8e1 !important}
.w3-theme-l2 {color:#000 !important; background-color:#ffc5d1 !important}
.w3-theme-l1 {color:#000 !important; background-color:#ffb1c2 !important}
.w3-theme-d1 {color:#fff !important; background-color:#ff7593 !important}
.w3-theme-d2 {color:#fff !important; background-color:#ff4b72 !important}
.w3-theme-d3 {color:#fff !important; background-color:#ff2252 !important}
.w3-theme-d4 {color:#fff !important; background-color:#f80036 !important}
.w3-theme-d5 {color:#fff !important; background-color:#cf002d !important}

.w3-theme-light {color:#000 !important; background-color:#fff9fa !important}
.w3-theme-dark {color:#fff !important; background-color:#cf002d !important}
.w3-theme-action {color:#fff !important; background-color:#cf002d !important}

.w3-theme {color:#000 !important; background-color:#ff9eb3 !important}
.w3-text-theme {color:#cf002d !important}
.w3-border-theme {border-color:#ff9eb3 !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#ff9eb3 !important}
.w3-hover-text-theme:hover {color:#ff9eb3 !important}
.w3-hover-border-theme:hover {border-color:#ff9eb3 !important}
.w3-bar-item:hover {color:#ff9eb3 !important; background-color:#cf002d !important }

/* Linear Gradient */
.linear-gradient {
    background: linear-gradient(0.25turn, #ff8a9d, #fff0f0, #ffdbdb, #ff9eb3);
}

/* standard classes */
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size24 { font-size: 24px; }
.size28 { font-size: 28px; }

.bold { font-weight: bold; }

.link { text-decoration: underline; }
.nolink { text-decoration: none; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.just { text-align: justify; }
/* --------------------------------------------------------------------- */

.img_btn { cursor: pointer; }

/* MCE Editor Classes */
.my_class {
    padding: 8px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.img-right {
    float: right;
}
.img-left {
    float: left;
}
.link_pointer {
    cursor: pointer;
}
/* --------------------------------------------------------------------- */

/* Go To Top button position control  */
#scroll-top-btn {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 99;
}

#scroll-top-btn:hover {
    background-color: #fd7c57;
}
/* --------------------------------------------------------------------- */
.btn_style {
    background-color: #0099ff;
    color: #ffffff;
    padding: 2px 8px 2px 8px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0e01fe;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.btn_style:hover {
    background-color: #ff9eb3;
    color: #ffffff;
    text-align: center;
}

.btn_login {
    background-color: #3366FF;
    color: white;
    font-size:  12px;
    font-family: Arial, Helvetica, sans-serif ;
    font-weight: bold;
    padding: 2px 8px 2px 8px;
    text-decoration: none;
    text-align: center;
    border: 1px solid transparent;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.btn_login:hover {
    background-color: #ff9eb3;
    color: #3366FF;
    border: 1px solid #3366FF;
    text-align: center;
    text-decoration: none;
}
/* --------------------------------------------------------------------- */

.tooltip_head {
    background: #1D73AA;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    line-height: 20px;
    color: white;
    text-align: center;
    padding:1px;
    border: 1px solid #1D73AA;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}
.tooltip_body {
    width:450px;
    background-color: white;
    font-family: verdana;
    font-size:11px;
    line-height: 16px;
    border-left:1px solid #1D73AA;
    border-right:1px solid #1D73AA;
    border-bottom:1px solid #1D73AA;
    padding:3px;
    text-align: left;
}
/* --------------------------------------------------------------------- */

.borderall {border: 1px solid #1F1FAB;}
.bordertop {border-top: 1px solid #1F1FAB; padding: 2px;}
.bordertopbot {border-top: 1px solid #1F1FAB;border-bottom: 1px solid #1F1FAB;padding: 2px;}
.borderbot {border-bottom: 1px solid #1F1FAB;	padding: 2px;}
.borderlbr {border-left: 1px solid #1F1FAB;	border-bottom: 1px solid #1F1FAB;	border-right: 1px solid #1F1FAB;}
.borderleft {border-left: 1px solid #1F1FAB;}
.borderright {border-right: 1px solid #1F1FAB;}
/* --------------------------------------------------------------------- */

