﻿

/*===========================================================*/
/* ================== Grid  view syle ===================== */

.Grid {
    border: solid 1px red;
    font-family: "yekan", "Mykodak", "Tahoma";
    font-size: 80%;
    font-weight: normal;
    background-color: White;
    border-color: Gray;
    width: 100%;
    cursor: pointer;
}

.Grid td {
    border: solid 1px #FFFFFF;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    text-align: center;
    height: 25px;
}

.GridPager {
    background-color: #9d9d9d;
    Height: 40px;
    font-size: 17px;
}

.GridPager tr td a {
    width: 40px;
    height: 100%;
    display: inline-block;
    padding-top: 3px;
    background-color: #c2c2c2;
}

.GridPager tr td a:hover {
    background-color: #f6e206;
}

.GridPager span {
    display: inline-block;
    color: black;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: solid 1px White;
    background-color: #f6e206;
}

.GridItem:hover, .GridAltItem:hover {
    background-color: #FFCC66;
}

.coldel, .colselect {
    padding-right: 2px;
    padding-left: 2px;
    color: transparent;
    border-radius: 2px;
    border: solid 1px transparent;
    height: 18px;
    padding-bottom: 5px;
    font-size: 11px;
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../Images/Selectfile.png');
    background-repeat: no-repeat;
}

.coldel {
    background-position: center -19px;
    background-size: 65%;
}

.colselect {
    background-position: center 3px;
    background-size: 58%;
}

.coldel, .colselect {
    font-family: "yekan", "Mykodak", "Tahoma";
}

.coldel:hover {
    background-color: #fb0035 !important;
    color: white;
}

.colselect:hover {
    background-color: #f38111 !important;
}

.GridItem a:hover, .GridAltItem a:hover {
    color: white;
    background-color: #5b595c;
}

.GridHeader {
    background-color: rgb(138, 138, 138);
    font-family: "yekan", "Mykodak", "Tahoma";
    font-size: 11px;
    font-weight: lighter;
    height: 40px;
    color: White;
}

.GridHeader td {
    text-decoration: none;
    color: Lime;
    padding: 0px 10px 0px 10px;
    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;
}


.cmdgrid {
    display: inline-block;
    width: 30%;
    margin: 1px !important;
    border-radius: 6px;
}

.sortasc:after {
    content: " \25BC";
    margin-right: 5px;
}

.sortdesc:after {
    content: " \25B2";
    margin-right: 5px;
}

/*============== Tooltip in Grid ============================*/

.div-grid-tool {
    font-size: 12px;
    color: #79036c;
    position: relative;
    text-align: right;
    width: 100%;
    padding-right: 5px;
}

.div-grid-tool span {
    visibility: hidden;
    position: absolute;
    z-index: 1000;
    border: solid 1px #454545;
    background-color: #343434;
    color: #ffd800;
    border-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
    right: 70%;
    opacity: 0;
    transition: opacity 0.5s linear;
    text-align: right;
    display: inline-block;
    width: 200px;
}

.div-grid-tool span:before {
    content: "";
    position: absolute;
    right: -7px;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #343434;
}

.div-grid-tool:hover span {
    visibility: visible;
    opacity: 0.95;
}


/*===========================================================*/
/*================ textBox and buttom ======================*/

.p-input {
    overflow: hidden;
    margin-bottom: 5px;
    width:100%;
}

.p-input span {
    display: inline-block;
    width: 17%;
    height: 30px;
    text-align: left;
    margin-left: 10px;
}

.txt {
    height: 35px;
    border: solid 1px #808080;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block;
    padding-right: 1%;
    padding-left: 1%;
    font-family: "yekan", "Mykodak", "Tahoma";
    font-size: 14px;
    box-sizing: border-box;

    /*-webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    transition: width 0.5s;*/
}

.txtnone {
    border: solid 1px #ebebeb !important;
    background-color: transparent !important;
    color: #00208b !important;
}



.txt40width {
    width: 40%;
    box-sizing:border-box;
}

.txt60width {
    width: 60%;
    box-sizing: border-box;
}

.txt80width {
    width: 80%;
    box-sizing: border-box;
}

.txteng {
    direction: ltr;
    text-align: left;
}

.txt:focus, .txteng:focus {
    background-color: #faecd2;
    border: solid 1px #808080;
}

.combobox {
    color: #032c96;
}
.validclass {
    display: inline-block;
    color: red;
    font-weight: bold;
    font-size: 10px;
    margin-right: 5px;
    border-radius:6px;
    border:solid 1px #c21313;
    background-color:#ad0505;
    color:#eeeeee;
    padding-right:6px;
    padding-left:6px;
}


.cmd {
    display: inline-block;
    width: 130px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 5px;
    font-family: "yekan", "Mykodak", "Tahoma";
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    vertical-align: central;
    padding-bottom: 7px;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cmd2 {
    width: 110px;
    font-size: 11px;
    height: 32px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 10px;
    color: Gray;
    background-color: #e8e8e8;
    border: solid 1px #eac204;
    color: black;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
    padding-top: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.acmd{
    height:25px!important;
}

.cmdblue:hover, .cmdred:hover, .cmdorange:hover, .cmdgreen:hover, .cmdPurple:hover, .cmdgray:hover {
    color: #fff;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.cmdblue {
    color: black;
    border-color: #0040ab;
}

.cmdblue:hover {
    background-color: #0887c0;
} 

.cmdred {
    border-color: #c21313;
    color: #c21313;
}

.cmdred:hover {
    background-color: #e92929;
}

.cmdorange {
    border-color: #ff8300;
    color: #ff8300;
}

.cmdorange:hover {
    background-color: #ff8300;
}

.cmdPurple {
    border-color: #6d0457;
    color: #6d0457;
}

.cmdPurple:hover {
    background-color: #6d0457;    
}

.cmdgreen {
    border-color: #077100;
    color: #077100;
}

.cmdgreen:hover {
    background-color: #469141;
}

.cmdgray {
    border-color: #6c6576;
    color: #3f3d3f;
}

.cmdgray:hover {
   background-color: #4c4a4f;

}
.cmdxls {
    background-repeat: no-repeat;
    background-image: url('../Images/xlspic.png');
    background-position: right center;
    padding-right:1.5%;
}


.cmdupload {
    margin-right: 20px;
    padding: 3px;
    padding-right: 35px;
    cursor: pointer;
    color: #343434;
    border: solid 2px black;
    display: inline-block;
    font-size: 13px;
    width: 110px;
    height: 25px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 3px;
    background-image: url('../Images/upload.png');
    background-position: 120px center;
    background-repeat: no-repeat;
    background-size: 14%;
}

.cmdloading {
    margin: 1px;
    cursor: pointer;
    color: blue;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('../Images/loadingline.gif');
    background-position: center center;
    width: 140px;
    height: 15px;
    font-size: 0px;
}

.aline{
    display:inline-block;
    width:100px;
    height:30px;
    text-align:center;
    border:solid 1px #9ac9f8;
    border-radius:3px;
    margin-right:7px;
    color:#0b268f;
    background-color:#d4bcdd;
}
.aline::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #40c910;
    transition: width .3s;
}

.aline:hover::after {
    width: 100%;
}

.txtfind {
    background-repeat: no-repeat;
    background-image: url('../Images/find.png');
    background-position: 98% center;
    background-size:4%;
    padding-right:40px;
}
.txthide {
    display: none;
}

.txtduble {
    width:25%!important
}

/*=============================================================*/
/* ======================  Modal image ======================= */

.img-zoom {
    cursor:pointer;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}


.modal-content {
    margin: auto;
    display: block;
    height: 80%;
    max-height: 800px;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/*================================================================*/
/*==================   Tab mnu   ================================ */

.p-help-mnu {
    min-height: 42px;
    width: 100%;
    overflow: hidden;
}

.p-help-mnu a {
    margin-right: 10px;
    margin-top: 10px;
    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%;
}

.p-help-mnu a span {
    display:none;
}

.p-help-mnu a:hover {
    background-color: #dbd7d7;
}

.p-help-mnu a:focus, .active {
    background-color: #ffd800;
}

.tabcontent {
    padding: 10px;
    display: none;
    min-height: 700px;
    margin-top: -11px;
    border-top: solid 1px #8e8a8a;
    border-radius: 10px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.tabcontent div {
    position: relative;
}

/*============================================================*/
/*=================== Progress Bar ==========================*/


.div-progress {
    height: 10px;
    background-color: rgba(178, 177, 177, 0.17);
    margin-bottom: 5px;
    margin-top: 15px;
    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: 10px;
    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: -36px;
    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);
    }
}


/*===========================================================*/
/* ================== Table syle =========================== */

.tbl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tbl th {
    text-align: center;
    border: solid 1px #878787;
    color: #ffd754;
    background-color: rgb(147, 147, 147);
    height: 30px;
    font-size: 11px;
    font-weight: normal;
}

.tbl td {
    border: solid 1px #b5b1b1;
    text-align: center;
    height: 25px;
    font-size: 12px;
}


.tbl2 {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.tbl2 th {
    text-align: center;
    border: solid 1px #035313;
    color: #ffc300;
    background-color: rgb(2, 98, 2);
    height: 25px;
    font-size: 11px;
}

.tbl2 td {
    border: solid 1px #b5b1b1;
    text-align: right;
    height: 20px;
    padding-right: 7px;
}

/*=========================================================*/
/* ======================= check Box 1 ===================== */

input[type='checkbox'] {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 3px;
    border: 1px solid #555;
    margin-top: 5px;
    cursor: pointer;
}

input[type='checkbox']:checked {
    background: Green;
}

.checkbox label {
    position: relative;
    margin-right: 7px;
    top: -8px;
    text-align:right!important;
    margin-left:7px;

}

.timeago {
    float: left;
    margin-left: 20px;
    font-size: 100%;
    color: #f1f1f1;
}

input[type='checkbox']:hover {
    border: 2px solid #059a1a;
}


/*============================================================*/
/* ================== Check box 2=============================*/

.containerbx {
    display: block;
    position: relative;
    padding-right: 10%;
    cursor: pointer;
    top:9px;
    padding-top:5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerbx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    right: 18%;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: solid 1px #0d92d5;
}

/* On mouse-over, add a grey background color */
.containerbx:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerbx input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerbx input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerbx .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*============================================================*/
/* ===================== option Box ========================= */


.radio-toolbar {
    margin: 20px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: rgb(238, 238, 238);
    padding: 1px 20px;
    border: 2px solid #aaa;
    border-radius: 4px;
    color: #d9d7d7;
    width: 150px;
    text-align: center;
}

.radio-toolbar label:hover {
    background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #aeaeae;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #ffebbb;
    border-color: #4c4;
    color: #220101
}


/*=======================Option Box 2 ======================*/

/*
  <label class="container">One
    <input type="radio" checked="checked" name="radio">
    <span class="checkmark"></span>
  </label>
*/

.radio18 {
    display: inline-block;
    float:left;
    position: relative;
    padding-left: 10px;
    padding-right: 25px;
    padding-top:6px;
    margin-right: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: solid 1px #c21313;
    height: 35px;
    width: 100px;
    border-radius:30px;
    text-align:center;
}

.radiored {
    color:red;
    border-color:red;
}
.radiogreen {
    color: #025a0d;
    border-color: darkgreen
}
.radiored:hover {
    background-color: #c20909;
    color: #eeeeee;
}
.radiogreen:hover {
    background-color: #0e7607;
    color: #ffffff;
}

.radio18 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 8px;
    left: 5px;
    right:5px;
    bottom:5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.radio18:hover input ~ .checkmark {
    background-color: #ccc;
}


.radio18 input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio18 input:checked ~ .checkmark:after {
    display: block;
}

.radio18 .checkmark:after {
    top: 9px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*==========================================================*/
/* ================== Progress bar ======================= */

.div-progress {
    height: 20px;
    background-color: rgba(178, 177, 177, 0.17);
    margin: 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 span {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: black;
    top: -22px;
    font-size: 15px;
    height: 20px;
}


/*===========================Gallery ========================
================================================================*/

.div-gallery {
    width: 100px;
    height: 100px;
    float: right;
    padding: 5px;
    border: 2px solid #d7d7d7;
    margin: 5px;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
}

.div-gallery img {
    width: 100px;
    height: 100px;
}

.div-gallery a {
    position: absolute;
    z-index: 55;
    display: block;
    width: 15px;
    height: 15px;
    top: -5px;
    right: 5px;
}

.div-gallery a:after {
    content: ' \2297';
    font-size: 20px;
}

.div-gallery a:hover {
    color: #b30606;
}

.div-gallery:hover {
  border-color: rgba(252, 234, 27, 0.84);
}

.div-gallery a:hover {
  background-position: center -16px;
}


