﻿html
{
    background-color: #333333;
}
.labelfont
{
    font-weight:normal;    
    text-align:right;    
}

.marginbottom {  
  border:0px solid;  
  margin-bottom:10px;
}
.errorinput {
    color: #850000;
    background: rgba(254, 186, 186, 0.5);
    border: 1px solid #850000;
}
.errorinput.ng-invalid {
    color: #850000;
    background: rgba(254, 186, 186, 0.5);
    border: 1px solid #850000;
}
.e {
    color: #850000;
}
.errortext {
    color:#a94442;
}
.grid-align {
    text-align: center;
    vertical-align:central;
    padding-top : 15px;
     word-wrap: break-word;
  white-space: normal !important;

}

.modal-dialog {
  position: relative;
  width: auto;
  max-width: 600px;
  margin: 10px;
  margin-top: 150px;
}
/*
@media screen and (min-width: 768px) {
    .modal-dialog {
        left: 50%;
        right: auto;
        width: 624px;
    }
}*/
/*.modal-dialog
{
    position: absolute;
    left: 35%;    
    top: 30%;
    margin-top: -150px;
}*/
/*.modal-dialog {
  position: absolute;
  width: auto;
  max-width: 600px;
}*/
.modal-sm {
  max-width: 300px;
}
.modal-lg {
  max-width: 900px;
}
/*@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
  }
}*/
@media (min-width: 320px) {
  .modal-sm {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 620px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
  .modal-lg {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 920px) {
  .modal-lg {
    margin-right: auto;
    margin-left: auto;
  }
}


.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
  /*max-width:6%;*/
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    /*content: "Yes";*/
    content: attr(data-yes);    
    padding-left: 10px;
    background-color: #008cba; color: #FFFFFF;
}
.onoffswitch-inner:after {
    /*content: "No";*/
    content: attr(data-no);
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 22px; margin: 4px;
    background: #A1A1A1;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #FFFFFF; 
}
.custom-bullet p:before
{
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
}

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-100px;
    top:230px;
    width:300px;
    z-index: 1000;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}


.ui-grid-viewport .ui-grid-cell-contents {
  word-wrap: break-word;
  white-space: normal !important;
}

.ui-grid-row, .ui-grid-cell {
  height: auto !important;
}

.ui-grid-row div[role=row] {
  display: flex ;
  align-content: stretch;
}

.courseLogo {
    width: 250px !important; 
    height: 200px !important;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.input-group-btn > select {
  width: auto !important;
}

@media (max-width: 480px) {
    .input-group-addon, .input-group-btn {
       width: 10% !important;
       box-sizing: content-box;
       white-space: pre-line;
   }

    .fulldivbtn {
        display: block;
        margin: 10px;
        padding: 10px;
        width: calc(100% - 20px);
    }
    .fulldivbtndoc {
        display: block;
        margin: 0px;
        padding: 4px;
        width: calc(100% - 20px);
    }

    .fulldiv {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .lgajustment {
        margin: 0 0 -5px 0 !important;
    }
 }

.ui-grid-header-cell-wrapper {
    height: 30px;
}

.modal-title {
    font-weight : 500;
}

label.required::after{
    content: "*";
    color:red;
}

/*footer*/
footer {
    margin-left: -15px;
    margin-right: -15px;
}

footer p{
  margin: 0px;
}

footer p small{
  font-size:x-small;
}
/*footer end*/


/*faq & user manual*/
.social {
  position: fixed;
  bottom: 10px;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 290px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);   
  transform: translate(110px, 0);
  /*background: rgba(255, 255, 255, 0.4);*/
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: #FF3300;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/*faq & user manual end*/

/*Bootstrap 4*/
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 2rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}
/*Bootstrap 4 end*/


/*quantum ui modal*/
/*to remove after all quantum control been revmoved*/
.modal-open {
  overflow: hidden;
}
.modal .pop,
.modal .tooltip,
.modal .dropdown-menu,
.modal .dropdown-container,
.modal .popover,
.modal .alert {
  z-index: 1060;
}
.modal .modal {
  z-index: 1051;
}
.modal .modal .modal-dialog {
  margin-right: 20px;
}
.modal .modal .modal .modal-dialog {
  margin-left: 20px;
}
.modal .modal .modal .modal .modal-dialog {
  margin: 0 auto;
}
.modal .modal .modal .modal .modal .modal-dialog {
  margin: 50px 10% 30px auto;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;  
  /*z-index: 0 !important;*/
  width: 100%;
  height: 100%;
}
.modal-content > .close {
   position: absolute;
    top: 15px;
    right: 15px
}
.modal-body {
  max-height: 100%;
  overflow: auto;
}
.modal-footer {
  width: 100%;
}
.modal-fix-height > .modal-dialog,
.modal-fix-height > .modal-dialog > .modal-content,
.modal-fix-height > .modal-dialog > .modal-content > .modal-body {
  height: 100%;
}
.modal-fix-height .modal-dialog > .modal-content > .modal-footer {
  position: absolute;
  bottom: 0;
}
.modal-fix-height > .modal-dialog {
  height: -webkit-calc(100% - 20px);
  height:         calc(100% - 20px);
}
.modal.screen-mode > .modal-dialog {
  top: 0 !important;
  right: 10%;
  bottom: 0;
  left: 0;
  width: 90% !important;
  max-width: 90% !important;
  height: 100%;
  margin: 0 !important;
  border-left: 3px solid transparent;
}
.modal.screen-mode > .modal-dialog > .modal-content {
  bottom: 0;
  height: 100%;
  border-width: 0;
  border-radius: 0;
}
.modal.screen-mode > .modal-dialog .modal-body {
  height: 100% !important;
}
.modal.screen-mode > .modal-dialog .modal-body-inner {
  height: 100% !important;
  max-height: 100% !important;
  padding: 5px;
}
.modal.screen-mode > .modal-dialog .modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 90px;
  background-color: inherit;
}
.modal.screen-mode.right > .modal-dialog {
  right: 0;
  left: 10%;
  border-right: 3px solid transparent;
  border-left-width: 0;
}
.modal.screen-mode.top > .modal-dialog,
.modal.screen-mode.bottom > .modal-dialog {
  right: .5% !important;
  left: .5% !important;
  width: 99% !important;
  max-width: 99% !important;
  height: 90%;
  border-left-width: 0;
}
.modal.screen-mode.top > .modal-dialog {
  border-top: 3px solid transparent;
}
.modal.screen-mode.bottom > .modal-dialog {
  position: absolute;
  top: 10% !important;
  border-bottom: 3px solid transparent;
}
@media (min-width: 768px) {
  .modal-fix-height > .modal-dialog {
    height: -webkit-calc(100% - 60px);
    height:         calc(100% - 60px);
  }
  .modalbox .modal-dialog {
    width: 550px;
  }
  .modalbox.modal-sm .modal-dialog {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .modal-md {
    width: 600px;
  }
}

@media (min-width: 992px) {
  .modalbox.modal-lg .modal-dialog {
    width: 600px;
  }
}
.modalbox .modal-body-inner:before {
  display: inline-block;
  float: left;
  margin-top: -.3em;
  margin-right: 10px;
  font-family: 'Glyphicons Halflings';
  font-size: 5em;
  color: #999;
  content: '\e086';
}
.modalbox.modal-danger .modal-body-inner:before {
  color: #f07875;
  content: '\e107';
}
.modalbox.modal-warning .modal-body-inner:before {
  color: #ffc974;
  content: '\e101';
}
.modalbox.no-icon .modal-body-inner:before {
  content: '';
}
.modalbox .modal-footer {
  padding: 7px 15px;
}
.modalbox .modal-header {
  padding: 21px 20px;
}
.tab-container {
  position: relative;
  width: 100%;
}
.tab-content {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab-pane {
  padding-right: 15px;
  padding-left: 15px;
}
.tab-bottom .nav-tabs {
  border-width: 1px 0 0;
}
.tab-bottom .nav-tabs > li {
  margin-bottom: 0;
}
.tab-bottom .nav-tabs > li > a {
  top: -1px;
  border: 1px solid transparent;
  border-radius: 0 0 4px 4px;
}
.tab-bottom .nav-tabs > li > a:hover {
  border-color: #ddd #eee #eee;
}
.tab-bottom .nav-tabs > li.active > a,
.tab-bottom .nav-tabs > li.active > a:hover,
.tab-bottom .nav-tabs > li.active > a:focus {
  border-color: #ddd !important;
  border-top-color: transparent !important;
}
.tab-bottom .tab-content {
  border-top-width: 1px;
  border-bottom-width: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tab-left {
  display: table;
}
.tab-left .nav-tabs {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  border-width: 0 1px 0 0;
}
.tab-left .nav-tabs > li {
  margin: 0;
  margin-bottom: 3px;
}
.tab-left .nav-tabs > li > a {
  margin-right: -1px;
  white-space: nowrap;
  border-color: transparent;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab-left .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}
.tab-left .nav-tabs > li.active > a,
.tab-left .nav-tabs > li.active > a:hover,
.tab-left .nav-tabs > li.active > a:focus {
  border-color: #ddd !important;
  border-right-color: transparent !important;
}
.tab-left .tab-content {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  border-width: 1px;
  border-left-width: 0;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tab-right {
  display: table;
}
.tab-right .nav-tabs {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  border-width: 0 0 0 1px;
}
.tab-right .nav-tabs > li {
  margin: 0;
  margin-bottom: 3px;
}
.tab-right .nav-tabs > li > a {
  margin-left: -1px;
  white-space: nowrap;
  border-color: transparent;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tab-right .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
}
.tab-right .nav-tabs > li.active > a,
.tab-right .nav-tabs > li.active > a:hover,
.tab-right .nav-tabs > li.active > a:focus {
  border-color: #ddd !important;
  border-left-color: transparent !important;
}
.tab-right .tab-content {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  border-width: 1px;
  border-right-width: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/*end quantum ui*/

/*tenant logo size start*/
.logo-text {
    display:none;
}

.logo-size {
     height:100%;
     width:auto !important;
}
/*tenant logo size end*/

.navbar-brand > img {
    display: block;
    margin-top: -10px;
    margin-left: -13px;
    height: 50px;
    width: 166.2992126px;
}
/*Quantum Modalbox paragraph alignment*/
/*.modal-body p {
    margin-left: 85px;
}*/
/*.modal-body p css can remove completely after multi language merge to UAT*/

.signup-modal-alert {
        background: rgba(145, 141, 141, 0.51);
}
/*SPTIPROD-341 summary T&C checkbox and text alignment*/
.termandconditioncb {
    float:left;
    margin-top:4px !important; 
    margin-right:5px !important;
}
.termandconditiondiv {    
    display:inline;
    word-wrap : break-word ;
}
/*End SPTIPROD-341 summary T&C checkbox and text alignment*/

.dropdown-submenu {
    position: relative;
}

/*.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}*/

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.fa-question-circle-font {
    font-size:27px;
}
.minHeight {
    border-color: #337ab7;
    min-height: 55% !important;
}
/*Align for online payment CN DN*/
.table-fullwidth {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.custom-input-group {
    /* display: block; */
    /* width: 100%; */
    /* height: 39px; */
    /* padding: 1px 0px; */
    font-size: 14px;
    line-height: 1.4;
    color: #6f6f6f;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.trainee-upload {
    position: relative;
    margin-left: 14px;
    bottom: -7px;
}
#signInModel {
    line-height: 0.9;
}
#frmSchedule img{
    max-width:100%;
    height:auto;}
.courseDetailFoto {
    padding: 1px;
    border: 1px solid #021a40;
    background-color: white;
    width: 265px !important;
    height:200px !important;
}
.questionnaire-list {
     /* NSP-33 */
    margin-left : 2px !important;
}

.checkbox-error {
    /* NSP-33 */
    margin-top: 20px !important;
}
.questionnaire-label {
    /* NSP-33 */
    word-wrap: break-word;
    text-align: left !important;
}
.mobileSticky {
    font-size:9px;
}
.btncart {
padding: 15px 5px 16px 7px !important;
    background: #f8f8f8 !important;
    /* color: black !important; */
    border: none !important;
    font-size: 14px !important;
}

.cusbadge {
    font-size:17px !important;
    color:black !important;
    padding:0px 0px !important;
}
.badge:after{
content:attr(value);
font-size:12px;
background: red;
border-radius:50%;
padding:3px;
position:relative;
left:-8px;
top:-10px;
opacity:0.9;
}
.stuformico {
    color:#337ab7;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff !important;
    background-color: rgb(185, 185, 185) !important;
}
.uploaddocfilename {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    width: 380px;
    white-space: nowrap;
    vertical-align: middle;
}
.ui-select-container input {
    height : 20px;
}