body {
  /*font-family: "Verdana";*/
  font-size: 12px;
  background-size: cover;

 /* -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;      
 */
}
input,
button,
select,
textarea {
  font-family: "Verdana";
}

a{
    color: #FFF;
    cursor: pointer;
    text-indent:0;
}
a:hover{
    color: #FFF;
    text-decoration: none !important;
}

a:focus {
 outline: none;
 text-decoration: none !important;
 color: #FFF;
}

.ytcls {
    color: #000;
    text-decoration: none !important;
}
.ytcls:hover {
    color: #000;
    text-decoration: underline !important;
}
.ytcls:focus  {
    color: #000;
    text-decoration: underline !important;
}

ul li{
    list-style-type: none;
}
.top2{
    margin-top: 2px !important;
}
.top10{
    margin-top: 10px !important;
}
.top15{
    margin-top: 15px !important;
}
.top20{
    margin-top: 20px !important;
}
.top30{
    margin-top: 30px !important;
}
.top50{
    margin-top: 50px !important;
}
.top60{
    margin-top: 50px !important;
}
.top70{
    margin-top: 70px !important;
}
.top100{
    margin-top: 100px !important;
}
.bottom10{
    margin-bottom: 10px !important;
}
.bottom20{
    margin-bottom: 20px !important;
}
.bottom40{
    margin-bottom: 40px !important;
}
.bottom60{
    margin-bottom: 60px !important;
}
.bottom100{
    margin-bottom: 100px !important;
}
.bottom135{
    margin-bottom: 135px !important;
}
.noPadding{
    padding: 0 !important;
}
.width50{
    width: 50% !important;
}
.width45{
    width: 45% !important;
}
.width100{
    float: left;
    width: 100%;
}
.fLeft{
    float: left !important;
}
.fRight{
    float: right !important;
}

.backLightGrey{
    background: #e2e2e2 !important;
}
.bold{
    font-family: "Verdanabold" !important;
}
.no-margin{
    margin:0 !important;
}
.align-center{
    text-align: center !important;
}
.container {
  width: 1170px;
  min-width: 1170px;
  max-width: none !important;
}

.edit-container-nxt {
    padding: 0;
    width: 100%;
    min-width: 1140px;
    top: -4px;
}

.navbar{
    border: 0;
}
.right10{
    margin-right: 10px
}

.navbar-collapse.collapse {
    display: inline-block!important;
    float: left;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    padding:0px;
}
.container>.navbar-header{
    margin: 0px 0 0 15px;
    float: left;
}
.container>.navbar-header img{
    height: 54px;
    width: 218px;
}
.navbar-brand {
    float: left;
    padding: 5px 0px;
    margin: 2px 10px 0px 0px !important;
}
.collapse .navbar-nav li{
    float: left\9;
}
.navbar-account .navbar-nav li{
    float: left\9;
}
.navbar-account .navbar-nav .userName{
    text-transform: uppercase;
    max-width: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.navbar-account .navbar-nav .incWid{
    max-width: 175px !important;
}
.navbar-account .navbar-nav .navbar-name{
    text-transform: uppercase;
}

.app-store{
    float: right;
    display: inline-block;
    /*margin: 16px 3px 0px 0px;*/
    margin: 2px 3px 0px 0px;
    width: 100px;
}
.app-store-link{
    display: inherit;
    float: left;
    width: 99%;
    margin-right: 1%;
    margin-top: 2px;
}
.icon-margin {
    margin: 0px;
    width: 100%;
}


.container>.navbar-account{
    display: inline-block;
    float: right;
    margin: 0;
    border-left: 2px solid #FFF;
    position: relative;
}
.navbar>.container .navbar-name {
    margin-right: 0px;
}
.navbar>.container .navbar-name:hover{
    text-decoration: none;
    color: #FFF !important;
}
.userName{
    overflow: hidden;
    max-width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
     cursor: pointer;
}
.navbar-name {
    float: left;
    padding: 21px 15px;
    line-height: 20px;
    font-size: 15px;
    color: #FFF !important;
    cursor: pointer;
}
.actveAccount{
    border-bottom: 5px solid #ffee00;
}
.navbar-name span{
    margin-top: 5px;
    float: left;
    display: inline-block;
}
.signUp{
    padding: 26px 15px 21px !important;
}
.arrowBottom{
    position: relative;
    top: 8px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #f0f0f0;
}

.navbar {
    margin-bottom: 0;
    min-height: 50px;
    z-index:999999999;
}
.navbar-fixed-top{
    position: relative;
}


 
.errorBorder{
    border: 1px solid red !important;
    outline: none !important;
}
.errorMessage{
    display: block;
    float: left;
    width: 90%;
    background: #FFF;
    color: #626263;
    border: 1px solid red;
    border-radius: 2px;
    margin-bottom: 15px;
}

#education_edu_promo_code  .errorMessage {
    margin-top: 35px !important;
}

.footer-share{
    margin: 0;
    padding: 0;
    margin-right: 20px;
}
.footer-share ul{
    display: inline-block;
}
.footer-share ul li{
    padding: 35px 5px;
    float: left;
}


#login_form .errorMessage {
    margin: 0 5% !important;
    margin-bottom: 2% !important;
}


/*HOME SCREEN*/



.miniBlock{
    display: block;
    width: 1px;
    background: #FFF;
    height: 32px;
    margin-top: 20px;
}
.videoSpace{
    background: transparent;
    min-height: 610px;
}
.internalVideo{
    background: url(../img/banner_1.png) no-repeat;
    background-size: 100%;
    min-height: 620px;
    margin: 100px 0px 0px;
    background-position: 0 24px;
}
.internalVideo video{
    height: 100%;
    width: 100%;
}
.videoHead{
    text-align: center;
    padding: 40px 0px;
}
.videoHead span{
    border-radius: 10px;
    background: #36a1d6;
    padding: 20px 25px;
    font-size: 28.5pt;
    color: #FFF;
}
.addSpace{
    min-height: 75px;
    background: #ffffff;
    text-align: center;
}
.addSpace ul{
    float: left;
    margin: 10px 7.5% 0px;
    padding: 0;
    width: 85%;
}
.addSpace ul li{
    float: left;
}
.addSpace ul li:first-child{
    line-height: 49px;
    width: 120px;
    text-align: left;
}
/*
.discovery{
    display: block;
    background: url(../img/discovery_logo.png);
    background-position: -32px 59px;
    height: 49px;
    width: 120px;
}
*/
.fox{
    display: block;
    background: url(../img/fox_logo.png);
    background-position: -32px 59px;
    height: 49px;
    width: 120px;
}


.advertisement_logo {
    display: block;
    height: 100px;
    width: 100%;
    background: #fff;
    margin-top: 20px;
    border-top: 1px solid #3190c6;
    border-bottom: 1px solid #3190c6;
}
.advertisement_logo .icons{
    margin: 3px 50px 0 0;
    float: left;
}
.advertisement_logo .icons:last-child{
    margin-right: 0;
}


                                            /*DASHBOARD*/

.innerContent{
    float: left;
    margin: 20px 94.5px;
    width: 920px;
    min-height: 400px;
}
.innerContent section{
    width: 100%;
    float: left;
}
.innerContent section.tophead{
    margin-bottom:10px;
}
.tophead div{
    color: #FFF;
    float: left;
    width: 292.33px;
    background: #424242;
    padding: 8px 5px;
    text-align: center;
    font-size: 1.4em
}
.tophead div.my_projects{
    margin-left:20px;
    border-right: 1px solid #ffee00;
}
.tophead div.my_movies{
    margin-right:23px;
    border-left: 1px solid #ffee00;
}
.tophead div a{
    display: block;
}
.tophead .active{
    background: #ffee00 !important;
}
.tophead .active a{
    color:#424242 !important;
}
.subheder{
    height: 40px;
    background: #ffffff;
    width: 96% !important;
    border: 1px solid #a1a1a1 !important;
    float: left;
    z-index: 99;
    position: relative;
    margin-top: 15px;
}
.projectSpace{
    min-height: 500px;
    background: #ffffff;
    margin: 35px 0px 5px;
    position: relative;
}
.projectSpace article .mid{
    cursor: default !important;
}
.projectSpace article,
.loopContent article{
    font-size: 1.19em;
    display: block;
    float: left;
    width: 260px;
    margin: 0px 23px 40px;
    border:1px solid #a1a1a1;
    min-height: 280px;
    position: relative;
}
.newOne {
    border:1px dotted #a1a1a1 !important;
    background: none !important;
    padding:80px 50px 101px !important;
    text-align:center !important;
    cursor: pointer;
}
.newOne:hover{
    border:1px dotted #ffee00 !important;
    background: #424242 !important;
    color: #ffee00 !important;
}
.newOne span{
    display: block;
    font-size: 1.5em;
}
.hover-tooltip{
    position: absolute;
    background:#000 url(../img/css-tooltip-gradient-bg.png) repeat-x 0 0;
    color: #FFFFFF;
    left: 107%;
    top: 25%;
    padding: 15px 13px;
     border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-box-shadow: 0px 0px 8px 4px #666;
    -webkit-box-shadow: 0px 0px 8px 4px #666;
    box-shadow: 0px 0px 8px 4px #666;
    opacity: 0.8;
    display: none;
    text-align: center;
    z-index: 9999999;
    width: 65%;
}

.hover-tooltip:after {
  content: '';
  position: absolute;
  top: 30%;
  left: -15px;
  width: 0;
  height: 0;
  border-right: 15px solid rgba(0,0,0,0.7);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 9999999;
}
.projectSpace .videosection:hover .hover-tooltip,
.loopContent article:hover .hover-tooltip{
  display: block;
}
/*.newOne span:first-child{
    font-size: 3.0em;
    line-height: 30px;
}
.newOne span:last-child{
    font-size: 1.5em;
    line-height: 30px;
}*/
.newOne .myfile{
    width: 100%;
    line-height: 20px;
    cursor: pointer;
}
article div{
    width: 100%;
    float: left;
}
article .top{
    padding: 5px;
    text-align: center;
    min-height: 40px;
    color: #333333;
}
article .top span:first-child{
    display: block;
    text-align: center;
    width: 100%;
    white-space:nowrap;
    text-overflow: ellipsis;
    float: right;
    overflow: hidden;
    line-height: 25px;
    margin-left: -15%;
    padding: 0 11%;
}
article .mid{
    cursor: pointer;
    padding: 0px;
    margin: 0 6%;
    width: 88%;
}
article .mid p{
    margin:0;
}
article .mid img{
    width: 100%;
    height: 190px;
    border-radius: 15px;
    border: 1px solid #c7c7c7;
}
article .foot{
    padding: 10px 7px;
}

article .foot.my-movies-foot {
    padding: 10px 36px ;
}

article .foot.my-project-foot {
    padding: 10px 48px ;
}

article .foot.my-upload-foot {
    padding: 10px 33px ;
}

article .foot a{
    float: left;
    color: #a1a1a1;
    display: inline-block;
    border-right: 1px solid #424242;
    padding: 5px 20px;

}
article .foot a.last{
    border: 0;
}
article .foot.publish-foot{
    padding: 10px 0;
}
article .foot.publish-foot a{
    padding: 5px 17px;
}


                                        /*PRICING PLAN*/

.pricingPlan{
    min-height: 944px;
    margin: 20px 0px;
    width: 100%;
}
.pricingPlan .topHeader{
    float: left;
    width: 100%;
}
.pricingPlan .topHeader .arrow{
    display: inline-block;
    float: left;
    width: 60%;
    height: 1px;
    margin: 0px 20%;
    background: #e6e6e6;
}
.pricingPlan .topHeader span.goPremium{
    display: inline-block;
    float: left;
    width: 20%;
    padding:4px 0px 3px;
    text-align: center;
    margin: 5px 40%;
    background: #ffee00;
    margin-top: -17px;
    font-size: large;
}
.pricingPlan .secondHead{
    float: left;
    width: 30%;
    padding: 0px 0px;
    margin: 0px 35% 50px;
    text-align: center;
    font-size: 2.7em;
}
.pricingPlan section{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.pricingPlan section .midBorder{
    display: block;
    width: 2px;
    float: left;
    min-height: 470px;
    margin:0px 20px;
}
.pricingPlan article{
    background: #ffffff;
    float: left;
    width: 340px;
    min-height: 470px;
    border:4px solid #424242;
    border-top:8px solid #424242;
    border-bottom:8px solid #424242;
    padding-bottom: 20px;
    margin-bottom: 70px;
    border-radius: 3px;
    position:relative;
}
.pricingPlan section article.first{
    margin-left: 15px;
    background: #ffffff;
    float: left;
    width: 350px;
    min-height: 470px;
    border:3px solid #2363cd;
    border-top:6px solid #2363cd;
    border-bottom:6px solid #2363cd;
    border-right:1px solid #2363cd;
    padding-bottom: 20px;
    margin-bottom: 70px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
}
.pricingPlan section article.last{
    margin-right: 15px;
    background: #ffffff;
    float: left;
    width: 350px;
    min-height: 470px;
    border:3px solid #2363cd;
    border-top:6px solid #2363cd;
    border-bottom:6px solid #2363cd;
    border-left:1px solid #2363cd;
    padding-bottom: 20px;
    margin-bottom: 70px;
    -moz-border-radius: 15px;
    border-radius: 15px;


}
.pricingPlan article .topHeading{
    float: left;
    width: 80%;
    margin: -15px 10% 0px;
    text-align: center;
    display: block\9;
}
.midPlan .topHeading{
    width: 100% !important;
    margin: -15px 2% 0px !important;
}
.pricingPlan article .topHeading em{
    display: inline-block;
    width: 5px;
    height: 5px;
    float: left;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #2363cd;
    position:relative;
    z-index: 9;
}
.pricingPlan article .topHeading em:last-child{
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2363cd;
}
.pricingPlan article .topHeading em.last{
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2363cd;
}


.pricingPlan .topHeading span{
    float: left;
    background: #2363cd;
    color: #FFFFFF;
    width: 91%;
    font-size: 1.9em;
    padding: 5px 0;
    display: inline-block;
    position: relative;
    z-index: 9;
}
.pricingPlan article .topHeadingmidPlan em{
    display: inline-block;
    width: 5px;
    height: 5px;
    float: left;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #bf1e2e;
    position:relative;
    z-index: 9;
}
.pricingPlan article .topHeadingmidPlan em:last-child{
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #bf1e2e;
}
.pricingPlan article .topHeadingmidPlan em.last{
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #bf1e2e;
}
.pricingPlan .topHeadingmidPlan span{
    float: left;
    background: #bf1e2e;
    color: #FFFFFF;
    width: 91%;
    font-size: 1.9em;
    padding: 5px 0;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.pricingPlan article .detail{
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 1.2em;
    border-bottom: 1px solid #dedede;
}
.pricingPlan article .borderTop{
    border-top: 1px solid #dedede;
}
.pricingPlan article .detail span{
    float: left;
    display: block;
    width: 65%;
    padding: 12px 10px 15px;
}
.pricingPlan article .detail span:first-child{
    width: 35%;
}
.width-span {
    width: 100% !important;
}

.pricingPlan article .btnPrice {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 150px;
    text-align: center;
}
.firstP{
    margin-top: 140px !important;
}
.pricingPlan article .btnPrice a{
    display: inline-block;
    padding: 10px;
    color: #FFF;
    background: #2363cd;
    font-size: 1.5em;
    width: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2363cd), to(#16448f) );
    background: -moz-linear-gradient(-90deg, #2363cd, #16448f);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2363cd', endColorstr='#16448f');

}

.background-red{
    background: -webkit-gradient(linear, left top, left bottom, from(#bf1e2e), to(#821721) ) !important;
}

.pricingPlan article .al-btnPrice {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 70px;
}
.pricingPlan article .al-btnPrice a{
    display: block;
    padding: 10px;
    color: #FFF;
    background: #5e5e5e;
    font-size: 1.5em;
    text-align: center;
    margin: 0px 85px;
    width: 200px;
    cursor: auto;


}



.pricingPlan article .btnPrice a:hover,
.pricingPlan article .btnPrice a:active{
    color: #333;
    background: #ffee00 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffee00), to(#faf68f) ) !important;
    background: -moz-linear-gradient(-90deg, #ffee00, #faf68f) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffee00', endColorstr='#faf68f') !important;
}

article.midPlan{
    margin-left: 00px;
    min-height: 570px !important;
    width: 380px;
    -moz-border-radius: 15px;
    border-color:#bf1e2e;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 63px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 63px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.75);
    z-index:999!important;
    position: relative;
}
.midPlan .btnPrice .sign_tab{
    margin-top: 40px !important;
    background: #bf1e2e;
    background: -webkit-gradient(linear, left top, left bottom, from(#bf1e2e), to(#821721) );
    background: -moz-linear-gradient(-90deg, #bf1e2e, #821721);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bf1e2e', endColorstr='#821721');
}
.midPlan .btnPrice .login_sign_tab{
    margin-top: 40px !important;
    background: #bf1e2e;
    background: -webkit-gradient(linear, left top, left bottom, from(#bf1e2e), to(#821721) );
    background: -moz-linear-gradient(-90deg, #bf1e2e, #821721);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bf1e2e', endColorstr='#821721');
}

.midPlan .al-btnPrice{
    margin-top: 140px !important;
}
.midPlan .top70{
    margin-top: 68px !important;
}
.pricingPlan article .detail span.last-detail{
    padding: 7px 10px;
}
.pricingPlan article.last .btnPrice{
    margin-top: 63px;
}


                                        /*About Section*/

.aboutContent{
    float: left;
    background: #ffffff;
    width: 98%;
    /*min-height: 965px;*/
    /* min-height: 630px; */
    margin: 10px 1% 10px 1%;
    padding: 0px;
    color: #333;
    position: relative;
}
.incHeight {
    min-height: 1165px !important;
}
.aboutContent .head{
    text-align: center;
    margin: 20px auto 15px;
    background: #ffee00;
    padding: 5px 30px;
    width: 200px;
    font-size: 1.5em;
    z-index: 9;
    position: relative;
    color: #606060;
}
.aboutContent .payment_alert {
    background: #FF0000;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    margin-top: 5px;
    text-align: center;
    color: #ffffff !important;
}
.payment_alert  a{
    color: #ffee00 !important;
}
.content .payment_alert {
    background: #FF0000;
    padding: 5px;
    display: block;
    text-align: center;
    color: #ffffff !important;
    margin-bottom: 15px;
}
.aboutContent .topHeader{
    float: left;
    width: 100%;
}
.aboutContent .topHeader .arrow{
    display: inline-block;
    float: left;
    width: 60%;
    height: 1px;
    margin: 0px 20%;
    background: #e6e6e6;
}
.aboutContent .topHeader span.goPremium{
    display: inline-block;
    float: left;
    width: 20%;
    padding:4px 0px 3px;
    text-align: center;
    margin: 5px 40%;
    background: #ffee00;
    margin-top: -17px;
    font-size: large;
    color: #606060;
    text-transform: uppercase;
}

span.goPremium-nxt{
    width: 25% !important;
}

.aboutContent p{
    margin: 20px 20px 0px;
    font-size: 1.2em;
    float: left;
}

.aboutSpace a{
    font-family: "Verdanabold";
    color: #333;
}
.aboutSpace a:hover{
    text-decoration: underline !important;
}
                                        /*NEWS ROOM*/
.news-space{
    background: rgba(0,0,0,0.2);
    background: #F8F8F8\9;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.news-link, .news-right-block{
    float: left;
    width: 50%;
    font-size: 14pt;
}
.news-link ul{
    margin:4.2% 0% 0% 20%;
}
.news-link ul li{
    float: none;
}
.news-link ul li a{
    color: #333;
    font-size: 25pt;
    line-height: 25pt;
    padding: 10px 0px;
    display: inline-block;
}
.news-right-block span, .news-right-block a{
    display: block;
    text-align: left;

}
.NewsRoomContent {display: none; text-align:left;padding-left:20px;font-style: italic;}



                                /*Privacy Policy*/
.privacy .head{
    width: 300px;
}
.privacy p{
    margin: 20px 20px 0px;
    font-size: 1.2em;
    float: left;
    min-width: 90%;
}
.privacy p.last{
    margin-bottom: 30px;
}
.privacy h2{
    margin: 30px 20px -5px;
    font-size: 1.5em;
    float: left;
    min-width: 90%;
}
.privacy ul{
    margin: 15px 0px 0px 35px;
    float: left;
}
.privacy ul li{
    float: none;
    line-height: 1.428571429;
    font-size: 1.2em;
    color: #333;
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

                                /*Terms of Service*/

.terms h2{
    margin: 30px 20px -5px;
    font-size: 1.5em;
    float: left;
    min-width: 90%;
}
.terms li{
    color: #333;
    font-size: 14px;
    line-height: 20px;
    float: left;
}
.terms ol{
    margin: 15px 20px 0px 5px;
    float: left;
}
.terms ol li{
    margin-bottom: 7px;
    padding: 0;
}
.terms ol.terms_inner_ol{
    margin:0px 10px 0px -20px;
}
.terms ol.terms_inner_ol li{
    margin:10px 10px 0px 0px;
}
.terms ul li{
    margin:10px 10px 0px 0px;
}
.terms ul.terms_inner_ul-romman li{
    margin:10px 10px 0px 20px;
}
ul.lower-alpha li{
    margin:10px 10px 0px 0px;
    list-style-type:circle;
}
.terms b{
    font-family: Verdanabold;
}

                                /*Report a Bug*/

.report ul{
    margin: 15px 0px 0px 35px;
    float: left;
}
.report ul li{
    margin:0px 10px 10px 0px;
    float: none;
    font-size: 1.2em;
    list-style-type: disc;
    padding: 0;
    color: #333;
}
.report form{
    float: left;
    width: 100%;
}
.report form p{
    min-width: 90%;
}
.report textarea,
.report input{
    border: 0px solid #000;
    background: #CCC;
    line-height: 25px;
    min-height: 30px;
    padding: 0px 5px;
}
.report input[type="submit"]{
    color: #FFF;
    background: #5e5e5e;
    font-size: 1.2em;
    text-align: center;
    line-height: 30px;
    padding: 0 20px;


}
.report p img{
    margin: 5px 0px;
}

.report input[type="submit"]:hover,
.report input[type="submit"]:active{
    color: #333;
    background: #ffee00;
}
                                 /*News Room*/

.newsroom .head{
    width: 150px;
}
.newsroom a{
    color: #428bca;
    cursor: pointer;
    text-indent: 0;
}
span.datenews{
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: bold;
}
.newsroom .news-link ul li{
    margin: 10px 0px 0px;
}
.newsroom .news-link ul li.selected a{
    background: #ffc826 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#faf68f), to(#ffc826) ) !important;
    background: -moz-linear-gradient(-90deg, #faf68f, #ffc826) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#faf68f', endColorstr='#ffc826') !important;
    border:1px solid #ffc826 !important;
    color: #424242 !important;
}
.newsroom .news-link ul li a {
    font-size: 1.2em;
    line-height: 25pt;
    padding: 10px 18px;
    display: inline-block;
    color: #FFF;
    background: #5e5e5e;
    min-width: 60%;
}
.newsroom .news-link ul li a:hover{
    background: #ffee00 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffee00), to(#faf68f) ) !important;
    background: -moz-linear-gradient(-90deg, #ffee00, #faf68f) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffee00', endColorstr='#faf68f') !important;
    color: #424242 !important;
}
.newsroom .news-right-block{
    font-size: 1.2em;
    min-height: 480px;

}
.address{
    margin: 10px 0 0 40px !important;
}

                                                /*FAQ*/
.faq .topHeader span.goPremium {
    width: 30%;
    margin: 5px 35%;
    margin-top: -17px;
}
.faq li{
    color: #333;
    line-height: 20px;
    float: left;
}
.faq ol{
    margin: 15px 20px 0px 5px;
    float: left;
}
.faq ol li{
    font-family: "Verdana";
}
.faq ol > li{
    padding: 0;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-family: "Verdanabold";
}


                                        /*CHECK BOX*/
input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    font-weight: normal;
    padding-left: 32px;
    height:25px;
    display:inline-block;
    line-height:25px;
    background-repeat:no-repeat;
    background-position: 0 -30px;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
}
input[type=checkbox].css-checkbox + label.teacher-admin-margin {
    padding-left: 25px;
    margin: 0;
    margin-top: 5px;
    margin-left: 0;
    vertical-align: inherit;
    margin-bottom: 1px;
}

.checkChecked{
    background-image:url(../img/checked_btn.png) !important;
    position: relative;
    z-index: 9;
    height: 25px;
    width: 25px !important;
    margin-left: -6px;
}
.checkPromoCode .checkChecked {
    margin-left:0px !important;
    margin-bottom: 0px !important;
}
.editAccount .checkChecked {
    margin-left:0px !important;
}
.checkCssChecked{
    background-image:url(../img/checked_btn.png) !important;
    position: relative;
    z-index: 9;
    height: 25px;
    min-width: 25px !important;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -0px;
}
.css-label{ background-image:url(../img/check_btn.png); }

                            /*Radio Button*/

input[type=radio].css-radio {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}

input[type=radio].css-radio + label.css-radiolabel {
    font-weight: normal;
    padding-left: 32px;
    height:25px;
    display:inline-block;
    line-height:25px;
    background-repeat:no-repeat;
    background-position: 0 -30px;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
    margin: 0px 0 0;
}

input[type=radio].css-radio:checked + label.css-radiolabel {
    background-position: 0 -2px;
}
.css-radiolabel{ background-image:url(../img/radiobutton.png); }



                                /*EDIT Dashboard Page*/
.top .checkSpace{
    display: block;
    width: 15%;
    float: left;
    z-index: 9;
    position: relative;
    margin: -10px 0 0px -10px;
}
.top .head{
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
    margin-left: -15%;
}
.top .checkChecked {
   margin-left: 0px; 
}
                /*Subheader*/
.subBorder{
    border-right:1px solid #a1a1a1;
}
.check{
    float: left;
    width: 40px;
    height: 100%;
}
.check label{
    margin: 7px 0px 0px 7px;
}
.checkAll{
    float: left;
    width: 40px;
    height: 100%;
}
.checkAll > span{
    position: relative;
    float: left;
    max-height: 34px;
}
.checkAll label{
    margin: 7px 0px 7px 11px !important;
}
.dropSapce{
    float: left;
    width: 150px;
    height: 100%;
}
.searchSpace{
    float: right;
    width: 200px;
    height: 100%;
}
/*.searchSpace ::-webkit-input-placeholder {
       color: #CCCCCC;
    }

.searchSpace :-moz-placeholder { 
       color: #CCCCCC;
    }

.searchSpace ::-moz-placeholder {
       color: #CCCCCC;
    }

.searchSpace :-ms-input-placeholder {
       color: #CCCCCC;
    }*/
.searchFeild{
    min-height: 25px;
    width: 150px;
    border: 1px solid #a1a1a1;
    margin: 6.5px 2.5px;
    float: left;
    line-height: 21px;
    padding: 0px 5px;
    background: #FFFFFF;
    color: #424242;
}
.searchIcon{
    background: url(../img/icon_search.png);
    background-position: 0px -32px;
    display: block;
    height: 25px;
    width: 25px;
    border: 1px solid #CCCCCC;
    margin: 6.5px 2.5px;
    float: left;
    cursor: pointer;
}
.searchIcon:hover{
    background-position: 0px -2px;
}
.no_search{
    margin: 10px 20px 0 20px;
    color: #fff;
    background-color: #b94a48;
    border-color: #ebccd1;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    float: left;
    width: 700px;
}



ul.tsc_pagination { margin:4px 0; padding:0px; height:100%; overflow:hidden; font:12px Tahoma; list-style-type:none; }
ul.tsc_pagination li { float:left; margin:0px; padding:0px; margin-left:5px; }
ul.tsc_pagination li:first-child { margin-left:0px; }
ul.tsc_pagination li a { color:black; display:block; text-decoration:none; padding:7px 10px 7px 10px; }
ul.tsc_pagination li a img { border:none; }
ul.tsc_paginationC li a { color:#707070; background:#FFFFFF; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border:solid 1px #DCDCDC; padding:6px 9px 6px 9px; }
ul.tsc_paginationC li { padding-bottom:1px; }
ul.tsc_paginationC li a:hover,
ul.tsc_paginationC li a.current { color:#FFFFFF; box-shadow:0px 1px #EDEDED; -moz-box-shadow:0px 1px #EDEDED; -webkit-box-shadow:0px 1px #EDEDED; }
ul.tsc_paginationC01 li a:hover,
ul.tsc_paginationC01 li a.current { color:#893A00; text-shadow:0px 1px #FFEF42; border-color:#FFA200; background:#FFC800; background:-moz-linear-gradient(top, #FFFFFF 1px, #FFEA01 1px, #FFC800); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #FFEA01), color-stop(1, #FFC800)); }
ul.tsc_paginationC li a.In-active {
   pointer-events: none;
   cursor: default;
}

div.pagination {
    padding: 15px;
    margin: 3px auto;
    font-size: 1.2em;
}
div.pagination a {
    padding: 8px 7px 8px 7px;
    margin: 2px;
    border: 1px solid #404040;
    text-decoration: none; /* no underline */
    color: #424242;
    background: #FFF;
}
div.pagination a:hover, div.pagination a:active{
    /*border: 1px solid #ffee00;*/
    background-color: #c32226;
    color: #ffffff;
}
div.pagination span.current {
    padding: 8px 7px 8px 7px;
    margin: 2px;
    background-color: #c32226;
    color: #fff;
    border: 1px solid #c32226;
}
div.pagination span.disabled {
    padding: 4px 7px 4px 7px;
    margin: 2px;
    border: 1px solid #404040;
    color: #8F8F8F;
    /*background: #cfcfcf;*/
}

div.pagination span.first{
    margin-right: 2px;
    padding: 8px 12px;
}
div.pagination a.first{
    margin-right: 2px;
    padding: 8px 12px;
}

div.pagination span.last{
    margin-left: 2px;
    padding: 8px 15px;
}
div.pagination a.last{
    margin-left: 2px;
    padding: 8px 15px;
}



.basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
/*#simplemodal-container {margin-left: -65px;}*/
/*#simplemodal-container .simplemodal-data {padding:8px;}*/
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container h3 {color:#84b8d9;}
#simplemodal-overlay-dark{background-color:#000;z-index:999999999 !important;}
#simplemodal-container-wrap{z-index:999999999 !important;}
.html-popup{overflow:hidden}
#basic-modal-content .modal-box{width:600px;height:360px;max-height:600px}
.html-normal{overflow-y:scroll}

/* loading screen */
.ui-loading .ui-loader { display: block; position: relative; z-index: 9999999999999 !important }
.ui-loader { display: none; z-index: 9999999999999 !important; position: fixed; top: 50%; left: 50%; border:0; }
.ui-loader-default { background: none; filter: Alpha(Opacity=50); opacity: .50; width: 46px; height: 46px; margin-left: -23px; margin-top: -23px; }
.ui-loader-verbose { width: 200px; filter: Alpha(Opacity=88); opacity: .88; box-shadow: 0 1px 1px -1px #fff; height: auto; margin-left: -110px; margin-top: -43px; padding: 10px; }
.ui-loader-default h1 { font-size: 0; width: 0; height: 0; overflow: hidden; }
.ui-loader-verbose h1 { font-size: 16px; margin: 0; text-align: center; }
.ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 44px; height: 44px; padding: 1px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
.ui-loader-verbose .ui-icon { margin: 0 auto 10px; filter: Alpha(Opacity=75); opacity: .75; }
.ui-loader-textonly { padding: 15px; margin-left: -115px; }
.ui-loader-textonly .ui-icon { display: none; }
.ui-loader-fakefix { position: absolute; }
.ui-icon { width: 18px; height: 18px; }
/* loading icon */
.ui-icon-loading {
    background: url(../img/ajax-loader-1.gif) !important;
    background-size: 46px 46px;
}

.inactive {
  color: grey !important;
}

.inactive_grey{
 /*background: #CCC !important;*/
 color: #424242 !important;
}

.user_email{
    display:none;
}
.alert-warning-display{
    display:none !important;
}

.centre-loader{
    margin-left:-80px;
    margin-right: auto;
}

span.overText{
    display: none;
    float: left;
    position: absolute;
    bottom: 45px;
    width: 90.1%;
    padding: 20px 5px;
    line-height: 20px;
    text-align: center;
    background: rgba(195, 34, 38, 0.7);
    color: #FFF;
    font-size: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

span.overTextNxt {
    left:3px !important;
    width: 97.1% !important;
}

span.overTextMovie {
  display: none;
  float: left;
  position: relative;
  bottom: 0;
  left: 0px;
  width: 100%;
  padding: 38px 5px;
  line-height: 20px;
  text-align: center;
  background: rgba(195, 34, 38, 0.7);
  margin-top: -175px;
  cursor: pointer;
  color: #FFF;
  font-size: 1.5em;
  height: 170px;
}

.overText-text{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 27px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 23px;
}

.overText-image{
  position: absolute;
  top: 16%;
  left: 23%;
  height: 51%;
  background-image: url(../img/bigplay.png);
  background-repeat: no-repeat;
  width: 45%;
}

.signUpUser label {
    display: inline-block;
    margin-top: 5px;
    font-weight: normal;
    float: left;
    font-size:14px;
}
.signUpUser label.top20{
    margin-top: 20px;
}


/*----------------------------
    The file upload form
-----------------------------*/


.myfile{
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 100px;
  z-index: 2;
  opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  -khtml-opacity: 0.0; /* Safari 1.x */
  -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
  line-height: 25px\9;
}

.myfileedit{
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 100px;
  z-index: 2;
  opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  -khtml-opacity: 0.0; /* Safari 1.x */
  -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
  line-height: 25px\9;
}

.mybutton {
    background: #a81e22 !important;
    color: #ffffff !important;
    border: 1px solid #c36d62 !important;
}





#upload{
/*    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);

    width:250px;
    padding:30px;
    border-radius:3px;

    margin:200px auto 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
}

#drop{
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}
#upload_content{
    width: 100%;
    float: left;
}
#upload_content .topUploadText{
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    padding: 5px 20px 15px;
}
#upload_content ul{
    list-style:none;
    margin:0;
    padding: 0px 10px !important;
    float: left;
    width: 100%;
}

#upload_content .uploadMedia{
    float: left;
    width: 100%;
    padding:10px 5px;
    position: relative;
    border: 1px solid #626263;
    border-radius: 2px;
    margin-bottom: 5px;
}
#upload_content ul li .loadingSpace{
    float: left;
    height: 14px !important;
    width: 34% !important;
    /*background: url(../img/loading.gif) repeat-y;*/
    margin-left: 10px;
    margin-right: 5px;
    display: block;
}
#upload_content ul li .loadingSpaceC{
    background:none !important;
    margin-left: -10px  !important;
}

.loadingSpaceC i{
    font-size:0.8em  !important;
    width: 100% !important;
}

#upload_content .width80{
    width: 100% !important;

}
#upload_content ul li input{
    display: none;
}

#upload_content ul li p{
    width: 58%;
    float: left;
    font-size: 0.8em;
    padding: 0 !important;
}
#upload_content ul li p .uploadFileName{
    display: block;
    float: left;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align: left !important;
}
.width80 .uploadFileName{
    width: 35% !important;
}
#upload_content ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
    width: 40%;
    float: left;
}
.width80 i.fileSize{
    width: 23% !important;
}
.width80 i.fileMessage{
    width: 42% !important;
}
#upload_content ul li span.uploadIcon{
    max-width: 20%;
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    cursor:pointer;
}

#upload_content ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload_content ul li.error p{
    color:red;
}


                                /*Reset password*/
.resetPass{
    width: 58%;
    margin:0px auto 0;
}

.changePass{
    margin:0px auto 0 !important;
}
.resetPass p:first-child{
    margin-bottom: 20px;
}
.resetPass p{
    float: none;
}
.resetPass label {
    width: 37%;
    font-style: normal;
    font-weight: normal;
    float: left;
}
.resetPass input{
    border:0px solid #303030;
    border-radius: 2px;
    padding-top:8px;
    padding-bottom:10px;
    font-size: 1.0em;
    width: 45%;
    background: #f3f3f3;
}
.resetPass span{
    color: #000000;
    margin: 0 0 0 10px;
    text-align: left;
    width: 61%;
    display: inline-block;
}
.resetPass input[type="submit"]{
    float: right;
    background: #a92023;
    color: #FFF;
    padding: 5px 20px;
    width: 20%;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 3px;
    margin: 10px 20% 10px 0;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
}
.resetPass .msgSucess{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    font-size: 1.4em;
}

.InviteEmailError {
    display: none;
    font-size: 14px !important;
    text-align: center;
    margin-bottom: 5px;
    max-width: 300px;
    word-wrap: break-word;
}
.InviteEmailError span{
    color: red !important;
    font-style: italic;
}

.radio-bg {
    width: auto !important;
    float: left;
    display: inline-block;
    min-width: 100px;
    text-align: left;
    margin-left: 6px;
    font-size: 13px;
}

.user-text {
    font-size: 14px;
    padding-left: 19px;
}

.radio-icon {
    width: auto !important;
    float: left;
}

.user-main-bg {
    width: 100%;
    height: auto;
    display: inline-block;
}
                            /*LOOP REQUEST PAGE*/
.bigHead{
    font-size: 1.8em !important;
    width: 325px !important;
    line-height: 40px;
}

.bigHead-margin{
    margin-left:36% !important;
    margin-right:36% !important;
    margin-top:-23px !important;
}

.backWhite{
    background: #FFFFFF !important;
}
.crossLine{
    height: 1px;
    background: #ebebeb;
    width: 725px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -38px;
    z-index: 1;
}
.loopContent{
    float: left;
    margin: 20px 95px;
    width: 920px;
    min-height: 400px;
}

.loopContent article .topSpace{
    padding: 0px 20px;
}
.loopContent article span{
    float: left;
    width: 100%;
    padding: 5px 5%;
    text-align: center;
    font-size: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.loopContent article img{
    width: 100%;
    height: 190px;
    border-radius: 15px;
    border:1px solid #c7c7c7;
}
.loopContent .hovertext {
    display: inline-block;
}
.loopContent article p{
    float: left;
    margin: 20px 0 0 0;
    color: #424242;
    font-size: 1.1em;
    padding: 0 10px;
    word-wrap:break-word;
    width: 100%;
}
.loopContent article .btnSpace {
    width: 100% !important;
    background: #FFFFFF;
    margin:0px !important;
    padding:0 38px;
}
.loopContent article .btnSpace a {
    font-family: "Verdana";
    font-size: 1.0em;
    float: left !important;
    color: #a1a1a1;
    background: transparent;
    display: inline-block;
    border-right: 1px solid #424242;
    padding: 2px 0px;
    border-radius: 0px;
    min-width: 90px;
    margin: 10px 0;
}
.loopContent article .btnSpace a:hover{
    text-decoration: none !important;
}
.loopContent article .btnSpace a:last-child{
    border: 0;
}
.filebtn{
    font-size: 15pt !important;
    padding: 5px 0px 5px 5px !important;
    padding: 15px 0px 0px !important\9;
    line-height: 30px !important\9;
    min-height: 30px\0;
}

.filebtn input{
    width:200px !important;
}

.twitterLinkcolor{
    color:blue;
    cursor: pointer;
    text-indent:0;
}
.twitterLinkcolor:hover{
    color: blue !important;
    text-decoration: none !important;
}
.twitterLinkcolor:focus{
    color: blue !important;
    text-decoration: none !important;
}
.quotes {
    display: none;
}

/*  Progress Bar */
.space-progress-bar{
    position: absolute;
    width: 100%;
    max-width: 920px;
    margin-top: 40px;
}

.space-progress-plan{
    width: 100px;
    float:left;
    padding-top:12px;
    padding-left:150px;
}
.space-progress-plan-upgrade{
    width: 200px;
    float: right;
    padding-top: 5px;
    padding-right: 100px;
}
.space-progress-plan-upgrade a{
    color: #ccc !important;
}


.main-progressbar {
     width: 510px;
     margin: 10px auto;
}

.progressbar-detail {
     width:105px;
     float: left;
     background: #ffffff;
     color: #424242;
     border: 1px solid #000;
     height: 26px;
     margin-right: 5px;
     padding: 7px 4px 4px 4px;
     font-size: 7pt;
     text-align: center;
}

#progressbar {
  border: 1px solid #000;
  border-radius: 0px; /* (height of inner div) / 2 + padding */
  width:400px;
  min-height: 26px;
  float: left;
  padding: 5px;
}

#progressbar .bar {
   background: #424242;
   width: 100%; /* Adjust with JavaScript */
   height: 14px;
   border-radius:0px;
   border-right:0px;
   display: inline-block;
   float: left;
   position: relative;
}
.bar-space{
    float: left;
    max-width: 98%;
    width: 400px;
}
#progressbar .detail{
    display: inline-block;
    font-size: 7pt;
    float: left;
    margin-top: 5px;
}
#progressbar .active-bar{
    position: absolute;
    background: #ffee00;
    height: 14px;
}

/*  Progress Bar */

.choose_option {
    display: none;
}


                                                        /*Plans & Pricing*/
.aboutContent .plans{
    width: 300px;
    margin: 30px auto 15px;
    float: none;
}
.aboutContent .small-bar{
    background: #CCC;
    height: 1px;
    display: inline-block;
    width: 70%;
    margin: 0 15%;
    position: relative;
    top: -44px;
}
.pricing article {
    background: #ffffff;
    float: left;
    width: 100%;
    border: 3px solid #a92023;
    border-radius: 6px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#d6d6d6)";
    -moz-box-shadow: 3px 3px 3px #d6d6d6;
    -webkit-box-shadow: 3px 3px 3px #d6d6d6;
    box-shadow: 3px 3px 3px #d6d6d6;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#d6d6d6);
    margin-bottom: 30px;
}
/*.pricing article.first{
    margin-left:19%;
}*/
.pricing .left-plan-block{
    float: left;
    width: 340px;
    margin: 0 2% 0px 19%;
}
.pricing article .topHeading{
    float: left;
    padding: 15px 0 10px 10px;
    width:100%;
    background: #a92023;
}
.pricing article .topHeading em.first{
    height: 1px;
    background-color: #FFF;
    width: 86%;
    display: inline-block;
    position: absolute;
    left: 7%;
    top: 25px;
    z-index: 0;
}
.pricing article .topHeading span{
    font-size: 20pt;
    color: #FFF;
    text-transform: lowercase;
    background-color: #a92023;
    display: inline-block;
    line-height: 15px;
    z-index: 1;
    position: relative;
    padding: 0 10px;
}
.pricing article .topPadd{
    padding-top: 32px;
}
.pricing article .detail{
    float: left;
    width: 80%;
    margin: 0px 10%;
    border-bottom: 2px solid #dedede;
}
.pricing article .borderTop{
    border-top: 1px solid #dedede;
}
.pricing article .detail span{
    float: left;
    display: block;
    width: 100%;
    padding: 12px 10px 15px;
    font-weight: bold;
    font-size: 16px;
}
.pricing article .free-btn-space{
    background: #a92023;
    height: 45px;
}
.pricing article .detail span input[type="radio"], input[type="checkbox"] {
    margin: 4px 5px 0 0px;
}
/*.pricing article .detail span:first-child{
    width: 35%;
}*/
.pricing .form-space{
    padding: 10px;
    font-size: 1.2em;
}
.pricing .form-space label{
    display: block;
    font-weight: 100;
}
.pricing .form-space input{
    width: 100%;
    padding: 7px 15px;
    border-radius: 0;
    background: #e6e8ea;
    padding: 5px;
    border: 0;
    /*color: #fff;*/
}
.pricing .form-space input[type="submit"]:hover{
    border:0;
    background: #ffee00;
}
.pricing .form-space input[type="radio"]{
    max-width: 12px;
    margin-left: 8px;
}
.pricing .expiry input{
    width: 50%;
    text-align: center;
}
.pricing .expiry input.month{
    width: 36% !important;
}
.pricing .cvv input{
    width: 50%;
}
.pricing .cvv img{
    vertical-align: top;
}
.pricing .card-type label{
    width: 33%;
    display: inline-block;
}
.pricing article .sub-btn{
    background: #424242;
    min-height: 70px;
    margin-top: 19px;
    text-align: center;
}

.pricing article .can-btn{
    margin-top: 49px;
}
.pricing article .mt{
    margin-top: 20px;
}
.pricing article .sub-btn input{
    width: 45.1%;
    margin: 8px auto 0px;
    border-radius: 5px;
    padding: 9px 15px;
    color: #a92023;
    border:1px solid #FFF;
    background: transparent;
    color: #FFF;
 }
 .payment-warning {
    background-color: #fff;
    border-color: red;
    margin: 10px 5px;
 }
.payment-warning {
    background-color: #fff;
    border-color: red;
    margin: 10px 5px;
}

.msgSucess .done_button {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.msgSucess .done_button a{
    padding: 5px 15px;
}
.msgSucess .btn-default {
    display: inline-block;
    background: #CFCFCF;
    color: #424242;
    border-radius: 3px;
    padding: 3px 20px;
    margin:15px 10px 5px;
}
.msgSucess .btn-default:hover{
    background: #ffee00;
}

                                            /*Editor Page*/
.butter-header-spacing .navbar>.container {
    width: 100%;
    max-width: 1140px;
    min-width: 1140px;
}
.butter-header-spacing .container {
    padding: 0;
    width: 100%;
    min-width: 1140px;
    top: -4px;
}
#editor-container{
    height: 775px;
    max-height: 775px !important;
    display: block;
    background: #303030;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 4px auto -4px;
    min-width:1140px !important;
    max-width:1140px !important;
}
.edit-container-nxt .row-fluid.show-grid{
    background: #404040;
}
.learn-more {
    margin: 8px 0px;
    font-size: 1.2em;
    width:450px;
}
.learn-more p {
    padding-left: 5px !important;
}
.learn-more-first-p {
    padding-top:15px !important;
}
.learn-more-sec-p  {
    padding: 0px !important;
}
.learn-more-thr-p  {
    padding-top: 15px !important;
}
.learn-more strong {
    color: #000;
}


.thanks{
    width: 40%;
    margin:0px auto 0;
    font-family: verdana;
}
.thanks .msgSucess{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    font-size: 1.4em;
}
.top-bar-area{
    padding: 15px 15px;
    border-top: 1px solid #999;
    display: inline-block;
    width: 100%;
    /*margin-top: 10px;*/
    background: #a81e22;
    /*margin-left: -10px;*/
    margin-bottom: -13px;
}
.top-bar-area .btn-small{
    float: left;
    /*background: #CFCFCF !important;*/
    color: #424242;
    width: 28% !important;
    border: 1px solid #c36d62 !important;
    border-radius: 3px;
    text-align: center;
}
/*.top-bar-area .btn-small:hover{
    background: #ffee00;
}*/
#video-container{
    height: 100%;
}


                    /*CONATCT US*/
.conatct p{
    font-size: 1.3em;
}
.left10percent{
    margin-left: 10% !important;
}
.contact-us-form{
    width: 50%;
    float: left;
    margin-top: 35px;
    border-right: 1px solid #e6e6e6;
    padding-right: 15%;
}
.contact-us-form input{
    width: 100%;
    min-height: 40px;
    line-height: 35px;
}
.contact-us-form textarea{
    width: 100%;
    line-height: 25px;
}
.contact-us-form .top20{
    margin: 0;
    margin-top: 25px !important;
}
.contact-us-form p{
    width: 100%;
}
.contact-us-form input[type="submit"]{
    width: 23%;
    padding: 0;
}
.contact-us-map{
    width: 30%;
    float: right;
    margin-top: 60px;
    margin-right: 5%;
}
.contact-us-map .text{
    font-size: 1.3em;
    line-height: 20px;
    margin-left: 40px;
    /*border-bottom: 1px solid #606060;*/
    padding-bottom: 15px;
}
.contact-us-map .map-space{
    border: 2px solid #333333;
    margin-top: 30px;
}

                        /*Green effect on pricing plan*/
.pricingPlan article.green-select{
    border-color: #248308 !important;
}
.pricingPlan article.green-select .topHeading em {
    border-bottom: 10px solid #1b6a03;
}
.pricingPlan article.green-select .topHeading em.last {
    border-bottom: 10px solid #1b6a03;
}
.pricingPlan .green-select .topHeading span {
    background: #42b61f;
}
.pricingPlan article.green-select .btnPrice a {
    background: #42b61f;
}
.pricingPlan article.green-select .btnPrice a:hover {
    color: #ffffff;
}

#noscript-warning {
    font-family: sans-serif;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999999;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    color: #fff;
    background-color: #AE0000;
    padding: 5px 0px 5px 0px;
}

#save_project_popup .uploadIcon{
    max-width: 20%;
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    cursor:pointer;
    display: inline-block;
}
.button-price {
    padding: 3px;
    text-decoration: none !important;
}

/** Icon dispay **/

.icons .toolbar {
    background: url('../img/icon-social.png') no-repeat;
    width:25px;
    height:25px;
    text-indent:-2000px;
    display:block;
}
.icons .facebook_share .toolbar {
    background-position:6px -38px;
}
.icons .facebook_share .toolbar:hover {
    background-position:6px -3px;
}
.icons .google_share .toolbar {
    background-position:-28px -38px;
}
.icons .google_share .toolbar:hover {
    background-position:-28px -2px;
}
.icons .youtube_share .toolbar {
    background-position:-64px -36px;
}
.icons .youtube_share .toolbar:hover {
    background-position:-64px -1px;
}
.icons .twitter_share .toolbar {
    background-position:-102px -36px;
}
.icons .twitter_share .toolbar:hover {
    background-position:-102px -3px;
}
.icons .histo_share .toolbar {
    background-position:-141px -36px;
}
.icons .histo_share .toolbar:hover {
    background-position:-141px -2px;
}

.icons .histo_share_page .toolbar {
    background-position:-141px -36px;
}
.icons .histo_share_page .toolbar:hover {
    background-position:-141px -2px;
}

.icons .linked_share .toolbar {
    background-position:-175px -36px;
}
.icons .linked_share .toolbar:hover {
    background-position:-175px -4px;
}
.iconsbar{
    min-height:40px;
}
.flex-viewport .iconsbar{
    float: left;
    min-height: 45px;
}
.iconsbar ul{
    width:100%
}
.iconsbar ul li{
    float:left;
    padding: 0 22px;
}
.iconsbar ul .text{
  font-size: 12pt;
  line-height: 30px;
  margin: 8px 0px 0px 15px;
  padding: 0;
}
.icons .toolbar1 {
    background: url('../img/loop_sprit.png') no-repeat;
    height:40px;
    text-indent:-2000px;
    display:block;
    float: left;
}
.icons .discovery .toolbar1 {
    /*background-position:-47px -2px;*/
    background-position:-52px -118px;
    width: 60px;
}
.icons .discovery .toolbar1:hover {
    background-position:-52px -118px;
}
.icons .news .toolbar1 {
    width: 134px;
    /*background-position:-151px -2px;*/
    background-position:-155px -118px;
}
.icons .news .toolbar1:hover {
    width: 134px;
    background-position:-155px -118px;
}
.icons .designs .toolbar1 {
    width: 117px;
    /*background-position:-334px -2px;*/
    background-position:-334px -118px;
}
.icons .designs .toolbar1:hover {
    width: 117px;
    background-position:-334px -118px;
}
.icons .tbt .toolbar1 {
    width: 311px;
    /*background-position:-498px -2px;*/
    background-position:-498px -118px;
}
.icons .tbt .toolbar1:hover {
    width: 311px;
    background-position:-498px -118px;
}
.icons .tds .toolbar1 {
    width: 120px;
    /*background-position:-860px -2px;*/
    background-position:-860px -118px;
}
.icons .tds .toolbar1:hover {
    width: 120px;
    background-position:-860px -118px;
}
.icons .qvc .toolbar1 {
    width: 45px;
    /*background-position:-860px -2px;*/
    background-position:-1050px -118px;
    height: 47px;
}
.icons .hsn .toolbar1 {
    width: 48px;
    /*background-position:-860px -2px;*/
    background-position:-1193px -118px;
    height: 47px;
}

                                                    /** Icon dispay **/

                                                    /*admin-panel-stylesheet-starts*/

.topuserhead {
    width: 1120px !important;
    margin-left: -65px !important;
}

.topuserhead div{
    color: #FFF;
    float: left;
    width: 103.33px;
    background: #a92023;
    padding: 8px 5px;
    text-align: center;
    font-size: 1.4em
}
.topuserhead div.manage_user{
    /*margin-left:20px;*/
    /*border-right: 1px solid #ffee00;*/
}
.topuserhead div.manage_reports{
    border-left: 1px solid #3190c6;
}
.topuserhead div.manage_space{
    border-left: 1px solid #3190c6;
    border-right: 1px solid #3190c6;
}
.topuserhead div.promo_code{
    border-left: 1px solid #3190c6;
}
.topuserhead div.manage_promo_codes {
    border-right: 1px solid #3190c6;
}
.topuserhead div.manage_ads  {
    border-right: 1px solid #3190c6;
}
.topuserhead div.manage_portal   {
    border-right: 1px solid #3190c6;
}
.topuserhead div.tips_day   {
    border-right: 1px solid #3190c6;
}
.topuserhead div.manage_weekly_videos  {
    border-right: 1px solid #3190c6;
}
.topuserhead div.product_promo_code {
    width: 165px;
    border-right: 1px solid #3190c6;
}
.topuserhead div.district_codes {
    
}

 
.topuserhead div a{
    display: block;
}
.topuserhead .active{
    background: #3190c6 !important;
}
.topuserhead .active a{
    color:#FFF !important;
}
.admin-heds{
    width: 100%;
    float: left;
    margin: 0px;
}
.manage-user{
    width: 50%;
    float: left;
    background-color: #fff200;
    font-size: 20px;
    line-height: 39px;
    font-family: 'Verdana';
    color: #444444;
    text-align: center;
}
.reports{
    width: 50%;
    float: right;
    background-color: #a92023;
    font-size: 20px;
    line-height: 39px;
    font-family: 'Verdana';
    color: #ffffff;
    text-align: center;
}
.search-txt-bar{
    width: 100%;
    float: left;
    margin-top: 18px;
    background-color: #a92023;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Verdana';
    color: #ffffff;
    padding-left: 10px;
    text-transform: uppercase;
}
.search-bar-bg{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.search-admin-bg{
    min-height: 9px;
    width: 370px;
    background: #FFFFFF;
}
.search-bar-bg .sbHolder{
    min-height: 45px;
    width: 355px;
    margin: 5px 0% 4px 0% !important;
}
.edit-user-bar .sbHolder{
    min-height: 45px;
    width: 370px;
    margin: 0px !important;
}
.edit-user-bar .sbSelector,.search-bar-bg  .sbSelector {
    line-height: 45px;
}
.edit-user-bar .sbOptions,.search-bar-bg  .sbOptions {
    width: 100%;
    left: 0px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    z-index: 999;
}
.edit-user-bar li,.search-bar-bg .sbOptions li {
    width:100%;
}
.pricing-pad {
    margin-top: 12px !important;
}
.edit-user-bar .sbToggleOpen,.search-bar-bg .sbToggleOpen {
    background: url(../img/arrow.png) 0 0px no-repeat;
    background-size: 100%;
}
.edit-user-bar .sbToggle,.search-bar-bg .sbToggle {
    background: url(../img/arrow_dark.png) 0 0px no-repeat;
    background-size: 100%;
    display: block;
    height: 32px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    margin-top: 8px;
}


.search-admin-field{
    min-height: 45px;
    width: 370px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    margin: 6.5px 2.5px;
    float: left;
    line-height: 21px;
    font-family: "Verdana";
    font-size: 18px;
    padding: 9px 5px 0;
    background: #FFFFFF;
    color: #606060;
    text-align: left;
}
.search-for-bg{
    width: 432px;
    min-height: 45px;
    float: left;
    margin-left:20px;
    margin-top: 8px;
}
.search-for-text{
    width: 42px;
    float: left;
    font-family: "Verdana";
    font-size: 18px;
    color: #606060;
    line-height: 41px;
}
.search-admin-for{
    min-height: 46px;
    background: #FFFFFF;
}
.search-admin-field1{
    min-height: 45px;
    width: 370px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    margin: -3.5px 2.5px;
    float: left;
    line-height: 21px;
    font-family: "Verdana";
    font-size: 18px;
    padding: 0px 5px 0;
    background: #FFFFFF;
    color: #606060;
}
.go-butt{
    width: 87px;
    height: 35px;
    float: right;
    background-color: #cfcfcf;
    border-radius: 2px;
}
.go-btn-txt{
    width: 87px;
    height: 35px;
    float: right;
    background-color: #c32226;
    border-radius: 2px;
    font-family: "Verdana";
    font-size: 15px;
    color: #FFF;
    text-align: center;
    margin-top: 11px;
    border: none;
}
.user-txt-bar{
    background-color: #a92023;
    color: #FFFFFF;
    float: left;
    font-family: 'Verdana';
    font-size: 18px;
    line-height: 32px;
    margin-top: 5px;
    padding-left: 10px;
    width: 100%;
    text-transform: uppercase;
}
.admin-table-bar{
    width: 100%;
    background: #ffffff;
    float: left;
    border: 1px solid #C8C8C8;
    margin-top: 10px;
}
.admin-table-head{
    font-family: 'Verdana';
    font-size: 16px;
    color: #606060;
    line-height: 43px;
    text-align: center;
}
.admin-table-head-nxt{
    line-height: 28px !important;
}
.td-border {border-left: 1px solid #a0a0a0;}
.admin-td-font{
    font-family: 'Verdana';
    font-size: 11px;
    color: #606060;
    text-align: center;
}
.td-border-first {
    border-left: 0px !important;
}
.admin-edit{
    width: 82px;
    background: url('../img/pencil.png');
    background-repeat: no-repeat;
}
.admin-edit a{
    width: 82px;
    background: url('../img/pencil.png');
    background-repeat: no-repeat;
}
 td .admin-edit:hover{
    width: 82px;
    background: url('../img/pencil-effect.png');
    background-repeat: no-repeat;
}
.admin-file{
    width: 82px;
    background: url('../img/files.png');
    background-repeat: no-repeat;
}
.admin-lock{
    width: 82px;
    background: url('../img/locked.png');
    background-repeat: no-repeat;
}
.foot-pagination{
    width:100%;
    float:left;
    text-align:center;
    margin-top: 80px;
}
.edit-user-bg{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.edit-user-panel{
    width: 100%;
    float: left;
    margin-bottom: 14px;
}
.edit-user-txt{
    font-family: 'Verdana';
    font-size: 18px;
    color: #606060;
    text-align: left;
    line-height: 43px;
    margin-left: 18px;
    width: 20%;
    float: left;
}

.edit-user-txt1 {
font-family: 'Verdana';
font-size: 18px;
color: #606060;
text-align: left;
line-height: 43px;
margin-left: 18px;
width: 27%;
float: left;
}

.edit-user-bar{
    width: 370px;
    float: left;
}
 
.edit-user-bar .select-day {
    float: left;
}
.edit-user-birth .sbHolder {
    width: 98% !important;
    background: #cfcfcf;
    font-size: 18px;
    color: #606060;
}
.edit-user-birth .sbOptions {
    background: #cfcfcf;
}


.edit-user-bar-promo{
    width: 370px !important;
    float: left;
}
.edit-user-bar-promo input{
    width:200px;
    margin-right: 10px;
}

.edit-user-box{
    border-radius: 2px;
    float: left;
    width: 370px;
    height: 45px;
    border: 1px solid #c7c7c7;
    padding: 5px;
    text-align: left;
    padding-left: 10px;
}
.edit-user-msg-box{
    background: #cfcfcf;
    border-radius: 2px;
    width: 370px;
    height: 85px;
    border: none;
    padding: 5px;
}
.admin-edit-submit-btn{
    width: 132px;
    height: 48px;
    float: left;
    background: #a92023;
    font-family: 'Verdana';
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    border: none;
    margin-left: 267px;
    margin-top: 15px;
}
.admin-edit-submit-btn1{
    width: 132px;
    height: 48px;
    float: left;
    background: #a92023;
    font-family: 'Verdana';
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    border: none;
    margin-left: 202px;
    margin-top: 15px;
}
.admin-check-box{
    width: 51px;
    height: 46px;
    background: #19bb04;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 2px;
}
.admin-back-btn{
    width: 78px;
    float: left;
    margin-left: 0px;
    margin-bottom: 10px;
    background: #444444;
    font-family: 'Verdana';
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.admin-back-btn a {
    display: block;
    padding: 7px 12px;
}

.admin-heds .msgSucess{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    font-size: 1.4em;
    margin-top: 10px;
}

.edit-consume-space {
    padding-top:15px;
}
.admin-table-bar tr:nth-child(even) {background: #ffffff}
.admin-table-bar tr:nth-child(odd):not(:nth-child(1)) {background: #ececec}
.row-head-color{
    background: #cfcfcf;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #606060 !important;
}

.edit-user-bar-padding {
    padding-top: 5px;
    margin-left: -5px;
}

.admin-action-icon {
    background: url('../img/spritesheet_icons.png') no-repeat;
    width: 55px;
    height: 28px;
    display: block;
}


.edit-icon {
    background-position: 17px 4px;
}

.edit-icon:hover {
    background-position: 17px -30px;
    background-color: #a92023;
}

.edit-file {
    background-position: -34px 4px;
}

.edit-file:hover {
    background-position: -34px -30px;
    background-color: #a92023;
}

.edit-resetpassword {
    background-position: -92px 4px;
}

.edit-resetpassword:hover {
    background-position: -92px -30px;
    background-color: #a92023;
}

.plan-butt{
    background-color: #36B034;
    color: #FFFFFF;
    float: left;
    font-family: 'Verdana';
    font-size: 15px;
    line-height: 26px;
    margin-left: 46px;
    margin-top: 10px;
    text-align: center;
    width: 150px;
}
.upgrade-butt a{
    border-radius: 4px;
    float: left;
    font-family: 'Verdana';
    font-size: 15px;
    line-height: 31px;
    margin-left: 10px;
    margin-top: -3px;
    width: 139px;
    padding-left: 10px;
    text-transform: uppercase;
    cursor: pointer;

    background: #ffc826 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#faf68f), to(#ffc826) ) !important;
    background: -moz-linear-gradient(-90deg, #faf68f, #ffc826) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#faf68f', endColorstr='#ffc826') !important;
    border:1px solid #ffc826 !important;
    color: #424242 !important;
}
.upgrade-butt a:hover{
    background: #ffee00 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffee00), to(#faf68f) ) !important;
    background: -moz-linear-gradient(-90deg, #ffee00, #faf68f) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffee00', endColorstr='#faf68f') !important;
    color: #424242 !important;
}

.upgrade-butt-max-limit {
    background-color: #FFD21A;
    border-radius: 4px;
    color: #534A20;
    float: left;
    font-family: 'Verdana';
    font-size: 15px;
    line-height: 23px;
    margin-left: 195px;
    margin-top: -22px;
    width: 133px;
    background: -moz-linear-gradient(-90deg, #FAF68F, #FFC826) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #424242 !important;
    padding-left: 10px;
    padding: 0px 3px 0px 2px;
    text-transform: uppercase;
    cursor: pointer;
}

.upgrade-butt-max-limit-nxt {
    margin-left: 165px;
    margin-top: 10px;
}

.upgrade-butt-max-limit a{
    color: #534A20 !important;
}
.upgrade-butt-max-limit a:hover{
    color: #ffffff !important;
}

.upgrade-butt-max-limit-editor {
    background-color: #FFD21A;
    border-radius: 4px;
    color: #534A20;
    float: left;
    font-family: 'Verdana';
    font-size: 15px;
    line-height: 31px;
    margin-left: 278px;
    margin-top: -18px;
    width: 126px;
    background: -moz-linear-gradient(-90deg, #FAF68F, #FFC826) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #424242 !important;
    padding-left: 10px;
    padding: 0 0 0 8px;
    text-transform: uppercase;
    cursor: pointer;
}
.upgrade-butt-max-limit-editor a{
    color: #534A20 !important;
}
.upgrade-butt-max-limit-editor a:hover{
    color: #ffffff !important;
}
/*.edit-user-bar .sbOptions, .search-bar-bg .sbOptionsP{
    background-color: #d9d9d9;
    border: 1px solid #ffffff;
}*/

                                                    /*Admin | Reports*/
.admin-report{
    color: #444;
    font-size: 13pt;
}
.top-nav-button{
    min-height: 50px;
    margin: 20px 0;
}
.mid-box{
    margin-left: 35%;
}
.start-month, .end-month{
    display: inline-block;
    float: left;
    line-height: 45px;
}
.fRight .go-btn{
    margin-top: 10px;
}
.small-heading{
    background: #cfcfcf;
    display: inline;
    padding: 5px 15px;
    font-size: 12pt;
}
.report-list{
    display: block;
    float: left;
    width: 100%;
    margin-left: 50px;
}
.report-list li{
    float: none;
    line-height: 20px;
    list-style-type: disc;
    color: #444;
    font-size: 13pt;
    margin-top: 10px;
}
.date-picker-container form{
    float: left;
    width: 100%;
    margin:40px 0px 30px;
}
.report-hide {
    display: none;
}
.cal_date{
    line-height: 39px;
    min-height: 45px;
    max-width: 105px;
    margin-right: 7px;
    font-size: 11pt;
    padding-left: 4px;
    border: 1px solid #c7c7c7;
}
.date-picker-container form .cal-man-value{
    line-height: 39px;
    min-height: 45px;
    max-width: 70px;
    margin-right: 7px;
    font-size: 11pt;
    padding-left: 5px;
    border: 1px solid #c7c7c7;
}
.ui-datepicker-trigger {
    margin-left: 14px;
    border: 1px solid #c7c7c7;
    padding: 6.5px 8.5px;
    margin-right: 0px;
}
.ui-datepicker-trigger-nxt {
    float:left;
}
.report-form{
    min-height: 60px;
}
                                            /*admin-panel-stylesheet-ends*/
.anchor-font{
    font-size: 11px;
}

/* loader bar on top of page for ajax request   */
#progress {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: -6px;
    width: 1%;
    height: 4px;
    background: #ffee00;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: width 500ms ease-out,opacity 400ms linear;
    -ms-transition: width 500ms ease-out,opacity 400ms linear;
    -o-transition: width 500ms ease-out,opacity 400ms linear;
    -webkit-transition: width 500ms ease-out,opacity 400ms linear;
    transition: width 500ms ease-out,opacity 400ms linear;
}


#progress dd, #progress dt {
    position: absolute;
    top: 0;
    height: 4px;
    -moz-box-shadow: #0088CC 1px 0 6px 1px;
    -ms-box-shadow: #0088CC 1px 0 6px 1px;
    -webkit-box-shadow: #0088CC 1px 0 6px 1px;
    box-shadow: #0088CC 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#progress dt {
    opacity: .6;
    width: 180px;
    right: -80px;
    clip: rect(-6px,90px,14px,-6px);
}

#progress dd {
    opacity: .6;
    width: 20px;
    right: 0;
    clip: rect(-6px,22px,14px,10px);
}

/* Process Alert */  

.content .process_alert {
    background: #2363cd;
    color: #ffffff;
    padding: 5px;
    text-align: left;
    font-size: 14px;
    display: block;
    float: left;
    width: 96%;
    margin-top: 10px;
}

.content .publish_process_alert {
    background: #a92023;
    color: #ffffff;
    padding: 5px;
    text-align: left;
    font-size: 14px;
    display: block;
    float: left;
    width: 96%;
    margin-top: 10px;
}
.publish_process_alert ul {
    padding-left: 20px;
}

.publish_process_alert ul li {
    padding: 2px 0px;
    list-style-type: disc;
}

#asset_process_status .uploadIcon{
    max-width: 20%;
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    cursor:pointer;
    display: inline-block;
}

a.custom_tooltip {outline:none;display: inline-block; }
a.custom_tooltip strong {line-height:30px;}
a.custom_tooltip:hover {text-decoration:none;} 
a.custom_tooltip span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: 30px;
    margin-left: -145px;
    width: 450px;
    line-height: 16px;
}
a.custom_tooltip:hover span{
    display:inline; position:absolute; 
    background:#000 url(../img/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:125px;}
/*CSS3 extras*/
a.custom_tooltip span
{
    border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-box-shadow: 0px 0px 8px 4px #666;
    -webkit-box-shadow: 0px 0px 8px 4px #666;
    box-shadow: 0px 0px 8px 4px #666;

    opacity: 0.8;
}

/* Process Alert */


                                /*Share with loops*/
#share_asset_facebook{
    background: url(../img/share-with-fb.png) no-repeat;
    background-size:100%;
    border:0;
    height: 40px;
    width: 292px;
    margin-bottom: 10px;
}
.line-with-or{
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0px;
}
.line-with-or span:first-child{
    padding: 0px!important;
}
.line-full{
    background: #d9d9d9;
    display: block;
    float: left;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}
.free-or-text{
    background: #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 1px;
    height: 10px;
    width: 10%;
    text-align: center;
    left: 45%;
}
#share_email{
    width: 85%;
}

                                                /*SHARE WITH FACEBOOK*/
.share_face{
    width: 100%;
    float: left;
}
.share-with-fb .topHeader span.goPremium{
    width: 32%;
    margin: -17px 34% 5px;
}
.share_face ul{
    float: left;
    width: 95%;
    margin: 10px 0 0 5%;
    overflow-y:auto;
    max-height: 750px;
}
.share_face ul li{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.share-with-fb input[type=checkbox].css-checkbox + label.css-label{
    margin-top: 5px;
}

.share-with-fb .checkChecked{
    vertical-align: middle;
    display: inline-block;
    line-height: 25px;
    margin: 0px 7px 0 0;
}
.share_face ul li img{
    max-height: 50px;
    max-width: 50px;
}
.share-with-fb .name{
    font-size: 11pt;
    margin: 0px 0 0 7px;
    position: relative;
    top: 3px;
}
.share-with-fb .share-btn{
    padding: 6px 20px;
    font-size: 15pt;
    margin: 30px 0 0 5%;
}
.share-with-fb .share-but-nxt{
    margin: 30px 0 0 1% !important;
}


                                /*Cancel Subscription*/
.can-subs{
    width: 60%;
}
.can-subs textarea{
    width: 100%;
    border: 0px solid #000;
    background: #CCC;
    line-height: 25px;
    min-height: 100px;
    padding: 0px 5px;
    max-width: 100%;
    max-height: 100px;
}
.can-subs input[type="submit"], .can-subs input[type="button"] {
    float: right;
    background: #a92023; 
    color: #fff;
    padding: 5px 20px;
    width: auto;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 3px;
    margin: 0 0 10px 10px;
    text-align: center;
}

                        /*update class*/


/*.new-edu-plan article .topHeading {
    float: left;
    margin-top: -13px;
    padding: 0px 0 10px 40px;
    font-size: 18pt;
    display: block\9;
    border-bottom: 0px solid #dedede;
}
.new-edu-plan .topHeading span {
    float: left;
    background: #198A05;
    color: #FFFFFF;
    width: 80%;
    font-size: 1.0em;
    padding: 5px 0;
    display: inline-block;
    position: relative;
    z-index: 9;
    text-align: center;
}
.new-edu-plan article .topHeading em {
    display: inline-block;
    width: 5px;
    height: 5px;
    float: left;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #135F02;
    position: relative;
    z-index: 9;
}
.new-edu-plan article .topHeading em.last {
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #135F02;
}*/
.new-edu-plan article .sub-btn{
    background: #a92023;
    min-height: 50px;
    margin-top: 0px;
    text-align: center;
}
.new-edu-plan article .sub-btn span{
    display: block;
    color: #FFF;
    font-size: 18px;
    padding: 10px 0;
    min-height: 50px;
    margin-top: 0px;
    text-align: center;
    line-height: 26px;
}
.new-edu-plan .form-space input {
    margin-top: 15px;
    padding: 10px 15px;
}
.new-edu-plan article .topPadd {
    padding-top: 15px;
}
/*.new-edu-plan article.green-border{
    border: 4px solid #198A05;
}*/
.new-edu-plan .form-space input:first-child {
    margin-top: 0px;
    padding: 10px 15px;
}
.new-edu-plan .secondHead{
    float: left;
    width: 36%;
    padding: 0px 0px;
    margin: 0px 32% 35px;
    text-align: center;
    font-size: 2.7em;
}
 #dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 10px;
    padding: 10px 50px 10px 10px;
    border: none;
    width: 100%;
    float:right;
    background: #f3f3f3 url("..img/br_down.png") no-repeat right center;
  }

             /*school_admin css*/
.admin-txt-bar {
width: 100%;
float: left;
margin-top: 18px;
background-color: #FFF200;
font-size: 18px;
line-height: 32px;
font-family: 'Verdana';
color: #000;
/* padding-left: 10px; */
text-align: center;
/*text-transform: uppercase;*/
}
.search-for-bg-school-admin {
width: 432px;
min-height: 45px;
float: left;
margin-left: 34px;
margin-top: 8px;
}

.squaredFour {
    width: 22px;
    height: 22px;   
    margin: 40px auto;
    position: relative;
    top: 0px;
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}
.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.school-action-icon {
    background: url('../img/view1.png') no-repeat;
    width: 100%;
    height: 35px;
    display: block;
}


.school-edit-icon {
    background-position: 44px 4px;
}

.school-edit-icon:hover {
    background-position: 44px -117px;
    background-color: #444444;
}
.school-edit-icon-admin-panel {
    background-position: 67px 4px;
}

.school-edit-icon-admin-panel:hover {
    background-position: 67px -117px;
    background-color: #444444;
}


.school-edit-file {
    background-position: -226px 4px;
}

.school-edit-file:hover {
    background-position: -226px -115px;
    background-color: #444444;
}
.school-admin-input{
    width:100%;
    height: 28px;
    padding:0;
    border:1px solid #C8C8C8;
    margin:0;
} 
.row-head-color input:first-child{
    top:5px;
}
.go-btn-txt-school-admin {
    width: 232px;
    height: 35px;
    float: left;
    background-color: #444444;
    border-radius: 2px;
    font-family: "Verdana";
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-left:30px;
    border: none;
}
.input-margin{
    margin-left:90px;
}
.school-select-field{
    border: 0;
    background: #f3f3f3;
    width: 100%;
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 2px;
    height: 40px;
}
.secu-code-box{
    width: 56% !important;
    float: right;

}
select.school-select-field  option{
    width: 100% !important;
    /*height: 100px;*/
}
.no-padding{
    padding: 0;
}
.school-admin-popup span{
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
.school-admin-popup label{
    display: inline-block;
    font-weight: normal;
    float: left;
    width: 38%;
    text-align: left;
    line-height: 40px;
}
.school-admin-popup span input{
    float: left;
    display: block;
    border:0px solid #303030;
    border-radius: 2px;
    padding: 5px;
    font-size: 14px;
    min-width: 0;
    width: 62% !important;
    background: #f3f3f3;
    padding-top:8px;
    padding-bottom:10px; 
}
                        /*teacher-admin-popup*/
.teacher-admin-popup label{
    display: inline-block;
    font-weight: normal;
    float: left;
    width: 38%;
    text-align: left;
    line-height: 40px;
}

.teacher-admin-popup span input{
    float: left;
    display: block;
    border:0px solid #303030;
    border-radius: 2px;
    padding: 5px;
    font-size: 14px;
    min-width: 0;
    width: 62% !important;
    background: #f3f3f3;
    padding-top:8px;
    padding-bottom:10px; 
}


                        
                        /*school-admin-checkbox*/


.school-admin-checkbox .checkSpace{
    display: inline-block;
    margin-top: 5px;
}

.checkSpace label {
    margin-bottom: 5.5px;
}

.school-admin-checkbox .checkChecked{
    vertical-align: middle;
    margin-left: 0;
}
.school-admin-checkbox input[type=checkbox].css-checkbox + label.css-label{
    padding-left: 25px;
}
#admin-teacher-list tr:last-child td{
    background-color: #fff;
}
#admin-student-list tr:last-child td{
    background-color: #fff;
}

                        /*teacher-admin-checkbox*/
.teacher-admin-checkbox .checkSpace{
    display: inline-block;
    margin-top: 5px;
}

.teacher-admin-checkbox .checkChecked{
    vertical-align: middle;
    margin-left: 0;
}
.teacher-admin-checkbox input[type=checkbox].css-checkbox + label.css-label{
    padding-left: 25px;
}

.audio-icon-container {
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
    display: none;
}


.innerContent .topHeader{
    float: left;
    width: 100%;
}
.innerContent .topHeader .arrow{
    display: inline-block;
    float: left;
    width: 60%;
    height: 1px;
    margin: 0px 20%;
    background: #e6e6e6;
}
.innerContent .topHeader span.goPremium{
    display: inline-block;
    float: left;
    width: 20%;
    padding:4px 0px 3px;
    text-align: center;
    margin: 5px 40%;
    background: #ffee00;
    margin-top: -17px;
    font-size: large;
    color: #606060;
    text-transform: uppercase;
}
.no-border{
    border-right: 0px !important;
}
.text-centre{
    text-align: center;
    width: 100%;
}
@-moz-document url-prefix() {
  input[type="button"]:focus,
  button:focus,
  .btn-default:focus  {
    border-color: #c2dff6;
    border: 2px solid #c2dff6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.75),0 0 8px rgba(102,175,233,.6);
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); 
}
 
}
 
.school-admin-checkbox .css-label{
    height: 20px;
    padding-left: 20px;
}
.admin-table-bar input[type=checkbox].css-checkbox + label.css-label {
    height:20px;
    padding-left: 20px;
    font-size:15px;
}
.admin-table-bar .checkChecked {
    height: 20px;
    width: 20px !important;
    margin-left: 0px;
    background-size: 100%;
}
.admin-table-bar input[type=checkbox].css-checkbox + label.teacher-admin-margin {
    padding-left: 20px;
}

                            /*disk space table-layout*/
.disk-space-table td{
    width: 50%;
    height: 28px;
    font-size: 15px;
}


                            /*audible-sports-css*/


.audio-mem-txt {
    font-size: 12px;
    padding-top: 15px;
    clear: both;
    color: #42b61f;
    font-weight: bold;
    display: none;
}

.open.audio-icon-container {
    border: 4px solid #248308;
    padding: 8px;
    width: 148px;
    margin-left: 485px;
}


.open.audio-mem-txt {
     display: inline-block;
}

 .fixed-460{
     max-width: 460px !important;
     width: 460px;
}

.submitItems .loginSpaceaudible {
     background: #404040;
     width: 458px;
     margin-left: -46px;
     text-align: center;
     margin-bottom: 0;
}

.audiblebtnLogin {
     margin: 10px 38% !important;
}

.audibleinput {
     max-width: 340px !important;
     max-width: 340px\9 !important;
     min-width: 364px !important;
     min-width: 364px\9 !important;
     margin-top: 10px;
}

.audio_password_pop , .audible-unselected{
    cursor:pointer;
}

.disable_button {
    opacity: 0.5 !important;
}


/*admin promo code page*/ 

.go-btn-txt-promo-code{
    width: 62px;
    height: 46px;
    float: left;
    background-color: #a92023;
    font-family: "Verdana";
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: -49.5px;
    border: none;
    margin-left: 260px;
}

.promo-code-serch-bg {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.search-promo-code-for {
    min-height: 46px;
    background: #FFFFFF;
}

.search-promo-code-field {
    min-height: 46px;
    width: 250px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    margin: -3.5px 0px;
    float: left;
    line-height: 21px;
    font-family: "Verdana";
    font-size: 17px;
    padding: 0px 5px 0;
    background: #FFFFFF;
    color: #606060;
    padding-left: 26px;
}

.promo-code-bar {
    background-color: #a92023;
    color: #FFFFFF;
    float: left;
    font-family: 'Verdana';
    font-size: 18px;
    line-height: 32px;
    margin-top: 8px;
    padding-left: 10px;
    width: 100%;
    height: 33px;
    text-transform: uppercase;
}

.send-promo-code-btn {
    width: 74px;
    height: 20px;
    margin: 0 auto;
    background-color: #a92023;
    font-size: 13px;
    color: #ffffff;
    font-family: 'Verdana';
    display: inline-block;
    border: none;
    line-height: 9px;
}

.send-promo-code-btn {
    width: 74px;
    height: 20px;
    margin: 0 auto;
    background-color: #a92023;
    font-size: 13px;
    color: #ffffff;
    font-family: 'Verdana';
    display: inline-block;
    border: none;
    line-height: 9px;
}

.send-promo-code-btn:hover {
    color: #fff;
}

.promo-code-del-icon {
    background: url('../img/del-sprite-img.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
    margin: 0 auto;
    background-position: 2px 5px;
    cursor: pointer;
}

.promo-code-del-icon.inactive_grey {
    background: url('../img/cross_admin.png') no-repeat !important;
    width: 30px;
    height: 26px;
    display: block;
    margin: 0px auto;
    margin-top : 5px;

}



.promo-code-del-icon.inactive_grey {
    background: url('../img/cross_admin.png') no-repeat !important;
    width: 30px;
    height: 17px;
    display: block;
    margin: 0 auto;
} 

.promo-code-td-font {
    font-family: 'Verdana';
    font-size: 11px;
    color: #606060;
    text-align: center;
}

.promo-code-td-font:disabled {
    color: #afafaf;
    font-style: italic;
}

.promo-fixed-446 {
    max-width: 446px !important;
    width: 446px;
}

.promo-hd-font {
    color: #ffffff !important;
}

.promo-code-inpt {
    max-width: 340px !important;
    max-width: 340px\9 !important;
    min-width: 355px !important;
    min-width: 355px\9 !important;
    margin-top: 10px;
}

.submitItems .promocodeft {
    background: #404040;
    width: 444px;
    margin-left: -44px;
    text-align: center;
    margin-bottom: 0;
}
.promo-code-mg {
    border: 1px solid #c6c6c6 !important;
    border-radius: 1px !important;
    float: left;
    width: 405px;
    margin: 20px 1% 0 0 !important
}

.promo-code-txt {
    background-color: #ffe4a3;
    width: 115px;
    height: 42px;
    float: left;
    font-family: 'Verdana';
    font-size: 13px;
    color: #424242;
    text-align: center;
    line-height: 42px;
    margin: 0px !important;
}

.promo-code-input-txt {
    border: none;
    width: 71% !important; 
    height: 42px !important;
    margin: 0px !important; 
}

.promo-apply-btn {
    max-width: 72px !important;
    min-width: 74px !important;
    height: 29px;
    background: #424242 !important;
    margin: 6px 6px 0 1% !important;
    float: right;
    font-family: 'Verdana';
    font-size: 13px;
    color: #ffffff !important;
    line-height: 9px !important;
}

.promo-apply-btn:hover {
    background: #424242 !important;
    color: #fff200 !important;
}

/*tooltip-css*/

.editor-sec .custom-tooltip{
    position: absolute;
    background: #69655e;
    color: #FFFFFF;
    right: -35px;
    top: -30px;
    padding: 15px 13px;
    border-radius: 10px;
    font: 15px/15pt 'helvetica_67_MdCn';
    display: none;
    width: 160px;
    text-align: center;
}

.editor-sec .custom-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 46%;
    width: 0; 
    height: 0;
    border-top: 10px solid #69655e;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    z-index: 99;
}

.editor-sec .cross-btn:hover .custom-tooltip{
    display: block;
}

.help-wth {
    width: 8% !important;
}

/*.help-wth:hover, .help-wth.active {
    background: url('../img/help_selected.png') no-repeat center;
}*/

.education-email  {
    font-size: 9px;
    font-style: italic;
    display: inline-block;
    margin-top: 3px;
    color: red !important;
}

/*customised-popup*/
.custm-container {
    max-width: 400px !important;
    min-width: 400px !important;
    border-radius: 2px !important;
    border: none !important;
}

.custm-container h1 {
    background-color: #404040 !important;
    height: 36px;
    color: #ffffff !important;
    border-width: 0px !important;
    font-family: 'Verdana';
    line-height: 31px !important;
}

.custm-container #popup_message {
    font-family: "verdana";
    font-size: 12px;
    line-height: 20px;
    padding-left: 0px !important;
}

.custm-container #popup_ok {
    margin-right: 5px;
}

.custm-container #popup_ok,#popup_cancel {
    border-radius: 5px;
    height: 30px;
    width: 64px;
    background: #a81e22 !important;
   /* background: -webkit-gradient(linear, left top, left bottom, from(#faf68f), to(#ffc826) ) !important;
    background: -moz-linear-gradient(-90deg, #faf68f, #ffc826) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#faf68f', endColorstr='#ffc826') !important;*/
    border:1px solid #c36d62 !important;
    color: #ffffff !important;
}

.custm-container #popup_ok:hover,#popup_cancel:hover {
    border-radius: 5px;
    height: 30px;
    width: 64px;
    background: #c36d62 !important;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#ffee00), to(#faf68f) ) !important;
    background: -moz-linear-gradient(-90deg, #ffee00, #faf68f) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffee00', endColorstr='#faf68f') !important;*/
    color: #000000 !important;
}
                                        /*DROPDOWN Products*/
.dropdown-products{
    position: absolute;
    z-index: 99999999999999 !important;
    /* right: 0; */
    top: 70px;
    display: none;
    float: left;
}
.dropdown-products:before, .dropdown-products:after {
    display: table;
    content: " ";
}

.dropdown-products-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0px;
    z-index: 99999999999999 !important;
    display: block;
    float: left;
    min-width: 100px;
    padding: 0px 0 0px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #5e5e5e;
    border: 0px solid #cccccc;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-products-menu li{
    text-align: center;
    border-bottom: 1px solid #cccccc;
    padding: 12px 0px;
    float: none;
}
.dropdown-products-menu li:hover{
    background: #ffee00;
}
.dropdown-products-menu li a{
    font-family: "Verdana";
    font-size: 17px;
    padding: 8px 6px;
    color: #FFF;
}
.dropdown-products-menu li a:hover{
    color: #666666;
    background: #ffee00;
}

.navbar .nav > li.drop-product-hover:hover .dropdown-products{
    display:block;
}

.pro-arrowBottom{
    position: relative;
    top: 8px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #f0f0f0;
    margin-right: 5px;
    float: right;
}
.product-signup {
    text-align: center;
}
.product-signup a{
    font-family: "Verdana" !important;
}
.product-signup a:hover{
    text-decoration: none !important;
}

.noStyle {
    font-size:large !important;
    font-weight: normal;
    line-height: 25px;
}
h1.noStyle {
    margin:0px !important;
}
.goPremiumLong {
    width: 40% !important;
    margin-left:30% !important;
    
}

.goPremiumLongNxt {
    margin-top: -30px !important;
}

h1.h1-small{
text-align: center !important;
font-size:15px !important;
padding-top: 10px !important;
clear:both;
}

.about-store  {
    width: 100%;
    clear: both;
    text-align: center;
}

.survey-center-fom-box{
    margin: 0 auto;
    width: 58%;
}
.input-area-box input{  
    min-height: 13px;
}
.input-area-box{ 
    display: inline-block;
    margin:10px 0 5px 35px;
    font-weight: normal;
}
.device_film_box{
    float: left;
    margin: 10px 0 10px 37px;
    text-transform: none;
    width: 100%;
}
.film-option{ 
    float: left;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
 }
.select-area-box{ 
    display: inline-block;
    margin:10px 0 5px 35px;
    font-weight: normal;
}


.textbox textarea{background: none repeat scroll 0 0 #ccc;
    border: 0 solid #000;
    line-height: 25px;
    min-height: 30px;
    padding: 0 5px;
}

.input-label-name{ 
    line-height: 20px;
}
.select-dropdown{
    border: 1px solid #d9d9d9;
    width: 169px;
    
}
.checkSpacebar{ 
    float: left;
}
.margincheckbox{
    margin-top: 10px;
}
.checkSpacebar label{ 
    margin: 0; 
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    padding-left: 32px;
}
.survey-submit-button{ 
    margin-left: 20px;
    padding: 0 10px!important;
    margin-top: 20px;
    width: 12%;
}
.survey-center-fom-box .checkChecked{
    display: inline-block;
    line-height: 23px;
    margin: 0 7px 5.5px 0;
    vertical-align: middle; 
}
.survey-center-fom-box .sbOptions{ 
    margin:0px;
    position: absolute;
    }
.survey-center-fom-box .sbOptions li{ 
    margin:0px; 
}

.survey-center-fom-box a:hover{ 
    text-decoration: none!important;
}
.device_film_box .sbToggle{top: -3px;
    height:33px;
}

.device_film_box .sbHolder{  min-height: 30px;}
 .device_film_box .sbSelector{  
    line-height: 30px;
    height: 30px;}
    .content .arrow{ margin: 0px 20% !important;}

    /*for adminsection{ admins_logins/report}*/
    .innerContent .cal-man-value { line-height: 20px!important;}


.add-100h {
    clear:both;
    height:100px;
}
.add-275h {
    clear:both;
    height:275px;
}
.other-banner-add {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;/* display: table-cell; */
    vertical-align: bottom;
    bottom: 0px;
    width: 98%;
}
.home-banner-add {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;/* display: table-cell; */
    padding-top: 5px;
    width: 1140px;
    background-color: white;
}
.pricing-banner-add {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;/* display: table-cell; */
}

.header-other-banner-add {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;/* display: table-cell; */
    width: 98%;
    margin-top: 10px;
}
.header-home-banner-add {
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    width: 1140px;
    margin-bottom: 10px;
}
.header-pricing-banner-add {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;/* display: table-cell; */
}

.birthday-heading{
    font-size: 19px;
    margin-bottom: 5px;
    color: #666;
    text-align: left;
}
.birthday-radio-box{
    display: inline-block;
    width: 30%;
    margin-top: 10px;
    color: #666;
}
.edit-account-birthday {
    width: 70%;
    float: left;
    display: inline-flex;
}
.edit-account-gender span {
    width : 30%;
}
.edit-account-gender .birthday-radio-box {
    width:25%;
}
.edit-account-gender span:first-child {
    padding: 0px 0px 5px;
}

.report .commentarea {
    min-height: 100px ;
    max-height: 100px ;
    max-width:75%;
    min-width:75%;
}

.survey-subheading {
    float: left;
    padding: 10px 3% 20px;
    font-size: 19px;
    text-align:center;
    width: 100%;
}
.survey-subheading span{
    display:block;
    color : #0250c5 !important;
    width: 100%;
}
.survey-subheading span:first-child{
    margin-bottom: 15px;
    color: #42B61F !important;
    font-size: 19pt;
    font-weight:bold;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0px;
}
.survey-subheading span em{
    display:block;
    color : #0250c5 !important;
    font-style: normal;
    font-size: 15pt;
    font-weight:bold;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0px;
}
.gender-color{
    color: #333 !important;
}
.facebook_button {
    display: inline-block;
    background: #3C5A99 url("../img/facebook.png") left no-repeat;
    background-position: 5px 0px;
    background-size: 35px;
    border-top: 1px solid #29447e;
    border-right: 1px solid #29447e;
    border-bottom: 1px solid #1a356e;
    border-left: none;
    height: 35px;
    padding-right: 4px;
    padding-left: 23px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    text-decoration: none;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    line-height: 22px;
    margin-left: 16%;
    cursor: pointer;
    padding-top: 0px;
    margin-top: 8px;
    width: 65%;

}
.fb-invite-friends{
    font-size:1.1em;
    margin-bottom: 20px;
}
.thanks-styling{
    margin-left: 32% !important;
    width:37% !important;
}

/** Advertise With us**/
.advertiserus{ 
    width: 100%;
    margin: 0px!important;
}
.advertise_select_box{ 
    margin:14px 0 14px 21px;
}
.advertise_select_dropdown{
    border: 1px solid #d9d9d9;
    width: 364px;

}


.advertiserus input{
    padding-left: 5px;
    width:60% !important;
}

.advertiserus textarea{
    background: none repeat scroll 0 0 #ccc;
    border: 0 none;
    max-height: 100px;
    max-width: 60%;
    min-height: 100px;
    min-width: 60%;
    padding: 5px;

}
.advertise_submit_button{
    font-size: 1.4em;
    margin-left: 20px;
    margin-top: 20px;
    padding: 4px 25px !important;
    
}

.advertise_select_dropdown select{
    border: 0px solid #303030;
    border-radius: 2px;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 1.0em;
    width: 45%;
    background: #f3f3f3;
}
.advertise-heading{
    margin-bottom: 10px!important; 
}
.advertise_select_box .sbSelector {
    width: 237px!important;
}



.user-total-result-bar {
    background-color: #a92023;
    color: #FFFFFF;
    float: left;
    font-family: 'Verdana';
    font-size: 18px;
    line-height: 32px;
    margin-top: 15px;
    padding-left: 10px;
    width: 100%;
    text-transform: uppercase;
}

.admin-advertise-head {
    color: #606060;
    font-family: "Verdana";
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}

.admin-add-client-bg {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.add-more-client-btn {
    background-color: #444444;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-family: "Verdana";
    font-size: 15px;
    height: 35px;
    margin-left: 0px;
    text-align: center;
    width: 232px;
}

.add-more-client-submit-btn {
    width: 232px;
    height: 35px;
    float: left;
    background-color: #444444;
    border-radius: 2px;
    font-family: "Verdana";
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    margin-left: 30px;
    border: none;
}

.addnewbanner-blue {
    background: #0082e9 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c5ff), to(#0082e9) ) !important;
    background: -moz-linear-gradient(-90deg, #00c5ff, #0082e9) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00c5ff', endColorstr='#0082e9') !important;
    border:1px solid #0082e9 !important;
    color: #ffffff !important;
}

.addnewbanner-blue:hover {
    background: #00befa !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#00befa), to(#00c5ff) ) !important;
    background: -moz-linear-gradient(-90deg, #00befa, #00c5ff) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00befa', endColorstr='#00c5ff') !important;
    color: #ffffff !important;
}

.addnewbanner-blue:active {
    background: #00befa !important;
    color: #ffffff !important;
}

.add-banner-btn {
    border: medium none;
    border-radius: 1px;
    color: #fff;
    float: left;
    font-family: "Verdana";
    font-size: 15px;
    height: 35px;
    margin-left: 0px;
    text-align: center;
    width: 232px;
}
/*///////////Add stylesheet////**/
.add-container{
    padding: 20px 25px;
    float: left;
    width: 100%;
}
.large-rectangle{
    width: 336px;
    height: 280px;
    float: left;
    margin-left: 41px;
}
.large-rectangle-about{
    width: 336px;
    height: 280px;
    float: left;
    margin-left: 29px;
    text-align: center; 
}
.large-rectangle:first-child{
    margin-left: 0px !important;
}

.margin-left-about-add{
    margin-left: 58px;
}
.Leaderboard-add{
    width: 728px;
    height: 90px;
    margin: 10px auto 10px;
}
.half-page-add{
    width: 300px;
    height: 600px;
}
.vertical-rectangle-add{
    width: 240px;
    height: 400px;
    /*position: absolute;*/
}
.margin-for-vartical-add{
    margin-left: 111px;
}
.padding-price-plan-add{
    padding: 20px 22px; 
}
.admin-trash-icon {
    background: url('../img/sprite-trash-icon.png') no-repeat;
    width: 55px;
    height: 28px;
    display: block;
}
.top40{
    margin-top: 40px;
}
.edit-trash-icon {
    background-position: 16px -36px;
}

.edit-trash-icon:hover {
    background-position: 16px -3px;
    background-color: #a92023;
}

.edit-client-bg {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.edit-client-txt {
    font-family: 'Verdana';
    font-size: 18px;
    color: #606060;
    text-align: left;
    line-height: 43px;
    margin-left: 0px; 
    width: 20%;
    float: left;
}

.choose-client-field {
    min-height: 45px;
    width: 435px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    margin: 0px 0px;
    float: left;
    line-height: 21px;
    font-family: "Verdana";
    font-size: 18px;
    padding: 9px 5px 0;
    background: #FFFFFF;
    color: #606060;
    text-align: left;
}

.client-order-field {
    min-height: 45px;
    width: 435px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    margin: 0px 0px;
    float: left;
    line-height: 21px;
    font-family: "Verdana";
    font-size: 18px;
    padding: 0px 5px 0;
    background: #FFFFFF;
    color: #606060;
}

.advertise-date-box {
/*  background: #ffffff;
    border-radius: 2px;
    width: 95px;
    height: 45px;
    padding: 5px;
    text-align: left;
    border: 1px solid #c7c7c7;
    float: left;*/
        background: #cfcfcf;
    border-radius: 2px;
    width: 370px;
    height: 45px;
    border: none;
    padding: 5px;
    text-align: left;
}

.ui-advertise-datepicker-trigger {
    margin-top: 0px;
    border: 1px solid #c7c7c7;
    padding: 6.5px 8.5px;
    margin-left: 10px;
    float: left;
}

.ad-end-date {
    float: left;
    margin: 0px 10px 0px 14px;
    font-family: 'Verdana';
    font-size: 18px;
    color: #606060;
    line-height: 43px;
}

.advertise-user-bar {
    width: 435px;
    float: left;
}

.advertise-browse-btn {
    background-color: #7c7c7c;
    border: medium none;
    border-radius: 0px;
    color: #fff;
    float: left;
    font-family: "Verdana";
    font-size: 15px !important;
    height: 35px;
    margin-left: 0px;
    text-align: center;
    line-height: 32px;
    width: 150px;
}

.advertise-preview-btn {
    background-color: #c7c7c7;
    border: medium none;
    border-radius: 0px;
    color: #7c7c7c;
    float: left;
    font-family: "Verdana";
    font-size: 15px !important;
    height: 75px;
    margin-left: 22px;
    text-align: center;
    line-height: 32px;
    width: 150px;
}

.advertise-upload-btn {
    background-color: #444444;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-family: "Verdana";
    font-size: 15px;
    height: 45px;
    margin-left: 0px;
    text-align: center;
    width: 232px;
}

.advertise-client-list{
    background-color: #444444;
    color: #FFFFFF;
    float: left;
    font-family: 'Verdana';
    font-size: 18px;
    line-height: 42px;
    margin-top: 5px;
    padding-left: 10px;
    width: 100%;
    text-align: center;
}

.client-list-head-color {
    background: #b2b2b2;
    height: 30px;
}

.client-list-head-text {
    color: #000000;
    font-family: "Verdana";
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.client-list-td-font {
    font-family: 'Verdana';
    font-size: 16px;
    color: #606060;
    text-align: center;
}

.client-list-inner-font {
    font-family: 'Verdana';
    font-size: 14px;
    color: #606060;
    text-align: center;
}

.advertise-client-table-bar {
    width: 100%;
    background: #ffffff;
    float: left;
    border: 1px solid #7f7f7f;
    margin-top: 10px;
    margin-bottom: 40px;
}

.client-td-border {
    border-left: 1px solid #7f7f7f;
}

.client-tr-border {
    border-bottom: 1px solid #7f7f7f;
}

.advertise-client-action-icon {
    background: url('../img/spritesheet_icons.png') no-repeat;
    width: 100%;
    height: 41px;
    display: block;
}

.advertise-client-edit-icon {
    background-position: 27px 12px;
}

.advertise-client-edit-icon:hover {
    background-position: 27px -23px;
    background-color: #444444;
}

.advertise-client-trash-icon {
    background: url('../img/sprite-trash-icon.png') no-repeat;
    width: 100%;
    height: 41px;
    display: block;
}

.advertise-client-edit-trash-icon {
    background-position: 25px -29px;
}

.advertise-client-edit-trash-icon:hover {
    background-position: 25px 2px;
    background-color: #444444;
}

.client-banner-font {
    font-family: 'Verdana';
    font-size: 14px;
    color: #606060;
    text-align: left;
    padding-left: 10px;
    width: 208px;
    float: left;
    line-height: 41px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advertise-ban-bar {
    width: 70px;
    float: left;
    margin-left: 0px;
    background-color: #000000;
    height: 22px;
    margin-top: 10px;
}
.skyscrapers-add-left{
    /*position: absolute;
    width: 120px;
    height: 600px;
    margin-top: 105px;
    left: 7.5px;*/
}
.skyscrapers-add-right{
    position: absolute;
    width: 120px;
    height: 600px;
    right: 0;
}
.client-edit-popup-box {
    width: 520px;
}
.holidays_banner{ 
    background: url("../img/Holiday_special.png") no-repeat;
    height: 652px;
    left: 0px;
    position: absolute;
    top: 140px;
    width: 90px;
    z-index: 999;
    background-size: 100%;
}
.sale_strip{  
    background: url("../img/GreenStamp.png") no-repeat;
    height: 163px;
    left: 410px;
    position: absolute;
    top: 21px;
    width: 138px;
    z-index: 999;
    background-size: 124px;
    display: none;
}
.plus_plan_Price{
    /*text-decoration: line-through;*/
}
.plus_plan_Pricestip{
    background: url("../img/Greenstrip.png") no-repeat;
    height: 52px;
    left: -16px;
    position: absolute;
    top: 467px;
    width: 574px;
    background-size: 578px;
    /*display: none;    */
}
.blue_sale_strip{
    background: url("../img/blusstamp.png") no-repeat;
    height: 163px;
    left: 410px;
    position: absolute;
    top: 21px;
    width: 138px;
    z-index: 999;
    background-size: 124px;
    display: none;
}

.movie_plan_Pricestip{
    background: url("../img/bluestrip.png") no-repeat;
    height: 52px;
    left: -17px;
    position: absolute;
    top: 467px;
    width: 572px;
    background-size: 577px; 
    /*display: none;*/
}
.sign_up_holiday_offer_plus{
    background: url("../img/Greenstrip.png") no-repeat;
    height: 52px;
    left: 206px;
    position: absolute;
    top: 642px;
    width: 357px;
    background-size: 357px;
    display: none;
}
.sign_up_holiday_offer_movie{
    background: url("../img/bluestrip.png") no-repeat;
    height: 52px;
    left: 206px;
    position: absolute;
    top: 642px;
    width: 356px;
    background-size: 356px;
    display: none;
}
.subscription-payment-holiday-movie{
    background: url("../img/bluestrip.png") no-repeat;
    height: 52px;
    left: 568px;
    position: absolute;
    top: 626px;
    width: 356px;
    background-size: 356px;
}
.subscription-payment-holiday-plus{
    background: url("../img/Greenstrip.png") no-repeat;
    height: 52px;
    left: 568px;
    position: absolute;
    top: 626px;
    width: 356px;
    background-size: 356px;
}
.plus_subscription_green{
    background: #8DD400;
    padding: 10px;
    color: white;
    width:40%;
    display:inline-block;
    margin:10px;
}
.plus-subs-select{
    display: inline-block;
    width:50%;
}
.plus_choose_month{
    margin-top:6px;
}
.movie_subscription_blue{
    background: #0090DF;
    padding: 10px;
    color: white;
    width:40%;
    display:inline-block;
    margin:10px;
}
.terms-subscription{
    float: left;
    font-size: 10px;
    color: red;
    padding: 10px;
}
.subscription-total-months-text{
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 1.2em;
    display: none;
}
.warning-text{
    color:red !important;
    text-decoration: underline;
}
.url-warning{
    color: red;
    margin-top: 10px;
    font-size: 12px;
}
.company-name{
    text-align: left;
    padding-left: 5px;
}
.date-font-size{
    font-size: 10px;
}
.edit-user-box-new{
    width: 104px;
}

.ui-datepicker{
    z-index: 100 !important;
}

.large_rectangle_3{
    position: absolute;
    right: 25px;
}
.large_rectangle_2{
    position: absolute;
    left: 394px;
}
.large_rectangle_1{
    position: absolute;
    left: 0px;
    float: none
}

.add-330h {
    clear: both;
    min-height: 330px;
}

.adjust-white-space{
    min-height: 630px !important;
}
.advertise-error{
    margin-top: 10px;
    font-weight: bold;
    font-size: 13px;
    width: 67%;
}

.top6{
    margin-top: 6px !important;
}
.bottom-margin10{
    margin-bottom: 10px;
}

.checkout-bttn-div {
    float: left;
    display: inline-block;
    /* padding: 0; */
    /* margin: 0; */
    vertical-align: middle;
    margin-left: 177px;
    padding: 10px 0px;
}


.chkout-bttn {
    width: 100% !important;
}

.chkout-ortxt {
    float: left;
    width: 8%;
    margin: 22px 15px 0px 15px;
    color: #ffffff;
    display: inline-block;
}

.paypal-bg {
    float: left;
    margin: 6px 0px 0px 0px;
    display: inline-block;
}

.background-dark{
    top :0px;
    height:100%;
    position:fixed;
    width:100%;
    background:rgba(0,0,0,0.5);
    z-index: 999999999;
    display:none;
}
.radio-button-width{
    width: 100%;
}

/*image-editor-tab-css-starts*/
.img-edit-tabb, .audio-edit-tabb {
    height: 20px !important;
    padding: 0px 10px 0 !important;
}

.img-edit-body, .audio-edit-body {
    top: 72px !important;
}

.img-panel-height, .audio-panel-height {
    line-height: 22px !important;
}

.img-editor-seach-panel, .audio-editor-seach-panel {
    height: 72px !important;
}

.img-panel-inner-body, .audio-panel-inner-body {
    width: 100%;
    bottom: 0px;
}
.tracks-container-width-600{
    width: 35000px;
}
.tracks-container-width-1200{
    width: 70000px;
}
.tracks-container-width-1800{
    width: 1050000px;
}
.graphic-edit-body {
    top: 30px !important;
}

.graphic-top-margin {
    top: 20px !important;
}

/*image-editor-tab-css-ends*/
/*******updated popup css****/

.fb-like{
    height: 25px;
    overflow: hidden;
}

.img-action-margin {
    margin-left: 40px !important;
    position: absolute;
    top: 25px;
}
.leftCM {
    position: relative !important;
}
.disableCheckoutBtns {
    opacity: .4;
    background: #424242;
    min-height: 40px;
    /* margin-top: 389px; */
    text-align: center;
    position: absolute;
    width: 119px;
    /* top: 5px; */
    left: 398px;
    margin-top: 10px;
    display: block;
}
.disablePaypalBtns {
    opacity: .4;
    background: #424242;
    min-height: 44px;
    /* margin-top: 389px; */
    text-align: center;
    position: absolute;
    width: 116px;
    /* top: 5px; */
    left: 600px;
    margin-top: 6px;
    display: block;
}
.article-min-height{
    min-height: 680px;
    height: 680px;
}
.secound-head-img{
    width: 100% !important;
    margin: 10px auto 40px !important;
}
.one_month-img{  
    background: url("../img/1month_badge.png") no-repeat;
    height: 163px;
    left: 470px;
    position: absolute;
    top: -7px;
    width: 138px;
    z-index: 999;
    display: block;
}
.bottom-button-container{
    width: 710px;
    margin-left: 211px;
    float: left;
}
.bottom-paypal-strip{
    float: left;
    width: 100%;
    background: #424242;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.term-of-service-container{
    float: left;
    height: 150px;
    width: 100%;
    overflow-y:scroll;
    margin-top:40px;
    margin-bottom: 10px;
    overflow-x: hidden;
    background: #ECECEC;
}
.term-of-service-container span{
    display: block;
}
.term-head{
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.condition-head{
    font-weight: bold;
    font-family: "Verdanabold";
    margin: 10px 0;

}
.trial-span{
    color: #1c94d0;
    font-family: "Verdanaitalic";
    min-height: 47px;
    margin-top: 400px;
    text-align: center;
    position: absolute;
    width: 13.1%;
    float: left;
    margin-left: 0.7%;
}

.span-font-trail{
    color: #1c94d0;
    font-family: "Verdanaitalic";
}
.checkout-bttn-div-new {
    float: left;
    display: inline-block;
    /* padding: 0; */
    /* margin: 0; */
    vertical-align: middle;
    width: 146px;
    padding: 0px 0px;
}
.chkout-ortxt-new{
    float: left;
    width: 8%;
    margin: 17px 15px 0px 15px;
    color: #ffffff;
    display: inline-block;
}
.paypal-bg-new {
    float: left;
    margin: 5px 0px 0px 0px;
    display: inline-block;
    width: 100px;
}

.one-month-plus{
    background: url("../img/1month_badge.png") no-repeat;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -10px;
    width: 49px;
    z-index: 1000;
    display: block;
    background-size: 100%;
}
.one-month-plus-signup{
    background: url("../img/1month_badge.png") no-repeat;
    height: 80px;
    left: 212px;
    position: absolute;
    top: 360px;
    width: 55px;
    z-index: 1000;
    display: block;
    background-size: 100%;
}
.captcha-container .secu-code-box{
    float: none;
    margin-left: 15px;
}

.buttonNew:hover {
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.buttonNew:active {
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}
.buttonNew-gold {
    background: #a92023 !important;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#E5AA26), to(#ffc826) ) !important;
    background: -moz-linear-gradient(-90deg, #E5AA26, #ffc826) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5AA26', endColorstr='#ffc826') !important;*/
    border:1px solid #c36d62 !important;
    color: #fff !important;
}

.buttonNew-gold:hover {
    background: #c36d62 !important;
/*    background: -webkit-gradient(linear, left top, left bottom, from(#E5AA26), to(#faf68f) ) !important;
    background: -moz-linear-gradient(-90deg, #E5AA26, #faf68f) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5AA26', endColorstr='#faf68f') !important;*/
    color: #fff !important;
}

.buttonNew-gold:active {
    background: #ffee00 !important;
    color: #fff !important;
}

.center-con{
    float: left;
    width: 100%;
    margin: 20px auto 0;
}
.page-sub-heading{
  position: relative;
  text-align: center;
  color: #3090c6;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  display: block;
  margin: 0 auto 30px;
  width: 320px;
}
.no-border{
    border: 0 !important;
}

/*new-css-starts*/

.login-head {
    border-top: 1px solid #ce8674;
    width: 100%;
    margin-top: -21px;
    float: left;
    display: block;
    z-index: 9999;
}

.popup-bg {
    background: #a81e22 !important;
}

.login-text {
    color: #ffffff !important;
    padding: 10px !important;
    margin: 0 auto !important;
    background: #a81e22 !important;
    float: none !important; 
    display: inline-block !important;
    width: auto !important;
}

.input-bg {
    background-color: #e6e8ea !important;
}

.login-btnbg {
    background: #a81e22 !important;
    color: #ffffff !important;
    border: 1px solid #c36d62 !important;
}

.login-btnbg:hover {
    background: #c36d62 !important;
}

.logincross-btn {
    padding: 12px 12px;
    color: #ffffff;
}

.edu-header {
    background: url(../img/educational-header.png) no-repeat left top;
    width: 100%;
    float: left;
    height: 95px;
}

.win-header {
    background: url(../img/educational-header-1.png) no-repeat left top !important;
}

.edu-bord {
    height: 1px;
    background-color: #FFF;
    width: 74%;
    display: inline-block;
    position: absolute;
    left: 21%;
    top: 48px;
    z-index: 0;
}

.edu-headtext {
    font-size: 15pt;
    color: #FFF;
    background-color: #2c91c9;
    display: inline-block;
    line-height: 22px;
    z-index: 1;
    position: relative;
    padding: 0 2px;
    margin-top: 17px;
    width: 31%;
    text-align: center;
    left: 133px;
}

.win-headtext {
   left: 184px;
}

.edu-midbox {
    width: 94%;
    float: left;
    margin-top: 0px;
    background: url(../img/edu-background.jpg) repeat;
    margin: 0px 5%;
    padding: 0 9.7%;
}

.win-mid-user {
    max-width: 450px !important;
    width: 96% !important;
    margin: 0px 17px;
    padding: 0 3.5%;
}

.edu-midtext {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #444444;
    text-align: center;
    line-height: 25px;
    margin-top: 13px;
}

.win-midtext {
    text-align: left !important;
    font-size: 15px;
}

.win-midtext span {
    text-align: left !important;
    font-size: 13px !important;
}

.edu-midbord {
    height: 1px;
    background-color: #FFF;
    width: 84%;
    display: inline-block;
    position: absolute;
    left: 10%;
    top: 206px;
    z-index: 0;
}

.edu-mid-headtext {
    font-size: 25pt;
    color: #FFF;
    background: url(../img/edu-background.jpg) repeat;
    display: inline-block;
    line-height: 38px;
    z-index: 1;
    position: relative;
    padding: 0 2px;
    margin-top: 0px;
    width: 43%;
    text-align: center;
    left: 70px;
    font-weight: bold;
}

.edu-package {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #444444;
    text-align: center;
    line-height: 25px;
    margin-top: 2px;
}

.edu-footer {
    background: #2c91c9;
}

.win-footer {
   width: 432px !important;
   margin-left: -16px !important;
}



.edu-footer-text {
    width: 37%;
    float: left;
    text-align: center;
    padding: 0px 10px;
    color: #ffffff;
    margin-top: 0px;
}

.edu-input-box {
    float: left;
    max-width: 188px !important;
    min-width: 188px !important;
    margin-top: 26px;
    background: #bdbec0 !important;
    height: 30px;
}

.win-input-box {
    width: 230px !important;
    margin-top: 10px !important;
    max-width: 230px !important;
    min-width: 230px !important;
}

.bg-none {
    font-family: "Verdana";
    float: left;
    color: #626263;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
    /* background-color: #FFFFFF; */
    -moz-box-shadow: rgba(0,0,0,0.25) 1px 2px 3px;
    -webkit-box-shadow: rgba(0,0,0,0.25) 1px 2px 3px;
    box-shadow: rgba(0,0,0,0.25) 1px 2px 3px;
    border: 0px solid #404040;
}

.edu-close-btn {
    top: 4px;
    border-left: 0px solid #FFF;
    color: #ffffff;
}

.select-day .sbHolder, .select-day .sbOptions {
    background-color: #e6e8ea;
    border: 0px solid #f3f3f3;
}

.pointer {
    cursor:pointer;
}

.edu-foot {
    width: 100%;
    float: left;
    background: #2c91c9;
    margin-bottom: 0px !important;
    border-top: 1px solid #ffffff;
}

.edu-btnbg {
    background: #2c91c9 !important;
    color: #ffffff !important;
    border: 1px solid #65c2f6 !important;
}

.edu-btnbg:hover {
    background: #65c2f6 !important;
}

.pricing-line {
    height: 1px;
    background-color: #FFF;
    width: 68%;
    display: inline-block;
    position: absolute;
    left: 24%;
    top: 25px;
    z-index: 0;
}

.pricing-text {
    font-size: 20pt;
    color: #FFF;
    text-transform: lowercase;
    background-color: #a92023;
    display: inline-block;
    line-height: 15px;
    z-index: 1;
    position: relative;
    width: auto !important;
    padding: 0 13px;
    text-align: center;
    margin: 0px 21%;
    height: 22px;
}

.ckout-btn {
    background: #a81e22 !important;
    color: #ffffff !important;
    border: 1px solid #c36d62 !important;
    width: 100% !important;
    font-size: 16px;
}

.summary-bg {
    background: #a81e22 !important;
    float: left !important;
    width: 100% !important;
    margin: 0px !important;
    border-bottom: 2px solid #a81e22 !important;
}

.price-txt {
    font-size: 26px !important;
    color: #ffffff;
}

.dollar-text {
    font-size: 20px !important;
    color: #ffffff !important;
    line-height: 30px !important;
}
.support-div a:hover{
  color: #23527c !important;
  text-decoration: underline !important;
}
.contactpage textarea{
    resize:none;
}

.feature_video_txt {
    position: absolute;
    left: 2px;
    top: 42px;
    color: #004074;
    font-size: 13px;
    font-weight: bold;
}

.feature_video_txt_nxt {
    position: absolute;
    left: 12%;
    bottom: 35px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 75%;
    background-color: #a92023;
    padding: 10px;
}

/*new-css-ends*/

.error-panel {
    width: 100%;
    float: left;
    padding: 20px;
}

.error-image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    float: left;
    margin-left: 18%;
    background-color: #cccccc;
}

.error-image img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid #cccccc;
}

.error-text {
    width: 48%;
    float: left;
    padding: 45px 20px;
    font-size: 28px;
    color: #a92023;
    line-height: 50px;
}

.error-text span{
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 23px;
}
.go-btn{
    width: 85px;
    height: 32px;
    float: right;
    border-radius: 2px;
    font-family: "Verdana";
    font-size: 15px;
    text-align: center;
    margin-top: 7px;
    background: #c32226 !important;
    color: #FFF !important;
}
.go-btn:hover{
    background: #c32226 !important;
    color: #FFF !important;
}
.mid_container{
    z-index: 4;
}
.videosection .mid{
  margin-top: -3px;
  margin-bottom: 3px;
}   
.videosection .mid img{
  border: 1px solid #c33336;
}
.sky-1 .skyscrappers_ads_1{
    margin-bottom: 15px;
}

.header-badge {
    position: absolute;
    top: 2px;
    right: 3px;
    background-color: red;
    padding: 1px 4px;
    font-size: 12px;
}



.pro-type-bg {
    width: 34%;
    float: left;
}

.label-name {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 20px;
}

.label-email {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
}

.type-field {
    min-height: 40px;
    width: 300px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    margin: -3.5px 0px;
    float: left;
    line-height: 21px;
    font-family: "Verdana";
    font-size: 15px;
    padding: 0px 5px 0;
    background: #FFFFFF;
    color: #606060;
    padding-left: 15px;
}

.go-bttn {
    width: 90px;
    height: 46px;
    float: left;
    background-color: #a92023;
    font-family: "Verdana";
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border: none;
    margin-top: 15px;
}

.check-panel {
    float: left;
    width: 100%;
    height: 100%;
}

.check-paneltext {
    float: left;
    font-size: 16px;
    width: 65%;
    margin-right: 10px;
    margin-left: 30px;
}
.check-paneltext-nxt {
    width: 60% !important;
}
.check-panelnew{
    float: left;
    width: 12%;
    margin-top: 20px;
    margin-left: 0px;
}
input[type=checkbox].css-checkboxs {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}

input[type=checkbox].css-checkboxs + label.css-labels {
    font-weight: normal;
    padding-left: 32px;
    height:25px;
    display:inline-block;
    line-height:25px;
    background-repeat:no-repeat;
    background-position: 0 -30px;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
}
input[type=checkbox].css-checkboxs + label.teacher-admin-margin {
    padding-left: 25px;
    margin: 0;
    margin-top: 5px;
    margin-left: 0;
    vertical-align: inherit;
    margin-bottom: 1px;
}

.checkCheckeds{
    background-image:url(../img/checked_btn.png) !important;
    position: relative;
    z-index: 9;
    height: 25px;
    width: 25px !important;
    margin-left: 0px;
}
.editAccount .checkCheckeds {
    margin-left:0px !important;
}
.checkCssCheckeds{
    background-image:url(../img/checked_btn.png) !important;
    position: relative;
    z-index: 9;
    height: 25px;
    min-width: 25px !important;
}

input[type=checkbox].css-checkboxs:checked + label.css-labels {
    background-position: 0 -0px;
}
.css-labels{ background-image:url(../img/check_btn.png); }

.checkbg {
    width: 21%;
    float: left;
    padding-top: 6px;
}

.checkSpaces label {
    margin-bottom: 5.5px;
}
.privacy_policy a {
    color:#a92023 !important;
}

/*banner-css-starts*/
.top-banbg {
    height: 123px;
    width: 100%;
    margin: 0 auto;
    background-color: #daedfb;
    display: none;
}

.inner-ban {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.inner-ban ul {
    float: left;
    width: 100%;
}

.inner-ban li {
    padding: 0px !important;
}

.inner-ban a {
    position: absolute;
    right: 0;
}

.ban-text {
    width: 100%;
    float: left;
    font-size: 25px;
    line-height: 38px;
    color: #011722;
    font-weight: normal;
    padding: 23px 0px;
}

.ban-text span {
    font-size: 17px;
    display: block;
}

.upload-txt {
    font-size: 15px !important;
    display: block;
    line-height: 28px;
}


.member-bttn {
    width: 232px;
    height: 50px;
    float: right;
    background-color: #ad1d27;
    font-size: 15px;
    text-align: center;
    border: 0px;
    border-radius: 35px;
    outline: none;
    color: #ffffff;
    margin: 35px 0px;
}

.member-bttn:hover {
    background-color:#7a1219;
}

.progress-bar {
    background-color: #a81e22 !important;
    font-size: 10px !important;
    line-height: 16px !important;
}

.progress {
  height: 15px !important;
}



video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.stopfade { 
   opacity: .5;
}

.cus-span-adv{
    padding: 5px 10px !important;
}
.cus-span-adv ul{
    margin-top: 0;
    margin-bottom: 0;
}

.school_direction_text {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
    font-family: 'Verdana';
}
.school_direction_text ul li{
    list-style-type: disc;
}
.new-icon-view{
    display: block;
    height: 26px;
    position: absolute;
    top: -4px;
    width: 30px;
    right: -36px;
    background-position: -293px 0px;
}
.school_direction_text ul li a{
    color:#333 !important;
    text-decoration: underline;
}

.school_direction_text ul li a:hover{
    color:#333 !important;
    text-decoration: underline !important;
}
.remove_advertisement {
    background: #c32226;
    padding: 5px;
    display: block;
    text-align: center;
    color: #fff !important;
    margin-bottom: 15px;
    margin: 0 auto;
}
.remove_advertisement a {
    color: #ffee00 !important;
}
.Leaderboard-add-space {
    height: 20px;
}
.cross_top_banner {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
}


.transition-fade-in{
    opacity: 0;
    -webkit-transition: all 1200ms ease-in-out;
    -moz-transition: all 1200ms ease-in-out;
    -ms-transition: all 1200ms ease-in-out;
    -o-transition: all 1200ms ease-in-out;
    transition: all 1200ms ease-in-out;
}

.transition-fade-out{
    opacity: 1;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

.btn-upload-new {
    background-color: #ad1d27;
    color: #fff !important;
    font-family: verdana !important;
    margin: 15px auto 0;
}
.aboutSpace a.btn-upload-new:hover{
    background-color: #7a1219 !important;
    text-decoration: none !important;
}
.thanks span{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.paidvideo {
    color: #3190c6;
    font-size: 15px;
    font-weight: bold;
}
.tshirt-div {
    position: absolute;
    width: 200px;
    /* left: 31px; */
    right: -45px;
    display: block;
    z-index: 99;
    top: 0px;
    float: right;
}
.tshirt-div img {
    display: block;
}
.tshirt-div span {
    font-size: 14px;
    color: #7d0800;
}
.signup-banner{
    position: fixed;
    width: 280px;
    height: auto;
    background: #fff;
    padding: 5px;
    top: 200px;
    left: 20px;
    z-index: 999;
}
.signup-banner .inner-container{
    border: 1px solid #550C12;
    width: 100%;
    float: left;
    padding: 5px;
}
.signup-banner .inner-container .img-div{
    float: left;
    
}
.signup-banner .inner-container .rigt-side-div{
    text-align: center;
    padding-top: 5px;
    position: absolute;
    bottom: 18px;
    right: 12px;
    color: #fff;
}
.signup-banner .inner-container .rigt-side-div p {
    color: #fff;
}
.signup-banner .red-button{
    background: #550C12;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}
.signup-banner .red-button:focus{
    outline: none;
}
.signup-banner .head{
    font-weight: 400;
    font-size: 16px;
}
.signup-banner .small-text{
    font-size: 14px;
    margin-top: 20px;
}