/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    background-color: #ecf1f8;
    background: #FFFFFF !important;
    font-family: 'open sans';
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
    color: #595959;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar.navbar-default {

    /*padding: 15px 10px;*/
    background: #fff;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);

    background: #4c57a4;
    height: 75px;

    background: #777;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;

        height: 52px;
    margin-top: 11px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    /*display: flex;*/
    align-items: stretch;

    /*margin-bottom: -20px;*/
}
.QuestionsAndAnswers
{
    /*margin: 20px 20px 10px !important;*/
    border: 0;
}
.adBoxShadow
{
    /*box-shadow: 0px 0px 20px #838383;*/
    /*height: 90%;
    min-height: 90%;
    height: auto;*/
    padding: 0 0 100px 0;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    
    color: #fff;
    transition: all 0.3s;

    /*background: #7386D5;
    background: #ffffff;*/

    color: #5d5d5d;

    /*box-shadow: 3px 0px 3px #c1c1c1;*/
    background: #6d7fcc;

    background: #777;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;

    min-width: 100px;
    max-width: 100px;
}

/* Added by Durrani */
.sidebar-header h3
{
    margin: 0px;
}
.sidebar-header strong
{
    height: 100%;    
}

.sidebar-header h3 img
{
    margin: 10px;
}

.da_homebox
{
    text-align: center;
}

.da_homebox .divDa
{
    /*height: 170px;*/
    box-shadow: 0px 0px 50px #a5a4a4;
    position: relative;
    
}
.da_homebox .divDa::after {
  content: "";
  
  /*background: url(http://images.all-free-download.com/images/graphicthumb/linen_fabric_background_01_hd_picture_169828.jpg);*/
  
  /*background: url(https://dcrazed.com/wp-content/uploads/2016/02/white-brick-wall-texture.jpg);*/
  
  /*

  background: url(http://devfloat.net/wp-content/uploads/2015/09/Dark-Blue-Grunge-Textured-Background-Images.jpg);
  background: url(http://www.powerpointhintergrund.com/uploads/white-painted-wood-background-hd-13.jpeg);
  background: url(https://image.freepik.com/free-photo/white-wood-texture-background_1232-1731.jpg);
  background: url(https://images.freecreatives.com/wp-content/uploads/2016/03/White-Woven-Fabric-Close-Up-Texture-Background.jpg);
  
  */
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.div_header
{
    text-align: center;    
    font-family: Handlee;
    font-weight: bold;
    font-size: 40px;
    padding-top: 10px
}
.div_content
{
    font-family: Raleway;
    /*padding: 10px;*/
    font-size: 20px;
}
.btn_general
{
    position: absolute;
    bottom: 0px;    
    width: 100%;
    padding: 15px;
    background: #00c384;
    color: #FFF;
    font-size: 16px;
    border: none;

    background: #3c763d;
}
.btn_invite
{
    left: 0px;
}
.btn_start
{
    background: #6d7fcc;
    width: 50%;
    /* float: right; */
    right: 0px;

    background: #31708f;
}

.btn_browse
{
    background: #62a8ea;
    width: 20%;
    /* float: right; */
    /* right: 25%; */
    right: 0;

    background: #8a6d3b;
}

.dv_tlMain
{
    border: 5px solid #FFF;
    height: 300px;
    border-top: none;
    position: relative;
    margin-top: 100px;
}
.dv_tlHit
{
    height: 320px;
    background: #FFF;
    width: 4px;
    position: absolute;
    left: 100px;
    bottom: 0px;
}

.dv_tlBarX
{
    width: 140px;
    height: 80px;
    
    border: 4px solid #FFF;
    border: 3px solid #a1a9e8;
    
    position: absolute;
    top: -80px;
    left: -70px;
    padding-top: 15px;
    color: #FFF;
    color: #a1a9e8;

    border-radius: 10px;

}

.dv_tlBarXCircle
{
    width: 25px;
    height: 25px;
    border: 3px solid #a1a9e8;
    border-radius: 100px !important;
    z-index: 1;
    position: absolute;
    
    top: -14px;
    background: #444d95;
}

.crLeft
{
    left: -11px;

    -webkit-animation: circleSimpleAni 1s infinite;
    -moz-animation: circleSimpleAni 1s infinite;
    -o-animation: circleSimpleAni 1s infinite;
    animation: circleSimpleAni 1s infinite;
}

.crRight
{
    right: -16px;

    -webkit-animation: circleSimpleAni 1s infinite;
    -moz-animation: circleSimpleAni 1s infinite;
    -o-animation: circleSimpleAni 1s infinite;
    animation: circleSimpleAni 1s infinite;
}

.crRightGreen
{
    right: -24px;
    top: -21px;

    -webkit-animation: 3s infinite;
    -webkit-animation-name: blurMe;

    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;

    /*-webkit-filter: blur(6px);*/
    background: #46be8a;
    width: 40px;
    height: 40px;
    border: 1px solid #62a8ea;
}
.crRightGreen2
{
    right: -24px;
    top: -21px;

    /*-webkit-filter: blur(6px);*/
    background: #46be8a;
    width: 40px;
    height: 40px;
    border: 1px solid #62a8ea;
}

@keyframes flickerAnimation {
  0%   { -webkit-filter: blur(0px); }
  50%  { -webkit-filter: blur(10px); }
  100% { -webkit-filter: blur(0px); }
}
@-o-keyframes flickerAnimation{
  0%   { -webkit-filter: blur(0px); }
  50%  { -webkit-filter: blur(7px); }
  100% { -webkit-filter: blur(0px); }
}
@-moz-keyframes flickerAnimation{
  0%   { -webkit-filter: blur(0px); }
  50%  { -webkit-filter: blur(7px); }
  100% { -webkit-filter: blur(0px); }
}
@-webkit-keyframes flickerAnimation{
  0%   { -webkit-filter: blur(0px); }
  50%  { -webkit-filter: blur(7px); }
  100% { -webkit-filter: blur(0px); }
}


@keyframes circleSimpleAni {
  0%   { -webkit-filter: blur(0px); }
  50%  { -webkit-filter: blur(1px); }
  100% { -webkit-filter: blur(0px); }
}
@-o-keyframes circleSimpleAni{
  0%   { -webkit-filter: blur(0px); }
  50%  { -webkit-filter: blur(1px); }
  100% { -webkit-filter: blur(0px); }
}
@-moz-keyframes circleSimpleAni{
  0%   { -webkit-filter: blur(0px); }
  50%  { -webkit-filter: blur(1px); }
  100% { -webkit-filter: blur(0px); }
}
@-webkit-keyframes circleSimpleAni{
  0%   { -webkit-filter: blur(0px); }
  50%  { -webkit-filter: blur(1px); }
  100% { -webkit-filter: blur(0px); }
}


.dv_tlMain .tip
{
    width: 20px;
    border-top: 3px solid #FFF;    
}
.tl_green
{
    background: #00c384;
}
.tl_blue
{
    background: #62a8ea;
}

.tl_hor
{
    border: 2px solid #FFF;
    width: 400px;
    bottom: 100px;
    position: absolute;
}
.tl_horGreen
{
    border: 2px solid #00c384;
}

.dv_tlMain .tip_left
{
    position: absolute;
    left: -12px;
}

.dv_tlMain .tip_right
{
    position: absolute;
    right: -12px;
}

.div_barmain
{
    /*border: 1px solid #CCC;*/
    border-radius: 5px;
    background: #ccc;
}

.div_barsub
{
    background: green;
    width: 50%;
    height: 10px;
    border-radius: 5px;
}

.div_submitDa
{
    
}
/* End adding by Durrani */

.btn_buy
{
    border-radius: 0px;    width: 200px;padding: 20px;
    opacity: 0.9;
    text-shadow: 0px 0px 10px #000;
    font-size: 16px;
}
.btn_buy:hover
{
    opacity: 1;
    /*-webkit-animation: btnSimpleAni 2s infinite;
    -moz-animation: btnSimpleAni 2s infinite;
    -o-animation: btnSimpleAni 2s infinite;
    animation: btnSimpleAni 2s infinite;*/
}


@keyframes btnSimpleAni {
  0%   { text-shadow: 0px 0px 5px #000; }
  50%  { text-shadow: none; }
  100% { text-shadow: 0px 0px 5px #000; }
}
@-o-keyframes btnSimpleAni{
  0%   { -webkit-filter: blur(0px); }
  50%  { -webkit-filter: blur(1px); }
  100% { -webkit-filter: blur(0px); }
}
@-moz-keyframes btnSimpleAni{
  0%   { -webkit-filter: blur(0px); }
  50%  { -webkit-filter: blur(1px); }
  100% { -webkit-filter: blur(0px); }
}
@-webkit-keyframes btnSimpleAni{
  0%   { -webkit-filter: blur(0px); }
  50%  { -webkit-filter: blur(1px); }
  100% { -webkit-filter: blur(0px); }
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li
{
    border-left: 2px #6d7fcc solid;
    border-left: 2px #777 solid;
}

#sidebar ul li:hover
{
    border-left: 2px #FFF solid;
    color: #f96868;
}

.li-active
{
    border-left: 2px #FFF solid !important;
    color: #f96868;
    background: #ecf1f8;
}

.li-active a i
{
    color: #6d7fcc !important;
    color: #777 !important;
}
.li-active a
{
    color: #777 !important;
}
#sidebar ul li a 
{
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
    width: inherit;
    color: #FFF;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    /*padding: 20px;*/
    background: #6d7fcc;

    height: 75px;
    margin-top: 0px;

    /*background: #01c284;*/


    background: #4c57a4;
    height: 75px;
    margin-top: 0px;
    /* background: #01c284; */
    position: absolute;
    overflow: visible;
    z-index: 1;
    background: #777;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;

    color: #FFF;
}

#sidebar ul.components {
    /*padding: 20px 0;*/
    /*border-bottom: 1px solid #47748b;*/

    padding: 75px 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #FFF;
}

/*#sidebar ul li a:hover 
{
    color: #7386D5;
    background: #fff;
}*/
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before 
{
    /*
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
    */

    /*content: '\e259';
    display: block;
    position: absolute;
    right: -10px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.8em;
    top: 13px;*/
    
}

a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    /*padding: 20px;*/
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
/*.div_blankbox p img
{
    width: auto;
}
 .div_blankbox img
  {
    width: 100%;  }*/
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 0px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}



/* Css Added by Durrani for user panel which was given by hasnain*/

.portlet.calendar .fc-button .fc-icon {
    height: 20px;
    top: 7px;
}
td.fc-event-container 
{
    /*display: none;*/
}

.strengthsAndWeaknesses .item-details a {
font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    color: #578ebe !important;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 15px;
}
.profile-userbuttons a{
  height: 30px;
    width: 30px;
    padding: 6px 5px;
}
.profile-userbuttons .btn {
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0;
}
.points-wrap
{
    background-color: #65ea53;
    float: right;    
    padding: 0 10px 0 0;
    height: 50px;
}
.points-wrap .arrow-up {
    float: right;
    padding: 9px 7px;
}
.mobile.fc .fc-toolbar .fc-left .fc-button
{
  padding: 0 0 7px 0px;
}
/*.mobile.fc .fc-toolbar .fc-left
{
  position: relative;
}

.mobile.fc .fc-toolbar .fc-left .fc-button
{
  position: absolute;
}*/

.points-wrap .points-up {
    float: right;
}

.points-up span{
    display: block;
    font-size: 11px;
    color: white;
}

.arrow-up i.fa.fa-long-arrow-up {
    font-size: 20px;
    margin-top: 7px;
    color: white;
}
.portlet.light
{
    padding: 35px 0px;
}
.portlet.light .portlet-body
{
    border-right: 1px solid #ebe8e8;
    height: 440px;
    overflow: auto;
}
.portlet.light .portlet-body::-webkit-scrollbar {
    width: 5px;
}
 
.portlet.light .portlet-body::-webkit-scrollbar-track {
}
 
.portlet.light .portlet-body::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
}
.myassessment 
{
  padding: 0 25px 0 0;
  margin:  0;
}
.portlet>.portlet-title
{
    border-bottom: 1px solid #caced3;
}
.myassessment  li
{
  list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
}
.myassessment  li.active:before
{
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 0px;
    top: 60px;
    color: #88c0f4;
    border: 3px solid #88c0f4;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 16px;
    padding-top: 1px;
}.myassessment  li.active:hover:before
{
    text-align: center;
    font-size: 16px;
    padding-top: 1px;



}

.myassessment  li:hover:before
{
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 0px;
    top: 60px;
    color: #d6d5d5;
    color: #90c2f6;


    font: normal normal normal 22px/1 FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 0px;
    top: 60px;
    color: #88c0f4;
    border: 3px solid #88c0f4;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 16px;
    padding-top: 1px;
}
.myassessment  li
{
        padding: 20px 0;
    border-bottom: 2px solid #b3b4b5;
}
.myassessment li h2
{
    font-size: 15px;
    font-weight: 800;
    color: darkgray;    
    margin: 0;
    color: #747373;
}
.myassessment li p
{
    font-size: 13px;
    text-transform: uppercase;
    color: darkgray;
    color: #595959;
}
.myassessment li .green 
{
    margin-top: -15px;
}
.myassessment li .green p
{
  font-size: 13px;
    text-transform: none;
    color: #76c1bb;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    color: #90c2f6;
}
.hovercontent
{
    border: 1px solid #cbced3;
    float: left;
    width: 100%;
    margin-top: 19px;
}

.hovercontent .hovercontentlist
{
    padding: 0;
    margin: 0;
}

.hovercontent .hovercontentlist li
{
  list-style: none;
      padding: 29px 0 20px;
    border-bottom: 1px solid #eee;
}
.hovercontent .hovercontentlist li:last-child
{
  border-bottom: 0px;
}
.hovercontent .hovercontentlist li .number
{
    background-color: #90c2f6;
    float: left;
    /* border-radius: 50% !important; */
    width: 30px;
    height: 30px;
    color: white;
    /*font-weight: 800;*/
    text-align: center;
    /* line-height: 2; */
    /* padding-right: 2px; */
    margin: 0 5px;
    padding: 5px;
    border-radius: 14px !important;


}
.hovercontent .hovercontentlist li .title
{
    float: left;
    width: 40%;
}
.hovercontent .hovercontentlist li .title h4
{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: darkgray;
    margin: 0;
    color:#747373;
}

.hovercontent .hovercontentlist li .title p
{
    margin: 0;    
    font-size: 13px;
}

.progress-info
{
    width: 54%;
    width: 40%;
    margin: 0 20px 0px 20px;
}
.progress-info .progress
{
  height: 6px;
    margin: 4px 0;    
    background: #ccc;

        height: 9px;
    margin: 4px 0;
    background: #ccc;
    border-radius: 5px !important;
}

}
.status_hs{
  font-size: 12px;
  color: #999;
}


/*media-queries*/

@media (max-width: 767px){
.portlet.light {
    margin-left: 8px;
}
.hovercontent .hovercontentlist li .number
{
  margin-left: 30px;
}
.hovercontent .hovercontentlist li
{

    height: auto;
    float: left;
}
.hovercontent .hovercontentlist li .title
{    width: 80%;    
  margin-left: 10%;
}.progress-info {
    width: 80%;
    padding-bottom: 10px;
}.status-prog
{
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px;
    background-color: #eee;
}
.usr-profile {
    background-color: #fff;
    margin: 0 0px 21px;
    padding: 10px 0;
}

.portlet.light.progress {
    height: 470px;
}

.points-up {
    padding: 1px 5px 5px 0px;
}


}


@media (min-width: 768px){

.portlet.light.strengthsWeaknesses {
    margin-top: 25px;
}

.usr-profile {
    background-color: #fff;
    margin: 0 0px 21px;
    padding: 10px 0;
}

.calendar .portlet-body {
    background-color: #fff;
}

.portlet.light.calendar.bordered {
    background-color: #fff;
    height: 645px;
}

.portlet.light.progress {
    height: 450px;
}


}

@media(min-width: 992px){

.portlet.light.strengthsWeaknesses {
    margin-top: 0px;
}

.usr-profile {
    background-color: #fff;
    height: 513px;
    padding: 55px 0;
}

.portlet.light.strengthsWeaknesses {
    height: 513px;
}

.strengthsWeaknesses .scroller {
    height: 393px !important;
}

.portlet.light.tasks-widget.tutor-notes {
    height: 513px;
}

.portlet.light.progress {
    height: 515px;
}

.tutor-notes .scroller {
    height: 370px !important;
}

.portlet.light.qucik-links {
    height: 515px;
}

.portlet.light.calendar.bordered {
    background-color: #fff;
    height: 518px;
}

}

@media(min-width: 1200px){

.portlet.light.strengthsWeaknesses {
    height: 488px;
}

.strengthsWeaknesses .scroller {
    height: 393px !important;
}

.portlet.light.tasks-widget.tutor-notes {
    height: 490px;
}

.tutor-notes .slimScrollDiv {
    height: 450px !important;
}

.usr-profile {
    height: 515px;
}
.portlet.light {
    height: 441px;
}

.portlet.light.calendar.bordered {
    height: 492px;
}

}


/* Css added from usersubject page */

.portlet.calendar .fc-button .fc-icon {
    height: 20px;
    top: 7px;
}
td.fc-event-container 
{
    /*display: none;*/
}

.scroller{
    overflow: auto;
}
.scroller::-webkit-scrollbar {
    width: 5px;
}
 
.scroller::-webkit-scrollbar-track {
}
 
.scroller::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
}

    .topic_button
    {
        background: #46b5ae;
        text-align: center;
        padding: 5px;
        color: #FFF;
        cursor: pointer;
    }
/* End adding Css added from usersubject page */

.sel_lm
{
    border: none;
    border-bottom: 3px solid #90c2f6;
    background:none;
}

/* End Adding Css Added by Durrani for user panel which was given by hasnain*/





/* Css added from user subject page which was created by Hasnain and Durrani */

.div_skip
{
    font-size: 16px;
    color: #FF5722;
    text-decoration: line-through;
}
.btnDa
{
  float: left;
  width: 100%;
  font-size: 13px !important;
  text-decoration: underline;
  color: #49d2ff !important;
  line-height: 20px;
  background: none !important;
  border: none;
  text-align: center;
  /*padding-left: 60px !important;*/
}
.btnDa:hover
{
  background: none !important;
  box-shadow: none !important;
}

/* Added by Durrani */

.tr_assessmentSel
{
  background: #ffea00;  
}
.tr_assessment:hover
{
  background: #ffea00;
  cursor: pointer;
}
.youtubeicon
{
    width: 100px;
    position: absolute;
    top: 35%;
    left: 45%;
    cursor: pointer;
}
.popupyoutube
{
  border: 1px solid #ccc;
  width: 100%;
  height: 500px;
  background: #c03;
  position: absolute;
  display: none;
  z-index: 1;
}
.closeyoutube
{
  position: absolute;
  width: 40px;
  z-index: 2;
  right: -20px;
  top: -20px;
  display: none;
  cursor: pointer;
}

.subjectDiv
{
  float         : right;
  border-radius : 5px;
  /*border        : 1px solid #CCC;*/    
  padding       : 5px;
  /*margin        : 5px;*/
  border        : 3px solid #fff;
  text-align    : left;
  cursor        : pointer;
  background    : #d0d0d0;
  color: white;
}

.subjectDiv:hover
{
  background: #4b719b;
  color: #FFF;
  /*border: 1px solid #FFF;*/
}
.subjectDiv:hover a
{
  color: #FFF;
}

.subjectDivSel
{
  background: #5c8cbd;
  color: #FFF;
  /*border: 1px solid #FFF;*/
}
.subjectDivSel a
{
  color: #FFF;
}

.selsubjectDiv
{
  color: #5c8dbd;
  font-size: 20px;
  font-weight: 600;
  /* padding: 20px; */
  float: left;
  border: none;
  margin-left: 8px;
}

.tabDiv
{
  min-width: 150px;
  text-align: center;
  margin: 0px;
  padding: 15px;
  border: 1px solid #FFF;
  cursor: pointer;
}

.tabDiv:hover
{
  border: 1px solid #00BCD4;
}

.strengthweakDiv
{
  min-width: 150px;  
  margin: 0px;
  padding: 15px;
  /*border: 1px solid #5c8dbd;*/
  cursor: pointer;
}
/* End Adding by Durrani */

/* Css added from testsection OBO */
<style type="text/css">

.practice_div
{
    background: #CDDC39;    
    padding: 10px;
    float: right;
    position: absolute;
    right: 0px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px 0px 0px 10px;
}
.actions li:hover
{
    background: transparent !important;
}

/*landscape*/
@media (min-width: 769px) and (max-width: 1024px) {
        .QuestionsAndAnswers 
        {
            margin: 10px 20px 110px !important;
            border: 0;
        }
        .stickybuttonsbottom
        {
            width: 18%;
            right: 20px;
            position: fixed;
            top: 30%;
        }
        .submit_btn.skipbtn
        {    
            padding: 10px !important;
            font-size: 16px;
            position: fixed;
            z-index: 999;
            bottom: 30px;
            left: 30px;
            width: 110px;
        }
        .submit_btn{
            padding: 10px 0 !important;
            font-size: 24px;
        }
        .buttonswithicons i
        {
            top: 27px !important;
        }
        .buttonswithicons
        {
            width:100%;
        }
        .buttonswithicons input
        {
            padding: 10px !important;
            font-size: 16px;
        }
        .adBoxShadow
        {
            padding: 0 0;
        }
}

@media (max-width: 768px)
{
        .stickybuttonsbottom
        {
            width: 100%;
            left: 0;
            bottom: 0;
            position: fixed;
        }
        .submit_btn.skipbtn
        {    
            padding: 10px !important;
            font-size: 16px;
        }
        .submit_btn{
            padding: 10px 0 !important;
            font-size: 24px;
        }
        .buttonswithicons i
        {
            top: 32px !important;
        }
}

@media (max-width: 480px) {
    .collapse.navbar-collapse
    {
        display: block;
    }
        .submit_btn.skipbtn
        {    
            padding: 10px !important;
            font-size: 13px;
        }
        .submit_btn{
            padding: 20px 0 !important;
            font-size: 15px;
        }
        .buttonswithicons i
        {
            display: none !important;
        }
        .QuestionsAndAnswers 
        {
            margin: 0 !important;
        }
}
@media (min-width: 1025px) {

    .buttonswithicons:first-child
    {
        margin-right: 60px;
    }
    .buttonswithicons:last-child
    {
        margin-left: 10px;
    }
}

.buttonswithicons
{
    position: relative;
    float: left;
    color: #333;
}
.buttonswithicons input
{
    border: 1px solid #333;
    color:#333;
}
.buttonswithicons i
{
    position: absolute;
    top: 25px;
}
  /*.txt_blankbox
  {
    width: 120px;

    float: none;
    border: none;
    border: 1px solid #757575;
    font-size: 16px;
    background: none;
    
    padding: 0px 0px 0px 5px;
    text-align: center;
    padding: 5px;
    background: white;
    
       
    background: none;

    float: left;
  }*/

  .txt_blankbox
  {
    /*min-width: 100px;*/
    /*width: auto;*/

    float: none;
    border: none;
    border: 1px solid #757575;
    font-size: 16px;
    background: none;
    /* border: 1px solid; */
    padding: 0px 0px 0px 5px;
    text-align: center;
    padding-left: 5px;
    /*border-radius: 5px !important;*/
    background: white;
    
    /*
    border: none;
    border-bottom: 1px solid #999; 
    */   
    background: none;
    padding: 0px !important;
    /*font-size: 12px;*/
    /*margin: 0px 10px 0px 10px !important;*/

    /* margin: -8px 5px 0 5px; */
    /*display: -webkit-inline-box;*/
    /*float: left;*/
  }
  
  .txt_blankbox:focus, select.txt_blankbox:focus {

    border-bottom: 1px dashed #999 !important;
    -webkit-box-shadow: 0px 0px 5px 0px #009688;
    box-shadow: 0px 0px 5px 0px #009688;
}
  
  /**/
  .txt_blankbox.active
  {
    background: #2196f33b;
    border-bottom: 2px solid #0074d1;
  }
  /**/

.collapse.navbar-collapse
{
    display: block;
}
.submit_btn.skipbtn{
    background: white;
    color: #2196F3;
    border: 1px solid #777;
}
.div_blankbox:first-child
{
    /*width: 100%;*/
    /*margin-bottom: 20px;*/
}
  .div_blankbox
  {
    /*font-size: 20px;*/
    font-size: 18px;
    padding: 8px;
    float: left;
    /*background: #ccc;*/
    margin-bottom: 5px;
    line-height: 35px; /*  */
    /*width: 100%;*/ 
  }

  .div_blankbox .div_blankbox
  {
    padding: 0px;
  }

  .div_blankbox table
  {
    /*margin-top: 5px;*/
    /*margin-top: -7px;*/
  }
  .div_blankbox p
  {
    margin: 0 !important;
  }
  .div_blankbox img
  {
    /*margin-left: 10px;*/
    margin-left: 5px;
    margin-right: 5px;
  }
/*  .orange
  {
    background: #f90 !important;
  }*/

  .result
  {
    width: 200px !important;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-family: monospace;
    color: #FFF;
    border-radius: 10px !important;
  }
  .correct
  {
    background: #98bf21;   
  }
  .incorrect
  {
    background: #98bf21;
  }

.overlay{ display: none !important; }
.texttitle{ font-size: 28px;font-weight: bold;padding: 10px 10px 0px; }
/* End adding CSS from testsection OBO */


.ddoptionsCon
{
  display: none;
}

.addNewVdo
{
    position: fixed;
    width: 50px;
    height: 50px;
    background: #2196F3;
    border-radius: 100px;
    bottom: 10px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    font-family: verdana;
    padding: 7px 0 0 15px;
    color: #FFF;
    cursor: pointer;
    z-index: 1;
}
.goToTop
{
  bottom: 10px;
  right: 70px;
  padding: 8px 0 0 15px;
  font-size: 20px;
}


    .div_video
    {

    }
    .txt_general
    {
      width: 100%;
      border: 1px solid #CCC;
      padding: 5px;
      border-radius: 5px;
    }
    .txt_video
    {

    }
    .txt_video_start
    {

    }
    .txt_video_end
    {

    }
    .btn_addvideo
    {
      background: #00BCD4;
      color: #FFF;
      text-shadow: 0px 0px 5px #6b6b6b;
      display: none;
    }
    .btn_addvideo:hover
    {
      text-decoration: underline;
    }
    
    .ui-widget.ui-widget-content 
    {
      background: #CCC;
      border: 1px solid #c5c5c5;
    }
    .ui-slider-horizontal .ui-slider-range 
    {
      background: #ff0a0a;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
    {
      
      background: #f6f6f6;
      font-weight: normal;
      border-radius: 100px;
      background: rgb(255, 0, 0);
      border: 1px solid rgb(255, 0, 0);
    }


.tagvideoquestion
{
  /*    position: absolute;right: 120px;top: 16px;width: 35px; cursor: pointer;*/  
}
.vdoTagDiv
{
  display: none;
}

.tagvdospan
{
    position: absolute;
    right: 136px;
    top: 14px;
    font-size: 12px;
    color: #ffffff;
    z-index: 1;
    font-weight: bold;
    text-align: center;
    width: 14px; cursor: pointer;
}

.tagvdospan img
{
    width: 35px;
}