@charset "utf-8";
/* CSS Document */

.assignment-cont
{
	border:solid 1px #ddd;
	padding:20px;
	width:91%;
	
	margin:30px 20px;
}

.breadcrum
{
	width:100%;
	height:auto;
	background-color:#F7F7F7;
	border:solid 1px #C3C3C3;
	
}
.breadcrum ul
{
	margin:0px;
	padding:0px;
}
.breadcrum ul li
{
	list-style-type:none;
	display:inline-block;
	
}
.breadcrum ul li a
{
	color:#000;
	 padding: 15px 10px 15px 36px;
	text-decoration:none;
}
.breadcrum ul li a:hover
{

	text-decoration:underline;
}
.breadcrum ul li.seclected
{
	background-color:#E5E4E4;
}
.arrow {
    border-style: dashed;
    border-color: transparent;
    border-width: 0.20em;
    display: -moz-inline-box;
    display: inline-block;    /* Use font-size to control the size of the arrow. */
    font-size: 90px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
    background-color:#f7f7f7;   /* change background color acc to bg color */ 
    border-left-width: 0.2em;
    border-left-style: solid;
    border-left-color: #f7f7f7;
    left:0.25em;
}
.arrow-selected {
    border-style: dashed;
    border-color: transparent;
    border-width: 0.20em;
    display: -moz-inline-box;
    display: inline-block;    /* Use font-size to control the size of the arrow. */
    font-size: 90px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
    background-color:#f7f7f7;   /* change background color acc to bg color */ 
    border-left-width: 0.2em;
    border-left-style: solid;
    border-left-color: #E5E4E4;
    left:0.25em;
}
.form-cont
{
	width:100%;
	margin-top:30px;
	
}
/*.form-left
{
	width:25%;float:left;font-size:14px;
	padding-top:15px;
}
.form-right
{
	width:75%;float:left
}*/
.input-style{
    border: 1px solid #cccccc;
    color: #333;
    font-family: Mako,sans-serif;
    font-size: 14px;
    height: 39px;
   
    padding: 2px 5px;
    text-align: left;
    width: 95%;
}
.input-calstyle{
    border: 1px solid #cccccc;
    color: #333;
    font-family: Mako,sans-serif;
    font-size: 14px;
    height: 20px;
   width:100px;
}
.required
{
	color:red;
}
.pull-left{
	float:left
}
.pull-right{
	float:right
}
.testbank-cont
{
	
	margin:20px 0px;
}
.test-header
{
	background-color:#c9c9c9; /* bd202d;*/
	font-weight:bold;
	/*color:#fff;*/
	padding:12px 10px;
}
.test-content
{
	border:solid 1px #ddd;
	color:#939393;
	padding:20px 10px;
	font-family: "Mako",sans-serif;
    font-size: 14px;
    font-weight: normal;
	background-color:#fff;
}
.margin-left20
{
	margin-left:20px;
}


select.questionsize {
    border: 1px solid #cccccc;
    height: 33px;
    padding: 6px 3px 6px 0;
    width: 60px;
}
/*CSS ADDED FOR BREADCRUM*/
.tabbing_arrow {
    margin-bottom: 25px;
}
.tab_breadcrumb {
    font-size: 13px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
}
.tab_breadcrumb li {
    float: left;
    position: relative;line-height:20px;
}
.tab_breadcrumb li a {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #010101;
    display: block;
    float: left;
    padding: 10px 0 10px 50px;
    position: relative;
    text-decoration: none;
}
.tab_breadcrumb li a::after {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f7f7f7;
    border-top: 20px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 5;
}
.tab_breadcrumb li a::before {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f7f7f7;
    border-top: 20px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-left: 1px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 5;
}
.tab_breadcrumb li::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #bdbdbd -moz-use-text-color #bdbdbd #bdbdbd !important;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    content: " ";
    display: block;
    height: 38px;
    left: 0;
    margin-left: 1px;
    margin-top: -41px;
    position: relative;
    top: 0;
    z-index: 1;
}
.tab_breadcrumb li::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color:#bdbdbd !important; /*  #bdbdbd -moz-use-text-color #bdbdbd #bdbdbd !important;*/
    border-image: none;
   border-style: solid ;
    border-width: 1px 0 1px 1px;
    content: " ";
    display: block;
    height: 38px;
    left: 0;
    margin-left: 1px;
    margin-top: 1px;
    position: relative;
    top: 0;
    z-index: 1;
}
.tab_breadcrumb li.active a {
    background: #e5e4e4 none repeat scroll 0 0;
}
.tab_breadcrumb li.active a::after {
    border-left-color: #e5e4e4 !important;
}
.tab_breadcrumb li.activeCrumb a {
    background: #e5e4e4 none repeat scroll 0 0;
}
.tab_breadcrumb li.activeCrumb a::after {
    border-left-color: #e5e4e4 !important;
}
.tab_content_drag {
    border: 1px solid #d5d5d5;
    margin-top:20px;
	background-color:#fff;
}
.tab_content_drag .mcss_qst_header {
   background: #c9c9c9;
    color: #fff;
    padding: 10px !important;
	
}

.mcss_qst_header {
    background-color: #bd202d;
    border: 0px solid #bd202d;
    border-radius: 5px 5px 0 0;
    padding-bottom: 25px !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    position: relative;
}
.main_qus_mcss {
    color: #fff;
    font-size: 17px;
   
   padding:4px 0px;
}
.btn-cont
{
	margin-top:20px; /*63px;*/
}
.tableheader
{
	background-color:#eaeaea;
	
	
}
.tableheader table tr td
{
	font-weight:600;
	font-size:12px;
	padding: 15px 15px;
}
.tablecontent
{
	margin:15px 0px;
}
.tablecontent table tr td
{
	padding: 15px 15px;
	font-size:12px;
	background-color:#fff;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	color:Black;
}
.fwb
{
	font-weight:600;
	 padding-top: 12px;
}
.tablecontent table tr td.numberpanel
{
	border-top:solid 0px #ddd;
	border-bottom:solid 0px #ddd;
	background-color:#fff;
}
.dragicons
{
	background-color:#CDCDCD;
	border:solid 1px #ddd;
	margin:-15px 0px;
}
.plusmius_icon {
    background: hsl(355, 71%, 43%) none repeat scroll 0 0;
    color: hsl(0, 0%, 100%);
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    height: 45px;
    line-height: 46px;
    margin-top: -1px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
}
.checkcontent
{
	margin-left:80px;
	padding-top:5px;
}
.removebtn-cont
{
	margin:0px 20px;
}
select.listdropdown {
    border: 1px solid #cccccc;
    height: 33px;
    padding: 6px 3px 6px 0;
    width: 80px;
}
.grid-cont
{
	margin:20px 0px;
}
/*added by tejaswini*/
.select_check_dropdown .btn.collapsed {
    border: 1px solid hsl(0, 0%, 84%);
    border-radius: 5px;
    text-decoration: none;
}
.select_check_dropdown .btn {
    background: hsl(0, 0%, 98%) none repeat scroll 0 0;
    border-bottom: medium none;
    border-radius: 5px 5px 0 0;
}
.select_check_dropdown .btn {
    display: block;
    text-align: left;
    text-decoration: none;
    width: auto;
}
.select_check_dropdown .btn {
    background: hsl(0, 0%, 98%) none repeat scroll 0 0;
    border: 1px solid hsl(0, 0%, 84%);
    border-radius: 5px;
    color: hsl(0, 0%, 20%);
    filter: none !important;
    font-size: 13px;
    padding: 10px 15px;
}
.select_check_dropdown .btn {
    box-shadow: 0 0 0 hsla(0, 0%, 0%, 0);
}
.select_check_dropdown{max-width:none;}
.select_check_dropdown .btn{ background:#fbfbfb; filter:none !important; color:hsl(0, 0%, 20%);; font-size:13px; padding:10px 15px; border:#d5d5d5 1px solid; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px;}
.select_check_dropdown .btn span.caret{  border-bottom:#29333d 5px solid; border-top:5px solid transparent; float:right; margin-top:2px;}
.select_check_dropdown .btn.collapsed span.caret{ border-top:#29333d 5px solid; border-bottom:5px solid transparent; margin-top:8px; }
.select_check_dropdown .btn span.caret {
    border-bottom: 5px solid hsl(210, 20%, 20%);
    border-top: 5px solid hsla(0, 0%, 0%, 0);
    float: right;
}
.select_check_dropdown{ display:block;}
.select_check_dropdown .btn{ width:auto; display:block; text-align:left;}
.select_check_dropdown .btn:focus{ outline:none;}
.select_check_dropdown.btn-group > .btn:first-child{border-radius:5px 5px 0px 0px ; -webkit-border-radius:5px 5px 0px 0px; -moz-border-radius:5px 5px 0px 0px; -ms-border-radius:5px 5px 0px 0px; }
.select_check_dropdown.btn-group > .btn.collapsed:first-child{border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; }
.select_check_dropdown .dropdown-menu{ position:relative;border-left:1px solid hsl(0, 0%, 84%);border-right:1px solid hsl(0, 0%, 84%); margin-top:0px; border-radius:0px 0px 5px 5px; -webkit-border-radius:0px 0px 5px 5px; -moz-border-radius:0px 0px 5px 5px; -ms-border-radius:0px 0px 5px 5px; box-shadow:0 0px 0px rgba(0, 0, 0, 0); -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0); -ms-box-shadow:0 0px 0px rgba(0, 0, 0, 0); -o-box-shadow:0 0px 0px rgba(0, 0, 0, 0); background:#fbfbfb; border-top:none; padding-bottom:0px; font-size:14px; color:#4b4b4b; display:block; float:none; padding-top:0px;}
.select_check_dropdown .dropdown-menu input[type="checkbox"]{  float:left;}
.select_check_dropdown .dropdown-menu  .input_label_text{ overflow:hidden; padding:3px 5px 3px 5px; white-space:normal;cursor:pointer;}
.select_check_dropdown .dropdown-menu li{ padding:7px 15px; border-bottom:#d0d0d0 1px solid;}
/*.field_bg.input_type.date_picker_field{ width:100px; max-width:100px;}*/
.Quickassignmenttooltip {
    bottom: 39px;
    float: none;
    position: absolute;
    right: 298px;
    text-align: center;
    width: 385px;
    word-wrap: break-word;
    z-index: 999;
}
.Customassignmenttooltip {
    bottom: 39px;
    float: none;
    position: absolute;
    right: 57px;
    text-align: center;
    width: 385px;
    word-wrap: break-word;
    z-index: 999;
}
.includequestiontooltip {
    bottom: 39px;
    float: none;
    position: absolute;
    right: 349px;
    text-align: center;
    width: 385px;
    word-wrap: break-word;
    z-index: 999;
}
 .handPointer
    {
        cursor: pointer;
    }
    .handPointer:hover
    {
        background-color: Red;
    }
.tableheader div {
    font-weight: bold;
}
.col2 {
    background-color: hsl(0, 0%, 92%);
    border-bottom: 1px solid hsl(0, 0%, 87%);
    border-top: 1px solid hsl(0, 0%, 87%);
    float: left;
    font-size: 12px;
    min-width: 100px;
    overflow: hidden;
    padding: 15px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
      width:20%;float:left;  
      cursor:pointer; 
}
.col3 {
    background-color: hsl(0, 0%, 92%);
    border-bottom: 1px solid hsl(0, 0%, 87%);
    border-top: 1px solid hsl(0, 0%, 87%);
    float: left;
    font-size: 12px;
    min-width: 150px;
    overflow: hidden;
    padding: 15px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:28%;float:left;
    cursor:pointer;
}
.col95
{
	width:95%;float:left;
}
/*.col2
{
	width:18%;float:left;
	background-color: #ebebeb;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 12px;padding:15px 7px
}
.col3
{
	width:28%;float:left;
	background-color: #ebebeb;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 12px;padding:15px 7px;
}*/
.numericcol {
    font-size: 12px;
    padding: 16px 0px;
    text-align: center;
    font-weight: bold;
}
.col1 {
    width: 4%;
    float: left;
}
.emptycell
{
    border: 1px solid #ddd;
    padding:10px 3px;background-color: #ebebeb;
    cursor: move;
    text-align: center;
}
marginleft20
{
margin-left:20px
}
.border-left
{
border-left:solid 1px #CF3030;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
#testBankAssignClass 
{
    width: 40%;
}
.field_row .formError .formErrorContent {
    font-size: 12px;
}
body .formError .formErrorContent {
    min-width: 0;
}
.formError .formErrorContent {
    background: hsl(0, 99%, 47%) none repeat scroll 0 0;
    border: 2px solid hsl(0, 0%, 87%);
    border-radius: 6px;
    color: hsl(0, 0%, 100%);
    font-size: 11px;
    min-width: 120px;
    padding: 4px 10px;
    position: relative;
}
.formError .formErrorContent {
    z-index: 991;
}
/*UI changes 5th Jan 2016*/
#tblLesson tr td a
{
line-height: 20px;
}
#frmStep1 img
{
vertical-align:middle;
margin-left:5px;
margin-top:5px
}
.simple-pagination ul li a
{
text-decoration:none;
}
input[type="checkbox"] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: 1px;
    overflow: hidden;
    cursor:pointer;
    margin-top:3px;
}
.classDashboard
{
 padding: 10px 23px 10px 7px;
}
.assignment-cont {
    
    margin: 30px 7px;
    
}
.assignment-cont-preview
{
    margin: 0;
width: 100%;
} 
.link {
    margin: 6px 0 0;
}
.draging {
    background-position: -182px -63px;
    display: block;
}
.sprite {
    background-image: url(../images/Sprite1.png);
    background-repeat: no-repeat;
}
.ui-dialog .form-left
{
padding-top:0px;
}
.heading{
line-height:20px;
}
.testbankpreviewoptions {
    font-size: 14px;
    margin: 5px 15px 5px 37px;
    padding: 0;
}
.testbankpreviewoptions ul {
    margin: 0;
    padding: 0;
}
.testbankpreviewoptions ul li {
    float: left;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
}
.testbankpreviewoptions input {
    margin: 5px 3px 0 0;
    margin-top: 8px;
}
.testbankpreviewoptions label
{
    /*float: right;*/
    line-height: 19px;
    margin: 2px 0 0 5px;
    text-align: left;
    /*width: 810px;*/
}
.testbankpreviewoptions label b {
    float: left;
    margin-right: 6px;
    display: inline-block;
    line-height: 23px;
}
.testbankpreviewoptions label span b {
    width: auto;
    float: none;
    margin-right: 1px;
}
.testbankpreviewoptions label span {
   /* display: inline-block;
    float: left;*/
    font-size: 14px;
    line-height: 22px;
}
.dropdown-menu1  li {
background: hsl(0, 0%, 92%) none repeat scroll 0 0;
    border: 1px solid hsl(0, 0%, 87%);
margin: 0;
padding: 10px;
list-style-type: none;
}
.dropdown-menu1 li:hover
{
}
.buttons:focus
{
background-color:#BA202A
}
.testBankAssignClass .ui-dialog 
{
  overflow: auto;
}
 .testBankAssignClass .ui-dialog-content
{
  overflow: auto;
}
.assignmentsdatetooltip {
    bottom: 39px;
    float: none;
    position: absolute;
    right: -179px;
    text-align: center;
    width: 385px;
    word-wrap: break-word;
    z-index: 999;
}
.assignmentedatetooltip {
    bottom: 39px;
    float: none;
    position: absolute;
    right: -179px;
    text-align: center;
    width: 385px;
    word-wrap: break-word;
    z-index: 999;
}
.ui-dialog 
{
    overflow:inherit; 
    
}
.ui-dialog .ui-dialog-content 
{
     overflow:inherit;
}