﻿body {margin:0;}

        /*gridview*/
        .table table  tbody  tr  td a ,
        .table table  tbody  tr  td  span 
        {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .table table > tbody > tr > td > span 
        {
            z-index: 3;
            color: #fff;
            cursor: default;
            background-color: #337ab7;
            border-color: #337ab7;
        }

        .table table > tbody > tr > td:first-child > a,
        .table table > tbody > tr > td:first-child > span 
        {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .table table > tbody > tr > td:last-child > a,
        .table table > tbody > tr > td:last-child > span 
        {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .table table > tbody > tr > td > a:hover,
        .table   table > tbody > tr > td > span:hover,
        .table table > tbody > tr > td > a:focus,
        .table table > tbody > tr > td > span:focus 
        {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }
        /*end gridview */
        
        
        /*Page Loader */
        .pace {
        -webkit-pointer-events: none;
        pointer-events: none;

        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        }

        .pace-inactive {
        display: none;
        }

        .pace .pace-progress {
        background: #32465a;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 3px;
        }
        /*Ends Page Loader */    
        
         .navbar-nav>li>.dropdown-menu {
          margin-top: 15px;
          background-color:#fdfdfd;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;
        }

        .navbar-default .navbar-nav>li>a 
        {
            font-family:Arial; 
            font-size:large; 
            margin-top:2px; 
            width:auto;
            color: #32465a;         
        }
        
        

        .md-input {
            position: relative;
            margin-top: 0px;
            margin-bottom:30px;
        }

            .md-input .md-form-control {
                font-size: medium;
                padding: 10px 10px 5px 5px;
                display: block;
                border: none;
                border-bottom: 1px solid #cbd2d7;
                box-shadow: none;
                width: 100%;
                color: #284775;
                background-color: transparent;
            }
        
        input:focus 		
        { outline:none; }     
        

        .md-input label {
            color: rgba(0, 0, 0, 0.5);
            font-size: medium;
            font-weight: normal;
            position: absolute;
            pointer-events: none;
            left: 5px;
            top: 10px;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
        }    
        
        .md-input .bar:before {
            left: 50%;
        }

        .md-input .bar:after {
            right: 50%;
        }      
        
        .md-input .highlight {
            position: absolute;
            height: 60%;
            width: 100px;
            top: 25%;
            left: 0;
            pointer-events: none;
            opacity: 0.5;
        }

.md-input .md-form-control:focus ~ label, .md-input .md-form-control:valid ~ label {
    top: -16px;
    font-size:small;
    font-weight:bold;
    color: #27418e;
}        
        
        
        .md-input .bar:before, .md-input .bar:after {
            content: '';
            height: 2px;
            width: 0;
            bottom: 0px;
            position: absolute;
            background-color: #284775;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
        }                 
           
        .md-input .md-form-control:focus ~ .bar:before, .md-input .md-form-control:focus ~ .bar:after {
            width: 50%;
        }    
        
        .gridHeader
        {
            border-style:none;
            background-color: #f5f5f5;
            color: #284775;
            Font-Size:small;
        }            
        
        
        
        .vertical-divider {
          position: absolute;
          z-index: 10;
          top: 50%;
          left: 50%;
          margin: 0;
          padding: 0;
          width: auto;
          height: 50%;
          line-height: 0;
          text-align:center;
          text-transform: uppercase;
          transform: translateX(-50%);
        }

        .vertical-divider:before, 
        .vertical-divider:after {
          position: absolute;
          left: 50%;
          content: '';
          z-index: 9;
          border-left: 1px solid rgba(34,36,38,.15);
          border-right: 1px solid rgba(255,255,255,.1);
          width: 0;
          height: calc(100% - 1rem);
        }

        .row-divided > .vertical-divider {
          height: calc(50% - 1rem);    
        }

        .vertical-divider:before {
          top: -100%;
        }

        .vertical-divider:after {
          top: auto;
          bottom: 0;
        }

        .row-divided {
          position:relative;
        }

        .row-divided > [class^="col-"],
        .row-divided > [class*=" col-"] {
          padding-left: 30px;  /* gutter width (give a little extra room) 2x default */
          padding-right: 30px; /* gutter width (give a little extra room) 2x default */
        }




        /* just to set different column heights - not needed to function */          
        .column-one {
          height: 300px; 
          background-color: #EBFFF9;
        }
        .column-two {
          height: 400px;
          background-color: #F7F3FF;
        }        
        
        
        
hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style11 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}


                .disableEdit 
                {
                    cursor:default;
                    background-color:transparent;
                    color:#c5d4e9;
                    margin-top:-4px;
                    height:32px;
                    padding-top:6px;
                }
                
                .enableEdit 
                {
                    cursor:pointer;
                    background-color:transparent;
                    color:#284775;
                    margin-top:-4px;
                    height:32px;
                    padding-top:6px;
                }  