@import "font-awesome.css";

@font-face {
    font-family: 'traffic';
    src: url('../fonts/traffic.eot');
    src: url('../fonts/traffic.otf') format('opentype');
    src: url('../fonts/traffic.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "nassim";
    src: url("../fonts/nassim.eot");
    src: url("../fonts/nassim.woff") format("woff");
    src: url("../fonts/nassim.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yekan';
    src: url('../fonts/yekan.eot');
    src: url('../fonts/yekan.otf') format('opentype');
    src: url('../fonts/yekan.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Regular";
    /*src: url("../fonts/nassim.eot");*/
    /*src: url("../fonts/nassim.woff") format("woff");*/
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 1px;
}

.tiny {
    font-size: 60%;
}

.small {
    font-size: 80%;
}

.large {
    font-size: 120%;
}

.huge {
    font-size: 140%;
}

.icon {
    margin: 4px;
}

@font-face {
    font-family: 'icon';
    src: url('../fonts/icon.eot?8ochpk');
    src: url('../fonts/icon.eot?#iefix8ochpk') format('embedded-opentype'), url('../fonts/icon.ttf?8ochpk') format('truetype'), url('../fonts/icon.woff?8ochpk') format('woff'), url('../fonts/icon.svg?8ochpk#icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ic-"],
[class*=" ic-"] {
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ic-pencil:before {
    content: "\e600";
}

.ic-pencil2:before {
    content: "\e601";
}

.ic-copy:before {
    content: "\e602";
}

.ic-lifebuoy:before {
    content: "\e603";
}

.ic-location2:before {
    content: "\e604";
}

.ic-spinner9:before {
    content: "\e605";
}

.ic-cog:before {
    content: "\e606";
}

.ic-list2:before {
    content: "\e607";
}

.ic-cloud-download:before {
    content: "\e608";
}

.ic-flag:before {
    content: "\e609";
}

.ic-star-empty:before {
    content: "\e60a";
}

.ic-star-full:before {
    content: "\e60b";
}

.ic-play3:before {
    content: "\e60c";
}

.ic-pause2:before {
    content: "\e60d";
}

.ic-stop2:before {
    content: "\e60e";
}

.spin {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.shake {
    -webkit-animation: shake 1s infinite linear;
    animation: shake 1s infinite linear;
}

.animated {
    display: inline-block;
}

* {
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-family: yekan, serif;
    color: #000;
}

body {
    padding: 5px;
    direction: rtl;
    background-color: ghostwhite;
    /*background-color: black;*/
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input,
textarea {
    border: 1px solid #ddd;
    padding: 2px 2px;
}

input:hover,
textarea:hover {
    border: 1px solid #ccc;
}

input:focus,
textarea:focus {
    border: 1px solid #aaf;
}

.float-right {
    float: right;
    clear: both;
}

.float-left {
    float: left;
    clear: both;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.min-width-25 {
    min-width: 25px;
}

.min-width-50 {
    min-width: 50px;
}

.min-width-75 {
    min-width: 75px;
}

.min-width-100 {
    min-width: 100px;
}

.max-width-0 {
    max-width: 0;
}

.max-width-5 {
    max-width: 5px;
}

.max-width-10 {
    max-width: 10px;
}

.max-width-15 {
    max-width: 15px;
}

.max-width-20 {
    max-width: 20px;
}

.max-width-30 {
    max-width: 30px;
}

.max-width-40 {
    max-width: 40px;
}

.max-width-50 {
    max-width: 50px;
}

.max-width-75 {
    max-width: 75px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-200 {
    max-width: 200px;
}

.max-height-50 {
    max-height: 50px;
}

.max-height-100 {
    max-height: 100px;
}

.margin-lf-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.margin1 {
    margin: 1px;
}

.margin2 {
    margin: 2px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
}

.margin50 {
    margin: 50px;
}

.padding5 {
    padding: 5px;
}

.margin-lr-15 {
    margin-left: 15px;
    margin-right: 15px;
}
.margin-lr-2 {
    margin-left: 2px;
    margin-right: 2px;
}
.td-bgc-warning td {

    /*background-color: #faebcc;*/


}

.border {
    border: 1px solid #773300;
    background-color: #f5f5f5;
    padding: 0;
    display: inline-block;
    border-radius: 4px;
}

.border2 {
    border: 1px solid #773300;
    /*background-color: #f5f5f5;*/
    padding: 1px;
    margin: 1px;
    /*display: inline-block;*/
    /*border-radius: 2px;*/
}

/*bootstrap changing*/

.input-group {
    margin-bottom: 5px;
}

.input-group .form-control {
    position: static;
}

.credit {
    color: #0000ff;
    font-size: 120%;
}

.debit {
    color: #ff0000;
    font-size: 120%;
}

/*edit bootstrap select*/
.bootstrap-select .btn {
    padding: 5px 12px;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

.divider2 {
    margin: 2px;
    padding: 2px;

}

.vertical-line {

    display: inline-block;

    border-left: 1px solid #ccc;

    margin: 0 10px;

    height: 125px;

}

hr.dashed {
    border-top: 3px dashed #bbb;
}


hr.dotted {
    margin: 0;
    border-top: 2px dotted #bbb;
}


hr.solid {
    margin: 0;
    border-top: 1px solid #bbb;
}


hr.rounded {
    border-top: 8px solid #bbb;
    border-radius: 5px;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0 0 5px;

    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    /*padding-left: 10px !important;*/
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}


.enter2tab {
    border-bottom: solid 2px maroon;

}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;

}

thead input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

div.error {
    padding: 2px;
    margin-bottom: 2px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    height: 34px;
    border-top-right-radius: 0 0;
    border-bottom-right-radius: 0;
}

div.DTE_Field_Input > div > div label {
    margin-right: 0.75em;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    padding: 5px 5px;
}

div.DTE_Body div.DTE_Body_Content div.col-6 {
    float: right;
    width: 50%;
    clear: none;
    box-sizing: border-box;
}


div.DTE_Body div.DTE_Form_Content:after {
    content: ' ';
    display: block;
    clear: both;
}

div.DTE_Body div.DTE_Body_Content div.col-12 > label {
    float: left;
    width: 20%;
}

div.DTE_Body div.DTE_Body_Content div.col-12 > div.DTE_Field_Input {
    float: right;
    width: 80%;
}

div.DTE_Field div.DTE_Field_Info {
    /*font-size: 11px;*/
    line-height: 2em;
    margin-top: 2px;
    background-color: linen;
}

div.DTE_Field div.DTE_Field_Error {
    line-height: 2em;
    margin-top: 5px;
}

.registerForm {
    background-color: #2ecc71;
}

.editForm {
    background-color: #2c3e50;
}

.viewForm {
    background-color: #8a6d3b;
}

.viewAllForm {
    background-color: #9d9d9d;
    padding: 2px;
}

.viewAllForm .table {
    background-color: #9d9d9d;
}

.display-none {
    display: none;
}

.bg-color-orange {
    background-color: orange;
}

.bg-color-maroon {
    background-color: maroon;
}

.bg-color-silver {
    background-color: silver;
}

.mark-1 {
    background-color: yellowgreen;
    border-radius: 10px 100px / 120px;
}

.mark-2 {
    background-color: maroon;
    color: white;
    border-radius: 10px;
    padding-left: 2px;
    padding-right: 2px;
}

.font_size_p120 {
    font-size: 120%;
}

.trunc {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
