@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);

body,html {
    padding: 0;
    margin: 0;
    background-color: transparent; //#ededed
}

::selection { background:#00a4e4; color:#fff; }
::-moz-selection { background:#00a4e4; color:#fff; }
.mfp-close-btn-in .mfp-close { line-height: 25px !important; }

* {
    font-family: 'Open Sans Hebrew', sans-serif;
    box-sizing: border-box;
    direction: rtl;
    font-size: 14px;
    text-decoration: none;  
}

h3 { 
    font-size: 16px; 
    display: block;
    text-align: center;
}

hr {
  border: none;
  border-top: 1px dotted #aaa;
  margin-bottom: 15px;
}

span.clear-divs,
div.clear-divs { clear: both; }
div.loading { display: none; }
div.loading span { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; opacity: 0.75; z-index: 10000; }
div.loading div { position: fixed; top: 50%; left: 50%; margin-left: -100px; margin-top: -100px; z-index: 10001; }
div.loading div img { width: 200px; height: 200px; }

*:before, 
*:after { box-sizing: border-box; }

.body { padding: 10px; }
/*.body.body-loading { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; }*/


.tazman_content {
    width: 995px;
    max-width: 100%;
    margin: 0px auto;
    background-color: #f5f5f5;
    position: relative;
}

.tazman_content .title {
    position: fixed;
    z-index: 2;
    width:996px;
    left: 50%;
    top: 0;
    margin-left: -498px;
    background-color:#fafafa;
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    text-align:center;
    color: #555;
    /*border-bottom: 1px dotted #8a7967;*/
    border-top: 10px solid #ededed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 2px 5px #888888;
}

.tazman_content .title h1{
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.tazman_content .title img {
    left: 4px;
    margin-left: 0;
    position: absolute;
    top: 4px;
    width: 42px;
}

form span.error {
    color: #c0392b;
    display: block;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 7px;
    margin-top: -10px;
}
form input.error, form select.error {
    border-color: #c0392b !important;
}

a.button {
    display: block;
    background-color: #00a4e4;
    border-radius: 3px;
    color: #fff;
    padding: 2px 10px;
    line-height: 22px;
    height: 25px;
}

a.button.red { background-color:#ff0000; }

ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    /*border-bottom: 1px dotted #8a7967;
    margin-top: 50px;*/
    border-top: 5px solid #00a4e4;
    height: 40px;
}
ul.menu.go-back {
    border-top: none;
    border-bottom: 5px solid #00a4e4;
    margin-top: 56px;
}

ul.menu li {
    display: inline-block;
    margin: 0;
    line-height: 40px;
}
ul.menu li.float_left { float:left; }

ul.menu li a {
    display: block;
    color: #555;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-align:center;
    padding: 0 20px;
    /*width: 150px;*/
    font-size: 16px;
    transition: all 0.5s;
    font-weight: 600;
}

ul.menu li a:hover, ul.menu li.float_left a:hover {
    background-color: #00a4e4;
    color: #fff;
}

ul.menu li.float_left a {
    display: block;
    color: #555;
    line-height: 40px;
    text-align:center;
    padding: 0 10px 0 30px;
}
ul.menu li.float_left a#btn_hdr_login, ul.menu li.float_left a#btn_hdr_reg{
    padding: 0 30px 0 30px;
    background-color: #00a4e4;
    color: #fff;
    border-top: 1px #f5f5f5 solid;
    border-bottom: 1px #f5f5f5 solid;
}

.info {
    padding: 10px 10px;
    width: 100%;
    position: relative;
    padding-top: 0;
    margin-top: 50px;
}

.info div.about,
.info div.logo,
.info div.contacts {
    vertical-align: top;
    background-color: #fff;
    margin-top: 10px;
    background-size: 0;
    background-repeat: no-repeat;
}
.info div.about span > *, .info div.about span > * > * , .info div.about span > * > * > *{
    font-size: inherit;
}
.info div.contacts .only-email{ display: none}
.info div.logo, .info div.float_left, .info div.about { width: 32.5%; }
.info .about {
  position: absolute;
  left: 50%;
  margin-left: -16.3%;
  overflow-y: auto;
}


.info div.float_left { 
    margin-top: 0; 
    vertical-align: top;
/*    width: 300px;*/
}

.info div.contacts { float: left; width: 100%; }
.info div.logo { float: right; position: relative;  }
/*.info div.about { float: right; *width: 335px; margin-right: 10px;  } */

.info div.about > div, 
.info div.contacts > div,
#login, #registration, #password_reset { padding: 15px; }

.info div.contacts > div { border-top: 5px solid #00654c; }
.info div.about > div { border-top: 5px solid #fcad17; }
.info div.logo  > div { border-top: 5px solid #c0392b; background-position: center; background-image: url(/minisite.app/web/images/sample-logo.png);}
/*.info div.contacts > div { border-top: 5px solid #c0392b; }*/

.info div.logo, 
.info div.logo { min-height: 300px }
.info div.contacts { display: block; }

.info .logo div {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: inherit;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: contain;
}

.info .about p {
    font-size: 16px;
    margin: 9px 5px;
}
.info .about a {
    font-size: 16px;
    text-decoration: underline;
}
.info .contacts div { margin-bottom: 10px; }    
.info .contacts div:last-child { margin-bottom: 0; }

.info .contacts p {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: top;
    width: 85%;
}
.info .contacts p a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.info .contacts p a:hover { color: #fcad17; text-decoration: underline; }

.journal {
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
    border:3px solid #00a4e4;
    border-bottom-width: 0;
}
.journal tr th { /* border:3px solid #00a4e4;*/ background-color:#00a4e4; padding: 10px 1px 10px 3px; color: #fff; }
.journal tr td { background-color:#eee; text-align:center; vertical-align: middle;}
.journal tr td button { padding: 0; }
.journal tr td#time { width: 150px }
.journal tr.even td { background-color:#fff; }
.journal tr.removed td { color: #f00; text-decoration: line-through; }
.journal tr.outside td { color: #AAA; font-style: italic; }
.journal tr.split td { padding: 0; height: 0; border-bottom: 3px solid #00a4e4; }
.journal tr.waiting td { background-color: #f5ee2a; }
.journal tr.waiting td blockquote {display: none}
.journal tr.waiting .waiting-t { font-weight: bold; }
.journal tr td:last-child { width: 1px; border-left: 3px solid #00a4e4; }
.journal tr th:last-child { border-left: 3px solid #00a4e4; }
.journal button.control i.fa{color: white; padding: 0 2px;}
.journal button.control#cancel_disabled{filter: grayscale(100%);}
.journal .days{font-size: 85%}

.journal tr td.date {
    text-decoration: none;
    background-color: #00a4e4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: -1px -1px 0 #00405d, 1px -1px 0 #00405d, -1px 1px 0 #00405d, 1px 1px 0 #00405d;
    vertical-align: middle;
}
.journal td { padding: 10px; }
.journal td.date { font-size: 20px; font-weight: bold; color: #c0392b; }

h1.page_title { 
    display: block;
    text-align:center;
    font-size: 26px;
}

button.control {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    opacity: 0.5;
}
button.control:hover {
    opacity: 1;
}
.button.full {
    width: 100%;
}
.button[disabled],.control[disabled] {
    background-color: #AAA !important;
    cursor: not-allowed;
}
.button.red,.control.red { background-color: #c0392b; }
.button.green,.control.green { background-color: #009872; }
#abandon_lesson_overdue{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

button.button:hover { background: #777; }

.pages {
    margin-top: 10px;
    height: 35px;
    padding-left: 5px;
}

.main > .pages:first-child{
    margin-top: -45px;
    float: left;
}

.pages > span.current {
    background-color: #000;
}
.pages > span {
    background-color: #00a4e4;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 23px;
    text-align: center;
    width: 25px;
    float: left;
    margin-left: 5px;

}
.pages > b {
    margin-right: 5px;
}

.is_mobile { display: none; width: 1px; height: 1px; position: absolute; left: 0; top: 0}
.mobile_menu { 
  display: none; 
  width: 40px;
  height: 40px;
  background: #aaa;
  color: #fff;
  padding-right: 14px;
  position: fixed;
  top: 5px;
  right: 3px;
  padding: 10px;
  z-index: 100;
}
.float_right button { display: inline-block; vertical-align: top; }

tr.disabled td { color: #999; }

.about > div { overflow: hidden; }
.about > div > div {
    overflow-y: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
}


/* 2015 JUNE Adjusts */
div.footer-wrapper{ display: none !important;
    background:#fff url(images/bg-footer1.png) no-repeat scroll center 26px ;
    height: 157px;
    position:relative;
    margin-top: -6px;
    min-width: 995px;
}
div.footer{
    background: url(images/img-footer.png) no-repeat scroll right top;
    width:955px;
    padding-top: 38px;
    margin:0 auto;
    /*		direction: rtl;*/
}
div.footer-cover{
    background: url(images/footer-bg.png) repeat-x scroll left 21px;
    height: 157px;
    position:relative;
    margin-top: 15px;
    /*		direction: rtl;*/
}
div.footer div.footer-top{
    height: 42px;
    color:#ffffff;
}
div.footer div.footer-bottom{
    height: 102px;
    color:#5e5e5e;
}
div.footer div.footer-top div.float_right{
    float: right;
    margin-right: 10px;
    height: 42px;
    width: 600px;
}
div.footer div.footer-bottom div.float_right{
    float: right;
    margin-right: 10px;
    font-size:14px;
    padding-top:10px;
    line-height:20px;
    /*	width: 541px;*/
}
div.footer div.footer-bottom div.float_right a{
    color: #237293;
    text-decoration: none;
}
div.footer div.addthis_toolbox{
    margin: 7px 0 0 !important;
    width: 138px;
}
div.footer div.addthis_toolbox a{
    /*	width: 80px;
            overflow-x:hidden;*/
    text-align: right !important;
    direction: rtl !important;
}
div.footer div.footer-top div.float_left{
    float: left;
    /*	margin-left: 10px;*/
    height: 42px;
}
div.footer div.footer-bottom div.float_left{
    padding-top:25px;
    float: left;
    margin-left: 10px;
    font-size:12px;
}
div.footer div.footer-bottom div.float_left div.copyright{
    margin-top: 7px;
    margin-left: 50px;
    color: #959595;
    font-size: 12px;
}
div.footer div.footer-bottom div.float_left a{
    color:#5e5e5e;
    text-decoration: none;
}
div.footer div.footer-top div.float_right a.tazman-facebook{
    background: url(images/facebook-icon.png) no-repeat scroll;
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 100px;
    float: right;
}
div.footer div.footer-top div.float_right div.footer-menu{
    float: right;
    width: 455px;
    margin-top: -16px;
}
div.footer div.footer-top div.float_right div.footer-menu ul{
    list-style: none;

    /*    padding-right: 105px;*/
    height:55px;
}
div.footer div.footer-top div.float_right div.footer-menu ul li{
    float: right;
    border-right: 1px #5e5e5e solid;
    padding: 0 10px;
    line-height: 14px;
    margin-bottom: 7px;
    margin-top: 8px;
    display: inline-block;
    white-space: nowrap;
}
div.footer div.footer-top div.float_right div.footer-menu ul li.first{
    border-right: none;
}
div.footer div.footer-top div.float_right div.footer-menu ul li a{
    text-decoration: none;
    color: #585858;
    display:inline;
    letter-spacing: -0.01em;
}
div.footer div.footer-top div.float_left div.copyright{
    margin-right: 10px;
    margin-top: 7px;

}
div.footer img.contact-us{
    position:absolute;
    right:80px;
    top:0;
    width:104px;
    height:83px;
}
/*div.footer div.left{
        float: left;
        font-size: 12px;
        line-height: 31px;
        margin-left: 20px;
}*/
div.footer div.footer-bottom div.float_left a.valigar{
    background: url(images/valigar-logo.png) no-repeat scroll left top;
    padding-left: 25px;
    float: left;
    margin-right: 25px;
    height:28px;
    line-height:28px;
    display:block;
}
div.footer div.footer-bottom div.float_left a.wildpix{
    background: url(images/wildpix-logo.png) no-repeat scroll left 4px;
    padding-left: 33px;
    float: left;
    display:block;
    height:28px;
    line-height:28px;    
}

.footer-top .float_left .addthis_toolbox.addthis_default_style  {min-width:200px; margin:0 auto !important;}
div.footer div.addthis_toolbox a, div.footer div.addthis_toolbox a:link, div.footer div.addthis_toolbox a:visited {color:#000 !important;}
.mfp-iframe-holder .mfp-content {
    max-width: 1400px !important;
    height: 100%;
}
a.ticket-uses {font-size:0; color:transparent;}
.tazman_content .fa.ticket-uses{font-size: 17px;}
a.ticket-uses:before {content:"\f0c9"; display:inline-block; width:20px; padding:0 2px 0 0; font-size:17px; color:#00a4e4; vertical-align:-1px; line-height:15px; margin-left: 5px;}
a.ticket-uses.opened:before {content:'▼'; font-size:15px;}
.journal td {vertical-align:top;}
.journal td.has-accordion {min-width:250px;}
.journal .details {display:block; max-width:250px; margin:5px auto 0;}
.journal .details p {font-size:12px; text-align:right; border-top:1px dotted #8a7967; margin:0; padding:5px 0;}

body.iframe ul.menu {
    margin-top: 60px;
}

body.iframe .tazman_main {
    margin-top: 0;
}

body.iframe .tazman_content .title img{
    left: 4px;
    margin-left: 0;
}

#add_to_course textarea.client-notes{
    margin: 10px 0px 0px;
    height: 120px;
    min-width: 100%;
    max-width: 100%;
    border-radius: 4px;
}

.tazman-footer{
    background-color: #fff;
    text-align: center;
    padding:10px;
}

.tazman-footer a{
    color: #00a4e4;
}

.tazman-footer img{
    width: 100px; 
    margin: 0 6px;
    vertical-align: top;
}

.mob-only{
    display: none;
}
.error-mes{color: #c0392b; border: 2px #c0392b solid; padding: 5px; text-align: center; margin-bottom: 10px; }
