﻿html, body {
    position: relative;
    min-height: 100%;
}


.container
{
    min-height: 100% !important;
    position: relative;
}

footer {
/*    background-color: orange;*/
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow:hidden;
  
}


.ct-inner-div
{
    /*width: 95%;*/ 
    margin: 0 auto;
}

.ct-desc {
 text-align:justify;
 font-size:14px;
}

.ct-desc-div
{
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: left;
    font-size: 13px;
    color: #323232;
    height: 150px; 

}


.ct-title-div
{
    font-size:14px;
    color:whitesmoke;   
    width:100%;
    /*background-color:#323232;*/
    /* border: 1px solid #cccccc; */
    padding:5px 10px;
    /*min-height:58px; */
   background-color: #0FB122; 
    
   /* display:table;
    text-align:center;
    */



   background: rgba(15,177,34,0.9);   
   position:absolute;
   bottom:0; 
}




.ct-title-span 
{
    font-size:14px;
    color:whitesmoke;   
    position:absolute;
    width:100%;
    /*background-color:#323232;*/
    padding:5px 10px;  
    /* background-color: #0FB122; */
    background: rgba(255,255,255,0);  
    position:absolute;
    bottom:0;
    z-index:999;
   
}

.ct-mt-img
{
    width: 100%;
    margin-bottom: 0;
    display: block;
    height:173px;
}

.ct-mt-div
{
    display:block;
    width:100%;   
}


.ct-req-btn
{
    font-size: 14px;
    padding: 5px;
    background-color: #399dd8;
    color: white;
    border-radius: 8px;
    text-decoration: none !important;
    display: block;
    width: 60%;
    margin: 0 auto;
}

.ct-req-btn:hover
{
    color:gainsboro;
}

.ct-view-btn
{
    display:block;
    padding-top:10px;
}



.ct-div
{
    width:90%;
    margin:0 auto;   
}

.ct-mt-a-div
{
    position:relative;
}

.ct-mt-a-div:hover .overlay
{
    opacity:0.8;
}

.overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/overlay.png);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 999;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    display: block;
}

.left
{
    position: absolute;
    top: 35%;
    left: 0 !important;
    font-size:22px;
    color:gray !important;
    text-decoration:none !important;
}

.right
{
    position: absolute;
    top: 35%;
    right: 0 !important;
    font-size:22px;
    color:gray !important;
    text-decoration:none !important;
}

.main-nav-li a {
    text-decoration: none !important;
    color: #ffffff;
    font-family: 'Open Sans','Lucida Sans Unicode','Lucida Grande',sans-serif !important;
    font-size: 13px;
    font-weight: 800 !important;
}

.main-nav-li:hover {
    border-bottom: 1px solid #d7d7d7;
    /*border-top-color: #0FB122;
    background: #eee;
    height: 86px;*/
}

.main-nav-li a:hover {
    color: #d7d7d7;
}

.social-links li
{
    vertical-align: middle;
}

.list-group
{
    margin-bottom:0px !important;
    text-align:left;  
}

.list-group .active 
{
    background-color: #cccccc !important;
    border: 0px !important;
   
    
}

.list-group .active .ct-mod-a
{
     /*color: #464646 !important;*/
     color:white;
     font-weight: bold;
    /* background-color: #26b838 !important;  green*/
    background-color: #337ab7 !important;
}

.list-group-item
{
    border-radius: 0px;
    background-color: #5b94c5;  
    color:white;
    margin-left:0;
    padding:0;
}

.list-group-item a
{
    display: inline-block;
    width: 100%;
}

.ct-mod-a
{
    padding: 10px 10px 10px 15px !important;
    color:white !important;   
    text-decoration:none !important;
}

.list-group .collapse
{
    background-color: white;
    color: #323232;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.ct-mod-a:hover
{
    background-color: #337ab7 !important;
    border: 0px !important;
    color: white !important;
    font-weight: bold;
}

.ct-nav-courses a:hover, .ct-active{
    background-color: #eaeaea !important;
    border: 0px !important;
    color: #464646 !important;
    font-weight: bold;
}


.list-group-item:first-child
{
   border-top: 1px solid gainsboro;
}



.ct-nav-courses a
{
 color: #464646 !important;
 font-weight:bold;
 padding: 10px 10px 10px 20px !important;
 text-decoration:none !important;
}

.ct-nav-courses li
{
    border-bottom:1px solid gainsboro;
    text-align:left;
    list-style:none !important;
    margin-left:0 !important;
}


.tab-pane-active
{
    display:block;
}
/*
.dropdown-menu
{
    background-color: white !important;
    border-top: 1px solid #0FB122 !important;
    border-radius: 0px !important;
}

.dropdown:hover
{
    border-bottom: 0px !important;

}

.dropdown:hover .dropdown-menu
{
    display:block !important;
    top: 100% !important;

}

.dropdown-menu a
{
    color: #323232 !important;
    border-bottom: 1px solid #cccccc !important;
    border-top: 0px !important;
    font-size: 13px;
    font-weight:normal !important;
}

.dropdown-menu a:hover
{
    background: #eee !important;
    
}

    */

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    width:210px; 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    background-color:#0F3B32 !important;
    /*border-top: 1px solid #0FB122 !important;*/
    /*top: 86px;*/
    z-index:999;
    right:0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    text-decoration: none;
    display: block !important;
    /*border-bottom: 1px solid #cccccc !important;*/
    border-top: 0px !important;
    font-size: 13px;
    font-weight: normal !important;
    padding: 10px 5px;
}

/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {background-color: #f1f1f1}*/
.dropdown-content a:hover {background-color: #0A2A24; color:white; }
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block !important; 
    /*top: 86px !important;*/ 
}

.ct-form
{
    width:85%;
    margin:0 auto !important;
}

.ct-innerform
{
    border: 1px solid gainsboro;
    padding:20px;
    margin-top: 40px;
}

.dx-field-item-label
{
    text-align:right;
}

.dx-field-item-label-content
{
    font-size: 13px !important;
    font-weight: normal;

}

.ct-innerform .dx-field
{

margin-bottom:5px !important

}

.ct-top-div
{
    position:relative;
}

.unregister-a
{
    text-decoration: underline;
    cursor:pointer;
}

.csdiv
{
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    background-color: #5cb85c;
    color: white;
}

.csdiv-cancel
{
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    background-color: #d43f3a;
    color: white;

}

#gridRegisteredCourses .dx-button {
    border: 0px !important;
    background-color: rgba(0,0,0,0);
    color: #444 !important;
    padding:0px !important;
}

#gridRegisteredCourses .dx-button .dx-button-content
{
    padding: 0px !important;
}

#gridRegisteredCourses .dx-button .dx-button-text
{
    text-decoration:underline !important;
}

.prevpwvalidicon{
    position: absolute;
    bottom: 28px;
    right: 25px;
    width: 18px;
    height: 18px;
    font-size: 20px;
    color: green;
}

@media screen and (max-width:1357px) {
    .changepasscontainer{
        width:70% !important;
    }
}

.nav-tabs a{
    color: #0255a5;
    font-weight: bold;
}


.modal-title{
    font-size: x-large;
    font-weight: bold;
    text-align: center;
}

.btn{
    font-size:12.5px;
}

.dx-field-name{
    font-size:12.5px;
}


.swal2-spacer {
 background: transparent;
}


#gridnotes .dx-datagrid .dx-row > td {
    padding:5px;
}


.lp-row{
    width:98%;
    margin:auto;
}

.btnmenuopt {
    width: 100%;
    font-size: 14px;
    padding: 20px 18px 20px;
    -webkit-border-radius: 15px 15px 15px 15px !important;
    border-radius: 15px 15px 15px 15px !important;
    width: 70%;
}

.btn-sdmob {
    font-size: 14px;
    font-weight: 600;
    padding: 3px 18px 3px;
}

.btnmenuopt2 {
    width: 100%;
    font-size: 18px;
    padding: 12px 18px 12px;
    -webkit-border-radius: 15px 15px 15px 15px !important;
    border-radius: 15px 15px 15px 15px !important;
    width: 100%;
}

.btn-icon {
    margin-right: 3px;
    margin-left: 3px;
    background-color: transparent;
    border: none;
}