 /*here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/* Change for teacher signup form */
/*.col-md-12 .hear_about_us label 
{
    font-weight: bold;
} 
.form-group.field-users-teachers_type >label:first-child
{
    font-weight: bold;
}*/
.form-control-feedback.fa-warning.fa.tooltips {
    margin-top: 10px;
    margin-right: 10px;
}
.form-control-feedback.fa-check.fa.tooltips {
    margin-top: 10px;
     margin-right: 10px;
}
.has-error .help-block {
    font-size: 13px !important;
}
#signup_teacher .control-label:after {
	content: "*"; 
	/*color: red;*/
}
#student-form-signup .control-label:after {
    content: "*"; 
    /*color: red;*/
}
.keep-open.btn-group {float: right;}
.btn-group.tabletools-btn-group.margin-top-10 {margin:0px !important; padding-right:5px !important; padding-left:2px !important;}
#tabular_report .dropdown-menu {width: 210px; left: -155px; overflow-x: hidden; height: 200px; overflow-y: scroll;}
.dropdown > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .btn-group > .dropdown-menu:before {left: 0px;}
  
.top-menu2 .dropdown-menu::before {
  left: 145px !important;
  position: absolute;
  width: 15px !important;
}

/*.btn-group.tabletools-btn-group.margin-top-10 {margin:0px !important; padding-right:5px !important; padding-left:2px !important;}*/
#tabular_report .dropdown-menu {width: 230px; left: -175px !important; overflow-x: hidden; height: 200px; overflow-y: scroll;}
/*.dropdown > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .btn-group > .dropdown-menu:before {left: 180px !important;}*/
/*.btn-group.tabletools-btn-group.margin-top-10 {margin-right:54px !important; margin-top:-34px !important; float:right;}*/
/*.btn.purple.common_report_action {margin-right: 71px;}*/
/*.btn-group.tabletools-btn-group.margin-top-10 {
    float: right;
    position: absolute;
    right: 74px;
    top: -44px;
}*/
#ZeroClipboard_TableToolsMovie_1
{
    width: 61px !important;
    height: 34px !important; 
}
.assigned-top {
  display: inline-block;
  position: relative;
}

/*------------------- Start:Select2 dropdown css--------------*/
.select2-selection__rendered {line-height: 31px !important;}
.select2-container .select2-selection--single {height: 35px !important;}
.select2-selection__arrow {height: 34px !important;}
/*------------------- End:Select2 dropdown css ---------------*/
/*swal login popup css*/
/*.first-login-popup{width: 700px !important;}*/
.right-image{
  /*margin-top: 3rem;*/
 /* margin: 0rem 4rem -7rem 0rem;*/
  /*margin: 3rem 0rem 0rem  -8rem;*/
  height: 5rem;
  width: 5rem;
}
.left-image{
  /*margin-top: 3rem;*/
  /*margin: 0rem 0rem -8rem 3rem;*/
  /*margin: -11rem 95rem 0rem 52rem;*/
  height: 5rem;
  width: 5rem;
}
.content-swal{
  margin:8px 56px 25px 30px;  
}

.after-login-popup li{
  list-style: disc;
}
.test-drive-title{
    width: 65% !important;
    display: inline-block;
}
.margin-left-3rem{
    margin-left: 3rem !important;
}
.custom-dd .dropdown-menu{
    background-color: #cfcfcf !important;
    padding: 3px 4px;
}
form#add_to_module .custom-dd .dropdown-menu, form#my_courses_form .custom-dd .dropdown-menu, form#courseForm .custom-dd .dropdown-menu{
    padding: 3px 3px !important;
}
.custom-dd .dropdown-menu > li > a{
    text-align: left !important;
}
.custom-dd > .margin-right-6{
    margin-right: 6rem !important;
}
.add-to-cb.dropdown-menu::before, .update-que.dropdown-menu::before, .my_courses_form.dropdown-menu::before{
    margin-left: 24rem !important;
}

/*faq accordion*/
 .faq-title-section{
     margin-bottom: 3.5rem;
 }
 .faq-title{
     font-size: xx-large;
     font-weight: normal;
     margin-top: 0;
 }
 .faq-sub-title{
     font-size: medium;
     font-weight: normal;
 }
 .accordion-title {
     font-size: large;
     font-weight: normal;
     margin-bottom: 2rem;
 }
#faq-accordion .card-body,
#faq-accordion-2 .card-body{
    margin-bottom: 1.5rem;
    color: #7E8299;
    font-weight: 400;
}
#faq-accordion .card:not(:last-child),
#faq-accordion-2 .card:not(:last-child){
    border-bottom: 1px solid #e6e6e6;
}
 #faq-accordion .card-header .btn,
 #faq-accordion-2 .card-header .btn {
     text-decoration: none !important;
     font-weight: 500;
     color: #5D6177;
     padding: 7px 0;
 }
 #faq-accordion .card-header .btn:hover,
 #faq-accordion-2 .card-header .btn:hover{
     text-decoration: none;
 }
 #faq-accordion .btn.collapsed .collapse-on-off::before,
 #faq-accordion-2 .btn.collapsed .collapse-on-off::before{
          content: '+';
     font-size: 22px;
     width: 20px;
     height: 20px;
     display: inline-block;
     position: relative;
     background: #e3e4e9;
     line-height: 17px;
     top: 2px;
     margin-right: 9px;
     border-radius: 4px;
     color: #a1a5b7;
     font-weight: bold;
 }
 #faq-accordion .btn:not(.collapsed) .collapse-on-off::before,
 #faq-accordion-2 .btn:not(.collapsed) .collapse-on-off::before{
     content: '−';
     font-size: 22px;
     width: 20px;
     height: 20px;
     display: inline-block;
     position: relative;
     background: #b2e2fd;
     line-height: 17px;
     top: 2px;
     margin-right: 9px;
     border-radius: 4px;
     color: #009ef7;
     font-weight: bold;
 }