﻿.header {
    /*position: relative;*/
    direction: rtl;
    margin: 0px;
    padding: 0px;
    background-color: grey;
    width: 100%;
    background-repeat: repeat-x;
    height: 120px;
}

.HeaderImage {
    height: 120px;
    width: 100%;
}
 
.RightPanel {
    /*position: relative;*/
    direction: rtl;
    margin: 0px;
    padding: 0px;
    padding-right: 2px;
    padding-left: 2px;
    background-color: beige;
    width: 200px;
    background-repeat: repeat-x;
    height: 100%;
    min-height: 530px;
    float: right;
    width: 0px;
    visibility: hidden;
}

@media (min-width: 750px) {
    .RightPanel {
        width: 150px;
        visibility: visible;
    }
}

@media (min-width: 850px) {
    .RightPanel {
        width: 200px;
        visibility: visible;
        padding-top: 20px;
    }
}

.LeftContainer {
    direction: rtl;
    margin: 0px;
    padding: 0px;
    background-color: white;
    width: auto;
    height: auto;
    min-height: 530px;
    text-align: right;
    vertical-align: middle;
    margin-right: 0px;
}


.VerticalSpace {
    height: 1px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    /*margin-left: 0px;*/
    margin-right: 10px;
    margin-top: 1px;
    padding: 2px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    background-color: #F7F0E6;
    font-weight: bold;
    height: 35px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
    background-color: #EDE4DC;
    color: #666666;
}

h3 {
    font-size: 1.2em;
    color: #FFFFFF;
    vertical-align: text-top;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

p {
    margin-bottom: 7.5px;
}

.BorderDiv {
    width: 100%;
    height: auto;
    border-width: 1px;
    border-color: gray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    color: darkred;
}

.grppanel {    
    width: 100%;
    color: darkred;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .grppanel fieldset {
        border: 1px solid silver;
        padding: 10px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        color: darkred;
        background-color: #F7F0E6;
    }

legend {
    width:initial;
    border: 0;
    margin-bottom: 5px;
}

.RightDiv {
    background-color: white;
    width: 30%;
    margin-right: 5px;
    /*height: auto;*/
    color: black;
    float: right;
    box-sizing: border-box;
    margin-bottom: 8px;
    line-height: 1.4285;
    height: 55px;
    /*border: 1px solid #C0C0C0; */
}

.MiddleDiv {
    background-color: white;
    width: 30%;
    color: black;
    margin-right: 5px;
    box-sizing: border-box;
    margin-bottom: 8px;
    line-height: 1.4285;
    height: 55px;
}

.LeftDiv {
    background-color: white;
    width: 30%;
    color: black;
    float: left;
    margin-right: 5px;
    box-sizing: border-box;
    margin-bottom: 8px;
    line-height: 1.4285;
    height: 55px;
}

.submit {
    font-family: Tahoma;
    font-size: 12px;
    width: 70px;
    height: 28px;
}

    .submit:hover {
        color: darkgreen;
    }

.form-control {
    display: block;
    width: 95% !important;
    height: 28px;
    font-family: Tahoma,Segoe UI Light;
    padding-right: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: white;
    background-image: none;
    border: 1px solid Gray;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: silver;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px gray, 0 0 8px gray;
        box-shadow: inset 0px 1px 1px gray, 0px 0px 8px gray;
    }

.form-control-Phone {
    /*display: block;
    width: 95% !important;
    height: 28px;
    font-family: Tahoma,Segoe UI Light;
    padding-right: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: white;
    background-image: none;
    border: 1px solid Gray;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
    direction: ltr;
    text-align: right;
}

    .form-control-Phone:focus {
        border-color: silver;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px gray, 0 0 8px gray;
        box-shadow: inset 0px 1px 1px gray, 0px 0px 8px gray;
    }

.form-Label {
    display: inline-block;
    margin-bottom: 3px;
    font-weight: 400;
    box-sizing: border-box;
    color: black;
    direction: inherit;
}


.form-controlcmb {
    display: block;
    width: 95% !important;
    height: 25px;
    padding-right: 6px;
    font-family: Tahoma,Segoe UI Light;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: white;
    background-image: none;
    border: 1px solid Gray;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    min-width : 170px;
}

    .form-controlcmb:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
    }

.form-controlDtp {
    display: block;
    width: 100% !important;
    height: 25px !important;
    font-family: Tahoma,Segoe UI Light;
    padding-right: 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: white;
    background-image: none;
    border: 1px solid Gray;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-controlDtp:focus {
        border-color: silver;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px gray, 0 0 8px gray;
        box-shadow: inset 0px 1px 1px gray, 0px 0px 8px gray;
    }

  .BtnView 
  {
    padding: 0px 10px 5px 10px !important ;
    vertical-align:middle;
    
  }
  .BtnView:hover
  {
      color:black !important;
  }
.validator {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 12px;
    font-family: tahoma;
    box-sizing: border-box;
    color: red;
    margin-top: -12px;
}

.myLinks {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Tahoma;
    text-decoration: none;
    color: maroon;
}

    .myLinks:hover {
        color: #c77070;
    }


.MLineTextBox {
    display: block;
    width: 95%;
    height: 90px;
    font-family: Tahoma,Segoe UI Light;
    padding-right: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: white;
    background-image: none;
    border: 1px solid Gray;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .MLineTextBox:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
    }

.mytextbox {
    display: block;
    width: 150px;
    height: 28px;
    font-family: Tahoma,Segoe UI Light;
    padding-right: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: white;
    background-image: none;
    border: 1px solid Gray;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .mytextbox :focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
    }

.smallTextBox {
    /*display: block;*/
    width: 85%;
    height: 28px;
    font-family: Tahoma,Segoe UI Light;
    padding-right: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: white;
    background-image: none;
    border: 1px solid Gray;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .smallTextBox :focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
    }

.AutoList {
    direction: rtl;
}

.lnkBtn {
    vertical-align: middle;
    margin-top: 5px;
    height: 20px;
    width: 73px;
    text-align: left;
}

.TableRowHeader {
    font-size:medium;
    font-weight:bold;
    /*text-align:center;*/
    vertical-align:middle;
}
/*Rad control customization classes- overidding*/
 div.RadUpload .ruFakeInput
 {
    visibility: hidden;
    width: 0;
    padding: 0;
 }
    /*div.RadUpload .ruFileInput
    {
        width: 1px;
    }*/
 div.RadUpload .ruRemove
 {
    margin-top: -10px!important;
    margin-bottom: -10px!important;
 }
 div.RadUpload .ruUploadSuccess
 {
    margin-top: -5px!important;
    text-overflow: ellipsis;
    max-width: 80px;
    word-wrap: break-word;
    overflow: hidden;
 }
 div.RadUpload .ruBrowse
 {
    -webkit-appearance: button;
    display: inline-block;
    background-image: none;
    border: 1px solid transparent !important;
    border-radius: 4px;
    -webkit-user-select: none;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    height: 26px;
    width: 50px;
    padding: 0px 10px 5px 10px !important ;
    vertical-align:middle;        
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor:pointer !important;
 }
 .RadUpload .ruFileInput, .RadUpload .ruFakeInput ,.RadUpload .ruButton, .RadUpload .ruButtonHover, .RadUpload .ruInputHover
 {
    cursor: pointer !important;
 }
 div.RadUpload .ruFileWrap 
 {
    height:26px;
    cursor:pointer !important;
 }
 .SmallBox
 {
    width: 100% !Important;
 }
    /*div.RadUpload_Default .ruFileWrap .ruButtonHover
    {
        background-position: 100% -23px !important;
    }*/ 

   
.divRemove
{
  font-size: 0.8em;
  color: #008000; 
  text-align:right;
  vertical-align:middle; 
  direction:rtl;
  font-weight:bold;
  padding:0px;
}

