/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 23, 2017, 2:42:22 PM
    Author     : Ajab
*/

html, body{
    background: #FFF;
}
     .tablestriped>tbody>tr:nth-of-type(odd) {
                background-color:#E8E8E8; 
            }
            .tablestriped>tbody>tr:hover, .tablestriped>tbody>tr:focus, .tablestriped>tbody>tr:visited{
                color: #fff;
                background-color: #BAB1BA;
                border-color: #269abc;cursor: pointer;
            }
            .tablestriped>tbody>tr.loadrcord{background: transparent;}
            .tablestriped>tbody>tr:nth-child(1){background: #0C5C84;color:#fff;padding: 5px;}
            .tablestriped>tbody>tr>td{padding-top: 5px; padding-bottom: 5px;}
            .morercrdbtn{width: 100%; font-size: 12pt;}
            .tablestriped>tbody>tr.nmrrow{background: transparent;}
            .tablestriped>tbody>tr.nmrrow>td{border: 1px solid #FF0000;}
            .tablestriped>tbody>tr>td{padding:10px;font-weight: 500; font-size: 11pt;}
            
            .appntdate{text-align:center;border-bottom: 1px solid #EEEEEE; padding: 2px;}
            .lblhed1{
                   font-weight: 500;
    border-radius: 0px;
    color: #000;
    border: 0px;
    text-align: left;
    margin-right: 10px;
    padding-top: 5px;
    font-size:14px;
}
            .lblh{
                   width: auto;
    display: inline-block;
    font-size: 14px;
    height: auto;
    text-align: center
                
            }

        .hasDatepicker{
                background-image:url('<%= server1%>/images/calendar-ajab.png');
                background-repeat:no-repeat;
                background-position: right;
                padding-right:25px;
                width:100%;
                cursor: pointer;
        }
        .classmob{float:left;padding: 0px 8px;padding-top: 4px;vertical-align: middle;}
        .dappticon{
            float: left;
            font-size: 14pt;
            color: #367fa9;
        }
        #head3{margin-top:6px;}
        #popdiv1{
            margin-bottom:5px;
            margin-top:10px;
/*            padding-right: 10px;*/
            margin-left: 5px;
            border: 1px solid #d3d3d3;
            margin-right: 5px;
        }
                #popupdetails{
            margin-bottom:5px;
            margin-top:10px;
/*            padding-right: 10px;*/
            margin-left: 5px;
/*            border: 1px solid #d3d3d3;*/
            margin-right: 5px;
        }
        #popupdetails  table.tableStriped tr:nth-child(odd){
        background: #fff;
    }
        #popupdetails  table.tableStriped tr:nth-child(even){
        background: #eee;
    }
     #popupdetails  table.tableStriped tr td{padding:10px 5px;}
      #popupdetails  table.tableStriped tr:nth-child(1) td{
        background: rgb(90, 143, 195);
    color: #ffffff;
    font-weight: 500;
    }
         .mydiv{
            position: absolute;
            top:0;
            right: 0;
            left: 0;
            padding-top:15%;
            padding-left: 5%;
            height:100%;
            z-index: 9999;
         }
       .contaen1{
            position: absolute;
            left: 0;
            right: 0;
            background: #FFF;
            bottom:40px;
            overflow: auto;
        }
/*        @media screen and (max-width :768px){
                 .mydiv{padding:70% 0;}
      }*/
        @media screen and (max-width : 468px){
            .classmob{padding: 0px 3px;}
            .dappticon{font-size: 12pt;}
        }
        .footebtnrwo{
            position: fixed;
            bottom:0px;
            left: 0;
            right: 0;
            height: 40px;
            text-align: center;
            display: block;
            background-color: #C60;
        }
        .buttontable{
            position: fixed;
            bottom:0;
            left: 0;
            right: 0;
            height: 40px;
            width: 100%;
            text-align: center;
            padding-top: 5px;
            display: block;
            background-color: #C60;
        }
        .buttontable tbody{display:inline;width:100%;text-aline:center;}
        .buttontable table tr td .btn{margin-right: 5px;}
        .form-wrapper-2 {
            display: inline-block;
            vertical-align: middle;
        }
        .form-wrapper-2 input {
/*            padding: 3px 0px;
            float: left;
            border: 1px solid #4C8EB5;
            border-left: none;
            background: #eee;
            -moz-border-radius:0 3px 3px 0;
            -webkit-border-radius:0 3px 3px 0;
            border-radius:3px;
            height:30px;
            width:80px;*/
            padding: 3px 0px;
            float: left;
            border: 1px solid #4C8EB5;
            background: #FFF;
            -moz-border-radius: 0 3px 3px 0;
            -webkit-border-radius: 0 3px 3px 0;
            height:30px;
            width: 70px;
        }
        .form-wrapper-2 input:focus {
            outline: 0;
            background: #fff;
            -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
            box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        }
        .form-wrapper-2 label {
            overflow: visible;
            position: relative;
            float: left;
            width:75px;
            border: 0;
            padding: 5px;
            cursor: pointer;
            /*font-weight: 500;*/
            line-height: 10px;
            color: #fff;
            background: #4C8EB5;
            -moz-border-radius: 0 3px 3px 0;
            -webkit-border-radius: 0 3px 3px 0;
            border-radius:3px 0 0 3px;
            text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
        }

        .form-wrapper-2 label:before {
            content: '';
            position: absolute;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #4C8EB5;
            top: 2px;
            right:-6px;
        }
        
        .fdt{
            margin-right: 5px;
        }

        table.midtbl1 tr td label{
            vertical-align: middle;
            padding: 5px;
        }
        .classmob{float:left;font-size: 8pt;}
        .mbdiv1,.mbdiv2,.mbdiv3{font-size: 9pt; text-transform: capitalize;}
        .clckdiv{
            padding: 8px;margin: 2px;
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2), 0px 1px 2px rgba(0,0,0,0.4);
            border-radius: 5px;
            cursor: pointer;
            background-color: #fff;border:1px solid #f1f1f1;
        }
        .testrow{
            padding: 10px;
            border-radius: 0px;
            background: #EBEBEB;
            color: #000000;
            margin:5px 0px;
        }
        .testrow .classmob {
/*            padding-top: 1px;*/
            }
        .mbdiv4{text-transform: uppercase;}
        .scandiv{
            margin-top: 5px; 
/*            margin-bottom: 5px;*/
        }
        .daterow{  
            -moz-box-shadow: inset 0 0 10px #ABA9A9;
            -webkit-box-shadow: inset 0 0 10px #ABA9A9;
            box-shadow:inset 0 0 10px #ABA9A9;
            padding-top:10px;
            padding-bottom: 10px;
            padding-left: 10px;
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2), 0px 1px 2px rgba(0,0,0,0.2);
            border-radius: 0px;background-color: #f5f5f5;
            color: #000000;margin:5px 0px;
        }
        .locrow{
            padding-top:10px;
            padding-bottom: 10px;
            padding-left: 10px;
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2), 0px 1px 2px rgba(0,0,0,0.4);
            background: #534373;
            font-weight: 500;
            color: #fff;
            background: #C7C7C7;
            color: #000000;
            border-top: 1px solid #ffffff;
        }
        .ui-button-icon-only .ui-icon {
            left: 50%;
            margin-left: -8px;
        }
        .ui-widget-content .ui-widget-header{
                border: 1px solid #4297d7;
            background: rgb(90, 143, 195);
            color: #ffffff;
            font-weight: 500;
        }
        /*#ui-datepicker-div {
            border: none;
            box-shadow: 1px 2px 10px 2px #777;
        }*/
        #ui-datepicker-div{
            width: auto;
        /*    box-shadow: 0px 3px 14px #777;*/
        }
        .ui-datepicker-calendar .ui-state-default{
            font-weight: normal;
            background: rgb(211,237,253);
            font-size: 8pt;
            padding: 5px 7px;
            border: 1px solid #d3d3d3;
        }
    .clrdiv{
        background: #FFF;
        position: fixed;
        z-index: 99;
        background: #FFF;
        padding: 10px 10px 10px 10px;
        margin-left: 0px !important;
        border-bottom: 1px solid #ccc;
        width: 100%!important;
    }
    .row.testrow:nth-child(2)
    {
        margin-top: 35px;
    }
    .clrdiv .inptclr{
        width: 14px;
        height: 14px;
    }
    .clrdiv .lblclr{
        font-weight: normal;
        display: initial;
    }
    .clrdiv tbody tr td{vertical-align: middle;}
/*input[type=text]{ height: 30px;}*/
     input{ 
            font-size: 9pt; font-weight: normal;font-family: 'Open Sans', sans-serif;
            background: transparent;
            border: none;
    }
    input[type=button]{ 
          font-size: 9pt; font-weight: normal;font-family: 'Open Sans', sans-serif;
    }
            select{
                font-size: 9pt; font-weight: normal;font-family: 'Open Sans', sans-serif;
                background: transparent;
                border: none;
                height: 30px;
                box-shadow: none;
/*                border-bottom: 1px solid #d3d3d3;*/
            }

            input:focus{
                outline: none;
            }
            select:focus{
                outline: none;
            }

            textarea:focus{
                outline: none;
            }
            .lblhed{
                font-size:13px;
                    font-weight:500;
                padding-left: 5px;
                padding-right: 5px;
                background: #EDEDED;
                height: 30px;
                -webkit-border-radius: 3px;
                background-color: #EAEAEA;
                background: -moz-linear-gradient(top, #31708f, #31708f);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #31708f), color-stop(1.0, #31708f));
                color:#fff;
                border-bottom: 2px solid #104158;
                text-align:right;
            }
                table.headtbl {
    border-spacing: 3px;
    border-collapse: separate;
}
.table-responsive{border: none;}
table.buttontable tr td{border: none;}
@media screen and (max-width: 767px){
.table-responsive {margin-bottom:0px;}
}
.ajb{padding:0px;}
/*label {
    margin-bottom: 0px;
font-weight: normal;
font-size:8pt;
}
.row {
    margin: 0px;
}
.imge {
    width: 40px;
    height: 40px;
}*/
.divforsearch{overflow:hidden; -webkit-overflow-scrolling: auto;z-index: 0;}
.ui-dialog{z-index:999999999999;}
.tablebutton{width:auto;margin:0 auto;}
.btnaftr{
border-radius: 1px;
padding: 8px;
border: 1px solid #d3d3d3;
margin-top: 1px;
float: left;
width: 65px;
background-color: #5cb85c;
border-color: #4cae4c;
color: #FFF;
            }
            .divforsearchorders{
                width: 100%;
                height: 100%;
                overflow: auto;
                z-index: 11111111;
                position: fixed;
                top: 0;
                left:0;
                background: #fff;
            }
            .divforsearchorders{

                -o-animation:  mymove .5s infinite;
                -moz-animation:  mymove .5s infinite;
                -webkit-animation:  mymove .5s infinite;
                animation: mymove .5s infinite;
                -moz-animation-iteration-count:1;
                -o-animation-iteration-count:1;
                -webkit-animation-iteration-count:1;
                animation-iteration-count:1;
                -o-animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                overflow-x: hidden;

            }

            /*Animation*/

            @-webkit-keyframes  mymove {
                0% { left:99%; right:0%;}
                99% { left:0px; right:0px;}
            }
            @keyframes  mymove {
                0% { left:99%; right:0%;}
                99% { left:0px; right:0px;}
            }

/*            .btnaftr:hover,.btnaftr:active,.btnaftr:focus,.btnaftr:visited{background:#31708f;color:#fff;}*/
            .midtbl1{margin-left:10px;}

    .pad{padding: 0px;}
    .rmargin{margin: 0px;}
    .headdrrow{
/*        position:fixed;*/
        top: 0;
        background: #FFF;
        z-index: 999999;
        left: 0;
        right: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #E9E9E9;
    } 
    .rowhed{
        background: #367fa9;
        color: #FFF;
    }
    table.headtbl{
        border-spacing:0px;
        padding: 0px;
    }
    .nmdiv{padding:0px;}
    .hdnglbl{color: #FFF;margin: 0px;}
    footer{
        background-color: #C60;
        position: fixed;
        bottom: 0px;
/*        left: 0;
        right: 0;*/
        color: #fff;
        padding-top: 3px;
        padding-left: 0px;
        text-align: left;
        width: 100%;
        z-index: 999999;
        height: 40px;
    }
    .backarrow{
        font-size: 20pt;
        margin-top: 5px;
        padding-left: 5px;
    }
    .btnaftr{
            margin-left: 2px;
            margin-bottom: 2px;
    }
    #head1 select{
        border-bottom: 1px solid #d3d3d3;
        font-size: 9pt;
        padding-left:2px;
    }
    .sltdiv{padding-left: 5px;}
    .tblinfo{
        background: #FFF;
     }
    table.tableStriped tr:nth-child(odd){
        background: #fff;
    }
    #head1 .dtinput{
        border: 1px solid #d3d3d3;
        height: 30px;
        border-radius: 4px;
        padding-left: 5px;
    }
    #head1 .seldrap{
         border: 1px solid #d3d3d3;
        border-radius: 4px;
    }
    .tableStriped td{border: 0px;border-bottom: 0px solid #d3d3d3;}
    .headtbl tr td.lblhed{
         border-bottom: 1px solid #EEEEEE;
    }
    .lblhed{
       border-radius: 0px;
        background: #f7f7f7;
        color: #000;
        border: 0px;
/*        border-bottom: 1px solid #EEEEEE;*/
        text-align: left;
        padding-left: 7px;
    }
    .headtbl tr td{
           border-bottom: 1px solid #EEEEEE;
    }
    .tdright{
/*        border-bottom: 1px solid #EEEEEE;*/
        padding-left: 10px;
        padding-right: 6px;
    }
    .slotdiv{padding-left: 5px;}
    .clenderdiv{
      width: 100%;
      text-align: center;
    }
    .arowleftdiv{
        float: left;
        padding: 0px;
    }
    .arowrightdiv{
        text-align: center;
        padding:0px;
        padding-top: 5px;
    }
    .arowrightdiv .btn{
        margin-right: 5px;
        border-radius: 0px;
    }
   .arowleftdiv .backarrow{
        color: #FFF;
        margin: 0px;
        padding-top: 7px;
    }
    .aptbtndiv{
        width: 100%;
        display: block;
        overflow: auto;
        text-align: -webkit-center;
           margin-bottom: 5px;
    }
    .calspanicon{
        float: left;
        height:30px;
        padding:9px;
        color: #FFF;
        background: #1C7394;
    }
    
    .btnrow1{
        background: #F1F1F1;
        padding-left: 5px;
        padding-bottom: 8px;
        z-index: 9999;
        box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);
    }
    .htcla {
      position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 9999;
    }
        td{
        padding: 0px;
    }
    .calspan{
        float: left;
        height:30px;
        color: #FFF;
        background: #1C7394;
        width: 20px;
        padding-top: 8px;
        padding-left:4px;
    }
    .headrowht{
        position: fixed;
        left: 0;
        right: 0;
        top: 46px;
        z-index: 999;
    }
/*    .bdcontaant{
        margin-left: -5px;
        margin-right:-5px;
    }*/
.ui-dialog .ui-dialog-buttonpane button{
    
}
    .btn-group-justified>.btn, .btn-group-justified>.afterdiv{width:10%;vertical-align:middle;text-align:center;color:#fff;background: #31708f;}
    .btn-group-justified>.btn, .btn-group-justified>.afterdiv:after {
	content: '';
	display: block;  
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
        z-index:9999;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #31708f;
}
    .lblafter{font-weight:500;font-size:13pt;}
    .btn-group-justified>.btn, .btn-group-justified>.daysdiv{width:90%;padding-left:20px;}
/*     @media screen and (max-width :768px){
                .btn-group-justified>.btn, .btn-group-justified>.afterdiv{width:5%;vertical-align:middle;}
    .btn-group-justified>.btn, .btn-group-justified>.daysdiv{width:95%;}
      }*/
      @media screen and (max-width : 468px){
          .btn-group-justified>.btn, .btn-group-justified>.afterdiv{width:13%;vertical-align:middle;}
    .btn-group-justified>.btn, .btn-group-justified>.daysdiv{width:87%;}
      }
       @media screen and (max-width : 368px){
          .btn-group-justified>.btn, .btn-group-justified>.afterdiv{width:15%;vertical-align:middle;}
    .btn-group-justified>.btn, .btn-group-justified>.daysdiv{width:85%;}
      }
      .dayscontainer{margin-bottom:5px;}
 .docrtpfofile .modal-body {max-height: 100% !important;}
  .aboutdocinfo {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: calc(100% - 182px);
      padding: 0px 5%;
      padding-bottom: 20px;
  }
  @media only screen and (max-width: 460px){
      .aboutdocinfo {height: calc(100% - 345px) !important;}
  }
  .abttxt {
    font-size: 18px;
    margin: 10px 0px 0px;
    font-weight: 500;
  }
  .docrtpfofile .modal-dialog,.docrtpfofile .modal-content {height: 100%;}
  .descriptntxt {
      font-size: 15px;
      color: rgb(0 0 0 / 80%);
  }
  .descriptn {
      border-top: 1px solid #e2e2e2;
      overflow: auto;
      word-break: break-word;
      padding: 5px 0px 5px;
  }
.lblpatnm
{
    width: 100% !important;
    padding-right: 10px;
}
.testrow,.testrow .classmob,.fees0 {
    display: flex;
    align-items: center;
}
.fees1 {
    font-size: 14pt;
    padding-right: 2px;
}
span.glyphicon.glyphicon-calendar.dappticon {
    top: 0px !important;
    padding-right: 2px;
}