﻿body, html {
    padding-top: 50px;
    padding-bottom: 20px;
    /*<!--background-->*/
    /*background-image: url('img/home-backgroundd.jpg');*/
    /*background: linear-gradient(rgba(99, 205, 218,0.7),rgba(89, 98, 117,0.7))fixed;*/
    background: linear-gradient(#b7dde2,#8a929f),#8a929f fixed;
    /*background-repeat: no-repeat;
    background-attachment: fixed;*/
    color: #fff;
    font-size: medium;
}

.navbar-default {
    background-color: rgba(89, 98, 117,0.7);
    /*border-color: #e7e7e7;*/
}

/*.navbar-default {
    background-color: rgba(89, 98, 117,0.7);
    border-color: #b4c7d5;
    /*height: 70px;*/
    /*padding-top: 10px;
    overflow: hidden;
}*//**/
/*.mynav_navbar {
    overflow: hidden;
    background-color: #698495;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    /* height: 70px; */
    /*padding-top: 10px;
    max-width: 100%;
    padding-right:200px;
}*/

/*.pull-right {
    float: right;
}*/

/*.pull-right {
    float: right !important;
}*/
*/ .navbar-default .navbar-nav > li  {
    color: #f5f5f5;
}

.navbar-default .navbar-nav > li > a {
    padding: 20px 22px;
    color: #ffffff;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 14px;
}

        .navbar-default .navbar-nav > li > a:hover {
            
            color: #fff;
            font-family: 'Times New Roman', Times, serif;
            font-weight: bold;
            font-size: 14px;
        }


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

dd{
    margin-left:0px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textbox {*/
    /*max-width: 250px;*/
/*}*/

/*@media print {
    body {
        background-color: rgba(0, 148, 255, 0.76) !important;
    }*/


@media print {
    .no-print{
        display:none;
    }
    a [href]:after {
        content: none !important;
    }

    ActionLink {
        content: none !important;
    }
    /*a[href]:after {
        content: none !important;
    }*/
    body {
        background-color: rgba(0, 148, 255, 0.76) !important;
    }

    .sso {
        display:none
    }
    .nav toggle {
        display: none;
    }
    .nav navbar-nav navbar-right li {
        display: none;
    }

    #menu_toggle{
        display:none;
    }
    .mm {
        display: none;
    }

    .pp {
        display: none;
    }
    .att {
        display: none;
    }
    #btnPrint, ss, header, footer, url {
        display: none;
    }

    .ActionLink, mm {
        display: none;
    }

    .ser {
        display: none;
    }

    .ActionLink, gm {
        display: none;
    }

    #ggg {
        display: none;
    }
    #demo{
        display:inline;
    }
    /*#grid-filter-btn{
        display:none;
    }*/

}

@page {
    size: auto;
    margin: 0;
}

.NN{
    display:none;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #277886;
    text-align: center;
    white-space: nowrap;
    vertical-align: central;
    margin-right: 40%;
    margin-top: 4%;
    background-color: #93d4e6;
    border-radius: 10px;
}

    .btn {
    display: inline-block;
    padding: 6px 12px;
    /*margin-bottom: 0;*/
    font-size: 16px;
    font-weight: bold;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
  
}

    /*.btn-default {
    text-align:center;
    font-family:'Times New Roman', Times, serif;
    /*font-weight:bold;*/
    /*font-size:22px;*/
/*}*/

.col-lg-3 {
    padding-top: 75px;
    padding-right: 120px;
}

.col-md-2 control-label {
    font-weight: bold;
}

.radio label, .checkbox label {
    display: inline-block;
    /*margin-bottom: 0;*/
    font-weight: bold;
    cursor: pointer;
}

.form-group {
    margin-right: 25px;
    /*margin-left: -15px;*/
    color: white;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display:table;
}

.table {
    width: 99%;
    /*margin-bottom: 20px;*/
}

table {
    background-color: #b4c7d5;
    text-align: right;
    font-weight: bold;
    color: black;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    margin: 0 0 1em;
    border-collapse: collapse;
    border: 1px solid black;
    direction:rtl;
}
th, td {
    border:1px solid black;
    direction:rtl;
   
}

td {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    text-align:right;
}

th {
    text-align: center;
}

dl-horizontal{
   direction:rtl;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    /* margin-bottom: 0; */
    font-size: 16px;
    font-weight: bold;
    /*line-height: 1;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 10px;
}

.btn-primary {
    color: #ffffff;
    background-color: #2282b4;
    border-color: #357ebd;
    font-size: 14px;
    border-radius: 25px;
}

a {
    color: #000000;
    text-decoration: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    /*background-color: #428bca;*/
    border-color: #428bca;
    position:center;
}

a {
    color: #000;
    text-decoration: none;
}



.form-control {
    display: inline-block;
    /*width: 100%;*/
    /*width: 240px;
    margin-right: -80px;*/
    height: 34px;
    padding: 0px 0px;
    float: right;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    /*vertical-align: middle;*/
    background-color: darkgrey;
    border: 1px solid rgba(89, 98, 117,0.7);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

   



input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding-right:-5px;
}



.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: right;
    /*margin-right: -50px;*/
}

/*.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: right;
    margin-right: -20px;
}*/


/*sign in*/

/*.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: right;
    margin-right: -20px;
}*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight:bold;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    color:white;
}

.error{
   color:red;
   direction:rtl;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    height:22px;
}
.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: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #999999;


}

/*.dl-horizontal dt {
    white-space: normal;
}

dt {
    margin-left: 2000px;
    margin-right:20%;
}*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    /* margin-bottom: 0; */
    font-size: 14px;
    font-weight: bold;
    /* line-height: 1; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    border-color:gray;
}
.pp{
    text-align:left;
    font-size:14px;
    font-weight:200;
}
.dl-horizontal dt {
    white-space: normal;
    margin-left: 800px;
}

/*dt {
    margin-left: 800px;
}*/

.title,h2{
    text-align:center;
    font-weight:normal;

}

img,lock {
    vertical-align: middle;
    /*margin-right:800px;*/
    
}

#types{
    pointer-events:none;
}

/*.form-group form-inline{

    direction:rtl;
}*/