﻿@import url('font-awesome.min.css');
@font-face {
    font-family: 'Vazir-Bold';
    src: url('../fonts/Vazir-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'fanum';
    src: url('../../sb/fonts/iranyekanwebregularfanum.woff') format('woff');
}
@font-face {
    font-family: 'morvarid';
    src: url('../fonts/pixelboy-BMorvarid.woff') format('woff');
}
body {
    padding-top: 50px;
    padding-bottom: 20px;
    text-decoration: none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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,
textarea {
    max-width: 280px;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: inline-block;
    width: 100%;
    padding-top: 6px;
}

.icon {
    padding: 10px;
    color: #a6a7a9;
    min-width: 50px;
    text-align: center;
    border: #a6a7a9 1px solid;
    border-left: none;
    border-radius: 0 15px 15px 0;
    font-size: 20px !important;
    padding-top: 6px;
    padding-bottom: 13px;
    margin-left: -5px;
}

.input-field {
    width: 100%;
    padding: 9px;
    outline: none !important;
    border-radius: 15px 0px 0px 15px;
    background: #eafaff;
    border: 1px solid #a6a7a9;
    text-align: center;
}

    .input-field:focus {
        border: 2px solid dodgerblue;
    }



.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #ccc;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
    left: 0px;
    border-radius: 3px 0 0 3px;
}
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
/* Caption text */
.text {
    color: #ffffff;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
    color: #ffffff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active,
    .dot:hover {
        background-color: #fff;
    }
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 5s;
    animation-name: fade;
    animation-duration: 5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

@media (max-width: 1199px) {
    .slideshow-container {
        margin-top: 50px;
    }
}

.btn1 {
    background: #19b5fe;
    border: 0;
    border-radius: 15px;
    padding: 5px 20px;
    color: #fff !important;
    box-shadow: rgb(50 50 93 / 4%) 0 13px 27px -5px, rgb(0 0 0 / 8%) 0 8px 16px -8px;
    transition: .5s;
    margin: 15px;
}

.box-bg {
    background-color: #fdfdfd !important;
    border: 1px solid #dedede !important;
    box-shadow: rgb(143 148 161 / 54%) 0 8px 24px;
    border-radius: 7px;
}

.role-login {
    border-radius: 5px;
    text-align: center;
    color: #fdfdfd;
    font-size: 16px;
    font-weight: 700;
    line-height: 3;
    background-color: #4451a9;
    margin: 4px 0;
    transition: .5s;
}

    .role-login:hover {
        cursor: pointer;
        background-color: #4451a9;
        color: #fff;
        border: 1px solid #0c22af !important;
    }

.roleimg1 {
    display: inline;
    margin-right: auto;
    margin-left: auto;
    padding: 13px;
    width: 55px;
    margin: 0;
    position: absolute;
    right: 3px;
    bottom: -6px;
}

a:hover {
    text-decoration: none !important;
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.check-icon {
    background-image: url(/Upload/check.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.gridBtn {
    padding: 3px !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    transition: all .2s ease-in;
}

*:focus {
    outline: none !important;
}

textarea:focus, input:focus {
    outline: none !important;
}

.cover {
    width: 100%;
    margin: auto;
}

.mastfoot {
    padding-top: 0px;
    text-align: center;
    margin: auto;
}


.imgclasswidth {
    width: 150px;
}

@media only screen and (max-width: 800px) {
    .imgclasswidth {
        width: 150px;
    }
}

.efect:focus {
    background: #b200ff;
    color:white;
}