@font-face {
    font-family: Vazir;
    src: url('fonts/vazir-font-v19.0.0/Vazir.eot');
    src: url('fonts/vazir-font-v19.0.0/Vazir.eot?#iefix') format('embedded-opentype'),
    url('fonts/vazir-font-v19.0.0/Vazir.woff2') format('woff2'),
    url('fonts/vazir-font-v19.0.0/Vazir.woff') format('woff'),
    url('fonts/vazir-font-v19.0.0/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/vazir-font-v19.0.0/Vazir-Bold.eot');
    src: url('fonts/vazir-font-v19.0.0/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/vazir-font-v19.0.0/Vazir-Bold.woff2') format('woff2'),
    url('fonts/vazir-font-v19.0.0/Vazir-Bold.woff') format('woff'),
    url('fonts/vazir-font-v19.0.0/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/vazir-font-v19.0.0/Vazir-Black.eot');
    src: url('fonts/vazir-font-v19.0.0/Vazir-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/vazir-font-v19.0.0/Vazir-Black.woff2') format('woff2'),
    url('fonts/vazir-font-v19.0.0/Vazir-Black.woff') format('woff'),
    url('fonts/vazir-font-v19.0.0/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/vazir-font-v19.0.0/Vazir-Medium.eot');
    src: url('fonts/vazir-font-v19.0.0/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/vazir-font-v19.0.0/Vazir-Medium.woff2') format('woff2'),
    url('fonts/vazir-font-v19.0.0/Vazir-Medium.woff') format('woff'),
    url('fonts/vazir-font-v19.0.0/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/vazir-font-v19.0.0/Vazir-Light.eot');
    src: url('fonts/vazir-font-v19.0.0/Vazir-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/vazir-font-v19.0.0/Vazir-Light.woff2') format('woff2'),
    url('fonts/vazir-font-v19.0.0/Vazir-Light.woff') format('woff'),
    url('fonts/vazir-font-v19.0.0/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/vazir-font-v19.0.0/Vazir-Thin.eot');
    src: url('fonts/vazir-font-v19.0.0/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/vazir-font-v19.0.0/Vazir-Thin.woff2') format('woff2'),
    url('fonts/vazir-font-v19.0.0/Vazir-Thin.woff') format('woff'),
    url('fonts/vazir-font-v19.0.0/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body {
    font-family: 'Open Sans Condensed', 'Vazir', 'Courier New', serif;
    font-size: 1.8em;
    color: rgb(108, 21, 7);
    padding: 0;
    margin: 0;
    border: 0;
    background-color: black;
    /*background: url('../img/IMG_4574.jpg') no-repeat;*/
    /*background-size:cover;*/
}

.fullscr-div {
    width: 100%;
    min-width: 300px;
    height: 100%;
    margin: auto;
    overflow-y: auto;
}

#user-info {
    margin-left: 10px;
}

#user-info {
    min-width: 10%;
    float: left;
    position: absolute;
    left: 0;
}

#selected-counter {
    margin-left: 20px;
}

#selected-counter, #user-info {
    min-width: 10%;
    float: left;
    position: absolute;
    left: 0;
}

table, tr, td, th {
    border: 1px black solid !important;
}

#table {
    text-align: center;
    width: 100% !important;
}

#levels-table, #words-table {
    text-align: center;
    width: 100% !important;
}

.select-style {
    border-radius: 3px;
    overflow: hidden;
    padding: 4px 8px;
    box-shadow: none;
    background: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 2px solid rgb(108, 21, 7);
    background-color: rgb(108, 21, 7);
    color: rgb(211, 211, 211) !important;

}

#level-live-search {
    background-color: rgb(168, 168, 168);
    width: 100%;
    height: 50px;
}

.contdiv {
    width: 80%;
    background-color: rgb(211, 211, 211);
    margin: 100px auto auto;
}

.fullcontdiv {
    width: 90%;
    background-color: rgb(211, 211, 211);
    margin: 100px auto auto;
}

#contdiv-level-create {
    width: 80%;
    background-color: rgb(211, 211, 211);
    margin: 55px auto auto;
    /*margin: 300px auto auto;*/
}

.contdiv-level-display {
    width: 100%;
    background-color: rgb(211, 211, 211);
    margin: 60px auto auto;
}

.nav-item {
    margin-right:8px;
    margin-top:20px;
    padding:0 10px;
    border: 2px solid rgb(108, 21, 7);
    background-color:rgb(108, 21, 7);
    color:rgb(211, 211, 211)!important;
    border-radius: 5%;
}

.form-style {
    /*position: fixed;*/
    background-color: #D3D3D3;
}

.forms {
    width: 100%;
    padding-top: 2px;
    min-height: 45px;
    text-align: center;
}

.input-style {
    min-width: 260px;
    border: 0;
    overflow: hidden;
    box-shadow: none;
    background: transparent;
    color: white;
}

.input-full-size {
    width: 90% !important;
    min-width: 0 !important;
}

.text-area-validation {
    resize:vertical;
    width: 100%;
    height: 100%;
}

.font {
    font-family: 'Open Sans Condensed', 'Vazir', serif;
    font-size: 0.8em!important;
    color: rgb(108, 21, 7);
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.btn {
    border: 0 !important;
    cursor: pointer;
    border-radius: 3px;
    padding: 5px 8px;
    background: transparent;
    color: rgb(108, 21, 7);
}

.btn:hover {
    color: black;
    background-color: rgb(108, 21, 7);
}

select, input {
    border: none;
}

select, input {
    outline: none;
}

select, input::-moz-focus-inner {
    border: 0;
}

.used-times {
    text-align: center;
    background-color: rgb(211, 211, 211);
    min-width: auto !important;
    min-height: content-box;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.radio-button {
    position: relative;
    margin: 20% 0;
}

.radio-button input {
    position: absolute;
    margin: 5px;
    padding: 0;
    /* for mobile accessibility (iOS Label Bug) */
    visibility: hidden;
}

.radio-button .label-visible {
    margin-left: 5em;
    margin-bottom: 0;
}

.fake-radiobutton {
    position: absolute;
    display: block;
    border: 2px solid black;
    background-color: white;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    transform: translateX(-50%) translateY(-50%);
}

.fake-radiobutton:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    background: rgb(108, 21, 7);
    transform: translateX(-50%) translateY(-50%);
}

.fake-radiobutton {
    border-radius: 0;
}

.fake-radiobutton:after {
    border-radius: 0;
}


.result-level , .result-word:hover{
    border-collapse:collapse !important;
}

.result-level:hover .font {
    color:black !important;
}

.result-level:hover, .result-word:hover {
    color:black !important;
}

input[type="radio"]:checked + span .fake-radiobutton:after,
input[type="checkbox"]:checked + span .fake-checkbox:after {
    display: block;
}

.large-input
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2) !important; /* IE */
  -moz-transform: scale(2) !important; /* FF */
  -webkit-transform: scale(2) !important; /* Safari and Chrome */
  -o-transform: scale(2) !important; /* Opera */
  padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}
/**/