﻿.loaderDiv {
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    cursor: wait;
}
.loaderDivInner {
    width: 180px;
    height: 90px;
    background-color: #fff;
    border: 1px solid #007EAE;
    text-align: center;
    margin: 25% auto auto auto;
    font-family: Verdana;
    font-size: 9pt;
    color: #555;
    font-weight: bold;
    padding: 5px;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.course-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-color: #e1e4e7;
    border-bottom-style: solid;
}
.course-icon {
    font-size: 5em;
}
.course-icon2 {
    font-size: 4em;
}
.course-divider {
    border-left-color: #e1e4e7;
    border-left-style: solid;
    border-left-width: 1px;
}
.course-info {
    color: #7a858f;
    font-size: 18px;
}
.lecturer-pic {
    padding-top: 10px;
}
h6, .h6 {
    font-size: 16.996px !important;
}
.float-left {
    float: left;
}
.registration-selected {
    background: none repeat scroll 0 0 #0072B4;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 150px;
}
.registration-done a, .registration-undone a, .registration-selected a {
    font-size: 11pt;
}
.registration-link {
    padding: 10px 15px;
}
.registration-undone {
    background: none repeat scroll 0 0 #EEEEEE;
    border-right: 1px solid #FFFFFF;
    color: #737373;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 150px;
}
.tablewrapper {
    background-color: #F0F0F0;
    border: 1px solid #E6E6E6;
    border-radius: 10px 10px 0 0;
    padding: 0;
}
.tableheader {
    /* background: url(/Images/table-back.png) repeat-x scroll 0 -1px #FFFFFF; */
    display: block;
    height: 38px;
    position: relative;
    top: 0px;
    left: 0px;
}
.tableheader h2 {
    color: #444444;
    display: block;
    font-size: 21px !important;
    font-weight: normal;
    margin: 10px 10px 5px 5px;
    padding: 0;
    text-shadow: 0 1px 0 #ffffff;
    line-height: 30px;
}
.btn-continue {
    background-color: #27AE60 !important;
}
.widget-icon {
    margin-top: 5px;
    margin-right: 20px;
    font-size: 25px;
}

.GridHeader {
    /* background-color: #dbdbdb; */
    background-color: #284775;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    padding: 0 0 0 4px;
    text-align: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: normal;
}

.modalBackground {
    background-color: #808080;
    opacity: 0.5;
    filter: alpha(opacity=70);
}

.modalPopup {
    background-color: #FFFFFF;
    border-color: #808080;
    border-style: solid;
    border-width: 3px;
    padding: 10px;
    border-radius: 10px;
}

/* LMS Styles */
.editbtn {
    background-position: 0px 0px;
    background-image: url('/lms/images/controls/control_sprite-trans.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.delbtn {
    background-position: 0px -24px;
    background-image: url('/lms/images/controls/control_sprite-trans.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.btnAccept {
    background-image: url('/lms/images/accept.png');
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: none;
    background-repeat: no-repeat;
}

.btnCancel {
    background-image: url('/lms/images/remove.png');
    width: 24px;
    height: 24px;
    border: none;
    background-color: #ffffff;
    background-repeat: no-repeat;
}

#shell {
    border: 1px solid #cccccc;
    padding: 5px;
}

.edit_div {
    float: left;
    height: 90px;
    width: 30px;
}

.imageHolder {
    margin: auto;
}

.ContentHolder {
    padding: 3px;
}

.control_contents {
    padding: 9px;
    margin: auto auto 50px auto;
    width: 96%;
    display: inline-block;
}

.controlTable {
    margin-top: 5px;
    /* width: 100% !important;*/
    /* display: table;*/
    border: 1px solid #ddd;
    -moz-border-radius: 1ex;
    -webkit-border-radius: 1ex;
    padding: 5px;
}

.ControlDescription {
    color: #808080;
    font-style: italic;
}

.ControlTitle {
    text-align: center;
}

.CustomFont {
}

a:CustomFont {
    color: #000000;
}

.widget_title {
    font-weight: 700;
    text-transform: capitalize;
    font-variant: normal;
    color: #404050;
}

.widget_gray {
    font-weight: 600;
    color: #666666;
}

.img_Col {
    width: 50px;
}

.list_i {
    list-style-type: disc;
    list-style-position: inside;
    display: list-item;
}

.list_c {
    list-style-position: inside;
    list-style-type: none;
    display: list-item;
    list-style-image: url( '/lms/images/css/bullet1.gif' );
}

.list_a {
    list-style-type: circle;
    list-style-position: inside;
    display: list-item;
    list-style-image: url( '/lms/images/css/bullet2.gif' );
}

.widg_cntent {
    padding: 5px;
    width: 400px;
}

.widg_cntent2 {
    padding: 5px;
}

#save_btn_div {
    float: left;
    width: 50px;
    margin-top: 20px;
}

.lect_notes_tb {
    background: #ffffff;
}

.pnl_widge_edit {
    display: inline-block;
    width: 99%;
}

#mn {
    width: 600px;
    padding: 8px;
}

#main_2 {
    width: 480px;
}

#main_3 {
    width: 550px;
    padding: 8px;
}

#img_dd {
    float: right;
    margin-right: 10px;
    width: 15px;
}

.pnlButtons {
    background: #fff;
    border: solid 1px #ddd;
    width: 70px;
    float: right;
    -moz-border-radius-topleft: 2ex;
    -moz-border-radius-bottomright: 2ex;
    -webkit-border-top-left-radius: 2ex;
    -webkit-border-bottom-right-radius: 2ex;
}

.assn_group_name {
    display: block;
    padding: 6px;
    color: #999;
    background-color: #EEEEEE;
    font-weight: 700;
}

.Message {
    color: Black;
    width: 100px;
    font-size: 20px;
    background-color: #FFFFCC;
}

.Message {
    font-family: Verdana;
    font-size: 12px;
}


    .Message:hover {
        background: red;
        background-color: Green;
        cursor: pointer;
    }

.MessageDateFormat {
    font-family: Arial;
    font-size: 9px;
    color: Gray;
}

.MessageName {
    text-transform: capitalize;
    color: #32466F;
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;
}

.MessageSummary {
    font-family: Arial;
    font-size: 11px;
    color: #D3DAED;
}

.MessageBody {
    background-color: #EDF3D2; /*EDF3D2*/
}

.DeleteIcon {
    font-size: 11px;
    display: block;
    width: 13px;
    height: 14px;
}

    .DeleteIcon:hover {
        background-image: url(/lms/images/controls/x_to_hide_hover.gif);
        font-size: 0px;
        display: block;
        width: 13px;
        height: 14px;
    }

img.Icon {
    width: 20px;
    height: 20px;
}

#edit_ctrl {
    float: right;
    padding: 10px 4px 4px;
    text-align: left;
    width: 30px;
}

#del_ctrl {
    float: right;
    padding-top: 10px;
}

/*Header Div*/

#HeaderDiv {
    font-size: 100px;
    font-weight: bold;
}

.LeftImage {
    float: left;
    margin: auto;
    width: 70px;
}

.RightDiv {
    float: left;
    width: 640px;
}

.RightDiv2 {
    float: left;
    width: 900px;
}

.widget_heading {
    color: #444;
    font-weight: bold;
    font-size: 13px;
    font-family: "Lucida Grande", "Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

.ct_link {
    color: #6092ae;
}

.ct_title_link {
    color: #60920e;
}


.Movable {
    cursor: move;
}
/*Header Div Ends Here*/


/* Message Control Div Starts */
#MessageHeaderDiv {
    background-color: #F6F8EB;
    font-weight: bold;
    color: Gray;
    cursor: move;
}

.MessageHeader {
    color: White;
}

.MessageHeaderDiv:hover {
    cursor: pointer;
    background-color: #ccccff;
}

#ReadingPane {
    font-size: 11px;
    font-family: Arial;
}
/* Message Control Div Ends*/

/*Evaluation Questions Manager */

.RadioButtons {
    display: block;
    padding: 5px;
}

.MyStyle {
    width: 100%;
}


.MenuTable {
    width: 480px;
}
/*Evaluation Questions Manager Ends*/


/* Progress bar css*/
.progress {
    display: block;
    position: absolute;
    padding: 2px 3px;
}

.progresscontainer {
    border: solid 1px #808080;
    border-width: 1px 0px;
}

.progressheader {
    background: url(img/sprite.png) repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;
    font-family: arial,helvetica,clean,sans-serif;
}

.progressbody {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}

/* End LMS Styles */

/* Bootstrap Mod */
label {
    font-weight: 100 !important;
}
.boot-mod .radio input[type="radio"] {
    margin: 4px 2px 0px 0px;
}

.boot-mod .radio label {
    margin: 0px 10px 0px 0px;
}

.checkbox input[type="checkbox"] {
    margin: 4px 2px 0px 0px;
}

.checkbox label {
    margin: 0px 10px 0px 0px;
}
/* End Bootstrap Mod*/