body {
   margin: 0;
   padding: 0;
   font-family: Arial, sans-serif;
}

.btn-primary {
   color: #fff;
   background-color: #847653 !important;
   border-color: #847653 !important;
}

.btn-primary:hover {
   color: #fff;
   background-color: #bfa35b !important;
   border-color: #bfa35b !important;
}

#header_logo {
   color: #fff;
   text-align: center;
   padding: 20px;
}

#logo {
   display: flex;
   flex-direction: row;
   align-items: center;
}

#img_logo_link {
   width: 100%;
   margin: 0;
}

#img_logo {
   /*width: 100%;*/
   max-width: 400px;
   max-height: 100px;
   margin-bottom: 0;
   margin-left: auto;
   margin-right: auto;
}

#img_logo:hover {
   cursor: pointer;
}

#btn-home {
   /*color: #333333;*/
   width: 50px;
   vertical-align: middle;
   padding-right: 10px;
}

#btn-home {
   color: #847653;
}

#btn-home:hover {
   color: #bfa35b;
}

.img-flag {
   margin: 0;
   width: 50px;
   cursor: pointer;
}

label.error {
   color: red;
   font-weight: bold;
}

.hr-text {
   font-size: 1rem;
/*   font-weight: bold !important;
   font-style: italic !important;
   text-align: justify !important;
*/}

@media (max-width: 575px) {
   .img-flag {
      margin-top: 10px;
   }
   
   #header_logo {
      max-width: 100%;
   }

   #img_logo {
      max-width: 400px;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto;
   }

   #logo {
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
   }

   .img-flag {
      margin-top: 10px;
   }

}

/* ========================================================
   Label
======================================================== */
label {
   display: inline-block;
   margin-bottom: 2px !important;
}

/* ========================================================
   Boxes
======================================================== */
.box {
   margin-bottom: 20px;
}

.box .box-title {
   position: relative;
   padding: 10px;
}

.box > .box-title {
   background-color: #847653;
   text-shadow: 0 1px 0 #aecef4;
}

.box .box-title h3 {
   display: inline-block;
   line-height: 20px;
   margin: 0;
   color: #fff;
   white-space: nowrap;
   font-size: 1.2rem;
   font-weight: bold;
}

.box .box-title h3 > i {
   margin-right: 10px;
}

.box .box-title .box-tool {
   position: absolute;
   top: 10px;
   right: 10px;
   display: inline-block;
   float: right;
   line-height: 20px;
   white-space: nowrap;
}

.box .box-title .box-tool > a {
    color: #fff;
    font-size: 16px;
    margin: 0 3px;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.box .box-title .box-tool > a:hover {
    text-decoration: none;
    opacity: 1;
}

.box .box-title .box-tool > a > i {
    display: inline-block;
}

.box .box-title .box-tool a.btn {
    margin-top: -3px;
    height: 30px;
    line-height: 18px;
}

.box .box-title .box-tool > .progress {
    margin-top: 7px;
}

.box .box-title .nav-tabs ~ .box-tool {
    float: right;
}

.box .box-content {
    padding: 10px;
    background: #fff;
}

.box .box-content.no-padding {
    padding: 0;
}


/* ========================================================
   Cards
======================================================== */
.card {
   margin-bottom: 20px;
}

.card .card-header {
   position: relative;
   padding: 10px;
}

.card > .card-header {
   background-color: #847653;
   text-shadow: 0 1px 0 #aecef4;
}

.card .card-title {
   line-height: 20px;
   margin: 0;
   color: #fff;
   white-space: nowrap;
   font-size: 1rem;
   font-weight: bold;
}

/*.card .card-header h3 > i {
   margin-right: 10px;
}*/

.card .card-tool {
   position: absolute;
   top: 10px;
   right: 10px;
   display: inline-block;
   float: right;
   line-height: 20px;
   white-space: nowrap;
}

.card .card-header .card-tool > a {
    color: #fff;
    font-size: 16px;
    margin: 0 3px;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.card .card-header .card-tool > a:hover {
    text-decoration: none;
    opacity: 1;
}

.card .card-header .card-tool > a > i {
    display: inline-block;
}

.card .card-header .card-tool a.btn {
    margin-top: -3px;
    height: 30px;
    line-height: 18px;
}

.card .card-header .card-tool > .progress {
    margin-top: 7px;
}

.card .card-header .nav-tabs ~ .card-tool {
    float: right;
}

.card .card-content {
    padding: 10px;
    background: #fff;
}

.card .card-content.no-padding {
    padding: 0;
}

/* ========================================================
   Change Select CSS 
======================================================== */
.select2-selection--single {
   height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-selection__arrow {
   height: calc(1.5em + 0.75rem + 2px) !important;
}
