
.but {
    padding: 9px 10px 13px 10px;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
}
.butT {
    padding: 5px 10px 8px 10px;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
}
.but.but-gray {
    background: #f2f3f6;
    border: 1px solid #dedede;
    color: #555;
}

.but-gray:hover {
    background-color: #ececef;
    border: 1px solid #d2d2d2;
    color: #444;
}

.but.but-orange {
    background-color: #ff7800;
    color: white;
}

.but-orange:hover {
    background-color: #ec6500;
    color: white;
}

.but.but-blue {
    background-color: #1ac7f1;
    color: white;
}
.butT.but-blueW {
    background-color: white;
    color: #1ac7f1;
    border:1px solid #1ac7f1;
}
.but-blue:hover,.butT.but-blueW:hover {
    background-color: #01b3f1;
    color: white;
}

.but.but-green {
    background-color: #399C3D;
    color: white;
}

.but-green:hover {
    background-color: #4caf50;
    color: white;
}

.but.but-red {
    background-color: #bf5050;
    color: white;
}

.but-red:hover {
    background-color: #cf1010;
    color: white;
}

.btn-group-justified {
    display: inline-flex;;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    margin: 10px auto;
}

.BTN {
    display: block;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #999;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin: auto;
}

.green {
    color: #000;
    border: 1px solid #81ba34;
    background: #8dc63f;
}

.fldTitle {
    line-height: 18px;
    text-align: right;
    font-size: 9pt;
    font-weight: bold;
    color: #888;
}

.fldDes {
    font-size: 8pt;
    margin-right: 5px;
}
.delButComm{
    width: 30px;
    height: 30px;
    background-image: var(--ICON);
    background-position: -282px -370px;
}
.field[type="text"], select, textarea,.field[type="date"],.field[type="time"] {
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    outline: none;
    padding: 0 7px;
    color: #666;
    line-height: 35px;
    font-size: 11pt;
    font-family: BYekan;

}
::placeholder {
    color: #aaa;
}
.field[type="text"], textarea, .field[type="date"],.field[type="time"] {
    height: 35px;
}
select{
    height: 40px;
}
.header {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    color: #555;
    box-shadow: 0 0 5px #30303c;
}

.header #head {
    background-color: white;
    height: 60px;
}


.headHO .logo span {
    background-image: url('<?= PUB ?>public/images/LogofinalG.png');

}

#memuBox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media (max-width: 1070px) {
    #memuBox {
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;
        min-width: 235px;
    }

    .menu {
        margin-top: 7px;
        width: 60px;
        float: right;
    }

    .menu > span {
        width: 40px;
        height: 40px;
        background-image: var(--ICON);
        background-repeat: no-repeat;
        background-position: -351px -2px;
        display: block;
        margin-right: 13px;
        margin-top: 2px;
        cursor: pointer;
    }

    .menuShow {
        display: flex;
    }

    .menuHide {
        display: none;
    }

    .menu ul.menuHide, .menu ul.menuShow {
        position: absolute;
        width: 100%;
        background-color: #30303c;
        flex-direction: column;
        box-sizing: border-box;
        color: white;
        right: 0;
        top: 90px;
    }

    .menu > ul > li {
        display: inline-table;
        line-height: 20px;
        font-size: 13pt;
        font-weight: normal;
        border-top: 1px solid rgba(0, 0, 0, 0);
        padding: 10px 30px;
        border-bottom: 4px solid rgba(0, 0, 0, 0);
        border-top: 1px solid rgba(0, 0, 0, 0);
        text-align: center;
    }

    .menu > ul > li:hover {
        border-bottom: 4px solid #01b3f1;
        border-top: 1px solid #01b3f1;
        cursor: pointer;
    }
}

@media (min-width: 1071px) {

    #memuBox {
        display: flex;
        justify-content: start;
        padding-right: 20px;
    }

    .menu,.userMenu {
        max-width: 820px;
        height: 100%;
        display: flex;
        flex-direction: row;
    }

    .menu ul,.userMenu ul {
        margin: auto 0;
    }

    .menu > ul > li,.userMenu > ul > li {
        display: inline-block;
        padding: 10px;
        line-height: 35px;
        font-size: 13pt;
        font-weight: normal;
        border-top: 1px solid rgba(0, 0, 0, 0);
    }
    .userMenu > ul > li:nth-child(1){
        padding: 11px; 
        background-image: var(--ICON);
        background-repeat: no-repeat;
        background-position: -295px 9px;
        color: #fff;
    }
    .menu > ul > li:nth-child(1) {
        min-width: 32px;
        background-image: var(--ICON);
        background-repeat: no-repeat;
        background-position: -295px 9px;
        color: #fff;
    }

    .menu > ul > li:hover {
        border-bottom: 4px solid #01b3f1;
        border-top: 1px solid #01b3f1;
        cursor: pointer;
    }
}


.logo object{
    width: 100%;
    height: 95%;
}
.logo {
    max-width: 200px;
    flex-grow: 2;
    padding-left: 11px;
    padding-right: 11px;
    box-sizing: border-box;
}
#container{
    display: inherit;
    flex-direction: column;
}
.pTitle{
    color: #1ac7f1;
}
.panels {
    width: 95%;
    margin: 5px auto 7px auto;
    background: #4caf50;
    border-radius: 7px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 3px #acb0b3;
    padding: 20px 0;
}

.panels .headTitle {
    width: 100%;
    min-height: 40px;
    background: aliceblue;
    color: #27b;
    padding: 5px 12px 0 35px;
    font-weight: bold;
    box-sizing: border-box;
    margin-top: -20px;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    flex-wrap: wrap;
}

.fields {
    margin: 10px 30px 20px 20px
}

.fields p {
    color: #20507c;
    margin: 0;
}

.fields input {
    color: #555;
}

.fldTitle {
    line-height: 18px;
    text-align: right;
    font-size: 9pt;
    font-weight: bold;
    color: #888;
}

.fldDes {
    font-size: 8pt;
    margin-right: 5px;
}

.field[type="text"] {
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 40px;
    box-shadow: 0 0 5px #ccc;
    outline: none;
    padding: 0 5px;
    color: #444;
    line-height: 35px;
    font-size: 11pt;

}

.field[type="radio"] {
    width: 20px;
    height: 20px;
    outline: none;
    padding: 0 5px;
    color: #444;
    line-height: 35px;
    font-size: 11pt;
    margin-left: 20px;
}

#showRecBox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.2);
    overflow-y: scroll;
    direction: rtl;
}

#showRecBox > table {
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.trans {
    margin: 30px auto 50px auto;
    background-color: rgba(26, 199, 241, .2);
    padding: 10px 0 20px 0;
    text-shadow: 0 0px 4px rgba(0, 0, 0, 1);
}

.trans span {
    color: #fff;
    display: block;
    text-align: center;
}

.trans span:nth-child(1) {
    font-size: 30pt;
    font-weight: bold;
}

.trans span:nth-child(2) {
    font-size: 20pt;
}

.trans span:nth-child(3) {
    font-size: 15pt;
}

#headContact {
    width: 100%;
    height: 30px;
    background-color: white;
    border-bottom: 1px solid #e5e5ef;
    direction: rtl;
}

#headContact > div {
    display: inline;
}

#headCon a {
    position: relative;
    display: inline-block;
    margin-right: 36px;
    padding-top: 4px;
    direction: ltr;
    font-size: 8pt;
}

#headCon a:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: var(--ICON);
    display: inline-block;
    top: -15px;
    right: -29px;
}

#headCon a:nth-child(1) {
    font-size: 13pt;
    background-color: #c33030;
    height: 16px;
    line-height: 17px;
    margin-top: 2px;
    padding: 5px 15px 5px 5px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    color: #fff;
    margin-right: 21px;
}

#headCon a:nth-child(1):before {
    top: 0px;
    right: -15px;
}

#headCon a:nth-child(1):before {
//background-position: -158px -273px;
}

#headCon a:nth-child(2):before {
//background-position: -238px -368px;
}

#headCon a:nth-child(3):before {
//background-position: -198px -368px;
}

#headCon a:nth-child(1):before {
    background-position: -158px -368px;
}

.header #head {
    display: flex;
    flex-direction: row;
}
.header #head > div{
    width: 100%;
    height: 100%;
}

.signin {
    margin-top: 17px;
}

#doIt {
    width: 250px;
    max-width: 250px;
    color: #fff;
    text-align: right;
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    top: 13%;
    left: auto;
    right:10px;
}

#doIt span {
    margin: 15px 0 5px 0;
    width: 100%;
    height: 35px;
    position: relative;
    direction: ltr;
    left: 0;
    background-color: #000;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 1);
    color:#eee;
    padding: 0 22px;
    line-height: 32px;
    font-size: 13pt;
    border-radius:5px;
    font-family:IRANsans;
}

#doIt span:hover {
    cursor:pointer;
    background-color: #fff;
    color: 305773;
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, .5);
}

.headTitle p{
    margin:0 20px 0 0;
    color:red;
}
#desItems {
    display: flex;
    flex-direction: row;
    margin: 5px 0 5px auto;
    margin-left: auto;
    float: right;
}

#desItems span{
    color:var(--b1);
}

#desItems li {
    position: relative;
    width: auto;
    display: flex;
    padding: 5px 0px 0px 0px;
    box-sizing: border-box;
    text-align: right;
    margin-left: 35px;
    color: #484;
}
#desItems li input{
    margin-left: 5px;
}

.listTables{
    width: 100%;
    font-size: 11pt;
    text-align: center;
    color:#000;
}

.listTables tr:nth-child(1) td {
    color: #46a;
    border-top: 0px solid #e5e5e5;
    border-bottom: 1px solid #eee;
}

.listTables tr td:nth-child(3) {
    min-width:150px;
}

.listTables tr td {
    cursor: pointer;
    height: 37px;
  
}

.listTables tr:NOT(:first-child):hover{
    color:#000;
    background-color: #e0e0f0;
}

.listTables tr td span{
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: var(--ICON);
    cursor: pointer;
}
