﻿ 

/*-------------------grids-----------------------------------*/
   .Grid  
    {
        border: solid 1px red;
        font-family: "yekan" , "Mykodak", "Tahoma" ;
        font-size:13px;
        font-weight:normal;
        background-color:White;
        border-color:Gray ;
        width:100%;     
        cursor:pointer;            
     }
    .Grid td
    {
        border: solid 1px #FFFFFF;
        margin: 2px 2px 2px 2px;
        padding: 2px 2px 2px 2px;
        text-align: center;
        height:25px;
    }
    .GridPager a:hover
    {
        background-color:#f6e206;
    }

    .GridPager span
     {
         color:#fa0bc2;
     }
    .GridItem:hover, .GridAltItem:hover
     {
            background-color:#FFCC66;
     }
    .GridItem a, .GridAltItem a
    {
        padding-right:2px;
        padding-left:2px;
        color:#400360;
        border-radius:2px;
        border:solid 1px Gray;
        height:21px;
        padding-bottom:5px;
        font-size :11px;
        width:50px;
        display:block;
        margin-right:3px;
        margin-left:3px;

    }
    /*.GridItem td:first-of-type a, .GridAltItem td:first-of-type a {
        background-color:#088e1d;
     }

    .GridItem td:nth-of-type(2) a, .GridAltItem td:nth-of-type(2) a  {
        background-color:#f84b4b;
     }*/

    .coldel {
        background-color:#f84b4b!important;
        font-family: "yekan" , "Mykodak", "Tahoma" ;
        width:50px;
    }
    .colselect {
         background-color:#088e1d!important;
         font-family: "yekan" , "Mykodak", "Tahoma" ;
         width:50px;
    }


    .GridItem a:hover, .GridAltItem a:hover
    {
        color:white;
        background-color:#5b595c;
    }
    .GridHeader
    {

        background-color:Gray;
        font-family: "yekan" , "Mykodak", "Tahoma" ;
        font-size:11px;
        font-weight:lighter;
        height:40px;
        color:White ;
    }
    .GridHeader td
    {
        text-decoration:none;
        color: Lime;
        padding: 0px 15px 0px 15px;
        color:#FFCC66;
    }

    .GridHeader td a {

        color:#FFCC66;
    }
    .GridHeader td a:hover {

        color:#fff
     }

   
    .GridItem, .GridAltItem
    {
         
          height:25px;
      
    }
    .GridItem
    {
        background-color: #eeeeee;
     
    }

    .GridAltItem
    {
        background-color: #fafafa;

    }

    .GridPager
    {
        background-color:#CCCCFF;
        Height:15px;
    }

    .img-grid{
        width:100px;
        border-radius:50%;
    }
/*---------------------Controls----------------------------------*/
.validator {
    color: red !important;
    padding-right: 6px !important;
    display: inline-block;
    margin-right: 1px;
    margin-top: 4px;
    font-size: 11px;
    border: solid 1px #b50a30;
    border-radius: 4px;
    text-align: center !important;
    width: auto !important;
    padding-left: 6px !important;
}
.txt {
    text-align: right;
    font-family: "yekan", "Mykodak", "Tahoma";
    font-size: 13px;
    margin-right: 3px;
    margin-left: 5px;
    direction: rtl;
    border: 1px solid Gray;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-right: 7px;
    padding-left: 7px;
    line-height: 20px;
    height: 30px;
    border-radius: 4px;
    width: 25%;
    box-sizing:border-box;
}

.txt2{
    width:65%!important;
}
.txteng {     
    direction:ltr;
    text-align:left;
}

.txtcombo{
    color:#0317aa;
    box-sizing:border-box;
}
    
.txt:focus,.txteng:focus
{
	background:#FFCC66;
}
   
.cmd {
    border:solid 1px #808080;
    width:120px;
    height:30px;
    background-color:#6a0223;
    color:#ffffff;
    -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
    font-family: "yekan", "Mykodak", "Tahoma";
    font-size:13px;
    border-radius:3px;
    margin-right:4px;
    margin-left:4px;
            
}
.cmd:hover,.a-smallcmd:hover
{
    background-color:#f3cb7f;
    color:black;
}

.acmd {
    display:inline-block;
    height:30px;
    text-align:center;
}
      
.lbl
{
    font-family:Tahoma;
    font-size:11px;
    text-align:right;
    direction:rtl;
    padding-right:5px;
    color:Green;
       
}
.txthide
{
    display:none;
}

.txtnoedit{
    background-color:rgba(255, 255, 255, 0.37)!important;
    color:#FFCC66;
}

.txtcombo{
    color:#970852!important;
}
.txtduble {
  float:right;
}

.comboduble {        
    float:right;
}

.a-smallcmd {
    font-size: 11px;
    color: #970852;
    border: solid 1px #970852;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 4px;
    cursor:pointer;
}

.findtxt {
    background-image: url('../Images/Find.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size:contain;
    padding-right:30px;
    
}


 /*-----------------------progress bar -------------------------------*/

.div-progress {
    height: 20px;
    background-color: rgba(178, 177, 177, 0.17);
    margin-bottom: 10px;
    margin-top:10px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.50);
    box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.50);
           
}

.div-progress div{
    width:0%; background-color: #FF0000; height:20px;
    border-radius: 4px;
    background: -webkit-linear-gradient(top, #7de506 0%, #7de506 40%, #0e7607 100%);
    background: linear-gradient(to bottom, #7de506 0%, #7de506 40%, #0e7607 100%);
         
}


.div-progress a{
    position:relative;
    display:block;
    width:100%;
    text-align:center;
    color:black;
    top:-22px;
    font-size:15px;
    height:20px;
}

 /*-----------------------Loader--------------------------*/
.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #ffcb00; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    position:absolute;
    z-index:55555;
    top:7px;
    right:95%;
    margin-right:-150px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }


}
/*-----------------check Box-------------------------------*/

input[type='checkbox'] {
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
    margin-top:5px;

}
input[type='checkbox']:checked {
    background: Green;
}

.checkbox label{
    color:#f4eeb0;
    margin-right:5px;
    float:right;
}

.timeago {
    float: left;
    margin-left: 20px;
    font-size: 100%;
    color: #f1f1f1;
}


/*============================================================*/
/* ================== Check box 2=============================*/

.container {
    display: inline-block;
    position: relative;
    padding-right: 20%;
    cursor: pointer;
    top: 11px;
    padding-top: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:100%!important;
    height:50px;

}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    right: 10%;
    height: 25px !important;
    width: 25px !important;
    background-color: #eee;
    border: solid 2px #2a3033;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #fdda48;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #970852;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*======================Radio===================================*/




.Radiobox {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 15px;
    margin-bottom: 12px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -3px;
}

    input[type="radio"] {
        position: relative;
        opacity: 1;
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin: 0px;
        background-color: red;
    }


    .Radiobox label {
        position: relative;
        margin-right: 6px;
        margin-left: 15px;
        top: -8px;
    }

input[type='radio']:checked:after {
    width: 14px;
    height: 14px;
    border-radius: 15px;
    top: 1px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
/*================================================================*/
/*==================   Tab mnu   ================================ */
.Tab-mnu {
    min-height: 42px;
    width: 100%;
    overflow: hidden;
}

.Tab-mnu a {
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: none!important;
    border: solid 1px #8e8a8a;
    color: #000000;
    /*border-top-left-radius: 25px;
    border-top-right-radius: 0px;*/
    display: block;
    height: 25px;
    float: right;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 9%;
}

.Tab-mnu a:hover {
    background-color: #dbd7d7;
    color:black!important;
}

.Tab-mnu a:focus, .active {
    background-color: #f0b135;
}

.tabcontent {
    padding: 10px;
    display: none;
    min-height: 700px;
    margin-top: -9px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    overflow: hidden;
    box-sizing:border-box;
    border-top:solid 1px Gray;
}
.tabcontent-profile {
    padding: 10px;
    display: none;
    min-height: 700px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    overflow: hidden;
    border-top: solid 1px #FFCC66;
}








.tbl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #6c0239;
    box-sizing:border-box;
}

.tbl th {
    text-align: center;
    border: solid 1px #909090;
    color: #fabc48;
    background-color: #740022;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
}

.tbl td {
    border: solid 1px #b5b1b1;
    text-align: center;
    height: 30px;
    background-color: white;
}

