/* ============================================================================= */
/* EXTRACTED CSS CLASSES FROM rishayon.co.il */
/* Classes found in proschool.co.il PHP and JS files */
/* ============================================================================= */

/* BASIC COLORS & UTILITIES */
.redMust { 
    color: #CC0000; 
}

.greenOK { 
    color: #0C3; 
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.fs65 { 
    font-size: 0.65em;
}

.fs85 {
    font-size: 0.85em;
}

.marg0 {
    margin: 0;
}

.marg5 { 
    margin: 5px;
}

.marg7 {
    margin: 7px;
}

.margB20 { 
    margin-bottom: 20px; 
    min-height: 255px;
}

.margB20 h4 { 
    margin: 5px 0;
}

.mrgT10 { 
    margin-top: 10px;
}

.mrgT15 { 
    margin-top: 15px;
}

/* TEXT ALIGNMENT & DIRECTION */
.textRight { 
    text-align: right;
}

.bashCenter { 
    text-align: center;
}

.bashRight { 
    text-align: right;
}

.bashLeft { 
    direction: ltr; 
    display: inline;
}

.bashDirLeft { 
    direction: ltr; 
    display: inline;
}

.bashLTR { 
    direction: ltr;
}

/* LAYOUT & DISPLAY */
.bashHidden { 
    display: none;
}

.bashNone { 
    display: none;
}

.xbNone { 
    display: none;
}

.inB {
    display: inline-block;
}

.bashW100 { 
    width: 100%;
}

.FL { 
    float: left;
}

.FR { 
    float: right;
}

.vertiTop { 
    vertical-align: text-top;
}

/* GRID & COLUMN CLASSES */
[id^=refToStuTD] .col-md-3,
#newStu_formDiv .col-md-3,
#edit_formDiv .col-md-3, 
#newCar_formDiv .col-md-3, 
.col-like-3 { 
    border: 1px solid #efefef; 
    margin-bottom: 4px; 
    min-height: 4em;
}

.col-like-3 { 
    margin-top: 5px;
}

.col-md-10 h2 { 
    color: rgba(144, 41, 41, 1); 
    text-align: center; 
    font-size: 1.7em; 
    margin-bottom: 0.4em;
}

[class^="col-"] input:not(.btn):not([type="checkbox"]),
[class^="col-"] select { 
    max-width: 99%;
}

/* MESSAGE BOXES & POPUPS */
#noteMsg_bg { 
    position: fixed; 
    width: 100%; 
    height: 100%; 
    opacity: 0.5; 
    background: #333; 
    z-index: 10000; 
    left: 0; 
    top: 0;
}

#noteMsg_bg:hover { 
    cursor: pointer;
}

#noteMsg_msg { 
    position: fixed; 
    opacity: 1; 
    background: #fff; 
    height: 40%; 
    min-width: 40%; 
    z-index: 10001; 
    display: block; 
    top: 30%; 
    left: 30%; 
    padding: 20px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; 
    box-shadow: 1px 1px 4px #ccc;
}

#noteMsg_msg ul { 
    padding-right: 20px;
}

.noteMsg_close { 
    position: absolute; 
    left: 15px; 
    top: 15px; 
    display: inline-block; 
    font-size: 38px; 
    line-height: 40px; 
    height: 40px; 
    width: 40px; 
    background: #900; 
    color: #fff; 
    text-align: center; 
    border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.noteMsg_close:hover { 
    opacity: 0.7; 
    cursor: pointer;
}

.bookMsg_close {
    position: absolute;
    left: 15px;
    top: 15px;
    display: inline-block;
    font-size: 34px;
    background: rgba(153, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 0px 7px; 
    z-index: 2;
}

.bookMsg_close:hover {
    background: rgba(153, 0, 0, 1); 
    cursor: pointer;
}

#bookPop_msg {
    position: fixed;
    opacity: 1;
    background: #fff;
    height: 70%;
    width: 80%;
    z-index: 10001;
    display: block;
    top: 15%;
    left: 10%;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; 
    overflow-y: auto;
}

#noteMsg_msg.xb_openedArti {
    width: 70%;
    left: 15%; 
    height: 100%;
    top: 0%;
    overflow-y: auto;
    min-width: inherit;
}

.popAndGo {
    width: 400px;
    background-color: #fff;
    max-width: 99vw;
    padding: 20px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 100000;
    text-align: center;
    border: 2px solid #999;
    border-radius: 5px;
    font-weight: bold;
    word-break: break-word;
}

.popAndGo.OK,
.OK {
    background-color: rgb(214, 238, 213);
    color: rgb(11, 100, 11);
    border-color: rgb(11, 100, 11);
}

.popAndGo.ERROR,
.ERROR {
    background-color: rgb(252, 200, 198);
    color: rgba(255, 0, 0, 0.555);
    border-color: rgba(255, 0, 0, 0.555);
    border-radius: 4px;
}

button.ERROR:hover,
button.OK:hover {
    opacity: 0.8;
    cursor: pointer;
}

/* FORM CLASSES */
.proLoginForm {
    display: block;
    width: calc(100% - 10px);
    position: relative;
    
}

.row {
    display: block;
}

.xbBTN {
    border-radius: 0; 
    box-shadow: -1px -1px 6px rgba(111, 111, 111, 0.5);
    cursor: pointer;
}

.xbBTN:hover {
    box-shadow: inset -1px -1px 6px rgba(111, 111, 111, 0.5);
}

.xbBTN.register {
    /* used with xbBTN */
}

.xbBTN.jumbo {
    /* used with register */
}

.xbBTN.action {
    color: #6272ff;
}

.xbBTN.icon {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-block;
}

.xbBTN.smallerCopy {
    font-size: 0.7em;
}

/* BUTTON STYLES */
.btn {
    border-radius: 0;
}

.btn-info {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info:hover {
    background-color: #46b346;
    border-color: #398439;
}

.btn-success:hover,
.btn-success {
    color: #000;
    background-color: #ffe54e;
    border-color: #000;
}

.btn-success:hover {
    opacity: 0.8;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* NAVIGATION */
.navBreadCrumbs {
    display: block;
}

.breadcrumbs { 
    list-style-type: none;
}

.breadcrumbs li { 
    display: inline-block;
}

.xb_breadcrumbs { 
    text-align: right; 
    font-size: 14px;
}

.bashBread { 
    font-size: 0.85em; 
    text-align: right; 
    margin: 0; 
    padding: 0 7px;
}

/* INPUT & SEARCH */
.fSearch { 
    width: 99%;
}

#cSearch {
    max-width: 120px;
    font-size: 14px;
}

.fSearchResDiv:hover { 
    background: #EFEFEF; 
    cursor: pointer;
}

/* FORM ELEMENTS */
.col-md-12 {
    display: block;
}

.col-md-3 {
    display: block;
}

.col-sm-2 {
    display: block;
}

.col-xs-6 {
    display: block;
}

.checkLangDiv {
    display: inline-block;
    padding: 5px;
}

.langCheckBox {
    margin: 0 5px;
}

.curDetDiv {
    display: inline;
}

/* ICONS & TOOLTIPS */
.fa {
    font-family: FontAwesome;
}

.fa-question-circle {
    margin-right: 5px;
}

.bash_toolTip {
    color: #bbb;
}

.bash_toolTip:hover {
    color: #FF952B;
    cursor: help;
}

.toolTip_heOL {
    list-style-type: hebrew; 
    padding-right: 10px;
}

.toolTip_heOL img,
.popover-content img { 
    max-width: 13em; 
    height: auto; 
    border: #333 1px solid; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    margin-bottom: 10px;
}

.popover-content ol, 
.popover-content ul { 
    padding-right: 15px;
}

.popover-content .fa:before {
    margin-left: 3px;
    margin-right: -15px;
}

/* UTILITY CLASSES */
.roundMe10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.roundMe5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.roundMe7 {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

.noSpinnerInput::-webkit-inner-spin-button,
.noSpinnerInput::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.noSpinnerInput {
    -moz-appearance: textfield;
}

/* RESPONSIVE & MEDIA */
.show-on-md {
    visibility: visible;
    display: inline-block;
}

.showOnMob {
    display: block;
}

/* FLEXBOX LAYOUT */
.flexRow {
    display: flex;
    flex-direction: row;
}

.flexCol {
    display: flex;
    flex-direction: column;
}

/* PARENT STYLING - HOME BLOCKS */
[class^="homeBlock-"] {
    background: #fff; 
    text-align: center; 
    font-size: 1.1em;
    width: 100%; 
    border: 1px solid rgba(98, 114, 255, 0.9); 
    float: right; 
    box-shadow: #999 1px 1px 3px; 
    color: #444; 
    opacity: 1; 
    margin-bottom: 15px; 
    border-radius: 4px;
}

[class^="homeBlock-"] {
    border: none;
    min-height: 180px;
}

[class^="homeBlock-"]:hover {
    box-shadow: #FFE7CE 1px 10px 10px; 
    opacity: 1;
}

[class^="homeBlock-"]:after,
[class^="homeBlock-"]:before { 
    display: inline-block; 
    font-size: 100px;  
    font-family: fontAwesome; 
    margin-top: -50px; 
    margin-right: -50px; 
    right: 50%; 
    top: 50%; 
    position: absolute;
    color: #eee;
}

/* PARENT STYLING - HOME BLOCK TEXT */
[class^="homeBlockTXT-"] {
    background: #fff; 
    text-align: center; 
    font-size: 1.1em;
    width: 100%; 
    border: 1px solid rgba(98, 114, 255, 0.9); 
    float: right; 
    box-shadow: #999 1px 1px 3px; 
    color: #444; 
    opacity: 1; 
    margin-bottom: 15px; 
    border-radius: 4px;
}

[class^="homeBlockTXT-"] h1 { 
    font-size: 1.8em;
}

[class^="homeBlockTXT-"] h2 { 
    font-size: 1.6em;
}

[class^="homeBlockTXT-"] h3 { 
    font-size: 1.4em;
}

[class^="homeBlockTXT-"] h4 { 
    font-size: 1.2em;
}

[class^="homeBlockTXT-"] h5 { 
    font-size: 1em;
}

[class^="homeBlockTXT-"] h6 { 
    font-size: 0.8em;
}

[class^="homeBlockTXT-"] div { 
    position: relative;
}

/* USER INTERFACE */
.userName {
    display: inline-block;
    font-weight: bold;
}

/* ACTIONS & INTERACTIONS */
.gif_and_link {
    display: inline-block;
    padding: 5px;
}

.gif_and_link.activeLink {
    border-bottom: 3px solid #6272ff;
    font-weight: bold;
}

.activeLink {
    color: #6272ff;
    font-weight: bold;
}


/* added manually */
button, input[type=submit] {
    padding: 5px 10px;
    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #6272ff;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, .5);
    color: #fff;
    border: 1px solid #6272ff;
}
a {
    text-decoration: none;
    color: #6272ff;
}
footer .logo, header .logo{
    display: inline-block;
    width: 48%;
    max-width: 230px;
    height: auto;
    margin: 4px 0 10px;
    float: left;
}
nav ul.breadcrumbs {
    margin-top: 30px;
    list-style: none;
    text-align: right;
    font-size: 16px;
    padding-right: 10px;
}
nav ul.breadcrumbs li {
    display: inline-block;
    position: relative;
    color: #26223a;
    margin-left: 25px;
}
nav ul.breadcrumbs li:not(:last-child):before {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 6px;
    border-color: transparent #ccc transparent transparent;
    margin-left: -25px;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 3px;
}
nav ul.breadcrumbs li a {
    color: #26223a;
}


@media only screen and (min-width: 768px) {
    header {
        position: inherit;
        overflow: hidden;
    }
}

@media only screen and (min-width: 990px) {
    .headerMain {
        height: 190px;
    }
        header {
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (min-width: 1360px) {
    .headerMain, .topMenu ul, footer .container, main {
        max-width: 1350px;
        margin-right: calc((100vw - 1350px) / 2);
    }
}


