@font-face {
    font-family: 'iransans-web';
    src: url('/public/fonts2/iransans/iransans-web.woff') format('woff');
}
@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url('/public/fonts/yekan.ttf') format("truetyoe");
    src: url('/public/fonts/yekan/yekan.woff') format("woff");
}

@font-face {
    font-family:"vazir";
    font-style: normal;
    font-weight: bold;
    src:url('/public/fonts/vazir.woff');
}

@font-face {
    font-family: 'yekan';
    src: url('/public/fonts/yekan.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'vazir';
}

/*---------------slider---------------*/
.a1 {
    color: black

}

.a1:hover {
}

a:focus, a:hover {
    text-decoration: none;
    color: #0f1011;
}

.g11 {
    color: #ad1115;
    padding-left: 5px
}

#a3 {
    background-color: whitesmoke
}

#a3:hover {
    background-color: whitesmoke;
}

/*--------glyphicon-------*/
.g12 {
    color: lightgrey;
    font-size: 10px;
    padding-left: 10px;
}

.a3 {
    color: black;
}

.a3:hover {
    text-decoration: none;
    color: #ad1115;
}

/*---------------------------------*/
.a5 {
    color: black;
}

.a5:hover {
    text-decoration: none
}

/*--------login-----------*/
form {
    border: 3px solid #f1f1f1;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}

.cancelbtn {
    width: auto;
    padding: 5px 18px;
    background-color: #f44336;
    color: whitesmoke;
}

.cancelbtn:hover {
    width: auto;
    background-color: #f44336;
    opacity: 0.8;
    color: whitesmoke;
    text-decoration: none;

}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

/*------------menu1-aa22-----------*/
.aa22:hover {
    color: #bae9ff !important;
    background: none !important;
    display: block;
}

#sectiontop {
    min-height: 50px;
    background-color: #3686bb !important;
}

.sidenavmenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenavmenu a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: black;
    display: block;
    transition: 0.3s;
}

.sidenavmenu ul {
    list-style-type: none;
    /*font-size: 15px !important;*/
    /*font-weight: bold;*/
}

.sidenavmenu .closebtn {
    position: absolute;
    top: 0;
    right: 180px;
    font-size: 36px !important;
    margin-left: 50px;
    font-weight: bold;
}

@media screen and (max-height: 450px) {
    .sidenavmenu {
        padding-top: 15px;
    }

    .sidenavmenu ul {
        font-size: 15px;
        font-weight: bold;

    }
}

@media screen and (max-width: 400px) {
    .hiddenmini {
        display: none !important;
        margin-left: 200px !important;
    }

    .showmini {
        display: block !important;
    }
}

.responsive {
    width: 10%;
    height: auto;
    position: absolute;
    z-index: 2;
    left: 1%;
    top: 0%
}

.responsive2{
    position: absolute;
    z-index: 2;
    right: 30%;
    top: 18%;
    width: 100%;
    height: 10px;
}

@media screen and (max-width: 1200px){
    .responsive2 {
        top: -1%;
        right: 35%;

    }
}

form.example {
    position: absolute;
    border: 0px solid gray !important;
}

form.example input[type=text] {
    font-size: 70%;
    border: 1px solid grey;
    float: left;
    width: 80%;
    /*background: #f1f1f1;*/
    padding: 8% !important;
}

form.example button {
    float: left;
    width: 20%;
    background: #2196F3;
    color: white;
    font-size: 60%;
    padding: 8.5% !important;
    border: 1px solid grey;
    border-left: none;

}

form.example button:hover {
    background: #0b7dda;
}


.activepaging{
    color: white;
    background-color: #3686bb;
}
.paging{
    border: 1px solid #3686bb;
    display: block;
    width: 30px;
    margin: 5px;
    text-align: center;

}







.fake-input { position: relative; }
.fake-input input {  display:block; width: 45%; box-sizing: border-box }
.fake-input .glyphicon-search {cursor: pointer; position: absolute; top:12px;right:90%;color: #ffcc00; font-size:5%}
/*.search-box{*/
    /*margin-top: 200px;*/
/*}*/

.search1 {
    border-radius:25px !important;
}



























