﻿body {
    font: 20px Montserrat, sans-serif;
    line-height: 1.8;
    color: #f5f6f7;
}

p {
    font-size: 16px;
}

.margin {
    margin-bottom: 45px;
}

.bg-1 {
    background-color: #1abc9c; /* Green */
    color: #ffffff;
}

.bg-2 {
    background-color: #474e5d; /* Dark Blue */
    background-color: #222c42;
    color: #ffffff;
}

.bg-3 {
   /* background-color: #ffffff;  White */
    color: #555555;
}

.bg-4 {
    background-color: #2f2f2f; /* Black Gray */
    color: #fff;
    padding: 30px;
}
.bg-5 {
    background-color: #7d96a3 !important;
    color: white !important;
    border: 1px solid #999;
}
.bg-6 {
    color: #555555 !important;
    border: 1px solid #b8d2df;
}
.container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
}

.auto-style1 {
    width: 612px;
    margin:2px;
}

.auto-style2 {
    width: 612px;
    height: 35px;
}

.auto-style3 {
    height: 35px;
}

input, select {
    direction: rtl;
    padding-right: 5px;
}

.table-bordered > tbody > tr > th {
    text-align: center;
}
/*gridview*/
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
/*end gridview */
.select2-container .select2-selection--single {
    height: 34px !important;
    direction: rtl !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    direction: rtl !important;
}

.select2-results__option {
    color: #333;
    direction: rtl !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    direction: rtl !important;
}

.select2-search--dropdown .select2-search__field {
    color: #474e5d;
    padding-right: 10px;
}

.auto-style4 {
    width: 612px;
    height: 52px;
}

.auto-style5 {
    height: 52px;
}

.details {
    color: #fff;
    background-color: #60420f;
    padding-left: 20px;
    padding-right: 20px;
  /*  padding-top: 5px;
    padding-bottom: 5px;*/
    font-size: 25px;
    font-weight: 700;
}