﻿/***** General *****/
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

html,body,div,span,input,textarea,select,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,a,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-family:'Open Sans Hebrew',sans-serif !important}

body{
   direction:rtl;
}

.error , .my-error{
    color:red;
    
}

.ui-datepicker-month {
    color: #676a6c;
}

.makeInstallation{
    width: 42%;
    margin: auto;
    display: block!important;
}

label{
    font-weight: 500;
    font-size: 16px;
}

.panel-body{
    background-color:white;
    margin-bottom:30px;
}

input[type="text"], input[type="password"], input[type="email"] , select {
    border-color: #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
    height: 36px;
}

select{
    margin-bottom:10px!important;
}

.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-top: 4px solid #3a3a3a;

}

input[type=checkbox]{
    float: right;
    margin-left: 10px!important;
}

#installationsForm{
    float:none!important;
    margin:auto;
    margin-top: 42px;
}

.floatR{
    float:right!important;
}

.btnNextC{
    float: left;
}

.categoryInstallation{
    height: 52px;
    width: 33%;
    background-color: #286090;
    float: right;
    text-align: center;
    font-weight: bold;
    border-left: 2px solid black;
    color:white;
    cursor: pointer;
}


.categoryInstallationActive{
    background-color: #449d44;

}

#clientDeatails{}
#orderDetails{}

#ChackInstallationError{
    display:none;
}

.search-page-form>form>div{
    float:right!important;
}

#titleP{
    margin-top: 37px;
    margin-right: 88px;
}

#buttonPrint{
    width: 6%;
    margin: auto;
}

#SignatureP{
    width: 151px;
}

.sesstionP{
    font-weight: 600;
    font-size: 18px;
}

#contentP>table>tbody>tr>th{
    background-color:#D9D9D9;
    text-align:center!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}

#contentP>table>tbody>tr>td{
    padding-left: 10px!important;
    padding-right: 10px!important;
}

#contentP{
    width: 90%;
    margin: auto;
}

#contentP>h2{
    text-align: center;
    text-decoration-line: underline;
    font-size: 27px;
}

#logoP{
    float: left;
    width: 205px;
    margin-left: 35px;
}

#headerP{
    height: 101px;
    border-bottom: 2px solid;
    width: 1037px;
    margin: auto;
}

#printDiv{
    background-color: white;
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: auto;
}


th{
    text-align:right!important;
}

/*@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right!important;
    }
}*/

.row{
    margin-right:0px!important;
    margin-left:0px!important;

}

.history{
    clear: both;
    width: 100%;
    margin-bottom:20px!important;
}

.table-hover>tbody>tr{
    background-color:#f5f5f5;
}

.top-border {
    border-top: #1AB394 2px solid;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px 8px 1px 10px;
    border:none!important;
    border-right: 1px #e7eaec solid;
    border-left: 1px #e7eaec solid;
    padding: 4px 3px 0px 3px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
    overflow-x: auto;
}

.footable > thead > tr > th {
        background: #1AB394;
        padding: 5px 8px 5px 0;
        border-right: 1px white solid;
        border-left: 1px white solid;
        position: relative;
    }

        .footable > thead > tr > th.i-checks {
            padding-left: 0;
            padding-right: 0;
            width: 60px;
        }

.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

.txtAlert{
    margin:auto;
    background-color:white;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
    border-radius:10px;
    width:90%;
    text-align:center;
    font-size:20px;
    font-weight:bold;
}

#successInstall{
    color: #337ab7;
    
}

.addInstall{
    line-height: 10px!important;
    margin-top: 41px;
}


.niceBackGround{
    background: #2F4050;

}

@media(min-width:900px){ /*desctop*/

.categoryInstallation{
    font-size: 22px;
    line-height: 43px;
}


.logo{
    float: right;
    margin-top: 17px;
    margin-right: 161px;
    margin-bottom: 17px;
}

.logo>img{
   width: 253px;
    display: block;
    margin: auto;
}




.top-fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding-left: 220px;
}

.navbar{
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

#header{
    text-align: center;
    margin-bottom: 20px;
}

.divBtnMain{
    width: 20%;
    margin: auto;
}

}


@media(max-width:900px){ /*iphon*/

.categoryInstallation{
    font-size: 16px;
    line-height: 49px;
}

#header{
    text-align: center;
    margin-bottom: 20px;
}

.logo{
    margin-top: 17px;
    margin-bottom: 17px;
}

.logo>img{
   width: 253px;
    display: block;
    margin:auto;
}

.top-fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding-left: 0px;
    background: #2F4050;
}

#header{
    float: none!important;
    margin-left: 8%;
}

.navbar{
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 5px;
}

.divBtnMain{
    width: 80%;
    margin: auto;
}

}


.not-margin{
    margin:0px!important;
}

.gray-bg {
    background-color: #EAEAEA;
    padding-top: 20px;
    padding-bottom: 70px;
}




/*@media(max-width: 768px) {
  
}*/

.more-options {
    display: none;
}

    .more-options.color-gray {
        background-color: #F3F3F4 !important;
    }

.wrapper.wrapper-content {
    margin-top: 50px;
    position: relative;
}

.hello-admin {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
    float: right;
}

.login-link, .login-link:hover, .h-user,.login-link:visited {
   color: white;
    font-size: 14px;
    padding: 20px 0px;
    min-height: 50px;
    font-weight: 100;
    margin: 0 0 0 10px;
}

@media(max-width:768px){
     .login-link.site-link{
        display:none;
    }
}




.h-user {
    font-weight: 100;
}


.breadcrumb, .close {
    float: right;
    margin: 9px 30px 0 0;
    background-color: transparent;
}

    .breadcrumb li strong {
        font-size: 220%;
        color: white;
    }


.divBtnIns{float:none!important;}

.divBtnIns>button{
    font-weight: bold;
}

.clear{clear:both;}