@charset "UTF-8";
/* Colors */
.btn {
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 8px 22px;
  border: none !important; }
  .btn:hover, .btn:active, .btn:focus {
    background: #444444;
    border-color: #444444;
    color: white; }

.btn-default {
  background-color: #7c7a7b;
  border-color: #7c7a7b;
  color: #fff; }
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    color: #fff; }

.btn-xs {
  padding: 2px 0;
  width: 80px;
  text-align: center; }

.btn-primary {
  background-color: #C9C9C9;
  border-color: #C9C9C9;
  color: #fff; }

.btn-success {
  background-color: #ec6707;
  border-color: #ec6707;
  color: #fff; }

/* modals */
.modal-dialog {
  margin: 10% auto; }

.modal-body p {
  font-size: 16px;
  font-weight: 300;
  color: #7c7a7b; }
  .modal-body p span {
    font-weight: 400;
    color: #7c7a7b; }

.modal-header {
  padding: 15px 20px;
  border: none;
  text-transform: uppercase; }
  .modal-header h3 {
    margin: 20px 0 0 0; }

.modal-body {
  padding: 0 20px; }

.modal-footer {
  border: none; }

.modal-dialog {
  width: 700px; }

input.form-control {
  background: transparent;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #C9C9C9;
  border-radius: 0;
  border-right: 1px solid #C9C9C9;
  box-shadow: none;
  opacity: 0.8;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 2px; }
  input.form-control:hover, input.form-control:active, input.form-control:focus {
    border-bottom: 1px solid #7c7a7b;
    border-right: 1px solid transparent;
    border-top: none;
    border-left: none;
    box-shadow: none; }

textarea.form-control {
  background: transparent;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #C9C9C9;
  border-radius: 0;
  border-right: 1px solid #C9C9C9;
  box-shadow: none;
  opacity: 0.8;
  font-weight: 300;
  font-size: 20px; }
  textarea.form-control:hover, textarea.form-control:active, textarea.form-control:focus {
    border-bottom: 1px solid #7c7a7b;
    border-right: none;
    border-top: none;
    border-left: none;
    box-shadow: none; }

textarea.form-control {
  font-size: 16px;
  border-right: none;
  padding-left: 0; }

.input-group .input-group-addon {
  border: none !important;
  color: #fff; }

.btn-block {
  padding: 25px 0; }
  .btn-block h2 {
    font-size: 30px;
    margin: 10px 0 0 0; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background: #444444;
  border-color: #444444; }

.input-group input[disabled] {
  border-bottom-color: #7c7a7b;
  border-right-color: #fff; }

/*
    Created on : 2016-04-12, 18:01:06
    Author     : zordon
*/
input.color-white::-moz-placeholder {
  color: #fff; }

.color-gray {
  color: #7c7a7b !important; }

.color-white {
  color: #fff !important; }

.color-gray-light {
  color: #C9C9C9 !important; }

.color-gray-hover {
  color: #444444 !important; }

.color-orange {
  color: #ec6707 !important; }

.color-yellow {
  color: #eacf2a !important; }

.color-purple {
  color: #78386a !important; }

.color-green {
  color: #7ab414 !important; }

.color-blue {
  color: #3cb3d3 !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-bold {
  font-weight: bold !important; }

.font-light {
  font-weight: lighter !important; }

/*
    Created on : 2016-04-12, 18:02:11
    Author     : zordon
*/
.bg-white {
  background-color: white; }

.bg-gray, .roh:hover {
  background: #7c7a7b !important; }

.bg-gray-light {
  background: #C9C9C9 !important; }

.bg-gray-hover {
  background: #444444 !important; }

.bg-orange, .roh {
  background: #ec6707 !important; }

.bg-yellow {
  background: #eacf2a !important; }

.bg-purple {
  background: #78386a !important; }

.bg-green {
  background: #7ab414 !important; }

.bg-blue {
  background: #3cb3d3 !important; }

.remove-marg {
  margin: 0 !important; }

.remove-padding {
  padding: 0 !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-t-55 {
  margin-top: 55px !important; }

.m-r-55 {
  margin-right: 55px !important; }

.m-b-55 {
  margin-bottom: 55px !important; }

.m-l-55 {
  margin-left: 55px !important; }

.p-t-55 {
  padding-top: 55px !important; }

.p-r-55 {
  padding-right: 55px !important; }

.p-b-55 {
  padding-bottom: 55px !important; }

.p-l-55 {
  padding-left: 55px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.m-t-65 {
  margin-top: 65px !important; }

.m-r-65 {
  margin-right: 65px !important; }

.m-b-65 {
  margin-bottom: 65px !important; }

.m-l-65 {
  margin-left: 65px !important; }

.p-t-65 {
  padding-top: 65px !important; }

.p-r-65 {
  padding-right: 65px !important; }

.p-b-65 {
  padding-bottom: 65px !important; }

.p-l-65 {
  padding-left: 65px !important; }

.m-t-70 {
  margin-top: 70px !important; }

.m-r-70 {
  margin-right: 70px !important; }

.m-b-70 {
  margin-bottom: 70px !important; }

.m-l-70 {
  margin-left: 70px !important; }

.p-t-70 {
  padding-top: 70px !important; }

.p-r-70 {
  padding-right: 70px !important; }

.p-b-70 {
  padding-bottom: 70px !important; }

.p-l-70 {
  padding-left: 70px !important; }

.m-t-75 {
  margin-top: 75px !important; }

.m-r-75 {
  margin-right: 75px !important; }

.m-b-75 {
  margin-bottom: 75px !important; }

.m-l-75 {
  margin-left: 75px !important; }

.p-t-75 {
  padding-top: 75px !important; }

.p-r-75 {
  padding-right: 75px !important; }

.p-b-75 {
  padding-bottom: 75px !important; }

.p-l-75 {
  padding-left: 75px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.m-r-80 {
  margin-right: 80px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.m-l-80 {
  margin-left: 80px !important; }

.p-t-80 {
  padding-top: 80px !important; }

.p-r-80 {
  padding-right: 80px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

.p-l-80 {
  padding-left: 80px !important; }

.m-t-85 {
  margin-top: 85px !important; }

.m-r-85 {
  margin-right: 85px !important; }

.m-b-85 {
  margin-bottom: 85px !important; }

.m-l-85 {
  margin-left: 85px !important; }

.p-t-85 {
  padding-top: 85px !important; }

.p-r-85 {
  padding-right: 85px !important; }

.p-b-85 {
  padding-bottom: 85px !important; }

.p-l-85 {
  padding-left: 85px !important; }

.m-t-90 {
  margin-top: 90px !important; }

.m-r-90 {
  margin-right: 90px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.m-l-90 {
  margin-left: 90px !important; }

.p-t-90 {
  padding-top: 90px !important; }

.p-r-90 {
  padding-right: 90px !important; }

.p-b-90 {
  padding-bottom: 90px !important; }

.p-l-90 {
  padding-left: 90px !important; }

.m-t-95 {
  margin-top: 95px !important; }

.m-r-95 {
  margin-right: 95px !important; }

.m-b-95 {
  margin-bottom: 95px !important; }

.m-l-95 {
  margin-left: 95px !important; }

.p-t-95 {
  padding-top: 95px !important; }

.p-r-95 {
  padding-right: 95px !important; }

.p-b-95 {
  padding-bottom: 95px !important; }

.p-l-95 {
  padding-left: 95px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.vheight-50 {
  height: calc(100vh - 50px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-50 {
  max-height: calc(100vh - 50px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-50 {
  max-height: 50px !important; }

.vheight-100 {
  height: calc(100vh - 100px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-100 {
  max-height: calc(100vh - 100px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-100 {
  max-height: 100px !important; }

.vheight-150 {
  height: calc(100vh - 150px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-150 {
  max-height: calc(100vh - 150px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-150 {
  max-height: 150px !important; }

.vheight-200 {
  height: calc(100vh - 200px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-200 {
  max-height: calc(100vh - 200px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-200 {
  max-height: 200px !important; }

.vheight-250 {
  height: calc(100vh - 250px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-250 {
  max-height: calc(100vh - 250px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-250 {
  max-height: 250px !important; }

.vheight-300 {
  height: calc(100vh - 300px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-300 {
  max-height: calc(100vh - 300px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-300 {
  max-height: 300px !important; }

.vheight-350 {
  height: calc(100vh - 350px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-350 {
  max-height: calc(100vh - 350px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-350 {
  max-height: 350px !important; }

.vheight-400 {
  height: calc(100vh - 400px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-400 {
  max-height: calc(100vh - 400px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-400 {
  max-height: 400px !important; }

.vheight-450 {
  height: calc(100vh - 450px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-450 {
  max-height: calc(100vh - 450px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-450 {
  max-height: 450px !important; }

.vheight-500 {
  height: calc(100vh - 500px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-500 {
  max-height: calc(100vh - 500px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-500 {
  max-height: 500px !important; }

.vheight-550 {
  height: calc(100vh - 550px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-550 {
  max-height: calc(100vh - 550px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-550 {
  max-height: 550px !important; }

.vheight-600 {
  height: calc(100vh - 600px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-600 {
  max-height: calc(100vh - 600px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-600 {
  max-height: 600px !important; }

.vheight-650 {
  height: calc(100vh - 650px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-650 {
  max-height: calc(100vh - 650px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-650 {
  max-height: 650px !important; }

.vheight-700 {
  height: calc(100vh - 700px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-700 {
  max-height: calc(100vh - 700px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-700 {
  max-height: 700px !important; }

.vheight-750 {
  height: calc(100vh - 750px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-750 {
  max-height: calc(100vh - 750px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-750 {
  max-height: 750px !important; }

.vheight-800 {
  height: calc(100vh - 800px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-800 {
  max-height: calc(100vh - 800px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-800 {
  max-height: 800px !important; }

.vheight-850 {
  height: calc(100vh - 850px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-850 {
  max-height: calc(100vh - 850px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-850 {
  max-height: 850px !important; }

.vheight-900 {
  height: calc(100vh - 900px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-900 {
  max-height: calc(100vh - 900px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-900 {
  max-height: 900px !important; }

.vheight-950 {
  height: calc(100vh - 950px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-950 {
  max-height: calc(100vh - 950px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-950 {
  max-height: 950px !important; }

.vheight-1000 {
  height: calc(100vh - 1000px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.vheightmax-1000 {
  max-height: calc(100vh - 1000px) !important;
  overflow-y: auto;
  overflow-x: hidden; }

.heightmax-1000 {
  max-height: 1000px !important; }

.height-5 {
  height: 5px !important; }

.height-10 {
  height: 10px !important; }

.height-15 {
  height: 15px !important; }

.height-20 {
  height: 20px !important; }

.height-25 {
  height: 25px !important; }

.height-30 {
  height: 30px !important; }

.height-35 {
  height: 35px !important; }

.height-40 {
  height: 40px !important; }

.height-45 {
  height: 45px !important; }

.height-50 {
  height: 50px !important; }

.height-55 {
  height: 55px !important; }

.height-60 {
  height: 60px !important; }

.height-65 {
  height: 65px !important; }

.height-70 {
  height: 70px !important; }

.height-75 {
  height: 75px !important; }

.height-80 {
  height: 80px !important; }

.height-85 {
  height: 85px !important; }

.height-90 {
  height: 90px !important; }

.height-95 {
  height: 95px !important; }

.height-100 {
  height: 100px !important; }

.height-105 {
  height: 105px !important; }

.height-110 {
  height: 110px !important; }

.height-115 {
  height: 115px !important; }

.height-120 {
  height: 120px !important; }

.height-125 {
  height: 125px !important; }

.height-130 {
  height: 130px !important; }

.height-135 {
  height: 135px !important; }

.height-140 {
  height: 140px !important; }

.height-145 {
  height: 145px !important; }

.height-150 {
  height: 150px !important; }

.height-155 {
  height: 155px !important; }

.height-160 {
  height: 160px !important; }

.height-165 {
  height: 165px !important; }

.height-170 {
  height: 170px !important; }

.height-175 {
  height: 175px !important; }

.height-180 {
  height: 180px !important; }

.height-185 {
  height: 185px !important; }

.height-190 {
  height: 190px !important; }

.height-195 {
  height: 195px !important; }

.height-200 {
  height: 200px !important; }

.height-205 {
  height: 205px !important; }

.height-210 {
  height: 210px !important; }

.height-215 {
  height: 215px !important; }

.height-220 {
  height: 220px !important; }

.height-225 {
  height: 225px !important; }

.height-230 {
  height: 230px !important; }

.height-235 {
  height: 235px !important; }

.height-240 {
  height: 240px !important; }

.height-245 {
  height: 245px !important; }

.height-250 {
  height: 250px !important; }

.height-255 {
  height: 255px !important; }

.height-260 {
  height: 260px !important; }

.height-265 {
  height: 265px !important; }

.height-270 {
  height: 270px !important; }

.height-275 {
  height: 275px !important; }

.height-280 {
  height: 280px !important; }

.height-285 {
  height: 285px !important; }

.height-290 {
  height: 290px !important; }

.height-295 {
  height: 295px !important; }

.height-300 {
  height: 300px !important; }

.height-305 {
  height: 305px !important; }

.height-310 {
  height: 310px !important; }

.height-315 {
  height: 315px !important; }

.height-320 {
  height: 320px !important; }

.height-325 {
  height: 325px !important; }

.height-330 {
  height: 330px !important; }

.height-335 {
  height: 335px !important; }

.height-340 {
  height: 340px !important; }

.height-345 {
  height: 345px !important; }

.height-350 {
  height: 350px !important; }

.height-355 {
  height: 355px !important; }

.height-360 {
  height: 360px !important; }

.height-365 {
  height: 365px !important; }

.height-370 {
  height: 370px !important; }

.height-375 {
  height: 375px !important; }

.height-380 {
  height: 380px !important; }

.height-385 {
  height: 385px !important; }

.height-390 {
  height: 390px !important; }

.height-395 {
  height: 395px !important; }

.height-400 {
  height: 400px !important; }

.height-405 {
  height: 405px !important; }

.height-410 {
  height: 410px !important; }

.height-415 {
  height: 415px !important; }

.height-420 {
  height: 420px !important; }

.height-425 {
  height: 425px !important; }

.height-430 {
  height: 430px !important; }

.height-435 {
  height: 435px !important; }

.height-440 {
  height: 440px !important; }

.height-445 {
  height: 445px !important; }

.height-450 {
  height: 450px !important; }

.height-455 {
  height: 455px !important; }

.height-460 {
  height: 460px !important; }

.height-465 {
  height: 465px !important; }

.height-470 {
  height: 470px !important; }

.height-475 {
  height: 475px !important; }

.height-480 {
  height: 480px !important; }

.height-485 {
  height: 485px !important; }

.height-490 {
  height: 490px !important; }

.height-495 {
  height: 495px !important; }

.height-500 {
  height: 500px !important; }

.m-a-5 {
  margin: 5px !important; }

.p-a-5 {
  padding: 5px !important; }

.m-a-10 {
  margin: 10px !important; }

.p-a-10 {
  padding: 10px !important; }

.m-a-15 {
  margin: 15px !important; }

.p-a-15 {
  padding: 15px !important; }

.m-a-20 {
  margin: 20px !important; }

.p-a-20 {
  padding: 20px !important; }

.m-a-25 {
  margin: 25px !important; }

.p-a-25 {
  padding: 25px !important; }

.m-a-30 {
  margin: 30px !important; }

.p-a-30 {
  padding: 30px !important; }

.m-a-35 {
  margin: 35px !important; }

.p-a-35 {
  padding: 35px !important; }

.m-a-40 {
  margin: 40px !important; }

.p-a-40 {
  padding: 40px !important; }

.m-a-45 {
  margin: 45px !important; }

.p-a-45 {
  padding: 45px !important; }

.m-a-50 {
  margin: 50px !important; }

.p-a-50 {
  padding: 50px !important; }

.m-a-55 {
  margin: 55px !important; }

.p-a-55 {
  padding: 55px !important; }

.m-a-60 {
  margin: 60px !important; }

.p-a-60 {
  padding: 60px !important; }

.m-a-65 {
  margin: 65px !important; }

.p-a-65 {
  padding: 65px !important; }

.m-a-70 {
  margin: 70px !important; }

.p-a-70 {
  padding: 70px !important; }

.m-a-75 {
  margin: 75px !important; }

.p-a-75 {
  padding: 75px !important; }

.m-a-80 {
  margin: 80px !important; }

.p-a-80 {
  padding: 80px !important; }

.m-a-85 {
  margin: 85px !important; }

.p-a-85 {
  padding: 85px !important; }

.m-a-90 {
  margin: 90px !important; }

.p-a-90 {
  padding: 90px !important; }

.m-a-95 {
  margin: 95px !important; }

.p-a-95 {
  padding: 95px !important; }

.m-a-100 {
  margin: 100px !important; }

.p-a-100 {
  padding: 100px !important; }

.display_table {
  display: table; }

.display_table-max {
  display: table;
  height: 100%;
  width: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.text-uppercase {
  text-transform: uppercase; }

/* BEGIN STATUSES */
.query-status-0 {
  background-color: #7c7a7b; }
  .query-status-0:before {
    content: "otwarte"; }

.query-status-1 {
  background-color: #7ab414; }
  .query-status-1:before {
    content: "zgłoszone"; }

.query-status-2 {
  background-color: #eacf2a; }
  .query-status-2:before {
    content: "przyjęte"; }

.query-status-3 {
  background-color: #3cb3d3; }
  .query-status-3:before {
    content: "wycenione"; }

.query-status-4 {
  background-color: #3cb3d3; }
  .query-status-4:before {
    content: "wycenione"; }

.query-status-5 {
  background-color: #78386a; }
  .query-status-5:before {
    content: "zamówione"; }

.query-status-6 {
  background-color: #78386a; }
  .query-status-6:before {
    content: "zrealizowane"; }

/* END STATUSES */
*::-webkit-scrollbar {
  background: #C9C9C9;
  border: 1px solid transparent; }
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: #C9C9C9; }
*::-webkit-scrollbar-thumb {
  background-color: #7c7a7b; }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #444444; }

body {
  background: url("../img/background.jpg") center center;
  background-size: cover;
  font-family: "Roboto Condensed", sans-serif;
  height: 100vh;
  margin-left: 50px;
  color: #444444; }

body,
html {
  overflow: hidden; }

h1,
h2, h3 {
  text-transform: uppercase; }

@media all and (max-width: 1600px) {
  h1 {
    font-size: 26px; } }
a {
  text-decoration: none;
  outline: none; }
  a:hover, a:focus, a:active {
    outline: none; }

#menu {
  left: 0;
  position: fixed;
  height: 100%;
  width: 50px;
  z-index: 99;
  background: #7c7a7b;
  height: auto;
  font-size: 1em;
  line-height: 2em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  top: 0;
  bottom: 0; }
  #menu ul {
    transition: width 0.3s ease-in; }
  #menu.expandMenu > ul {
    width: 350px;
    background: #7c7a7b;
    display: block; }
    #menu.expandMenu > ul span {
      display: inline-block; }
  #menu .toggle {
    background: #6F6F6F; }
    #menu .toggle div {
      display: inline-block;
      width: 100%;
      height: 80px;
      line-height: 80px;
      border-right: 1px solid grey;
      cursor: pointer; }
      #menu .toggle div i {
        font-size: 24px;
        color: #fff;
        margin-left: 13px;
        padding-top: 26px; }
    #menu .toggle:hover > div {
      background: #444444;
      border-right-color: #444444; }
  #menu span {
    color: white;
    display: none;
    float: left;
    font-size: 18px;
    font-weight: 300;
    left: 50px;
    padding-left: 20px;
    position: absolute;
    text-transform: uppercase;
    width: 230px; }
    #menu span.menu-toggle {
      height: 100px;
      line-height: 100px; }
  #menu a {
    display: block;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    text-align: left; }
    #menu a:hover {
      background: #444444; }
      #menu a:hover span {
        background: #444444;
        display: inline-block; }
    #menu a i {
      padding-top: 15px;
      font-size: 30px;
      color: #fff;
      margin: 0 auto;
      width: 100%;
      text-align: center; }
  #menu ul {
    margin: 0;
    padding: 0; }
    #menu ul li {
      margin: 0;
      padding: 0;
      list-style: none; }

header {
  background: #6F6F6F;
  height: 80px;
  color: #fff;
  line-height: 80px; }
  header .logo {
    margin: 15px auto 0 auto; }
  header .font-size-22 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.navigation {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999; }
  @media all and (max-width: 1600px) {
    .navigation {
      right: 20px;
      bottom: 20px; } }

.box {
  width: 150px;
  display: inline-block;
  height: 150px;
  background: #7c7a7b;
  opacity: 0.3;
  color: #fff;
  margin: 5px; }
  @media all and (max-width: 1600px) {
    .box {
      width: 120px;
      height: 120px; } }
  .box.box-gray {
    opacity: 1;
    background: #7c7a7b; }
    .box.box-gray:hover {
      background: #444444;
      cursor: pointer; }
  .box.box-orange {
    opacity: 1;
    background: #ec6707; }
    .box.box-orange:hover {
      background: #444444;
      cursor: pointer; }
  .box p {
    margin: 10px 0 0;
    font-size: 16px; }
  .box:hover {
    text-decoration: none; }

.foot-info {
  margin-top: 20px;
  color: #ec6707;
  font-size: 30px;
  font-weight: 300; }
  @media all and (max-width: 1280px) {
    .foot-info {
      margin-top: 0; } }
  .foot-info span, .foot-info a {
    font-weight: bold;
    letter-spacing: 2px;
    color: #ec6707; }

.list-group .list-group-item {
  text-transform: uppercase;
  cursor: pointer; }
  .list-group .list-group-item .edition p {
    margin: 0; }
  .list-group .list-group-item .edition span {
    color: #7c7a7b;
    font-size: 12px; }
    .list-group .list-group-item .edition span i {
      margin-right: 3px;
      cursor: pointer; }
    .list-group .list-group-item .edition span.label {
      color: #fff; }
  .list-group .list-group-item.active {
    background: #7c7a7b; }
    .list-group .list-group-item.active * {
      color: #fff; }
  .list-group .list-group-item:hover {
    color: #fff;
    background: #444444 !important; }
    .list-group .list-group-item:hover span {
      color: white; }

.white-block {
  padding: 10px;
  background: transparent;
  color: #7c7a7b;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #7c7a7b; }
  .white-block h4 {
    font-size: 30px; }
  .white-block span {
    font-size: 45px;
    display: block; }

/* tables */
table.transparent-borders thead tr th {
  border-bottom: 1px solid #bcbcbc;
  font-weight: 300;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  color: #7c7a7b; }
  table.transparent-borders thead tr th:last-child {
    border-right: none; }
  table.transparent-borders thead tr th:first-child {
    border-left: none; }
table.transparent-borders tbody tr {
  font-size: 16px; }
  table.transparent-borders tbody tr td {
    vertical-align: middle;
    color: #7c7a7b;
    border: none !important; }
    table.transparent-borders tbody tr td p {
      opacity: 0.7;
      color: #7c7a7b;
      margin: 0;
      font-size: 13px; }
  table.transparent-borders tbody tr:nth-child(2n+1) {
    background: rgba(201, 201, 201, 0.3); }

.border-table {
  border: 1px solid #bcbcbc; }
  .border-table table {
    margin: 0;
    border-collapse: separate; }

checkbox.special {
  border: 1px solid #7c7a7b;
  background: #fff; }

.elements-list {
  text-transform: uppercase;
  border: 1px solid #7c7a7b; }
  .elements-list .item {
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    border-bottom: 1px solid #7c7a7b; }
    .elements-list .item.active {
      color: #fff;
      background: #7c7a7b;
      border-bottom: 1px solid #fff; }
      .elements-list .item.active .minibox {
        border: 1px solid #fff; }
    .elements-list .item:hover {
      color: #fff;
      border-bottom: 1px solid #fff;
      background: #444444; }
    .elements-list .item:last-of-type {
      border-bottom: none; }
    .elements-list .item span {
      margin-right: 7px; }
    .elements-list .item .minibox {
      display: inline-block;
      height: 10px;
      width: 10px; }
      .elements-list .item .minibox.minibox-yellow {
        background: #eacf2a; }
      .elements-list .item .minibox.minibox-orange {
        background: #ec6707; }
      .elements-list .item .minibox.minibox-blue {
        background: #3cb3d3; }
      .elements-list .item .minibox.minibox-green {
        background: #7ab414; }
      .elements-list .item .minibox.minibox-purple {
        background: #78386a; }
      .elements-list .item .minibox.minibox-gray {
        background: #7c7a7b; }

input.checkbox-custom[type="checkbox"] {
  display: none; }
  input.checkbox-custom[type="checkbox"] + label {
    height: 20px;
    width: 20px; }
    input.checkbox-custom[type="checkbox"] + label span {
      border-radius: 2px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      display: inline-block;
      height: 20px;
      width: 20px;
      line-height: 20px;
      text-align: center;
      font-weight: 300;
      background: #fff;
      cursor: pointer;
      border: 1px solid #444444;
      color: #444444;
      vertical-align: middle; }
  input.checkbox-custom[type="checkbox"]:checked {
    border: none;
    color: #fff; }
  input.checkbox-custom[type="checkbox"].checkbox-orange:checked + label span {
    background: #ec6707; }
  input.checkbox-custom[type="checkbox"].checkbox-purple:checked + label span {
    background: #78386a; }
  input.checkbox-custom[type="checkbox"].checkbox-blue:checked + label span {
    background: #3cb3d3; }
  input.checkbox-custom[type="checkbox"].checkbox-yellow:checked + label span {
    background: #eacf2a; }
  input.checkbox-custom[type="checkbox"].checkbox-green:checked + label span {
    background: #7ab414; }
  input.checkbox-custom[type="checkbox"].checkbox-gray:checked + label span {
    background: #7c7a7b; }

.checkbox-group {
  line-height: 20px;
  margin-bottom: 10px; }
  .checkbox-group h4 {
    color: #7c7a7b;
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    left: 5px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    top: 3px; }

textarea.bordered {
  border: 2px solid #7c7a7b;
  width: 100%;
  border-radius: 2px;
  padding: 10px;
  background: transparent; }

.car-details {
  margin: 30px 0; }
  .car-details h5 {
    text-transform: uppercase;
    color: #7c7a7b;
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 0;
    font-weight: 300; }
    .car-details h5 strong {
      font-weight: 400;
      color: #444444; }

.gray-block {
  color: #fff;
  font-size: 16px;
  margin: 15px 0;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
  background: #7c7a7b; }

/* Login screen */
#loginScreen body {
  margin-left: 0 !important; }
#loginScreen input {
  padding: 6px 0;
  opacity: 1;
  margin-bottom: 20px;
  border-right: none; }
  #loginScreen input.has-errors {
    border-bottom: 2px solid red; }
#loginScreen a {
  margin-top: 20px;
  text-transform: uppercase;
  float: right;
  color: #7c7a7b;
  text-decoration: none;
  font-size: 13px; }
  #loginScreen a i {
    margin-right: 5px;
    color: #7c7a7b; }
@media all and (max-width: 1600px) {
  #loginScreen img.login-logo {
    height: 200px; } }

#menu .img-handler {
  display: inline-block;
  width: 50px;
  text-align: center; }

#menu .img-handler img {
  height: 22px;
  width: auto;
  margin: 0 auto; }

.list-group-item-text .item-controll span {
  font-size: 12px;
  color: #7c7a7b; }
  .list-group-item-text .item-controll span.label {
    color: #fff;
    display: inline-block;
    width: 75px;
    font-weight: 400;
    padding-top: 5px; }

.list-group-item-text .item-controll span .fa {
  margin-right: 5px; }

.car-info {
  text-transform: uppercase; }

.car-info > span {
  display: block;
  margin-bottom: 5px;
  color: #7c7a7b; }

thead th {
  text-transform: uppercase; }

span.checkbox {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #333;
  display: inline-block;
  height: 15px;
  margin: 0;
  min-height: 10px;
  min-width: 10px;
  padding: 0;
  width: 15px;
  position: relative; }
  span.checkbox.disabled {
    background: #C9C9C9;
    border-color: #C9C9C9; }
  span.checkbox.selected {
    background: #78386a;
    border-color: #78386a; }
  span.checkbox.checked {
    background: #ec6707;
    border-color: #ec6707; }
    span.checkbox.checked .fa {
      visibility: visible; }
  span.checkbox .fa-check {
    visibility: hidden;
    color: #fff;
    font-size: 12px;
    left: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1px; }

tr.hovered.disabled > td {
  color: #C9C9C9; }
tr.hovered:hover > td, tr.hovered.checked > td {
  background: #444444;
  color: #fff; }

tr.ordered, tr.ordered > td {
  color: #C9C9C9 !important;
  cursor: default; }

h4.subtitle {
  text-transform: uppercase;
  color: #7c7a7b;
  font-weight: 100;
  margin-top: -5px;
  letter-spacing: -0.7px; }
  h4.subtitle span.checkbox {
    margin-left: 5px; }

.input-group-addon .fa {
  display: inline-block;
  width: 20px; }

.input-group-addon.bg-gray:hover, .input-group-addon.roh:hover, .input-group-addon.bg-gray:hover > .fa, .input-group-addon.roh:hover > .fa {
  background: #444444 !important;
  color: #fff; }

.roh .fa-close {
  display: none; }
.roh:hover .fa-check {
  display: none; }
.roh:hover .fa-close {
  display: inline-block !important; }

input.bg-gray-hover {
  color: #fff;
  opacity: 1;
  border-bottom-color: #6F6F6F;
  border-right-color: #444444; }

input.bg-gray, input.roh:hover, .input-group input.bg-gray[disabled], .input-group input[disabled].roh:hover {
  color: #fff;
  opacity: 1;
  border-bottom-color: #7c7a7b;
  border-right-color: #7c7a7b; }

/*# sourceMappingURL=main.css.map */
