html {
    position: relative;
    min-height: 100%;
}

body {

    color: #333;
    font-family: verdana, arial, helvetica, sans-serif;
    /* font-size: 13px; */
    line-height: 18px;
    margin-bottom: 90px;
    background-color: #fbfcfe;
}
.btn:focus {
    outline: none;
    box-shadow: none;
  }

.profile_form {
    width: 500px !important;
}


.container-custom {
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 100%;
    margin-bottom: 10px;
    /* margin-top: 70px;
     background-color: #f8f8f8; */
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.container-header,
.container-fluid-header {
    padding-right: 15px;
    padding-left: 15px;
}

.errorlist {
    color: red;
}


.select_year_menu {
    margin-top: 8px;
}

.header {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
    height: 115px
}

.website_backg_img {
    /* background-image: url(back_1.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.main_con {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.uneditable-input {
    display: block;
    width: 100%;
    height: 34px;
    margin-bottom: 4px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}



.form-group {
    margin-top: 10px;
    margin-bottom: 0rem;
    margin-right: 5px;
    margin-left: 5px;
}

.modal-backdrop {
    z-index: -1;
    height: 300px;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #0480be;
    color: #eee;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}




.table {
    font-family: Arial;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.table th {
    text-align: center;
}

.table td {
    padding: 1px !important;
}

.form-control {
    font-family: arial, sans-serif;
}

.select2-container .select2-selection--multiple {
    font-family: arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Droid Arabic Kufi", "Droid Arabic Naskh", "Droid Sans", Arial;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.btn_green {
    color: green;
    margin-right: 8px;
}

.btn_green:hover {
    color: black;
}

.btn_red {
    color: red;
    margin-right: 8px;
}

.btn_red:hover {
    color: black;
}

.btn_blue {
    color: blue;
    margin-right: 8px;
}

.btn_blue:hover {
    color: black;
}

.item-description h4 {
    color: #1e7e34;
    /* line-height: 16px; */
    padding: 5px 5px 8px 5px;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #e9e9e9;
}


.form-control-table {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 3px;
    /* font-size: 11pt; */
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.farm_legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 15px;
    /* margin-bottom: 5px; */
    font-family: Arial;
    font-weight: bold;
    font-size: 14pt;
    line-height: inherit;
    color: #333;
    border: 0;
}

a {
    color: #000;
    /*
  &:visited {
    color: #666;
  }
*/
}

a :hover {
    color: #fff;
}

th {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

td {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    /*
  padding-left: 5px !important;
  padding-right: 5px !important;
  */
}

#notice {
    color: green;
}

.field_with_errors {
    padding: 2px;
    background-color: red;
    display: table;
}

#error_explanation {
    width: 450px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 0;
    margin-bottom: 20px;
    background-color: #f0f0f0;

}

#error_explanation  h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0;
    background-color: #c00;
    color: #fff;
}


.question {
    color: #6062a8;
    font-weight: bold;
 }
 .answer {
    color: #3570dc;
    font-weight: bold;
 }

.status_orange {
    background-color: #fbbc9c !important;
    color: #212529 !important;
}

.status_green {
    background-color: #dbfcdc !important;
    color: #212529 !important;
}

.status_red {
    color: white !important;
    background-color: red !important;
}

.status_gray {
    background-color: #eeeeee;
    color: #212529 !important;
}

.info-row {
    padding: 4px 12px;
    margin: 0 0 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    color: #325171;
    border-bottom-color: #989a9c;
}

.info-square-label {
    font-weight: bold;
    display: inline-block;
}

.info-square {
    /* border: 1px solid #325171; */
    background: #e9ecef;

    height: 38px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    padding-top: 10px;
}

.add-row {
    color: #fffcfc;
    background: #28a745;
    border: 1px solid #ccc;
    padding: 5px;
}

#item_amount {
    /* pointer-events:none; */
    background-color: #e9ecef;
}


/* start entry table: */

.entry_table thead tr {
    border-top: 2px solid #008000;
    border-bottom: 2px solid #008000;
    border-bottom-style: solid;
    background-color: #25c16f;
    color: white;
}

.entry_table thead th {
    border: 1px solid #ddd;


}


/*
.entry_table td, .entry_table th {
    background-color: white;
    padding: 2px;
}
*/

.dynamic-form-add {
    height: 36px;
    background-color: #f5f5f5 !important;
}

.entry_table tbody tr:hover {
    background-color: #d3dfeb;
    /* font-weight: bold; */
}

.entry_table tbody tr td input {
    width: 100%;
    text-align: center;
    height: 30px !important;
    padding: 1px 1px;
    margin-top: 2px;
    border-radius: .2rem;
    font-family: arial, sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.entry_table tbody tr td textarea {
    width: 300px;
    height: 30px !important;
    padding: 1px 1px;
    margin-top: 5px;
    border-radius: .2rem;
    font-family: arial, sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}


/*
.entry_table tbody tr td input[type=text]  {
    width: 300px;
}
*/

.entry_table tbody tr td select {
    width: 150px;
    height: 30px !important;
    padding: 1px 1px;
    margin-top: 2px;
    border-radius: .2rem;
    font-family: arial, sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

select[name$="-quantity_measure"] {
    width: 80px !important;
}

select[name$="-package_measure"] {
    width: 80px !important;
}

input[name$="-close_date"] {
    /* I found out the close_date field type is a text, so, the width will be 200 as the remarks field.
    This class will find all input which their names end with "-close_date" and will change their width. */
    width: 100px!important;
}

.entry_table th:nth-child(9) {
    display: none;
}

.entry_table tbody tr td input[type=checkbox] {
    width: 20px;
}

input[name$="-interview_date"] {
    width: 100px!important;
}






/*        Montaj              */

.btn-vote {
    font-size: 16px;
    width: 60px;
    height: 70px;
    color: white;
    border-color: #4b6795;
    background: #6389c9;
}
.btn-vote :hover{
  font-size: 22px;
}
.btn-no-vote :hover{
    font-size: 22px;
  }


.btn-no-vote {
    font-size: 16px;
    width: 60px;
    height: 70px;
    color: #212529;
    border-color: #e3e3e3;
    background: #f9fafb;
}

.vote_box{
    position: absolute;
    left: 20px;
}

.btn-control {

    color: white;
    border-color: #6063a9; 
    background-color: #6063a9;
}
.btn-outline-control {

    color: #6063a9;
    border-color: #6063a9 !important;
    background-color: white; 
}
.btn-vote{
    font-size: 16px;
  }

  .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
  }

    .embed-container iframe, .embed-container object, .embed-container embed {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
     }

    .thump{
      margin-top: 10px;
      width: 50px !important;
      height: 50px;
      background-size: contain;
      background-repeat: no-repeat;
    }


    .swiper-slide .title {
      font-size: 41px;
      font-weight: 300;
    }

    .swiper-slide .subtitle {
      font-size: 21px;
    }

    .swiper-slide .text {
      font-size: 14px;
      max-width: 400px;
      line-height: 1.3;
    }

  .comment_image {
    width: 40px;
    height: 40px;
   
  }

  .icons{
    width: 25px;
    height: 25px;
    margin: 1px;
  }

  .details_box{
      display: flex;
      padding-left: 65px;
  }
  .image_head{
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-color: #d5d5d9 !important;
    border-style: solid !important;
    border: thin;
  }


 
  .image_row{
        width: 80px;
        height: 80px;
        object-fit: contain;
    }
    
    .image_100{
        width: 100px;
        height: 100px;
        object-fit: contain;
        padding: 0px;
    }


  .card{
    border-radius: 0px;
  }

  .card_title {
    font-size: 1.25rem;
    font-weight: bold; 
    color: #6065aa;
    margin-bottom: 10px;
}
.filters_style{
    font-size: 1.1rem;
}

@media (max-width:767px) {
    .card-details {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
    }
    .card-main {
    /* padding-right: .5rem !important;
    padding-left: .5rem !important; */
    margin-right: -4px !important;
    margin-left: -4px !important;
    }
    .image_head{
        width: 60px;
        height: 60px;
    }
    .image_row{
        width: 40px;
        height: 40px;
    }
    .card_title {
        font-size: 1rem;

    }
    .filters_style{
        font-size: 1rem;
    }

}

.pointer{
    cursor: pointer;
}

.btn-montaj{
    color: white;
    background-color: #6381c2;
    border-color: #6062a8;
}
.btn-montaj :hover{
    color: white;
    background-color: red;
    
}

.select2 {
    width:100%!important;
}

.head-comment{
    color: #6062a8;
    font-weight: bold; 
}

.card-text{
    /*  font-family:  arial, sans-serif;
     font-weight: 600; */
 }

 .no-select {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  .badge-discount{
    background-color: #fa6104;
    color: #f9fafb;
  }