/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 17, 2016, 7:53:02 PM
    Author     : Raju Adla
*/
.row{
    margin-left: 0px;
    margin-right: 0px;
}
div#cousre-header-div {
    background-color: #3884cf;
}
.no-overflow{
    overflow: visible !important;
}
div#cousre-header-div a{
    color: #ffdb4d !important;
    text-decoration: none !important;
}
div#cousre-header-div a:hover{
    text-decoration: none !important;
}
div#course-header-name {
    padding: 10px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    word-wrap: break-word;
}
div#course-header-actions {
    padding: 10px 10px;
    text-align: right;
}
div#course-header-actions .singlebutton div{
     margin: 0px !important;   
}
div#course-header-actions .singlebutton div input[type="submit"]{
    padding: 4px 12px !important;
    margin: 0px !important;
}
div#course-content-div {
    padding: 10px 0px 35px 0px;
    text-align: justify;
    margin-bottom: 15px;
    border-top: 0px;
    border-left: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    box-shadow: 0px 11px 23px -13px #ddd;
}
div#course-content-image {
    text-align: center;
}
div#course-content-image img {
/*    max-width: 175px;*/
    display: inline-block !important;
    max-height: 115px;
}
div#course-content-description {
    padding-right: 10px;
    word-wrap: break-word !important;
}
p#course-catalog-name {
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
/*.course-search-icon {
    position: relative;
    top: -40px;
    right: 0;
    left: 195px;
}*/
select#search-category-list {
    /*width: 80%;*/
}
#course-div{
    padding-top: 15px;
}
div#add-new-course-div {
    padding: 8px 0px;
}
a#add-course-link {
    padding: 10px 20px;
    background-color: #f1f1f1;
}
.add-class-button {margin-right: 20px;}
p#course-search-error{
    display: none;
}
p#course-search-error, #no-courses-error, #no-certificates-error {
    text-align: center;
    padding: 15px 15px;
    background-color: #f1f1f1;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #a1a1a1;
    margin-top: 20px;
}
#enroll_with_key,
#added_to_cart,
.add_to_cart{
    color: #ffdb4d !important;
    cursor: pointer;
}
#course-header-actions .fa{
    cursor: pointer;
}
.enrolled_success{
    float:left;
    font-weight: bold;
    color:#FFFFFF;
    text-align: left;
}
p#course-description {
    padding: 20px 0px 0px 0px;
}

#page-local-courses-delete #region-main .singlebutton{
    text-align: center;
}
#page-local-courses-delete #region-main form{
    text-align: center;
}
#page-local-courses-delete #region-main .felement {
    margin-left: 0px;
} 

.mt-30{
    margin-top:30px;
}

.mb-30{
    margin-bottom:30px;
}

.mb-20 {
    margin-bottom:20px;
}

#id_start_hour{
    width: 14% !important;
}
#id_start_min{
    width: 14% !important;
}
#id_start_time_type{
    width: 10% !important;
}

#id_end_hour{
    width: 14% !important;
}
#id_end_min{
    width: 14% !important;
}
#id_end_time_type{
    width: 10% !important;
}

.modal .fade {top:10% !important;}

hr {
    margin-top:5px !important;
    margin-bottom:5px !important;
}

.panel-heading{
    font-weight:bold;
}

.panel-body{
    color:#656565;
}

.class_list>tbody>tr>td:nth-child(2), .table-striped>tbody>tr>th:nth-child(2) {
    width:11% !important;
}

.added_cart{
    color: #21a509;
    background-color: #c8f3c8;
    padding: 2px;
}

.no-overflow>.admin_reg_class_list{
    margin-bottom:0px !important;
}

.admin_reg_cart_btn{
    float:right;
}

#admin_addcart_error{
    display:none;
}

.mform fieldset.error {
    border: 0px !important;
}

.femptylabel
{
    /* line-height: 1px; */
    margin-top: -35px;
    font-style: italic;
    color: #777777;
    font-size: 12px;
}

.femptylabel .fstatic{
    color:#ff0000;
}

#course-content-description{
    min-height: 110px !important;
}

.course-note{
    float: right;
    padding-right: 15px;
    font-size: 12px;
    font-style: italic;
    color: #ff0000;
}

input[type="file"] {
    height: 34px!important;
    line-height: 22px !important;
    line-height: auto !important;
}

.csv-notes{
    color: #f90606;
    font-size: 12px;
}

.show-hide-notes{
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    display: block;
    color: white;
    border: 2px solid white;
    border-radius: 16px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: left;
    text-indent: 4px;
    line-height: 16px;
    background-color: #31b131;
    float:left;
}

.fa-plus-circle{
    color:#31b131;
}

.fa-minus-circle{
    color:#d33333;
}




/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 29, 2016, 7:53:02 PM
    Author     : Raju Adla
*/
.no-overflow{
    overflow: visible !important;
}
table.dataTable{
    width: 100% !important;
}

.row{
    margin: 0px !important;
}

#userview_table th{
    width : 50% 
}

#page-local-users #user-list-page-filters .span3{
    margin: 0;
    padding: 0px 5px;
}
#page-local-users #fgroup_id_buttonar{
    padding: 0px !important;
    margin: 0px !important;
}
#page-local-users .fitem{
    margin-bottom: 10px !important
}
div#resend_confimation_div {
    margin-top: 45px;
}
.box.generalbox.boxaligncenter {
    text-align: center;
}
a#resend_confirm_button {
    padding: 10px 10px;
    background: #88b77b ;
    color: #FFFFFF
}
#page-local-users-adduser-add .femptylabel,
#page-local-users-registration-registration .femptylabel,
#page-local-users-scormdebug-scormdebug .femptylabel{
    /* line-height: 1px; */
    margin-top: -35px;
    font-style: italic;
    color: #777777;
    font-size: 12px;
}
p#no_data_found {
    text-align: center;
    padding: 15px 15px;
    background-color: #f1f1f1;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #a1a1a1;
    margin-top: 20px;
}
#user_actions_space{
    /*white-space: pre-wrap;*/
}


#attendee_list tbody td:nth-child(6), #attendee_list tbody td:nth-child(5), #attendee_list tbody td:nth-child(7){
    text-align:center;
}

div#loading-icon img {
    height: 120px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 45%;
}
div#loading-icon {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    height: 100%;
    width: 100%;
    text-align: center;
}

.singlebutton{
    text-align:center !important;
}

.private-color>td{
    background-color:#f7ff82 !important;
}

.private-color tbody tr:hover > td{
    background:#f2f2f2 !important;
}

#attendee_list tbody tr td:nth-child(10) {
    text-align:center;
}

.sorting, .sorting_asc, .sorting_desc {
   background-image: none !important;
}

#attendee_list_wrapper{
    position: inherit !important;
}

.certcheckbox {
    padding: 0px 5px;
    margin: 0px;
    cursor: pointer;
    white-space: pre;
}

.certcheckbox input{
    margin:0px;
}

.multiselect .caret{
    vertical-align: top !important;
    float: right;
}

.multiselect.btn-default{
    text-align: left;
    border-radius: 0 !important;
}

.multiselect-native-select.error{
    display: contents !important;
} 

.course-div-landing {
    margin: auto;
    width: 80%;
}

.landing-search-box {
    padding: 18px;
}

#no-data-found{
    text-align: center;
    padding: 15px 15px;
    background-color: #f1f1f1;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #a1a1a1;
    margin-top: 20px;
}

.fixed-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}



#attendee_list.dataTable.nowrap th, #attendee_list.dataTable.nowrap td {
    white-space: normal !important;
    /* word-break: break-all; */
    word-wrap: break-word !important;
    max-width: 152px !important;
}

