@font-face {
    font-family: 'DINCondensed-Regular';
    src: url("https://tntpportal.powerappsportals.com/DIN-Condensed-W08-Regular.woff");
    
  }
  
  @font-face {
    font-family: 'Apex Sans Book';
    src: url("https://tntpportal.powerappsportals.com/ApexSansBook.woff");
  }
  @font-face {
    font-family: 'Apex New Book Italic';
    src: url("https://tntpportal.powerappsportals.com/Apex-New-Book-Italic.woff");
  }
  @font-face {
    font-family: 'ApexSansBoldT';
    src: url("https://tntpportal.powerappsportals.com/ApexSansBoldT.woff");
  }
  

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    margin:0;
    padding:0;
    font-family:  Arial, Helvetica, sans-serif;
    text-align:center;
  
}
body h2.h2Element,.level-2-heading{
    font-family: 'DINCondensed-Regular';
    color: #00a4c6;
    margin-top: 35px;
    font-size: 32px;
    text-transform: uppercase;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
        font-weight: 500;
width: 100%;
}
body h3.h3Element,.level-3-heading{
    font-family: 'DINCondensed-Regular';
    color: #0f4873;
    font-size: 26px;
    text-transform: uppercase;
    padding: 28px 0 10px 0;
    float: left;
    width: 100%;
    border-top: 1px solid #d0d0d0;
    margin-top: 17px;
        font-weight: 500;
    }
body h3.noBorder{
    font-family: 'DINCondensed-Regular';
    color: #0f4873;
    font-size: 26px;
    text-transform: uppercase;
    padding: 28px 0 10px 0;
    float: left;
    width: 100%;
    border-top: none;
    margin-top: 0;
        font-weight: 500;
}
.container{
    padding:0;
    max-width: 1200px;
    margin: 0 auto;
}
.contMar{
    padding: 0 70px !important;
}
.clearTag{ clear: both;}
.headerBg{
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 10px #bfbfbf;
}
.logo{
    float: left;
    width: 30%;
}
.logo img{
    width: 250px;
    margin-top: 3px;
}
body .navbar{
    min-height: auto;
}
body .logo-brand{
height: auto;
    padding: 8px 0 0 0;
}
.logo-brand img{
     width: 250px !important;
         background: none  !important;
}
body .bg-light{
    background: none !important;
    float: right;
    width: 70%;
    padding: 0;
}
body .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a{
    font-family: 'DINCondensed-Regular';
    text-decoration: none;
    color: #064973;
    display: inline-block;
    padding: 18px 5px 11px 5px;
    text-transform: uppercase;
    font-size: 17px;
    border-bottom: 4px solid #fff;    
    line-height: normal;
    margin: 0 15px;
    border-left: none;
    font-weight: 500;
}
body .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:hover, body .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:focus{
    border:none !important;
     border-bottom: 4px solid #21b1cc  !important;
    color: #21b1cc;
    background: #fff;
    outline: none;
}
body .navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical{
        display: none;
}
body .navbar-static-top.navbar .menu-bar > .navbar-nav > li.sign-link a{
    font-family: 'DINCondensed-Regular';
    text-decoration: none;
    color: #999999;
    text-transform: uppercase;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    font-size: 17px;
    padding-right: 0;
        font-weight: 500;
        border-bottom: none;
}
body .navbar-static-top.navbar .menu-bar > .navbar-nav > li.sign-link a:hover,body .navbar-static-top.navbar .menu-bar > .navbar-nav > li.sign-link a:focus  {
    color: #21b1cc;
      border-left: 1px solid #ccc  !important;
      border-bottom: none !important;
}
.navbar-light .navbar-nav a.nav-link{
    font-family: 'DINCondensed-Regular';
    text-decoration: none;
    color: #064973;
    display: inline-block;
    padding: 18px 10px 11px 10px;
    text-transform: uppercase;
    font-size: 17px;
    border-bottom: 4px solid #fff;    
    line-height: normal;
    margin: 0 15px;
    border-left: none;
   
}
.navbar-light .navbar-nav a.nav-link:hover, .navbar-light .navbar-nav a.nav-link.active{
    border-bottom: 4px solid #21b1cc;
    color: #21b1cc;
}
.navbar-collapse a.nav-link {
    font-family: 'DINCondensed-Regular';
    text-decoration: none;
    color: #999999;
    text-transform: uppercase;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    font-size: 17px;
    padding-right: 0;
}
.navbar-collapse a.nav-link:hover{
    color: #21b1cc;
}
.formBg p{
    width: 49.6%;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
}
.formBg p:nth-child(even){
    padding-right: 0;
    padding-left:2%;
}
.formBg div.formwid{
    width: 49.6%;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1rem;
}
.formBg div.formwid:nth-child(even){
    padding-right: 0;
    padding-left:2%;
}
.formBg label{
    /*font-family: 'Apex Sans Book';*/
    color: #252525;
    font-size: 14px;
    width: 100%;
    line-height: 19px;
}
.formBg label span{
    color:#f94646;
}
.formBg select{
    height: 37px;
  /*font-family: 'Apex Sans Book';*/
    width: 100%;
    border: 1px solid #cacaca;
    background: #fcfcfc;
    padding: 6px 5px 8px 10px;
    font-size: 14px;
    color: #000;
    margin-top: 4px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
 background-size: 6px 5px, 5px 5px, 1px 1.5em;
 background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-repeat: no-repeat;
}
.formBg select:focus{
    box-shadow: 0 0 6px #21b1cc;
    border: 1px solid #21b1cc;
    background-image: linear-gradient(45deg, transparent 50%, #21b1cc 50%), linear-gradient(135deg, #21b1cc 50%, transparent 50%);
}

.formBg input[type="text"]{
    /*font-family: 'Apex Sans Book';*/
    width: 100%;
    border: 1px solid #cacaca;
    background: #fcfcfc;
    padding: 6px 5px 8px 10px;
    font-size: 14px;
    color: #000;
    margin-top: 4px;
    outline: none;
    height: 37px;
}
.formBg input[type="text"]:focus, .formBg textarea:focus, .formBg input[type="file"]:focus{
    box-shadow: 0 0 6px #21b1cc;
    border: 1px solid #21b1cc;
}
.formBg input[type="text"]:disabled{
    background: #eaeaea;
    cursor: not-allowed;
}
.formBg textarea{
   /*font-family: 'Apex Sans Book';*/
    width: 100%;
    border: 1px solid #cacaca;
    background: #fcfcfc;
    padding: 6px 5px 8px 10px;
    font-size: 14px;
    color: #000;
    margin-top: 4px;
    outline: none;
  height: 125px;
  resize:none;
}
.formBg p.formFullwidth{
    width: 100%;
    padding: 0;
}
.formBg div.formFullwidth {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
    float: left;
}
.formBg span.textSM{
    font-size: 14px;
    color: #7f7f7f;
    /*font-family: 'Apex Sans Book';*/
    margin-top: -3px;
    float: left;
    line-height: 18px;
}
.formBg span.textSM2{
    font-size: 14px;
    color: #7f7f7f;
   /*font-family: 'Apex Sans Book';*/
    margin-top: 5px;
    float: left;
    line-height: 18px;
}

.formBg input[type="radio"]{
    float: left;
    margin: 10px 7px 0 3px;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
}
.formBg label.radioText{
    font-size: 14px;
    color: #000;
    font-family: 'ApexSansBoldT';
    width: auto;
    float: left;
    padding-right: 40px;
    padding-top: 8px;
    
}
.formBg input[type="file"]{
    /*font-family: 'Apex Sans Book';*/
    width: 100%;
    border: 1px solid #cacaca;
    background: #fcfcfc;
    padding: 6px 5px 8px 10px;
    font-size: 14px;
    color: #000;
    margin-top: 4px;
    outline: none;
    height: 41px;
  
}

img.dragIcon{
    width: 13px;
    margin-top: -4px;
}
.formBg p span.textDarg{
    float: left;
    margin-top: 2px;
    font-size: 13px;
}
.formBg p span.textDargRight{
    float: right;
    margin-top: 3px;
}
p.headSMText{
    font-size: 14px;
    color: #7f7f7f;
    font-family: 'Apex New Book Italic';
    margin-top: -10px;
    float: left;
    line-height: 18px;
    width: 100%;
}
table.assigDay{
    padding: 0;
    margin: 0;
    width: 100%;
}
table.assigDay thead tr th{
    font-family: 'ApexSansBoldT';
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
}
table.assigDay thead tr span{
    color: #f94646;
}
table.assigDay tbody tr td{
   /*font-family: 'Apex Sans Book';*/
    color: #000;
    font-size: 14px;
    padding: 9px 15px;

}
table.assigDay tbody tr td input[type="number"]{
   /*font-family: 'Apex Sans Book';*/
    width: 75px;
    border: 1px solid #cacaca;
    background: #fcfcfc;
    padding: 4px 5px 6px 10px;
    font-size: 14px;
    color: #000;
    outline: none;
}
table.assigDay tbody tr td input[type="number"]:focus{
    box-shadow: 0 0 6px #21b1cc;
    border: 1px solid #21b1cc;
}
table.assigDay tbody tr:nth-child(odd){
   background: #f7f7f7;
}
span.textOppSM {
    font-size: 14px;
    color: #7f7f7f;
    font-family: 'Apex New Book Italic';
    margin-top: 5px;
    float: left;
    line-height: 18px;
    margin-bottom: 1rem;
}
.studentWorkBg h3.h3Element{
    font-family: 'DINCondensed-Regular';
    color: #0f4873;
    font-size: 26px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    float: left;
    width: 100%;
    border: none;
    margin-top: 0;
}
span.studentSTItalic{
    font-size: 14px;
    color: #444444;
    font-family: 'Apex New Book Italic';
    float: left;
    line-height: 18px;
    margin: -10px 0 10px 0;
    width: 100%;
}
span.studentST{
    font-size: 14px;
    color: #444444;
   /*font-family: 'Apex Sans Book';*/
    float: left;
    line-height: 18px;
    margin-bottom: 20px;
    width: 100%;
}
.studentWorkBg .formBg p input[type="file"]{
   /*font-family: 'Apex Sans Book';*/
    width: 100%;
    border: 1px solid #cacaca;
    background: #fcfcfc;
    padding: 5px 4px 6px 5px;
    font-size: 14px;
    color: #000;
    margin-top: 4px;
    outline: none;
    display: inline-block;
}
.studentWorkBg .formBg p label{
    float: left;
    width: auto;
}
.studentWorkBg .formBg p span.SWSuploadTxt{
    font-family: 'Apex New Book Italic';
    color: #5e5e5e;
    font-size: 13px;
    float: right;
    padding-top: 1px;
}
.studentWorkBg{
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 20px;
}
.formBg input[type="submit"]{
    background: #00a6c9;
    border: none;
    font-size: 18px;
    padding: 7px 25px 4px 25px;
    text-transform: uppercase;
    font-family: 'DINCondensed-Regular';
    color: #fff;
    margin: 20px 10px 20px 0;
    border: 2px solid #00a6c9;
    -webkit-transition: 0.4s; /* For Safari 3.0 to 6.0 */
        transition: 0.4s; /* For modern browsers */
}
.formBg input[type="submit"]:hover{
    background: #0f4873;
    border: 2px solid #0f4873;
}
.formBg input[type="button"]{
    background: #fff;
    border: 2px solid #00a6c9;
    font-size: 18px;
    padding: 7px 25px 4px 25px;
    text-transform: uppercase;
    font-family: 'DINCondensed-Regular';
    color: #00a6c9;
    margin: 20px 10px 20px 0;
    -webkit-transition: 0.4s; /* For Safari 3.0 to 6.0 */
    transition: 0.4s; /* For modern browsers */
}
.formBg input[type="button"]:hover{
    background: #00a6c9;
    color: #fff; 
    border: 2px solid #00a6c9;
}
.formBg input[type="submit"]:focus, .formBg p input[type="button"]:focus {
    box-shadow: 0 0 6px #21b1cc;
}
.ViewFilter{
    padding: 15px 0;
    float: left;
    width: 100%;
}
table.gridViewBg{
    padding: 0;
    margin: 0;
    width: 100%;
}
table.gridViewBg thead{
border-top: 1px solid #cfcfcf;
border-bottom: 1px solid #cfcfcf;
}
table.gridViewBg thead tr th{
    font-family: 'ApexSansBoldT';
    color: #0f4873;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 6px;
    line-height: 18px;
    vertical-align: top;
}
table.gridViewBg tbody tr td{
    /*font-family: 'Apex Sans Book';*/
    color: #000;
    font-size: 14px;
    padding: 10px 6px;
    line-height: 19px;
}
table.gridViewBg tbody tr:nth-child(even){
    background: #f4f4f4;
}
table.gridViewBg tbody tr td a{
    text-decoration: none;
}
table.gridViewBg tbody tr td a .Tableicon{
    width: 30px;
    margin-right: 10px;
}
.tableScroolBar{
    overflow-x:auto;
    width: 100%;
}
.pagesControllers{
    margin: 20px 0;
    float: right;
}
button.pagecontroller {
    border: 1px solid #cfcfcf;
    font-size: 20px;
   /*font-family: 'Apex Sans Book';*/
    padding: 0 10px;
    float: left;
    height: 32px;
    margin-right: 5px;
}
button.pagecontroller-num{
    font-size: 13px;
    font-family: 'ApexSansBoldT';
    color: #0f4873;
    background: #fff;
}
button.pagecontroller:hover{
    background:#00a4c6;
    color: #fff;
}
button.currentPage{
    background:#0f4873;
    color: #fff;
}
.formBg p select.CO-selWidth{
    width: 100%;
}
.formBg p.addCIinput select.CO-selWidth{
    width: 50%;
    float: left;
}
.formBg p input[type="text"].CO-inputWidth{
display: none;
}
.formBg p.addCIinput input[type="text"].CO-inputWidth{
    width: 49%;
    display: block;
    margin-left: 1%;
    float: left;
}
p.SMtext1 {
    font-size: 14px;
    color: #666666;
    /*font-family: 'Apex Sans Book';*/
    margin-top: 10px;
    float: left;
    line-height: 18px;
    width: 100%;
}
.formBg input[type="text"].datepickBg {
    background: #fcfcfc url(../images/calIcon.svg) no-repeat right center;
    background-size: 32px;
    padding-right: 40px;
}
.formBg p.CO-headTxt {
    /*font-family: 'Apex Sans Book';*/
    color: #252525;
    font-size: 14px;
    width: 100%;
    padding: 0;
    margin: 0 0 13px 0;
    line-height: 19px;
}
.formBg ul{
    margin:0;
    padding: 0 0 8px 30px;
    float: left;
    width: 100%;
}
.formBg ul li{
   /*font-family: 'Apex Sans Book';*/
    color: #252525;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}
.formBg div.formwid p.subText1 {
    font-size: 14px;
    color: #7f7f7f;
    /*font-family: 'Apex Sans Book';*/
    width: auto;
    float: left;
    line-height: 18px;
    margin: 3px 0 0 0;
}
.imgBoder {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin-bottom: 1rem;
}
.imgBoder img{
    width: 140px;
    border: 2px solid #d1d1d1;
}
.imgBoder h4{
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #686868;
    font-family: 'ApexSansBoldT';
}
ul.listLinks{
    margin: 0;
    padding: 0;
}
ul.listLinks li{
    list-style: none;
}
ul.listLinks li a{
    font-size: 14px;
    color: #00a4c6;
    font-family: 'ApexSansBoldT';
    line-height: 18px;
}
ul.listLinks li a:hover{
    color: #0f4873;
    text-decoration: none;
}
span.radioWid{    float: left;}
.formBg label.padLab{
    padding-top: 3px;
}
span.radioWid1 {
    float: left;
    width: 100%;
}
.formBg span.radioWid1 label.radioText{
    width: 90%;
}
.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
body .navbar-toggle{
    margin-top: 14px;
}
body .crmEntityFormView{
    border: none;
}
body .navbar-inverse .navbar-nav > .open > a{
    border-bottom: 4px solid #21b1cc !important;
    color: #21b1cc !important;
    background: #fff;
}
body .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{
    border: none;
        background: #f2f2f2;
        color: #21b1cc;
}
body .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    border: none;
        background: #f2f2f2;
        color: #21b1cc;
         }
body .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
     border: none;
        background: #f2f2f2;
        color: #21b1cc;
         }
body .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      border: none;
        background: #f2f2f2;
        color: #21b1cc;
         }
body .navbar-inverse .navbar-nav .open .dropdown-menu{
background-color: #f2f2f2;
    border: 1px solid #e1e1e1;
    margin: 0 15px !important;
}
body .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
        font-family: 'DINCondensed-Regular';
    text-decoration: none;
    color: #064973;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0 10px;
    font-weight: 400;
}
body .form-control, body div.control .form-control{
       /*font-family: 'Apex Sans Book';*/
    width: 100%;
    border: 1px solid #cacaca;
    background: #fcfcfc;
    padding: 6px 5px 8px 10px;
    font-size: 14px;
    color: #000;
    margin-top: 0;
    outline: none;
    height: 37px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body .form-control:focus, body div.control .form-control:focus{
    box-shadow: 0 0 6px #21b1cc;
    border: 1px solid #21b1cc;
   }
   body textarea.form-control{
    outline: none;
    height: 125px;
    resize: none;
    /*font-weight: bold;*/
   }
body .control button.btn-default {
    color: #969696;
    background-color: #f9f8f8;
    border-color: #cacaca;
    height: 37px;
}
body .control button.btn-default:hover, body .control button.btn-default:focus {
    color: #fff;
    background-color: #21b1cc;
    border-color: #21b1cc;
    outline: none;
}
body .crmEntityFormView .cell .field-label {
    /*font-family: 'Apex Sans Book';*/
    color: #252525;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    width: 100%;
}
body .crmEntityFormView .cell div.info div.validators{
        width: 13px;
        /*font-family: 'Apex Sans Book';*/
    font-weight: 600;
    font-size: 14px;
        color: #ff2f2f;
        display: none;
}
body select.form-control, body div.control select.form-control {    
        outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-size: 6px 5px, 5px 5px, 1px 1.5em;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-repeat: no-repeat;
}
body select.form-control:hover, body select.form-control:focus, 
body div.control select.form-control:hover,
body div.control select.form-control:focus {  
box-shadow: 0 0 6px #21b1cc;
    border: 1px solid #21b1cc;
    background-image: linear-gradient(45deg, transparent 50%, #21b1cc 50%), linear-gradient(135deg, #21b1cc 50%, transparent 50%);
}
body .crmEntityFormView .cell.boolean-radio-cell input[type=radio]{
        float: left;
    margin: 10px 7px 0 3px !important;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
body .crmEntityFormView .cell.boolean-radio-cell span label{
font-size: 14px;
    color: #000;
    font-family: 'ApexSansBoldT';
    width: auto;
    float: left;
    padding-right: 20px;
    padding-top: 8px;
}
body .crmEntityFormView .actions .btn, body .btn-primary{
    background: #00a6c9;
    font-size: 18px;
    padding: 7px 25px 4px 25px;
    text-transform: uppercase;
    font-family: 'DINCondensed-Regular';
    color: #fff;
    margin: 20px 10px 20px 0;
    border: 2px solid #00a6c9;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    outline: none;
}
body .crmEntityFormView .actions .btn:hover, 
body .crmEntityFormView .actions .btn:focus, 
body .btn-primary:hover, 
body .btn-primary:focus,
 body .btn-primary:active:hover{
      background: #0f4873;
    border: 2px solid #0f4873;
    outline: none;
}
body .control .modal-footer button.btn-default{
        background: #fff;
    border: 2px solid #00a6c9;
    font-size: 18px;
    padding: 7px 25px 4px 25px;
    text-transform: uppercase;
    font-family: 'DINCondensed-Regular';
    color: #00a6c9;
    margin: 20px 10px 20px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: auto;
    width: auto;
}
body .control .modal-footer button.btn-default:hover{
    background: #00a6c9;
    color: #fff;
    border: 2px solid #00a6c9;
}
body .crmEntityFormView .cell div.info.required label:after{
    width: 13px;
    /*font-family: 'Apex Sans Book';*/
    font-weight: 600;
    font-size: 13px;
    color: #ff2f2f !important;
}
body .crmEntityFormView fieldset{
        margin-bottom: 0;
}
body .crmEntityFormView .cell .field-label label span{
width: 13px;
    /*font-family: 'Apex Sans Book';*/
    font-weight: 600;
    font-size: 13px;
    color: #ff2f2f !important;
}
body .crmEntityFormView .cell .field-label label{
       /*font-family: 'Apex Sans Book';*/
    color: #252525;
    font-size: 14px;
        float: left;
    width: auto;
    line-height: 19px;
     font-weight: 500;
}
body .crmEntityFormView .cell .field-label p span.SWSuploadTxt {
    font-family: 'Apex New Book Italic';
    color: #5e5e5e;
    font-size: 12px;
    float: right;
    padding-top: 1px;
}
body .crmEntityFormView .cell .field-label p span.DragBg{
        float: left;
    margin-top: 2px;
    font-size: 13px;
    color: #7f7f7f;
   /*font-family: 'Apex Sans Book';*/
    line-height: 18px;
       width: 100%;
}
body .control input[type="file"] {
    /*font-family: 'Apex Sans Book';*/
    width: 100%;
    border: 1px solid #cacaca;
    background: #fcfcfc;
    padding: 5px 4px 6px 5px;
    font-size: 14px;
    color: #000;
    margin-top: 4px;
    outline: none;
    display: inline-block;
}
body .crmEntityFormView .cell .field-label span.textDarg{
        float: right;
    margin-top: 2px;
    font-size: 13px;
    color: #7f7f7f;
   /*font-family: 'Apex Sans Book';*/
    line-height: 18px;
}
body .crmEntityFormView .cell .field-label span.textDargRight{
    font-size: 13px;
    color: #7f7f7f;
    /*font-family: 'Apex Sans Book';*/
    float: left;
    line-height: 18px;
    width: 100%;
}
body footer .footer-bottom {
  background-color: #0f4873;
      padding-bottom: 0 !important;
    padding-top: 18px !important;
}
body footer .footer-bottom p{
 /*font-family: 'Apex Sans Book';*/
    color: #fff;
    font-size: 14px;
    text-align: center;
}
body .crmEntityFormView table.section{
    width: calc(100% - -30px);
}
body .crmEntityFormView .cell {
    padding:0 30px 0 0px;
}
body .crmEntityFormView .cell div.control {
     margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
body .crmEntityFormView .actions {
    border-top: none;
    margin: 0;
    padding: 0 0 30px 0;
}
body .entitylist{
        border: none;
}
body .panel-default {
    border: none;
    border-bottom: 1px solid #cfcfcf;
}
body .viewTableBg{
    width:100%;
}
body .panel-body ul.list-inline {
width: calc(100% - 215px);
    float: left;
        margin: 0;
}
body .panel-body ul.list-inline>li{
padding-left: 0;
    padding-right: 25px;
    width: 49.7%;
}
body .panel-body ul.list-inline>li label{
/*font-family: 'Apex Sans Book';*/
    color: #252525;
    font-size: 14px;
    width: 100%;
    line-height: 19px;
    font-weight: 500;
}
body .panel-body ul.list-inline>li input[type="text"]{
       /*font-family: 'Apex Sans Book';*/
    width: 100%;
    border: 1px solid #cacaca;
    background: #fcfcfc;
    padding: 6px 5px 8px 10px;
    font-size: 14px;
    color: #000;
    margin-top: 0;
    outline: none;
    height: 37px;
}
body .panel-body ul.list-inline>li input[type="text"]:focus{
         box-shadow: 0 0 6px #21b1cc;
    border: 1px solid #21b1cc;
}
body .panel-body ul.list-inline>li .entitylist-filter-option-text {
    width: 100%;
}
body .panel-body ul.list-inline>li .entitylist-filter-option-text:focus span.input-group-addon{
background: #21b1cc;
color: #fff;
}
body .pull-right{
    width: 215px;
    text-align: right;
}
body .pull-right button.btn-default{
   background: #00a6c9;
    font-size: 18px;
    padding: 5px 25px 3px 25px;
    text-transform: uppercase;
    font-family: 'DINCondensed-Regular';
    color: #fff;
    margin:40px 0 0 0px;
    border: 2px solid #00a6c9;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
body .pull-right button#clearbutton{
    margin-left: 10px;
}
body .pull-right button.btn-default:hover,
body .pull-right button.btn-default:focus,
body .pull-right button.btn-default:active
{
    background: #0f4873;
    border: 2px solid #0f4873;
    outline: none;
    color: #fff;
}
body .panel-default .panel-body {
    padding:0 0 25px 0;
}
body .toolbar-actions{
width: calc(100% - 42px);
    float: left !important;
    
}
body .modal-dialog .toggle-related-filter.btn-default.active{
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    box-shadow: none;
    float: left;
    height: 37px;
}
body .toolbar-actions button.btn-default{
        margin: 0;
}
body .entitylist-search {
    width: 60%;
}
body .modal h1{
        font-family: 'DINCondensed-Regular';
    color: #00a4c6;
    margin-top: 0;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 0;
    font-weight: 500;
    width: 100%;
}
body .entity-lookup .view-grid{
       /*font-family: 'Apex Sans Book';*/
    color: #252525;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
}
body .table tr th{
font-family: 'ApexSansBoldT';
    color: #0f4873;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 2px !important;
    line-height: 18px;
    vertical-align: top;
     
}
 body .table tr th a{
   text-decoration: none;
   font-family: 'ApexSansBoldT';
    color: #0f4873;
    font-size: 14px;
    font-weight: 500;
        outline: none;
 }
body .table tr td{
  /*font-family: 'Apex Sans Book';*/
    color: #000;
    font-size: 14px;
    padding: 10px 6px !important;
    line-height: 19px;
    border: none;
}
body .table tr:nth-child(even) {
    background: #f4f4f4;
}
body .table tr:hover{
    background-color: #e8f8fb !important;
}
body .pagination>.active>a, body .pagination>.active>a:focus, body .pagination>.active>a:hover {
    background-color: #0297bb!important;
}
body .btn-default:focus, body .btn-default.focus, body .btn-default:active, body .btn-default:active:focus{
outline: none;
}
body .dropdown-menu>li>a {
    padding: 3px 10px;
    color: #00a6c9;
    text-decoration: none;
    font-size: 14px;
   /*font-family: 'Apex Sans Book';*/
}
body .dropdown-menu>li>a span.fa{
font-size: 15px;
    float: left;
    margin: 0 5px 0 0;
}
body .dropdown-menu>li>a:focus, body .dropdown-menu>li>a:hover, body .dropdown-menu>li>a:active {
    padding: 3px 10px;
    border: none;
    background: none;
    outline: none;
}
body .alert-danger{
    background-color: #fff2f2;
    border-color: #ffbfbf;
    color: #000;
    font-size: 13px;
    padding: 5px 10px 6px 10px;
}
.crmEntityFormView .form-control.readonly, 
.crmEntityFormView .form-control[readonly][disabled], 
.form-readonly .form-control{
    padding: 0;
    height: auto;
    font-family: 'ApexSansBoldT';
    font-weight: 500;
    font-size: 14px;
}
.crmEntityFormView textarea.form-control.readonly, 
.crmEntityFormView textarea.form-control[readonly][disabled], 
.form-readonly textarea.form-control{
height: 60px;
}
.crmEntityFormView .form-control.readonly:focus, 
.crmEntityFormView .form-control[readonly][disabled]:focus, 
.form-readonly .form-control:focus{
      box-shadow: none;
    border: none;
    outline: none;
}
table[data-name="dayandtime"] tr td .info{
    float: left;
    width: 40%;
    padding-top: 7px;
}
table[data-name="dayandtime"] tr td .control{
    float: left;
    width: 50% !important;
    clear: inherit !important;
    text-align: center;
     margin: 0 !important;
}
table[data-name="dayandtime"] tr td .control input{
    width: 150px  !important;
        margin: 0 !important;
}
body .crmEntityFormView table[data-name="dayandtime"] tr td{
        padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
table[data-name="dayandtime"] tr:nth-child(odd) {
    background: #f7f7f7;
}
body .crmEntityFormView table[data-name="dayandtime"] tr[role="group"] td .info{
    width: 100%;
}
body .crmEntityFormView table[data-name="dayandtime"] tr[role="group"] td .control{
    width: 100% !important;
}
body .crmEntityFormView table[data-name="dayandtime"] tr[role="group"] td  .control input{
      width: auto  !important;
}
body .table tr td ul.dropdown-menu{
    padding: 0;
    margin: 0;
}
body .dropdown-menu>li>a.details-link, 
body .dropdown-menu>li>a.edit-link,
body .dropdown-menu>li>a.delete-link
{
    float: left;
        width: 30px;
        padding: 0;
        line-height: normal;
}
body .dropdown-menu>li>a.details-link:focus, 
body .dropdown-menu>li>a.edit-link:focus,
body .dropdown-menu>li>a.delete-link:focus
{
       color: #00a6c9;
}
body .dropdown-menu>li>a.details-link span, 
body .dropdown-menu>li>a.edit-link span,
body .dropdown-menu>li>a.delete-link span
{
        margin: 0 !important;
    width: 100%;
}
body .dropdown-menu>li>a.details-link span
{
     font-size: 14px !important;
    background: #00a6c9;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    padding-top: 4px;
    font-weight: 200;
}
body .dropdown-menu>li>a.edit-link span
{
      font-size: 14px !important;
    background: #00a6c9;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    padding-top: 4px;
    font-weight: 200;
}
body .dropdown-menu>li>a.delete-link span
{
     
     font-size: 12px !important;
    background: #fb6d6d;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    padding-top:5px;
    font-weight: 200;
}
body .modal-footer button.btn-default {
    background: #fff;
    border: 2px solid #00a6c9;
    font-size: 18px;
    padding: 7px 25px 4px 25px;
    text-transform: uppercase;
    font-family: 'DINCondensed-Regular';
    color: #00a6c9;
    margin: 0 10px 20px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: auto;
    width: auto;
}
body .modal-footer button.btn-default:hover {
    background: #00a6c9;
    color: #fff;
    border: 2px solid #00a6c9;
}
body .btn-primary.disabled:hover, 
body .btn-primary.disabled:focus, 
body .btn-primary.disabled.focus, 
body .btn-primary[disabled]:hover, 
body .btn-primary[disabled]:focus, 
body .btn-primary[disabled].focus, 
body fieldset[disabled] .btn-primary:hover, 
body fieldset[disabled] .btn-primary:focus, 
body fieldset[disabled] .btn-primary.focus {
    background-color: #00a6c9;
    border-color: #00a6c9;
}

body .modal-header h4 {
    font-family: 'DINCondensed-Regular';
    color: #00a4c6;
    margin-top: 0;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 0;
    font-weight: 500;
    width: 100%;
}
body .modal-header h4 span{
    float: left;
    margin: 1px 5px 0 0;
    font-size: 20px;
}

body .home-slider .slide .text {
    position: relative;
    width: 50%;
    bottom: 0;
    /* top: 50px !important; */
    text-align: left;
    float: left;
}
body .intro-band .intro-text p{
    font-size: 24px;
}
body .intro-band .secondary-intro p{
   font-size: 20px; 
}
body .intro-band .intro-text h2 {
    margin-bottom: 15px;
    color: #0f4873;
    border: none;
    padding: 0;
}
body .intro-band .about-block h3.h3Element {
    text-align: left;
    margin-bottom: 5px;
    border: none;
    margin: 0;
    padding: 0 0 10px 0;
}
body .intro-band .about-block p{
    text-align: left; 
}
body .footer {
    margin-top: 0px;
    width: 100%;
    padding-top: 0;
        padding-bottom: 0;
}
body .footer .row{
    margin-left: 0;
    margin-right: 0;
}
body .home-slider .slide h2{
border: none;
    margin-bottom: 20px;
}

.listViewBg ul{
        margin: 0 0 0 15px;
}
.listViewBg ul li{
     /*font-family: 'Apex Sans Book';*/
    color: #252525;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    width: 100%;
    padding-bottom: 7px;
}
body .control span.boolean-radio textarea{
    overflow: auto;
    border: 1px solid #cacaca;
    background: #fcfcfc;
    padding: 2px 5px 3px 10px;
    resize: none;
    font-size: 14px !important; 
    color: #000;
    outline: none;
    /*font-weight: normal*/
}
body .control span.boolean-radio textarea:focus{
    box-shadow: 0 0 6px #21b1cc;
    border: 1px solid #21b1cc;
}
body .form-control-cell .control a{
    white-space: pre-wrap; /* CSS3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.blankAssignment span.studentSTItalic{
    float: left;
    margin-top: 2px;
    font-size: 14px;
    color: #444444;
        font-family: 'Apex New Book Italic';
    margin: 0;
    width: auto;
}
.blankAssignment span.textDarg{
    float: right;
    margin-top: 3px;
    font-size: 14px;
    color: #444444;
       font-family: 'Apex New Book Italic';
    margin: 0;
    width: auto;
}
.blankAssignment span.studentST {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}
fieldset[aria-label="Blank-Assignment"] .file-control-container{
        border: 1px solid #c5c5c5;
        font-size: 13px;
        padding: 2px;
}
fieldset[aria-label="Blank-Assignment"] .break-file-name{
    padding-top: 8px;
}
fieldset[aria-label="Blank-Assignment"] button.btn-for-delete{
    background: #ff4545;
    color: #fff;
    font-size: 12px !important;
    padding: 0px 7px !important;
    margin-top: 4px;
}
body .RateImgTxt2, .RateImgTxt1, .Grid5, .Grid12, .section-title{
    font-family: 'Apex New Book Italic';
    color: #404040;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    text-transform: none;
    margin-top: 5px;
}
p.headSMText b, span.textOppSM b{
font-family: 'ApexSansBoldT';
}
body .home-slider .slide p{
    font-size: 18px;
    margin-top: 10px;
    /*font-family: 'Apex Sans Book';*/
    line-height: 26px;
    background: #0000009e;
    padding: 15px 20px;
    color: #fff;
}
body .intro-band{
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 25px;
}
body .home-slider .slide .prefix{
        text-transform: initial;
        display:block;
        color: #000;
        font-size: 35px;
}
body .home-slider .slide .keyword{
        text-transform: initial;
        display:block;
        color: #000;
        font-size: 55px;
}
body .home-slider .slide a{
    color: #fff;
    padding-bottom: 9px;
    margin-top: 0;
}
body .home-slider .slide a:hover{
      background: none;
    text-decoration: none;
}
body .home-slider .slide .wrapper{
        height: 570px;
}
@media (max-width: 990px){
    body .bg-light{
        width: 100%;
    }
    .navbar-light .navbar-toggler{
        position: absolute;
        right: 0;
        top: -42px;
        padding: 2px 5px;
    }
    body .navbar-toggler-icon{
        width: 25px;
        height: 25px;
    }
    body .navbar-toggler:focus{
        box-shadow: 0 0 6px #21b1cc;
    }
    .navbar-light .navbar-nav a.nav-link{
        width: 100%;
        border-bottom: 1px solid #d8d8d8;
        margin: 0;
    }
    .navbar-light .navbar-nav a.nav-link:hover, .navbar-light .navbar-nav a.nav-link.active{
        border-bottom: 1px solid #d8d8d8;
    }
    .navbar-collapse a.nav-link{
        border-left: none;
        padding-left: 10px;
        width: 100%;
    }
    .logo img {
        margin-top: 2px;
        margin-bottom: 5px;
    }
    .contMar {
        padding: 0 20px !important;
    }
    body h2{
        font-size: 28px;
    }
    body h3.h3Element{
        font-size: 23px;
        padding: 28px 0 7px 0;
    }
    table.gridViewBg{
        width: 900px;
    }
    .imgBoder{
        width: 24%;
    }
    body .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a{
            width: 100%;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    }
    body .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:hover, body .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:focus {
    border-bottom:1px solid #d8d8d8 !important;
    color: #21b1cc;
    background: #fff;
}
body .navbar-static-top.navbar .menu-bar > .navbar-nav > li.sign-link a{
    border-left: none;
    padding-left: 10px;
}
body .navbar-static-top.navbar .menu-bar > .navbar-nav > li.sign-link a:hover, body .navbar-static-top.navbar .menu-bar > .navbar-nav > li.sign-link a:focus{
    border-left: none !important;
}
   body .navbar-inverse .navbar-nav .open .dropdown-menu{
    margin: 0  !important;
} 
body .entitylist-search {
    width: 100%;
}
body .home-slider .slide .wrapper{
        max-width: 100%;
            height: 500px;
}
body .home-slider .slide p{
     line-height: 23px;
}
body .intro-band {
    margin-top: 0;
    display:inline-block;
}


}
@media (max-width: 768px){
    .formBg p {
        width: 100%;
        padding-right: 0;
    }
    .formBg p:nth-child(even){
        padding-right: 0;
        padding-left:0;
    }
    .formBg p span.textDargRight, .formBg div.formwid span.textDargRight {
        width: 100%;
    }
    .formBg label.radioText{
        padding-right: 30px;
    }
    .formBg div.formwid {
        width: 100%;
        padding-right: 0;
    }
    .formBg div.formwid:nth-child(even){
        padding-right: 0;
        padding-left:0;
    }
    .imgBoder{
        width: 48%;
    }
    body .pull-right{
        text-align: left;
    }
    body .panel-body ul.list-inline>li{
        width: 100%;
    }
    body .pull-right button.btn-default{
            margin: 15px 0 0 0px;
    }
    body .pull-right{
            width: 100%;
    }
    body .panel-body ul.list-inline {
    width: 100%;
    }
  body .toolbar-actions {
    width: calc(100% - 42px);
  }
 body .toolbar-actions button.btn-default {
    margin: 0;
}
body .home-slider .slide .text{
    width: 100%;
}
}
.successful{max-width:520px;margin:120px auto 30px;padding:40px 20px;text-align:center;box-shadow:0 0 5px 0 rgba(0,0,0,0.06);border:solid 1px #f1f2ed;border-radius:2px;background-color:#ffffff}
.successful h5{margin:15px 0;line-height:28px;font-size:18px}
.successful img{width:60px}
.successful p{margin:15px 10px;font-size:16px;line-height:24px}
.back2Btn{position:relative; cursor:pointer; padding:8px 22px;align-items:center;display:inline-flex; border-radius:5px;font-size:16px;font-weight:500;color:#21b1cc !important;margin-top:0px;border:1px solid #21b1cc; }
.back2Btn:hover{text-decoration:none;color:#111111}
.back2Btn::before{content:'';background:url(../back.svg) no-repeat;width:21px;height:15px;margin-right:5px;padding:0 12px}

.actionBtnDiv {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}
.about-block:nth-child(3) .caption-block:after{
    left: 0;
    clip-path: polygon(0% 0%, 100% 100%, 0% 102%, 0% 50%);
}

three-up.about-blocks {
    padding: 30px;
    display: inline-block;
}

.three-up .cell {
    width: 28%;
    float: left;
    margin: 20px !important;
}

.about-block img {
    margin-bottom: 0px !important;
    width: 300px;
    height: 200px;
}
.about-block:nth-child(3) .caption-block p {
   text-align: right !important;
   float: right !important;
}
.wrapper {
    height: auto !important;
    max-width: 1170px;
    /* margin-top: -9.625rem; */
    /* display: block; */
    /* position: relative; */
    align-items: center;
}
body .home-slider .slide div.wrapper {
    height: auto !important;
    max-width: 1170px;
    display: inline-block;
}
.intro-text.indented {
    width: 80%;
    text-align: center;
    margin: auto;
}

.home-slider-wrapper {
    display: inline-block;
}
.banner-img {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 35px;
}

.banner-img img {
    width: 100%;
    display: block;
    /* top: 10%; */
    /* position: absolute; */
    margin: 50px 0 0 25px;
}
p.caption {
    background: #fff !important;
    color: #ddd !important;
    padding: 0 !important;
    font-size: 12px !important;
    margin-top: 0 !important;
}