﻿/* hebrew */

body, html, form {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    /*overflow-x: hidden;*/
    overflow-y: visible !important;
    min-width: 1024px;
    direction:rtl;
    color:#696969;
    font-family: 'Assistant', sans-serif;
}

/* default values*/

.bg {background-color: #F37F31;}
.color{color: #F37F31 !important;}

.row{
    margin:0;
    padding:0;
}
a{color:#696969;}
.pagination .page-link{color:#696969;}

.pagination .active .page-link
{
    background-color:#F37F31 !important;
    border:solid 1px #F37F31 !important;
}

.page_title{
    color:#F37F31;
    font-size:40px;
    text-align:right;
    direction:rtl;
    height:70px;
    border-bottom:solid 2px #F37F31;
    padding:0 20px 0 0;
    margin:20px 0 20px 0;
    display:block;
}
.page_title a{
    color:#EA570A;
}
.page_title > div{
    background-color:#F37F31;
    width:10px;
    height:10px;
    float:right;
    margin:28px 0 0 10px;
}
.main_control{
    margin:auto auto;
    display:block;
    float:right;
    width:100%;
}
.pager_holder{
    padding-top:80px !important;
}
/*.bg_2 {background-color: #6A6A65;}
.bg_3 {background-color: #C9C9C9;}*/
/*.bg_active {background-color: #FF530D; color:#fff;}
.color_active {color: #FF530D;}
.color_active_hover:hover{color: #FF530D !important;}
.border{border: solid 1px red !important;}
.border_active{border: solid 1px #FF530D !important;}*/
.link, .link:hover, .link:visited{color:#0056B3 !important;}

@media only screen and (max-width: 1280px) {
    .page_title{
        padding-right:30px;
        margin-top:20px;
    }
}


/*  DIALOGS   */
.alert_dialog .close,
.login_dialog .close{
    margin-left:0;
}
.alert_dialog .modal-footer,
.login_dialog .modal-footer{
    justify-content:unset;
}
.alert_dialog .modal-body,
.login_dialog .modal-body{
    text-align:right;
    min-height:100px;
}
.alert_dialog .modal-footer .btn,
.login_dialog .modal-footer .btn{
    margin-left:10px;
}
.alert_dialog, 
.login_dialog{
    bottom:unset;
}
.login_dialog .btn-primary{
    background-color:#F37F31;
    border:solid 1px #F37F31;
}
.login_dialog .btn-primary:hover{
    background-color:#F06C15;
}
.login_dialog .form-group{
    margin-bottom:1rem;
}
.login_dialog .recovery_holder{
    float:right;
    width:100%;
}
.login_dialog .recovery_holder input{
    margin-left:5px;
}
.is-invalid{
    background-color:#FFAD98;
}