/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #1e1e1e;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
	font-family: 'alef';
	src: url('fonts/Alef-Regular.eot');
	src: url('fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Alef-Regular.woff') format('woff'),
	     url('fonts/Alef-Regular.ttf')  format('truetype'),
	     url('fonts/Alef-Regular.svg#svgFontName') format('svg');
	}

@font-face {
	font-family: 'alef_bold';
	src: url('fonts/Alef-Bold.eot');
	src: url('fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Alef-Bold.woff') format('woff'),
	     url('fonts/Alef-Bold.ttf')  format('truetype'),
	     url('fonts/Alef-Bold.svg#svgFontName') format('svg');
	}

html { background-color:#018790;}
body { direction:rtl; font-family: 'alef', Arial, sans-serif; font-size: 0.875em; 
       position:relative;
}
a {    color: inherit;}
.fixedWidth { width:980px; margin:0 auto;}
h1,h2,h3,h4 { margin:0;}
p, pre {    margin: 5px 0;}

/* ==========================================================================
   Header
   ========================================================================== */

header, .main_content, .footer_container { min-width: 1030px;}


.topSite {
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    height: 35px;
}


.topSite > div {
    margin-left: 25px;
    margin-top: 10px;
}


.topSite a {
    color: #FFFFFF;
    text-decoration: none;
    
             -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
}

.topSite a:hover, .topSite a:focus, .topSite a:active 
{ text-decoration: underline; /* color:#1e1e1e*/}

.topSite .helloText {
    color: #F49830;
    float: right;
    font-size: 12px;
    margin-right:2px;
}
    
.topSite .helloText a {
     color: #F49830;
}

.topSite .subscriptionText a {
    
}

.topSite .subscriptionText {

    font-size: 12px;
    margin-right: 15px !important;
    margin-left: 15px !important;
    margin-top: 5px !important;
}

.topSite .subscriptionButton {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.topSite .signInUp {
    float: right;
}


.topSite .headerSeperator {
    color: #5BCBE3;
    margin: 0 5px;
}

.topSite .pageSettings {
    float: right;
}

.topSite .pageSettings .headerSeperator {
    margin: 0;
}

.topSite .pageSettings a {
    padding: 0 5px;
}

.topSite .language_change {
    font-size: 11px;
    font-weight: bold;
    padding: 0 5px;
    cursor:pointer;
    position:relative;
}

.topSite .dropdown_change {
    cursor:pointer;
    position:relative;
}

.topSite .dropdown_change_inner {
    background-color: #FFFFFF;
    border: 1px solid #0998B6;
    color: #037AAC;
    cursor: default;
    display: block;
    left: -15px;
    margin-top: 6px;
    padding: 5px 0px 3px 9px;
    position: absolute;
    text-align: left;
    top: 100%;
   visibility:hidden;
    
    filter: alpha(opacity=0);
	opacity: 0;
	
	  -webkit-transition: opacity 0.5s ease;
            -moz-transition: opacity 0.5s ease;
            -o-transition: opacity 0.5s ease;
            transition:  opacity 0.5s ease;
    
}

.topSite .dropdown_change.clicked .dropdown_change_inner
{
    visibility:visible;
    filter: alpha(opacity=100);
	opacity: 1.0;
	
	  -webkit-transition: opacity 0.5s ease;
            -moz-transition: opacity 0.5s ease;
            -o-transition: opacity 0.5s ease;
            transition:  opacity 0.5s ease;}

.topSite .dropdown_change_inner a {
    color: #037AAC;
    display: block;
    font-size: 13px;    
    padding: 0 21px 5px 0;
}

.topSite .dropdown_change_inner a:hover, .topSite .dropdown_change_inner a:focus, .topSite .dropdown_change_inner a:active { text-decoration:underline}


.topSite .content_language_change { background:url('../images/Homepage/icon_change_lang.png') no-repeat center top; width: 18px; 
                           height:13px; display:inline-block;  vertical-align: middle;       margin: 0 3px;}

.topSite .currency_change {
    font-size: 13px;
    padding: 0 5px;
}

    .topSite .currency_change .dropdown_change_inner { padding-left:0; padding-right:0; left: -2px; }
    .topSite .currency_change .dropdown_change_inner a {  padding-left:10px; padding-right:10px ; white-space: nowrap; }

.topSite .world_change { background:url('../images/Homepage/icon_change_world.png') no-repeat center top; width: 13px; 
                           height:13px; display:inline-block;     vertical-align: middle;       margin: 0 3px;}

.topSite .shopping_cart {
    color: #000000;
    float: right;
    font-weight: bold;
    height: 25px;
    margin-left: 0 !important;
     margin-right: 0 !important;
    margin-top: 0 !important;
    padding: 10px 35px 0 15px;
    
    background:url('../images/Homepage/icon_shopping_cart.png') no-repeat 93% 10px #FFFFFF;
}

.topSite .shopping_cart_continue {
    background-color: #CF0A2C;
    float: right;
    font-weight: bold;
    height: 25px;
    padding: 10px 15px 0;
}

.topSite .contactTopLink {
    font-size: 14px;
    margin: 6px 0 0;
}

.topSite .world_name {
    line-height: 36px;
    padding-right: 10px;
}
/* nav*/


.topNavContainer 
{
     background-color: #2CBBC4;
    /*background:url('../images/Homepage/home_main_top_background_grad_1px.png') repeat-x center top #2CBBC4;*/
}

.topNav {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.home_icon {
    display: block;
    float: right;
    width: 19px;
    height:19px;
    
    background:url('../images/Homepage/icon_home.png') no-repeat;    
     margin: 25px 2px 0 18px;
}

.home_icon.selected, .home_icon:hover, .home_icon:focus, .home_icon:active {    
    background-image:url('../images/Homepage/icon_home_hover.png');    
}

.facebook_icon {
    display: block;
    float: right;
    width: 8px;
    height:16px;
    
    background:url('../images/Homepage/icon_facebook.png') no-repeat;    
     margin: 27px 0px 0 0px;
}

.facebook_icon:hover, .facebook_icon:focus, .facebook_icon:active
{ 
    background-image:url('../images/Homepage/icon_facebook_hover.png');    
}

.MyMentor_logo {
    display: block;
    float: left;
    width: 174px;
    height:48px;
    
    background:url('../images/Homepage/logo.png') no-repeat;   
}


nav > ul {
    float: right;
    margin-top: 21px;
    overflow: hidden;
}


nav > ul > li {
    float: right;
    margin-left: 22px;
}

.embedded-link {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.embedded-link > a {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: underline;
    padding: 0 20px;
    white-space: nowrap;
}

.embedded-link-footer {
    text-align: center;
    width: 600px;
    margin-top: 20px;
    display: inline-block;
}

.embedded-link-footer > div > a {
    color: #FFFFFF;
    font-size: calc(1.5vw + 1.5vh + 1vmin);
    text-decoration: underline;
    padding: 20px 20px;
    white-space: nowrap;
}

nav ul li > a {
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
    
    -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
}

nav ul li > a:hover, nav ul li > a:focus, nav ul li > a:active
{
    color: #1e1e1e;
}

nav ul li > a.selected 
{ 
    font-family: Alef;
    color: #1e1e1e;
}


/* ==========================================================================
   Home Page
   ========================================================================== */

.homepageBannerContainer 
{
    background:url('../images/Homepage/home_main_bottom_background_grad_1px.png') repeat-x center bottom #2CBBC4;
    }
.homepageBannerImage 
{
   
    }

.recommendation-note {
    float: left;
    padding-left: 20px;
    width: 500px;
    margin-top: 10px;
    font-family: alef_bold;
    font-size: 50px;
    text-align: center;
    line-height: 0.9;
}

.mainTitle {
    background-color: #EAF8F9;
    float: right;
    font-family: alef_bold;
    font-size: 58px;
    margin-top: 43px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 7px #0998b6;
    -webkit-box-shadow: 1px 1px 7px #0998b6;
    box-shadow: 1px 1px 7px #0998b6;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 7, direction = 157.5, color = '#0998b6');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 7, Direction = 157.5, Color = '#0998b6')";
} 

.mainSubTitle {
    clear: both;
    float: right;
    font-size: 28px;
    color:#fff;
    padding-top: 5px;
    text-align: center; 
    margin-bottom:30px;
}

.mainTitle, .mainSubTitle {  width: 440px;}


.mainHomeTabsContainer {
    background-color: #E0DFDC;
    
-moz-box-shadow: 0px -1px 4px -2px #535454;
-webkit-box-shadow: 0px -1px 4px -2px #535454;
box-shadow: 0px -1px 4px -2px #535454;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 0, direction = 0, color = '#535454');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 0, Color = '#535454')";
}

.mainHomeTabs {
    padding-bottom: 35px;
    padding-top: 35px;
}

.mainHomeTab {
    background-color: #FFFFFF;
    color: #FFFFFF!important;
    display: block;
    float: right;
    height: 195px;
    margin-left: 23px;
    overflow: hidden;
    text-decoration: none;
    width: 210px;
    
     -webkit-transition: background-color 0.5s ease;
            -moz-transition: background-color 0.5s ease;
            -o-transition: background-color 0.5s ease;
            transition:  background-color 0.5s ease;
            
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
-moz-box-shadow: 1px 2px 2px #a3a3a3;
-webkit-box-shadow: 1px 2px 2px #a3a3a3;
box-shadow: 1px 2px 2px #a3a3a3;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 157.5, color = '#a3a3a3');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 157.5, Color = '#a3a3a3')";
}

.mainHomeTab:last-child { margin-left:0;}

.mainHomeTab.green {
    background-color: #0C6169;
}

.mainHomeTab.orange {
    background-color: #F49830;
}

.mainHomeTab.red {
    background-color: #CF0A2C;
}

.mainHomeTab.turkiz {
    background-color: #2cbac4;
}

.mainHomeTab:hover, .mainHomeTab:focus, .mainHomeTab:active 
{ background-color:#222 !important}

.mainHomeTabPadding {
    display: block;
    margin-top: 123px;
}

.mainHomeTabTitle {
    display: block;
    font-family: alef_bold;
    font-size: 23px;
    text-align: center;
}

.mainHomeTabSubTitle {
    display: block;
    font-size: 17px;
    text-align: center;
}

.mainHomeTab.movie {
    margin-left: 0;
    width: 280px;
}

.mainHomeTab.movie .mainHomeTabPadding {
    background-color: #0C6169;
    margin-top: 153px;
    padding: 9px 20px 9px 0;
}


.mainHomeTab.movie .mainHomeTabPadding .mainHomeTabSubTitle {
    text-align: right;
}

.mainHomeTab.movie:hover .mainHomeTabPadding .mainHomeTabSubTitle {
     text-decoration:underline;
}

.mainHomeTabsDialog {
    margin: 15px 0 45px;
}

.mainHomeTabsDialog .mainHomeTab {
    height: 120px;
    width: 135px;
}

.mainHomeTabsDialog .mainHomeTabPadding {
    margin-top: 75px;
}

.welcomeText {
    font-family:alef_bold;
    font-size:36px;
    text-align:center;
}

.dialog_welcome_wrapper.ui-dialog .ui-dialog-titlebar { padding:10px 1em 7px;}

.dialog_welcome {}

.dialog_white.ui-dialog { background:#fff; max-width:475px;}
.dialog_white.ui-dialog .ui-dialog-titlebar
{ display:none;}
.dialog_white.ui-dialog .ui-dialog-content
{   padding-top: 15px; min-height:75px !important;}
.dialog_white.ui-dialog .ui-dialog-content p{ line-height:1.2em}

.dialog_inputs { width:460px!important;}
.dialog_inputs.ui-dialog { background:#e0dfdc;}

.dialog_editLessonPackage.dialog_inputs  { width:550px!important;}

.dialog_searchLesson { width:615px!important;}
.dialog_searchLesson.ui-dialog { background:#e0dfdc;}

.dialog_searchLesson .lessonSelects { margin:0}
.dialog_searchLesson .lessonSelects select { width: 124px;}
.dialog_searchLesson .lessonSelects .icon_question_blue { margin: -2px 0 0 7px;}

.dialog_findLesson_inner {   direction: ltr;
    max-height: 425px;
    overflow-y: auto;}

.lessonSearchItem {
    direction: rtl;
    margin-right: 20px;
}

.dialog_findLesson_inner .cbSearch {
    float: right;
    margin-top: 17px;
    width: 5%;
}

.dialog_findLesson_inner .lessonWrapper {
    float: right;
    width: 95%;
}

.dialog_findLesson_inner .lessonHeaderItemPadding {
    font-size: 16px;
    line-height: 16px;
    padding: 5px 15px 7px 10px;
}

.dialog_findLesson_inner .lessonTable td {
    border-left: medium none;
}

.dialog_findLesson_inner .lessonHeaderText {
    font-size: 20px;
}

.hrClass { margin: 10px -40px 25px; background-color:#b7b7b7; height:1px; line-height:1px; }

.dialog_findLesson_inner::-webkit-scrollbar {
    width: 10px;
}
 
.dialog_findLesson_inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #8dd7f5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;   
    
    background-color:#abd3d5;
}
 
.dialog_findLesson_inner::-webkit-scrollbar-thumb 
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;  
  background-color: #2cbbc4;
}


.dialog_findLesson_inner{

  scrollbar-base-color: #2cbbc4;

  scrollbar-base-color: #2cbbc4;

  scrollbar-3dlight-color: #C0C0C0;

  scrollbar-highlight-color: #8dd7f5;

  scrollbar-track-color: #8dd7f5;

  scrollbar-arrow-color: black;

  scrollbar-shadow-color: #C0C0C0;

  scrollbar-dark-shadow-color: #C0C0C0;

}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    margin-bottom: 10px;
    margin-top: 22px;
}

.footer_links {
    float: right;
}

.footer_links > li {
    color: #96D7F0;
    float: right;
}

.footer_links li a {
    color: #fff;
    font-size: 14px;
    margin: 0 9px 0 5px;
    text-decoration: none;
}

.footer_links li a:hover, .footer_links li a:focus, .footer_links li a:active {
    text-decoration: underline;
}

.footer_links li > a.selected 
{ 
    color: #1e1e1e;
}

.MyMentorRights {
    color: #96D7F0;
    float: left;
    font-size: 14px;
    /*margin-top:2px;*/
}


/* ==========================================================================
   Inner Pages
   ========================================================================== */

.main_content {
    background-color: #E0DFDC;
}


.innerPage .topNav {
    height: 100px;
}


.innerPage .MyMentor_logo {
    margin-top: 20px;
}

.innerPageContainer {
    margin: 50px auto;
}

.formContainer {
    margin: 0 auto;
    width: 360px;
}

.contactContainer {width: 365px;}

.contactContainer .inputWrapper textarea { height:120px;}

.mentor_header {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.inputWrapper {
}

.inputWrapper input, .inputWrapper select, .mentorInput {
    background-color: #FFFFFF;
    border: medium none;
    font-family: arial;
    font-size: 14px;
    height: 32px;
    margin-bottom: 10px;
    padding: 0;
    text-indent: 10px;
    line-height: 2em;
    width: 100%;    
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.inputWrapper textarea, textarea.mentorInput     
{
    font-family: arial;
    padding: 5px 10px 0 1px;
    width: 97%; border:none; margin-bottom:10px; height:50px;}
    
    .inputWrapper textarea.descriptionInput, textarea.mentorInput.descriptionInput {height:62px;}

.inputWrapper select, select.mentorInput {
    padding: 6px 7px 6px 6px;
    text-indent: 0;
    color: #999999;
}

.inputWrapper > label, .inputLabel {
    display: block;
    font-family: arial;
    font-size: 14px;
    margin-bottom: 3px;
}

.inputWrapper.twoColumn label.floatL, .inputWrapper.twoColumn label.floatR {
    width: 48%;
}
.inputWrapper.twoColumn label.floatL {
     clear: left;
}
.inputWrapper.twoColumn label.floatR {
     clear: right;
}

.twoColumn .field-validation-error-wrapper.floatR {
    clear: right;
    width: 48%;
}

.twoColumn .field-validation-error-wrapper.floatL {
    clear: left;
    width: 48%;
}

.inputWrapper.twoColumn label.floatLSingle {
    padding-right: 52%;
}

.inputWrapper.twoColumn label.floatL.required , .inputWrapper.twoColumn label.floatR.required  {
    width: 46%;
}

.inputWrapper.twoColumn input, .inputWrapper.twoColumn select, .inputWrapper.twoColumn .mentorInput 
{ width:48%; /*text-indent:8px;*/
    }
    
    .inputWrapper.twoColumn select, .inputWrapper.twoColumn .mentorInput {
    text-indent: 0; padding-right:8px;
}

.inputWrapper.twoColumn input.floatR, .inputWrapper.twoColumn select.floatR, .inputWrapper.twoColumn .mentorInput.floatR
{ clear: right;} 
.inputWrapper.twoColumn input.floatL, .inputWrapper.twoColumn select.floatL, .inputWrapper.twoColumn .mentorInput.floatL
{ clear: left;} 

.dialog_inputs.ui-dialog .inputWrapper input{ text-indent:10px;}
    
    .englishInput { background-color:#f6f5e9!important;}
    .currencyInput { width:80px!important;}
    
    .inputPriceText {     display: block;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px;
    clear: left;}    
    
    .lessonName { display:block;}
    
.multipleSelect { height:95px!important}

.multipleSelect > option {
    margin-bottom: 3px;
}
.multipleSelect::-webkit-scrollbar {
    width: 10px;
}
 
.multipleSelect::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #8dd7f5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;  
    background-color:#8dd7f5;
}
 
.multipleSelect::-webkit-scrollbar-thumb 
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;  
  background-color: #029fe0;
}

::-webkit-input-placeholder {
   color: #999999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #4c4c4c;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #4c4c4c;  
}

:-ms-input-placeholder {  
   color: #999999;  
}

.invisbleInput {height: 1px!important; width:0px!important; border: 0px!important;
                background: none!important; visibility:hidden;}

.req {
    background: url("../images/reqired.png") no-repeat scroll 99% 13px #FFFFFF;
}

.req.dirLeft {
    background: url("../images/reqired.png") no-repeat scroll 4% 10px #FFFFFF;
}

   .dialog_inputs.ui-dialog .inputWrapper.twoColumn .req { background-position:98% 14px} 
   .dialog_inputs.ui-dialog .inputWrapper.twoColumn .dirLeft.req { background-position:2% 14px} 
   .inputWrapper.twoColumn .req { background-position:98% 13px} 
   .inputWrapper.twoColumn .dirLeft.req { background-position:2% 10px} 
   
   
.required {
    background: url("../images/reqired.png") no-repeat right 5px;
    padding-right:8px;
}


.icon_calendar_input {
    background: url("../images/icon_calendar_dialog.png") no-repeat 11px 8px;
    cursor:pointer;
    z-index: 100;
}

.saveCompWrapper {
    margin-top: 5px;
}

.inputLabel > * {
    vertical-align: middle;
}

.inputLabel label {
    margin-right: 5px;
}

.inputWrapper.twoColumn input.priceCurrency, .inputWrapper.twoColumn select.priceCurrency, .inputWrapper.twoColumn .mentorInput.priceCurrency
 { width:14%;}
 
 .inputWrapper.twoColumn input.priceInput, .inputWrapper.twoColumn select.priceInput, .inputWrapper.twoColumn .mentorInput.priceInput
 { width:34%;}
 
 .inputWrapper input.withPopUp, .inputWrapper select.withPopUp, .mentorInput.withPopUp { width:90%;}
  .inputWrapper.twoColumn input.withPopUp, .inputWrapper.twoColumn select.withPopUp, .inputWrapper.twoColumn .mentorInput.withPopUp
 {     margin-left: 9px;
    width: 38%;}
    
    .inputWrapper.twoColumn input.inputPrice { width:42%; clear: none!important;}

.btn_checkout {
    
}

.btn_mentor {
    background-color: #F49830;
    color: #FFFFFF!important;
    display: inline-block;
    font-family: alef_bold;
    font-size: 18px;
    padding: 3px 20px;
    text-decoration: none;
    white-space: nowrap;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;    
    
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition:  background-color 0.2s ease;
    
    -moz-box-shadow: 1px 1px 2px #a3a3a3;
    -webkit-box-shadow: 1px 1px 2px #a3a3a3;
    box-shadow: 1px 1px 2px #a3a3a3;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 157.5, color = '#a3a3a3');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 157.5, Color = '#a3a3a3')";
}

.btn_mentor:hover, .btn_mentor:focus, .btn_mentor:active
{
     background-color:#E7A758
    }
    
    .recoverUsername{    margin-left: -165px;
    margin-right: 20px;}
    
.turkizBtn {background-color: #0C6169;}

.turkizBtn:hover, .turkizBtn:focus, .turkizBtn:active {
    background-color: #549096;
}

.bordoBtn {background-color: #cf0a2c;}

.bordoBtn:hover, .bordoBtn:focus, .bordoBtn:active {
    background-color: #9e3f59;
}

.greyBtn {background-color: #9b9b9b!important;}

.greyBtn:hover, .greyBtn:focus, .greyBtn:active {
    background-color: #818181!important;
}

.turkizLightBtn {background-color: #2cbbc4;}

.turkizLightBtn:hover, .turkizLightBtn:focus, .turkizLightBtn:active {
    background-color: #6bcfd6;
}

.whiteBtn {background-color: #fff;  color: #0C6169!important;}

.whiteBtn:hover, .whiteBtn:focus, .whiteBtn:active {
    background-color: #e1e0df;
}

.smallBtn {
    font-size: 15px;
    height: 19px;
    line-height: 18px;
    /*padding: 2px 9px;*/
}

.signInText {
    font-family: alef_bold;
    font-size: 22px;
    margin-top: 15px;
    white-space:nowrap;
}

.image_stub { width:121px; overflow:hidden;}
.image_stub img { max-height:121px; max-width:121px;}
.userPickImage { background:#fff; height:121px; overflow:hidden; width:230px;    position: relative;
                 -moz-border-radius: 2px;    -webkit-border-radius: 2px;    -khtml-border-radius: 2px;    border-radius: 2px;}
.userPickImage input { width:230px;}

#fileUpload {
    visibility:hidden;
}

.inputFileWrapper {height: 0px; width: 0px; overflow: hidden;}

#fileName {
    color: #C2C2C2;
    font-family: arial;
    padding: 4px 10px;
}

#choosePicWrapper{   left: 10px;    position: absolute;    top: 90px;}

.choosePic {
    background-color: #d5d5d5;
    color: #999999!important;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    padding: 0px 12px;
    text-decoration: none;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;    
    
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition:  background-color 0.2s ease;
    
    -moz-box-shadow: 1px 1px 2px #a3a3a3;
    -webkit-box-shadow: 1px 1px 2px #a3a3a3;
    box-shadow: 1px 1px 2px #a3a3a3;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 157.5, color = '#a3a3a3');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 157.5, Color = '#a3a3a3')";
}

.choosePic:hover, .choosePic:focus, .choosePic:active
{
     background-color:#e1e1e1
    }
    
.portalPasswordWrap { margin-top:10px;}
.updatePassword { margin: 2px 0 0 10px}
.portalWrap { margin-top:5px;}

.checkboxWrapper {
    margin-bottom: 10px;
}

.checkboxWrapper .inputLabel input {
    margin-right: 22px;
}

.checkboxWrapper .inputLabel label {
    margin-right: 2px;
}

.inputWrapper .bankInput, .inputWrapper .snifInput { width:25%; margin-left:8px; margin-bottom:10px;}
.inputWrapper .bankLabel { width:25%; float:right; margin-left:8px; }
.inputWrapper .accountNumberInput { width:35%; margin-bottom:5px;}

.adminWrapper { background-color:#303030; padding:30px 0;}

.adminWrapper .btn_mentor {
box-shadow: none;}


/* ==========================================================================
   Lesson Page
   ========================================================================== */

.pageHeaderContainer {
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    width: 100%;
    min-width: 1030px;
    z-index:100;
}

.lessonHeaderContainer {
    background-color: #0C6169;
}

.myLessonsHeader {
}

.separator {
    height: 10px;
}

.teachersHeaderContainer {
    background-color: #f49830;
}

.pageHeaderTable {
    border: medium none;
    height: 65px;
    width: 100%;
}

.pageHeaderTable td {
    border-left: 1px solid #f7b76f;
    border-right: 1px solid #f7b76f;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}

.lessonHeaderTable td {
    border-left: 1px solid #559196;
    border-right: 1px solid #559196;
}


.pageHeaderTable td .icon { display:inline-block; background-position: right center; background-repeat:no-repeat; vertical-align:middle;}

.pageHeaderTable td.lessonHeaderItem .icon { background-image:url("../images/lessons/bible/icon_lesson_bible.png"); min-height:35px; line-height:35px; padding-right:40px}
.pageHeaderTable td.lessonDateItem .icon { background-image:url("../images/lessons/icon_lesson_calendar.png"); min-height:26px;/*line-height:26px;*/ padding-right:36px }
.pageHeaderTable td.lessonTeacherItem .icon, .pageHeaderTable td.lessonMyTeacherItem .icon, .pageHeaderTable td.teacherItem .icon { background-image:url("../images/lessons/icon_lesson_teacher.png"); min-height:21px;line-height:21px; padding-right:57px }
.pageHeaderTable td.lessonPriceItem .icon { background-image:url("../images/lessons/icon_lesson_price.png"); min-height:25px;line-height:25px; padding-right:42px }
.pageHeaderTable td.lessonPurchaseItem .icon { background-image:url("../images/lessons/icon_lesson_purchase.png"); min-height:31px;line-height:31px; padding-right:28px }

.pageHeaderTable td.lessonStatusItem .icon { background-image:url("../images/lessons/icon_lesson_status.png"); min-height:26px;line-height:26px; padding-right:36px }

.pageHeaderTable td.teacherPronunciationItem .icon { background-image:url("../images/lessons/bible/icon_teacher_pronunciation.png"); min-height:24px;line-height:24px; padding-right:46px }
.pageHeaderTable td.teacherCityItem .icon { background-image:url("../images/lessons/icon_city.png"); min-height:28px;line-height:28px; padding-right:31px; }
.pageHeaderTable td.teacherPlaceItem .icon { background-image:url("../images/lessons/icon_home.png"); min-height:22px;line-height:22px; padding-right:35px;}
.pageHeaderTable td.teacherLangaugeItem .icon { background-image:url("../images/lessons/icon_language.png"); min-height:25px;line-height:25px; padding-right:36px }

.stick {
	position:fixed;
	top:0px;
}

.lessonDateItem {
    width: 125px;
}

.lessonTeacherItem {
    width: 220px;
}

.lessonPriceItem {
    width: 178px;
}

.lessonPurchaseItem {
    width: 154px;
}

.lessonMyTeacherItem {
    width: 276px;
}

.lessonStatusItem {
    width: 277px;
}

.teacherPronunciationItem, .teacherCityItem, .teacherPlaceItem, .teacherLangaugeItem { width:165px}


.pageContentContainer {
    margin-bottom: 20px;     
}

.pageContent  { margin-top: 65px;}

.lessonSelects, .teacherSelects {
    margin-bottom: 25px;
    margin-top: 25px;
}

.lessonSelects select, .teacherSelects select, .lessonSelects input, .teacherSelects input {
    color: #000000;
    font-family: alef;
    height: 22px;
    margin-left: 6px;
    padding: 0 3px 0 0;
    width: 170px;
}

.lessonSelects input, .teacherSelects input { text-indent: 5px; width: 121px;}

.lessonSelects select.floatL, .teacherSelects select.floatL {
    margin-left: 0;
}

.lessonWrapper {
    position:relative;
     margin-bottom: 10px;
     z-index: 0;
    
    -moz-box-shadow: 1px 1px 4px #C9C9C9;
-webkit-box-shadow: 1px 1px 4px #C9C9C9;
box-shadow: 1px 1px 4px #C9C9C9;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 4, direction = 157.5, color = '#C9C9C9');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 157.5, Color = '#C9C9C9')";
}

.lessonWrapper > div { background-color:#fff}

.lessonTop {
    background-color: #FFFFFF;
    overflow: hidden;
    
    -webkit-transition:  all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition:   all 0.3s ease;
            
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.lessonWrapper.hover .lessonTop, .lessonTop.hover, .lessonTop:hover, .lessonTop:focus, .lessonTop:active 
{
    background-color: #2CBBC4;
    color: #FFFFFF;
}

.lessonTop.nohover { color:inherit ;background-color: #fff}

.lessonWrapper .lesson_faq { z-index: -1; position:absolute; background: url('../images/lessons/icon_lesson_faq.png') no-repeat; width:25px; height:33px; left:0px; top:30px;
                              -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
                             }

.lessonWrapper.hover .lesson_faq, .lessonWrapper .lesson_faq:hover  {
left:-25px;}

.ui-tooltip.lesson_faq_toolTip
 { max-width:250px;}

.lessonTable {
    border-right: medium none;
    width: 100%;
}

.lessonTable td {
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    vertical-align: middle;
}

.lessonStatusActionsTable td {
    border: none;
    vertical-align: middle;
}

.lessonTable td.lessonHeaderItem, .lessonTable td.teacherItem {
    border-right: 13px solid #2CBBC4;
    cursor:pointer;
}

.lessonPackage .mainLesson .lessonTable td.lessonHeaderItem {
    /*cursor:default;*/
}

.lessonTable td.lessonDateItem {
    cursor:pointer;
}

.lessonPackage .mainLesson .lessonTable td.lessonDateItem {
    /*cursor:default;*/
}

.lessonTable td.lessonTeacherItem, .lessonTable td.lessonMyTeacherItem {
    cursor:pointer;
}

.lessonPackage .mainLesson .lessonTable td.lessonTeacherItem, .lessonPackage .mainLesson .lessonTable td.lessonMyTeacherItem {
    /*cursor:default;*/
}

.lessonTable td.lessonPriceItem {
    cursor:pointer;
}

.lessonPackage .mainLesson .lessonTable td.lessonPriceItem {
    /*cursor:default;*/
}

.lessonTable td.lessonPurchaseItem, .lessonTable td.lessonStatusItem, .lessonTable td.teacherLangaugeItem, .lessonTable td:last-child {
    border-left: medium none;
}

.lessonHeaderItemPadding {
    font-size: 18px;
    padding: 4px 20px 9px 10px;
    line-height:18px;
}

.lessonHeaderText {
    font-family: alef_bold;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    
    display: inline;
    vertical-align: middle;
}


.lessonHeaderTextStatus {
    margin-top: -28px;
}

.content_language_change_lesson {
    background: url("../images/lessons/icon_change_lang_turkiz.png") no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    width: 23px;
}

    .content_language_change_lesson.leassonAbsolutelanguageIcon {  position: absolute;
    right: 95px;
    top: 6px;}

.lessonTop.hover .content_language_change_lesson, .lessonTop:hover .content_language_change_lesson, .lessonTop:focus .content_language_change_lesson, .lessonTop:active .content_language_change_lesson {
      background-image:url("../images/lessons/icon_change_lang_white.png");
}

.icon_information {
    background: url("../images/lessons/icon_lesson_info.png") no-repeat;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 21px;
}

    .icon_information.leassonAbsoluteIconInformation {  position: absolute;
    right: 133px;
    top: 5px;}

.lessonTop.hover .icon_information, .lessonTop:hover .icon_information, .lessonTop:focus .icon_information, .lessonTop:active .icon_information    
{  background-image:url("../images/lessons/icon_lesson_info_h.png");}

.lessonHeaderToolTip { direction:ltr; display:block; padding: 8px 15px;}
.lessonHeaderTextToolTip { display:block; font-family:Alef_bold; font-size:20px;}
.lessonTextToolTip {font-family:alef; font-size:18px;  display:block;}

.lessonDateItemPadding {
    font-family: arial;
    text-align: center;    
    padding: 9px 12px;
}

.lessonStatusItemPadding {
    font-family: arial;
    text-align: center;    
    padding: 9px 15px 9px 45px;
}

.lessonStatusActions {
    width:100%;
}

.lessonStatusActions table {
    margin: 0 auto;
}

.lessonTeacherItemPadding {
    font-family: arial;
}

.teacherTable { width:100%}
.teacherTable td { border:none}

.teacherText {
    padding-right: 12px; padding-left:4px;
}

.lessonTeacherItemPadding > * {
    vertical-align: middle;
}

.teacherImage {
    overflow: hidden;
    width: 88px;
}

.teacherImage img {
    max-width: 100%;
}

.lessonTop .teacherSourceLink {
    background: url("../images/lessons/link.png") no-repeat;
    width: 24px;
    height: 19px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    border-width: 0px;
}

.lessonTop:hover .teacherSourceLink {
    background: url("../images/lessons/link_h.png") no-repeat;
} 

.lessonTop .teacherHtmlFile {
    background: url("../images/lessons/eye.png") no-repeat;
    width: 24px;
    height: 19px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0px;
    border-width: 0px;
}

.lessonTop:hover .teacherHtmlFile {
    background: url("../images/lessons/eye_h.png") no-repeat;
} 

.teacherSound { 
    background:url("../images/lessons/icon_lesson_sound.png") no-repeat; 
    width:24px; 
    height:19px; 
    display:inline-block; 
    margin-left:12px;
    margin-top:0px;

} 
.lessonMyTeacherItem .teacherSound {margin-left:30px;}

.lessonTop.hover .teacherSound, .lessonTop:hover .teacherSound, .lessonTop:focus .teacherSound, .lessonTop:active .teacherSound    
{ background-image:url("../images/lessons/icon_lesson_sound_h.png");}

.lessonPriceItemPadding {
    font-family: arial;
    padding: 9px 12px;
}

.lessonPurchaseItemPadding {
    color: #2CBBC4;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 12px;
}

.lessonPurchaseItemPadding a {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}
.lessonPurchaseItemPadding a:last-child {
    margin-bottom: 0px;
}

.lessonPurchaseItemPadding a:hover, .lessonPurchaseItemPadding a:focus, .lessonPurchaseItemPadding a:active {
    text-decoration: underline;
}

.orderDemo, .addToBasket, .addToBasketSupport { background:url("../images/lessons/icon_lesson_demo.png") no-repeat right top; padding-right:26px; min-height:20px;} 
.addToBasket { background-image:url("../images/lessons/icon_lesson_add.png")}
.addToBasketSupport { background-image:url("../images/lessons/icon_lesson_add_support.png")}
.lessonTop.hover .lessonPurchaseItemPadding a, .lessonTop:hover .lessonPurchaseItemPadding a, .lessonPurchaseItemPadding a:focus .orderDemo, .lessonTop:active .lessonPurchaseItemPadding a    { color:#fff;}
.lessonTop.hover .orderDemo, .lessonTop:hover .orderDemo, .lessonTop:focus .orderDemo, .lessonTop:active .orderDemo    
{ background-image:url("../images/lessons/icon_lesson_demo_h.png");}
.lessonTop.hover .addToBasket, .lessonTop:hover .addToBasket, .lessonTop:focus .addToBasket, .lessonTop:active .addToBasket    
{ background-image:url("../images/lessons/icon_lesson_add_h.png");}
.lessonTop.hover .addToBasketSupport, .lessonTop:hover .addToBasketSupport, .lessonTop:focus .addToBasketSupport, .lessonTop:active .addToBasketSupport    
{ background-image:url("../images/lessons/icon_lesson_add_support_h.png");}

.lessonContent, .teacherDetails, .sendTeacherMessage, .lessonAdmin { display:none;}
.bundleAdmin{ /*display: block;*/}

.lessonContent { position:relative;}
.lessonContentTable { width:100%;}

.lessonContentHeader      
{
    border-bottom: 1px solid #E9F1F1;
    color: #0C6169;
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
    position:relative;
    border-right: 13px solid #2CBBC4;
}

.lessonContentHeaderName { font-size:22px;}	

.closeLesson { position:absolute; right:0; top:0; width:85px; height:47px; background:url('../images/lessons/icon_lesson_x.png') no-repeat center center}

.lessonContentInfo {
    font-family: arial;
}

.lessonContentInfo td {
    border-bottom: 1px solid #E9F1F1;
    padding: 15px 35px 10px 15px;
    vertical-align: top;
    width: 33.333%;
}

.lessonContentInfo td:first-child , .lessonContentInfo .lessonContentInfoBorder
{
    border-right: 13px solid #2CBBC4;
    
    }

tr.lessonContentInfo > td > div {
    padding-bottom: 17px;
    padding-right:50px;
     background-color:transparent;
     background-position:right top;
     background-repeat:no-repeat;
}

.bibleIcon { background-image:url("../images/lessons/bible/icon_lesson_bible_s.png")}
.calendarIcon { background-image:url("../images/lessons/icon_lesson_calendar_s.png")}
.teacherIcon { background-image:url("../images/lessons/icon_lesson_teacher_s.png")}
.locationIcon { background-image:url("../images/lessons/icon_lesson_location.png"); background-position: 95% top !important;}
.settingIcon { background-image:url("../images/lessons/icon_lesson_settings.png")}


.lessonContentInfoMiddle {border: 1px solid #E9F1F1;}

tr.lessonContentInfo > td.lessonContentInfoMiddle > div {
    padding-right: 60px;
}

tr.lessonContentInfo > td > div.lessonContentInfoBtns {
    margin-top: 10px;
    padding-right: 0;
    display: none;
}

.showTeacher {
    margin-left: 17px;
}

.teacherDetails, .sendTeacherMessage, .lessonAdmin 
{
    -moz-border-radius: 0 0 3px 5px;
    -webkit-border-radius: 0 0 3px 5px;
    -khtml-border-radius: 0 0 3px 5px;
    border-radius: 0 0 3px 5px;
    border-right: 13px solid #2CBBC4;
}

.teacherDetails, .sendTeacherMessage {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius:0;
    border-radius: 0}

.teacherDetailsTable {
    width: 100%;
}

.teacherDetailsTable td {
    font-family: arial;
    padding: 15px 35px 25px 15px;
}

td.teacherDetailsBtn {
    padding-left: 78px;
    padding-right: 0;
    text-align: left;
    width: 150px;
}

.sendTeacherMessage {
    padding: 20px 0;
    text-align: center;
}

.sendTeacherMessage textarea {
    font-family: arial;
    height: 65px;
    padding: 5px 10px 0 1px;
    vertical-align: bottom;
    width: 560px;
}

.sendTeacherMessage .btn_mentor {
    margin-right: 11px;
    vertical-align: baseline;
}

.lessonAdmin { background-color:#9b9793 !important; color:#fff;}
.lessonAdminHeader { font-size:18px; border-bottom:1px solid #c3c1be; padding: 8px 0;  text-align:center; }
.lessonAdminTable, .lessonAdminInnerTable { width:100%;}
.lessonAdminMainTr > td {
    padding-bottom: 15px;
    padding-right: 10px;
    padding-top: 10px;
    vertical-align: top;
}

.lessonAdminMainTr > td.lessonAdmin1 {
    padding-right: 35px;
    width: 180px;
}

.lessonAdminMainTr > td.lessonAdmin2 {
    width: 277px;
}

.lessonAdminMainTr > td.lessonAdmin3 {
    width: 130px;
}

.lessonAdminMainTr > td.adminBtns {
    vertical-align: middle;
}

.lessonAdminInnerTable td {
    vertical-align: top;
}

.lessonAdminInnerTable td.adminLabel {
    color: #010101;
    font-weight: bold;
    padding-left: 15px;
    width: 0;
}

.lessonAdminMainTr > td.adminBtns > a {
    margin-left: 15px;
}

.lessonPackage 
{
       -moz-box-shadow: 1px 1px 4px #C9C9C9;
-webkit-box-shadow: 1px 1px 4px #C9C9C9;
box-shadow: 1px 1px 4px #C9C9C9;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 4, direction = 157.5, color = '#C9C9C9');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 157.5, Color = '#C9C9C9')";
    margin-bottom: 10px;    
}    

.lessonPackage .lessonWrapper {
     -moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
filter: none;
-ms-filter: none;

    margin-bottom: 0;
}

.lessonPackage .lessonWrapper.mainLesson .lessonTop {    
      -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.lessonPackageIcon {
    background-color: #F49830 !important;
    
     -moz-border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -khtml-border-radius: 25px 0 0 25px;
    border-radius:25px 0 0 25px;
    
     -moz-box-shadow: -1px 1px 1px #C9C9C9;
-webkit-box-shadow: -1px 1px 1px #C9C9C9;
box-shadow: -1px 1px 1px #C9C9C9;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 157.5, color = '#C9C9C9');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 157.5, Color = '#C9C9C9')";

    color: #FFFFFF;
    font-family: alef_bold;
    font-size: 18px;
    line-height: 22px;
    padding: 1px 2px 2px 10px;
    position: absolute;
    right: 14px;
    cursor:pointer;
}

.lessonPackage .lessonWrapper.seconderyLesson {
    display: none;
}

.lessonPackage .seconderyLesson .lessonHeaderItemPadding .lessonPackageIcon {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    padding-right: 7px;
    right: 1px;
    top: 30%;
}

.lessonPackage .lessonTop.hover .lessonPackageIcon, .lessonPackage .lessonTop:hover .lessonPackageIcon, .lessonPackage .lessonTop:focus .lessonPackageIcon, .lessonPackage .lessonTop:active .lessonPackageIcon {
    background-color: #FFFFFF !important;
    color: #F49830;
}

.lessonPackage .lessonTop {
    background-color: #fff1dd;
}

.lessonPackage .lessonTop.hover, .lessonPackage .lessonTop:hover, .lessonPackage .lessonTop:focus, .lessonPackage .lessonTop:active {
    background-color: #F49830 !important;
}

/*.lessonPackage .mainLesson .lessonTop.open {
    background-color:#fff !important;
}*/

.lessonPackage .lessonWrapper.mainLesson .lessonTop {
          -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.lessonPackage .lessonWrapper.seconderyLesson .lessonTop {
    background-color: #E1F4F5;
          -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #AED4DB;
}

.lessonPackage .lessonWrapper.seconderyLesson:last-child .lessonTop {    
          -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.lessonPackage .lessonWrapper.seconderyLesson .lessonTop.hover, .lessonPackage .lessonWrapper.seconderyLesson .lessonTop:hover, .lessonPackage .lessonWrapper.seconderyLesson .lessonTop:focus, .lessonPackage .lessonWrapper.seconderyLesson .lessonTop:active {
    background-color: #2cbbc4 !important;
}

.lessonPackage .lessonTable td.lessonHeaderItem {
    border-right: 13px solid #F49830;
}

.lessonPackage .mainLesson .lessonHeaderItemPadding {
        padding-bottom: 4px;
    padding-top: 25px;
}

.lessonPackage .mainLesson .lessonHeaderText {
    display: inline-block;
    line-height: 18px;
}

.lessonPackage .seconderyLesson .lessonHeaderItemPadding {
    padding-right: 40px;
    position: relative;
        line-height: 18px;
    padding-bottom: 5px;
}

.lessonPackage .seconderyLesson .lessonTable td { border-left: 1px solid #D2EAED;}

.lessonPackage .seconderyLesson .teacherTable td {
    border: medium none;
}

.lessonPackage .seconderyLesson .lessonTable td.lessonPurchaseItem, .lessonPackage .seconderyLesson .lessonTable td.lessonStatusItem {
    border-left: medium none;
}

.lessonPackage .lessonContentHeader { border-right-color:#F49830}
.lessonPackage .lessonContentInfo td:first-child, .lessonPackage .lessonContentInfo .lessonContentInfoBorder { border-right-color:#F49830}

.lessonPackage .teacherDetails, .lessonPackage .sendTeacherMessage, .lessonPackage .lessonAdmin 
{
     border-right-color: #F49830;}

.lesson_navigation_wrapper * {
    vertical-align: middle;
}

.lesson_navigation_wrapper { margin: 72px 0; text-align:center;}
.icon_left_arrow { background: url('../images/icon_left_arrow.png') no-repeat center center; width:20px; height:20px; display:inline-block; }
.icon_left_2arrows { background: url('../images/icon_left_arrow.png') space center center; width:15px; height:20px; display:inline-block; }
.icon_right_arrow { background: url('../images/icon_right_arrow.png') no-repeat center center; width:20px; height:20px;  display:inline-block;}
.icon_right_2arrows { background: url('../images/icon_right_arrow.png') space center center; width:15px; height:20px;  display:inline-block;}

.lesson_navigation {display: inline-block; margin: 0 5px;}
.lesson_navigation a      
{
    background-color: #9EA3A4;
    
          -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    margin: 0 2px;
    padding: 2px 7px;
    text-decoration: none;
    
      -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
    
    
.lesson_navigation a:hover, .lesson_navigation a:focus, .lesson_navigation a:active {
    background-color: #B2B5B5;
}
    
.lesson_navigation a.selected { background-color:#2cbbc4;}

.multipleSelectBtns { width:48%; margin-bottom:16px;}
.icon_calendar_dialog {
    background: url("../images/icon_calendar_dialog.png") no-repeat;
    display: inline-block;
    height: 15px;
    margin-left: 12px;
    width: 15px;
}

.icon_remove_item {
    background: url("../images/icon_remove_item.png") no-repeat;
    display: inline-block;
    height: 15px;
    margin-left: 12px;
    margin-top: 5px;
    width: 15px;
}

.dialogPackageLesson {color: #5F5F5F;}
.icon_question_blue {background: url("../images/icon_question_blue.png") no-repeat;
    display: inline-block;
    height: 25px;
    margin-top: 5px;
    width: 27px;
    
}

.ui-dialog .ui-dialog-content .icon_question_blue {vertical-align: sub;}

.dialogPackageLesson .dialogPackageLessonTable { width:100%;}
.dialogPackageLessonTable td { border-bottom:1px solid #7d7d7d; padding:10px 0;}
.dialogPackageLesson .details{ padding-left: 10px;}
.dialogPackageLesson .priceStatus{ width:85px; padding-right: 10px; padding-left:10px; text-align:center; vertical-align:top}
.dialogPackageLesson .delete{ width:30px; vertical-align:bottom;}
.dialogPackageLesson .delete a{ color:#cf0a2c}

.leftText {
    padding-left: 71px;
    text-align: left;
}

/* ==========================================================================
   Lesson Page End
   ========================================================================== */
   
   /* ==========================================================================
   Teachers Page
   ========================================================================== */
   
   .teachersItemPadding 
   {
    font-family: arial;
    padding: 9px 20px 9px 12px;
    line-height: 17px;
   }
   
   .teacherPlaceItemPadding span {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    min-height: 20px;
    padding-right: 26px;
    }
    
    .teacherPlaceItemPadding span:last-child {
    margin-bottom:0px;
    }
    
.teachers_home{ background: url("../images/lessons/icon_teachers_home.png") no-repeat scroll right top;  }

.student_home{ background: url("../images/lessons/icon_student_home.png") no-repeat scroll right top;   }

.teachers_plus { background: url("../images/lessons/icon_teachers_plus.png") no-repeat scroll right 3px;    }

.lessonTop.hover .teachers_home, .lessonTop:hover .teachers_home, .lessonTop:focus .teachers_home, .lessonTop:active .teachers_home    
{ background-image:url("../images/lessons/icon_teachers_home_h.png");}
.lessonTop.hover .student_home, .lessonTop:hover .student_home, .lessonTop:focus .student_home, .lessonTop:active .student_home    
{ background-image:url("../images/lessons/icon_student_home_h.png");}
.lessonTop.hover .teachers_plus, .lessonTop:hover .teachers_plus, .lessonTop:focus .teachers_plus, .lessonTop:active .teachers_plus    
{ background-image:url("../images/lessons/icon_teachers_plus_h.png");}

.teacher_lessons_wrapper { display:none;}
.teacher_lessons {
    margin: 25px auto;
    
    -moz-box-shadow: 1px 1px 4px #C9C9C9;
    -webkit-box-shadow: 1px 1px 4px #C9C9C9;
    box-shadow: 1px 1px 4px #C9C9C9;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 4, direction = 157.5, color = '#C9C9C9');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 157.5, Color = '#C9C9C9')";
    
    background-color: #FFFFFF;
    overflow: hidden;
            
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.teacher_lessons_table {
    width: 100%;
}

.teacher_lessons_table td {
    padding: 25px 40px 25px 20px;
    vertical-align: top;
}

.teacher_lessons_cell {    border-left: 1px solid #E0DFDF;}

.teacher_lessons_image {
    float: right;
    margin-left: 25px;
    margin-top: 15px;
    width: 110px;
}

.teacher_lessons_image > img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

.teacher_lessons_text {
    float: right;
    width: 300px;
}

.teacher_lessons_name {
    font-family: alef_bold;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 10px;
}

.teachersSetting_cell { width: 220px;}

 .teachersSetting > span {
    display: block;
    margin-bottom: 20px;
    min-height: 26px;
    padding-right: 45px;
    text-decoration: none;
    }
    
    .teachersSetting span:last-child {
    margin-bottom:0px;
    }
    
.teacher_price{ background: url("../images/lessons/icon_teacher_price.png") no-repeat scroll right top;  }

.teacher_pronunciation_b{ background: url("../images/lessons/bible/icon_teacher_pronunciation_b.png") no-repeat scroll right top;   }

.teacher_city { background: url("../images/lessons/icon_teacher_city.png") no-repeat scroll right top;    }

.teacher_support{ background: url("../images/lessons/icon_teacher_support.png") no-repeat scroll right top;   }

.teacher_language{ background: url("../images/lessons/icon_teacher_language.png") no-repeat scroll right top;   }

.teacherConnect_cell {  width: 140px;}
   
/* ==========================================================================
    Teachers Page End
========================================================================== */
   
/* ==========================================================================
    ShoppingCart Page
========================================================================== */

.ShoppingCartContainer { width:900px;}
#couponSelectContainer { margin-top:20px;}
.couponSelect {    
    color: red !important;
    clear: none !important;   
    float: right !important;
    text-align: center;
    width: 92% !important;}
.couponSelect option {
    color: black;
}
.inlineLabel { margin-top:5px;}

.ShoppingCartTableContainer { margin: 15px 0}
.inlineLabelPadding { display:inline-block; margin-left:21px}
.CartHeaderItemPadding { padding:15px 25px;}

.CartHeaderItem { border-right:none!important; position:relative;}
.CartHeaderItemFloat {  position:absolute; top:5px ; left:10px; }
.CartCouponDateItem { width:70px; border-left:none!important; }
.CartPriceItem { width:120px; border-right:none!important;}
.CartRemoveItem {width:130px;}
.CartCouponItemPadding { text-align:center;}
.CartPriceItemPadding { text-align:center;}
.CartRemoveItemPadding{ text-align:center;}

.ShoppingCartSummaryContainer { margin-top:20px;}
.ShoppingCartSummary { float:left;}
.ShoppingCartFor  { 
    float:right;
}
.ShoppingCartForHidden {
    visibility: hidden;
}
#ShoppingCartForInput {  width:210px;}
.SummaryLabel { min-width:140px; display:inline-block}
.ShoppingCartSummary .SummaryLabel { text-align:left; padding-left: 5px; }
.payBtn { margin-top:35px;}
.btnText { margin: 5px 30px}
#goToLessonsBtn { margin-left:20px; }


/* ==========================================================================
    ShoppingCart Page End
========================================================================== */

/* ==========================================================================
    myAccount Page
========================================================================== */

.myAccountContainer { width:980px; margin-top:20px; }
.MyAccountTableContainer { margin: 5px 0 15px; text-align:center; clear:both;}
.MyAccountTableSummary {  font-family: arial;
    margin: 5px 0;
    text-align: left; }

.summaryLabel { margin-right:18px; }

.myAccountDates {font-size: 16px; margin: 15px 0px;}

.noStyleInput {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;text-align: center;
    vertical-align:top;
}

.myAccountHeaderUserNameContainer {display: inline-block; margin-right: 20px; font-size: 16px;   margin-top: 5px;
    vertical-align: top;}

    .myAccountHeaderUserNameContainer input { width:220px;    padding-left: 5px;    padding-right: 5px; }
    
    .myAccountName {  display: inline-block;
    width: 200px;}

.myAccountHeaderRight {  width: 765px;}
.myAccountHeaderLeft {  width: 210px; text-align: left;}
.PreviousSum {vertical-align: bottom; margin-right: 10px; white-space:nowrap }
    .PreviousSum span { vertical-align: bottom; }

.myAccountDates input {
    font-family: arial;
    margin: 0 10px;
    width: 115px;
}

.currencyCheckBoxWrapper > *{ vertical-align: middle; }
.currencyCheckBoxWrapper .btn_mentor { margin-right: 20px; }

.eventCodeInputWrapper { margin-right: 10px; direction: ltr }

.myAccountDates > a { margin-right: 15px;}

.myAccountFillters {
    border-top: 1px solid #018790;
    clear: both;
    margin-top: 0;
    padding-top: 10px;
}


.myAccountFilltersColumn {
    float: right;
    width: 460px;
}

.myAccountFilltersColumnFirst { margin-left: 59px; }

.myAccountFillter > label {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
}

.myAccountFillter > input {
    margin: 0 3px;
    vertical-align: middle;
}

.myAccountFillter select {
    width: 118px;
}

.inlineBlock { display:inline-block;}
.block{ display: block;}
.arrowBtn { background: url("../images/icon_arrow_down.png") no-repeat scroll 10px 12px #f49830;
    padding-left: 34px;
    padding-right: 13px;}
    
    .arrowBtn.upArrow { background-image: url("../images/icon_arrow_up.png") }
    
.lessonTableHeader td {
    background-color: #0c6169;
    border-color: #559196;
    color: #fff;
    font-size: 16px;
     padding: 4px 0;
}

.MyAccountTableContainer .lessonTable td {
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #f0f0f0;
}

.MyAccountTableContainer .lessonTable tr.lessonTableHeader td {
    padding-left: 0px;
    padding-right: 0px;
    border-top:none;
    border-bottom:none;
    border-color: #559196;
    
}

.MyAccountTableContainer .lessonTable { border-left:0; }

.MyAccountTypeItem {border-right: medium none !important;  width: 63px;}
.MyAccountTypeItemPadding {height: 20px; padding: 3px 0;}
.MyAccountUserItem {
    width: 95px;
}
.MyAccountDateItem {
    width: 75px;
}
.MyAccountActionItem {
    /*width: 165px;*/
    text-align:right;
}

.lessonTableHeader .MyAccountActionItem {
    text-align: center;
}

.MyAccountItem {
    width: 200px;
    text-align:right;
}

.lessonTableHeader .MyAccountItem {
    text-align: center;
}

.MyAccountStatusItem {
    width: 60px;
}
.MyAccountSumItem {
    width: 65px;
    text-align:right;  
}

.lessonTableHeader .MyAccountSumItem {
    text-align: center;
}

.MyAccountSumLeftItem {
    width: 65px;
    text-align:right;    
}

.lessonTableHeader .MyAccountSumLeftItem {
    text-align: center;
}

.MyAccountNoteItem {
    width: 50px;
    border-left:none!important;
}

.closeToolTip { display:none }

.draggableTooltip .closeToolTip { 
    background: url('../images/icon_tooltip_close.png') no-repeat; 
    /*background-size:contain;*/ 
    display: block;
    height: 26px;
    left: -12px;
    position: absolute;
    top: -12px;
    width: 26px;
    cursor:pointer;
}
.MyAccountSumLeftItemPadding,.MyAccountSumItemPadding { white-space: nowrap;}

/* ==========================================================================
    myAccount Page End
========================================================================== */


/* ==========================================================================
   Plugins
   ========================================================================== */
   
   
/* Dialog */

.ui-widget {
    font-family: Alef,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-dialog .ui-dialog-content {padding: 25px 40px;}

.ui-dialog {
	padding: 0;	
	min-width:425px;
	border: none;
	background: #ede9dd url("images/ui-bg_inset-hard_100_ede9dd_1x100.png") 50% bottom repeat-x;
	color: #585a5b;
	font-size:1em;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 12px 1em;
    min-height:20px;
    text-align:center;
    border:none;
     border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      
        -moz-box-shadow:  0 1px 3px #A3A3A3;
-webkit-box-shadow:  0 1px 3px #A3A3A3;
box-shadow:  0 1px 3px #A3A3A3;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 157.5, color = '#a3a3a3');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 157.5, Color = '#a3a3a3')";
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title { font-size:22px; font-family:alef_bold; color:#303030;    margin-left: 20px;}

.ui-dialog .ui-dialog-titlebar-close {
    background: none;
    border:none;
    height: 20px;
    margin: -10px 15px 0 0;
    padding: 1px;
    right: 0.3em;
    top: 50%;
    width: 20px;
}

.ui-widget-header { font-weight:normal;}

.ui-icon-closethick 
{
    background: url("../images/icon_close_x.png") no-repeat center center transparent!important;
    width:20px!important;
    height:20px!important;
}

.ui-state-default .ui-icon {}


.dialog_white .dialog_btn_wrapper .btn_mentor { font-size:14px;}
.dialog_btn_wrapper { margin:20px 0 0; }
.center-children { text-align: center; }


/* tooltip */
   .ui-tooltip, .arrowToolTip:after {
background: black;
border: none;
max-width:350px;
}
.ui-tooltip {
color: #fff;

        -moz-box-shadow:  0 0 2px black;
-webkit-box-shadow:  0 0 2px black;
box-shadow:  0 0 2px black;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 157.5, color = '#000');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 157.5, Color = '#000')";

 font-size: 13px;
    padding: 4px 11px 6px;
    font-family:arial;
}
.arrowToolTip {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}
.arrowToolTip.top {
top: -16px;
bottom: auto;
}
.arrowToolTip.left {
left: 20%;
}
.arrowToolTip:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 15px;
height: 25px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
tranform: rotate(45deg);
}
.arrowToolTip.top:after {
bottom: -20px;
top: auto;
}
/* white tool tip */
.whiteTooltip, .Truncated { cursor: pointer; }
.whiteTooltip.ui-tooltip, .whiteTooltip .arrowToolTip:after {
    background-color: #FFFFFF;
    border: 1px solid #31D6F7;
    -moz-box-shadow:  1px 2px 2px #c9c9c9;
-webkit-box-shadow:  1px 2px 2px #c9c9c9;
box-shadow:  1px 2px 2px #c9c9c9;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 157.5, color = '#C9C9C9');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 157.5, Color = '#C9C9C9')";
    
     color: #525151;
}

.whiteTooltipClickable { cursor: pointer; }
.whiteTooltipClickable.ui-tooltip, .whiteTooltipClickable .arrowToolTip:after {
    background-color: #FFFFFF;
    border: 1px solid #A6E4F1;
    -moz-box-shadow:  0 0 2px #C9C9C9;
-webkit-box-shadow:  0 0 2px #C9C9C9;
box-shadow:  0 0 2px #C9C9C9;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 157.5, color = '#C9C9C9');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 157.5, Color = '#C9C9C9')";
    
     color: #525151;
}

.draggableTooltip .ui-tooltip-content { cursor:text; }
.ui-tooltip.draggableTooltip { cursor:-webkit-grab; cursor: -moz-grab; padding: 13px 17px 10px; }

.whiteTooltip .lessonPurchaseItemPadding {
    color: #525151;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 6px;
}
.whiteTooltip .lessonPurchaseItemPadding > div {
    background-position: right 2px;
    margin-bottom: 15px;
    padding-right: 36px;
}

.whiteTooltip .lessonPurchaseItemPadding > div:last-child {
    margin-bottom: 0;
}

.ui-datepicker th { font-weight:normal;}
.ui-datepicker { font-family:Arial;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {font-weight:normal;}

.hiddenToolTip { display:none;}
   

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* For image replacement */
.ir
{
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: right;
    direction: rtl;
}

    .ir br
    {
        display: none;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visible {
    display: block !important;
    visibility: visible;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden; 
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* more added */

.leftLink {
    margin-bottom: 10px;
    text-align: left;
}

.lineHeight14 {
    line-height: 14px;
}

.arial {
    font-family: arial;
}

.bold {
    font-weight: bold;
}

.strikthrough {
    text-decoration: line-through;
}

.orange {color:#f49830;}

.grey_text {
    color: #A4A2A2;
}

.greyDark_text {
    color: #817F7E;
}

.greyLight {
    color: #9a9999;
}

.grey_text_dialog {
    color: #585a5b;
}

.turkiz {
    color: #0998B6;
}

.turkizDark {
    color: #018790;
}

.bordo {
    color: #CF0A2C;
}

.azure { color:#029fe0;}

.white {
    color: #fff;
}

.floatR {
    float: right;
}

.floatL {
    float: left;
}

.noUnderLine {
    text-decoration: none;
}

.noUnderLine:hover, .noUnderLine:focus, .noUnderLine:active {
    text-decoration: underline;
}

.middleLine {
    text-decoration: line-through;
}

.font12 { font-size:12px!important;}
.font14 { font-size:14px!important;}
.font16 { font-size:16px!important;}
.font18 { font-size:18px!important;}

.biggerLineHeight {line-height: 145%; }

.alef {font-family: alef;}
.alefBold {font-family: alef_bold;}
.hide{ display:none;}
.center { text-align:center;}
.right { text-align:right;}
.left { text-align:left;}
.dirLeft { direction:ltr; text-align:left;}
.paragraphMargin { margin: 25px 0;}
.margin0 { margin-top:0px; margin-bottom:0px;}
.margin5 { margin-top:5px; margin-bottom:5px;}
.margin5b { margin-bottom:5px;}
.margin10 { margin-top:10px; margin-bottom:10px;}
.margin10b { margin-bottom:10px;}
.marginLeftBtn { margin-left:20px;}


.clearRight { clear:right }
.clearLeft { clear:left }
.clearNone { clear:none!important }


.paymentBtn {
      background-image: url('/Content/Images/btn_xpressCheckout.he-IL.gif');
      width: 145px;
      height: 39px;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.paypal-logo-hoz {
    width: 120px;
}

.copy-html-data-button {
    background-image: url('../images/lessons/copy.png');
    background-repeat: no-repeat;
    height: 35px !important;
    width: 32px !important;
    border-width: 0px !important;
    background-color: white !important;
}

.html-file-button {
    background-color: white;
    color: #2cbac4 !important;
    display: inline-block;
    font-family: alef_bold;
    font-size: 20px !important;
    padding: 3px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.html-file-button-clicked {
    background-color: #2cbac4;
    color: white !important;
    display: inline-block;
    font-family: alef_bold;
    font-size: 20px !important;
    padding: 3px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.html-file-button-container {
    box-sizing: border-box !important;
}

.divHtmlFileButtons {
    text-align: left;
    height: 35px !important;
}