@charset "UTF-8";
@font-face {
  font-family: 'droid_sansbold';
  src: url("../../../fonts/droidsans-bold.eot");
  src: url("../../../fonts/droidsans-bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/droidsans-bold.woff2") format("woff2"), url("../../../fonts/droidsans-bold.woff") format("woff"), url("../../../fonts/droidsans-bold.ttf") format("truetype"), url("../../../fonts/droidsans-bold.svg#droid_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'droid_sansregular';
  src: url("../../../fonts/droidsans.eot");
  src: url("../../../fonts/droidsans.eot?#iefix") format("embedded-opentype"), url("../../../fonts/droidsans.woff2") format("woff2"), url("../../../fonts/droidsans.woff") format("woff"), url("../../../fonts/droidsans.ttf") format("truetype"), url("../../../fonts/droidsans.svg#droid_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.ultralight {
  font-weight: 100; }

.light {
  font-weight: 200; }

.thin {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.heavy {
  font-weight: 800; }

.black {
  font-weight: 900; }

.card.highlights .cardContent .dataSector .data {
  -moz-transition: all ease-in 0.6s;
  -ms-transition: all ease-in 0.6s;
  -webkit-transition: all ease-in 0.6s;
  transition: all ease-in 0.6s; }

.card.highlights {
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    transform: rotate(359deg); } }

.cards {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.ghostVcenter {
  text-align: left; }
  .ghostVcenter:before {
    width: 1px;
    width: .1px;
    content: ' ';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .ghostVcenter .vAlign {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 0.5em); }

.scroll,
.scrollX,
.scrollY {
  overflow: scroll;
  overflow: auto; }

.scrollX {
  overflow-x: auto;
  overflow-y: hidden; }

.scrollY {
  overflow-y: auto;
  overflow-x: hidden; }

.sr-only {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0); }
  .sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    width: auto;
    height: auto;
    position: static;
    overflow: visible;
    white-space: normal; }

.f-100 {
  font-weight: 100 !important; }

.f-200 {
  font-weight: 200 !important; }

.f-300 {
  font-weight: 300 !important; }

.f-400 {
  font-weight: 400 !important; }

.f-500 {
  font-weight: 500 !important; }

.f-600 {
  font-weight: 600 !important; }

.f-700 {
  font-weight: 700 !important; }

.f-800 {
  font-weight: 800 !important; }

.f-900 {
  font-weight: 900 !important; }

.t-l {
  text-align: left !important; }

.t-r {
  text-align: right !important; }

.t-c {
  text-align: center !important; }

.t-j {
  text-align: justify !important; }

.t-normal {
  text-transform: initial !important; }

.t-AA, .t-uppercase {
  text-transform: uppercase !important; }

.t-aa, .t-lowercase {
  text-transform: lowercase !important; }

.t-Aa, .t-capitalize {
  text-transform: capitalize !important; }

.ib {
  vertical-align: middle; }
  .ib, .ib-t, .ib-m, .ib-b, .ib-l {
    display: inline-block; }
  .ib-t {
    vertical-align: top; }
  .ib-m {
    vertical-align: middle; }
  .ib-b {
    vertical-align: bottom; }
  .ib-l {
    vertical-align: baseline; }

.o-0 {
  opacity: 0; }

.o-5 {
  opacity: 0.05; }

.o-10 {
  opacity: 0.1; }

.o-15 {
  opacity: 0.15; }

.o-20 {
  opacity: 0.2; }

.o-25 {
  opacity: 0.25; }

.o-30 {
  opacity: 0.3; }

.o-35 {
  opacity: 0.35; }

.o-40 {
  opacity: 0.4; }

.o-45 {
  opacity: 0.45; }

.o-50 {
  opacity: 0.5; }

.o-55 {
  opacity: 0.55; }

.o-60 {
  opacity: 0.6; }

.o-65 {
  opacity: 0.65; }

.o-70 {
  opacity: 0.7; }

.o-75 {
  opacity: 0.75; }

.o-80 {
  opacity: 0.8; }

.o-85 {
  opacity: 0.85; }

.o-90 {
  opacity: 0.9; }

.o-95 {
  opacity: 0.95; }

.o-100 {
  opacity: 1; }

.i-stack {
  width: 2em;
  height: 2em;
  line-height: 2em;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .i-stack-1x, .i-stack-2x {
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute; }
  .i-stack-1x {
    line-height: inherit; }
  .i-stack-2x {
    font-size: 2em; }

.i-1_3x {
  font-size: 1.3em !important; }

.i-1_5x {
  font-size: 1.5em !important; }

.i-1_7x {
  font-size: 1.7em !important; }

.i-2x {
  font-size: 2em !important; }

.i-2_3x {
  font-size: 2.3em !important; }

.i-2_5x {
  font-size: 2.5em !important; }

.i-2_7x {
  font-size: 2.7em !important; }

.i-3x {
  font-size: 3em !important; }

.i-3_3x {
  font-size: 3.3em !important; }

.i-3_5x {
  font-size: 3.5em !important; }

.i-3_7x {
  font-size: 3.7em !important; }

.i-4x {
  font-size: 4em !important; }

.i-4_3x {
  font-size: 4.3em !important; }

.i-4_5x {
  font-size: 4.5em !important; }

.i-4_7x {
  font-size: 4.7em !important; }

.i-5x {
  font-size: 5em !important; }

.m-a-auto {
  margin: auto !important; }

.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.m-y-auto {
  margin-top: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0px !important; }

.m-a-5 {
  margin: 5px !important; }

.m-a-10 {
  margin: 10px !important; }

.m-a-15 {
  margin: 15px !important; }

.m-a-20 {
  margin: 20px !important; }

.m-a-25 {
  margin: 25px !important; }

.m-a-30 {
  margin: 30px !important; }

.m-a-35 {
  margin: 35px !important; }

.m-a-40 {
  margin: 40px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.m-x-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.m-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.m-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.m-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.m-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.m-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.p-a-0 {
  padding: 0px !important; }

.p-a-5 {
  padding: 5px !important; }

.p-a-10 {
  padding: 10px !important; }

.p-a-15 {
  padding: 15px !important; }

.p-a-20 {
  padding: 20px !important; }

.p-a-25 {
  padding: 25px !important; }

.p-a-30 {
  padding: 30px !important; }

.p-a-35 {
  padding: 35px !important; }

.p-a-40 {
  padding: 40px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.p-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.p-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.p-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.p-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.p-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.m-a--5 {
  margin: -5px !important; }

.m-a--10 {
  margin: -10px !important; }

.m-a--15 {
  margin: -15px !important; }

.m-a--20 {
  margin: -20px !important; }

.m-a--25 {
  margin: -25px !important; }

.m-a--30 {
  margin: -30px !important; }

.m-t--5 {
  margin-top: -5px !important; }

.m-t--10 {
  margin-top: -10px !important; }

.m-t--15 {
  margin-top: -15px !important; }

.m-t--20 {
  margin-top: -20px !important; }

.m-t--25 {
  margin-top: -25px !important; }

.m-t--30 {
  margin-top: -30px !important; }

.m-r--5 {
  margin-right: -5px !important; }

.m-r--10 {
  margin-right: -10px !important; }

.m-r--15 {
  margin-right: -15px !important; }

.m-r--20 {
  margin-right: -20px !important; }

.m-r--25 {
  margin-right: -25px !important; }

.m-r--30 {
  margin-right: -30px !important; }

.m-b--5 {
  margin-bottom: -5px !important; }

.m-b--10 {
  margin-bottom: -10px !important; }

.m-b--15 {
  margin-bottom: -15px !important; }

.m-b--20 {
  margin-bottom: -20px !important; }

.m-b--25 {
  margin-bottom: -25px !important; }

.m-b--30 {
  margin-bottom: -30px !important; }

.m-l--5 {
  margin-left: -5px !important; }

.m-l--10 {
  margin-left: -10px !important; }

.m-l--15 {
  margin-left: -15px !important; }

.m-l--20 {
  margin-left: -20px !important; }

.m-l--25 {
  margin-left: -25px !important; }

.m-l--30 {
  margin-left: -30px !important; }

.m-x--5 {
  margin-left: -5px !important;
  margin-right: -5px !important; }

.m-x--10 {
  margin-left: -10px !important;
  margin-right: -10px !important; }

.m-x--15 {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.m-x--20 {
  margin-left: -20px !important;
  margin-right: -20px !important; }

.m-x--25 {
  margin-left: -25px !important;
  margin-right: -25px !important; }

.m-x--30 {
  margin-left: -30px !important;
  margin-right: -30px !important; }

.m-y--5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important; }

.m-y--10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

.m-y--15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important; }

.m-y--20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important; }

.m-y--25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important; }

.m-y--30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important; }

[class*=" b-"],
[class^="b-"] {
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid; }
  [class*=" b-"].solid,
  [class^="b-"].solid {
    border-style: solid; }
  [class*=" b-"].dashed,
  [class^="b-"].dashed {
    border-style: dashed; }
  [class*=" b-"].dotted,
  [class^="b-"].dotted {
    border-style: dotted; }
  [class*=" b-"].double,
  [class^="b-"].double {
    border-style: double; }

.b-a-0 {
  border-width: 0px !important; }

.b-a-1 {
  border-width: 1px !important; }

.b-a-2 {
  border-width: 2px !important; }

.b-a-3 {
  border-width: 3px !important; }

.b-a-4 {
  border-width: 4px !important; }

.b-a-5 {
  border-width: 5px !important; }

.b-a-primary {
  border-color: #ab895d !important; }

.b-a-success {
  border-color: #19b820 !important; }

.b-a-info {
  border-color: #006ed0 !important; }

.b-a-warning {
  border-color: #fc7272 !important; }

.b-a-danger {
  border-color: #cf3737 !important; }

.b-a-white {
  border-color: #fff !important; }

.b-a-black {
  border-color: #000 !important; }

.b-t-0 {
  border-top-width: 0px !important; }

.b-t-1 {
  border-top-width: 1px !important; }

.b-t-2 {
  border-top-width: 2px !important; }

.b-t-3 {
  border-top-width: 3px !important; }

.b-t-4 {
  border-top-width: 4px !important; }

.b-t-5 {
  border-top-width: 5px !important; }

.b-t-primary {
  border-top-color: #ab895d !important; }

.b-t-success {
  border-top-color: #19b820 !important; }

.b-t-info {
  border-top-color: #006ed0 !important; }

.b-t-warning {
  border-top-color: #fc7272 !important; }

.b-t-danger {
  border-top-color: #cf3737 !important; }

.b-t-white {
  border-top-color: #fff !important; }

.b-t-black {
  border-top-color: #000 !important; }

.b-r-0 {
  border-right-width: 0px !important; }

.b-r-1 {
  border-right-width: 1px !important; }

.b-r-2 {
  border-right-width: 2px !important; }

.b-r-3 {
  border-right-width: 3px !important; }

.b-r-4 {
  border-right-width: 4px !important; }

.b-r-5 {
  border-right-width: 5px !important; }

.b-r-primary {
  border-right-color: #ab895d !important; }

.b-r-success {
  border-right-color: #19b820 !important; }

.b-r-info {
  border-right-color: #006ed0 !important; }

.b-r-warning {
  border-right-color: #fc7272 !important; }

.b-r-danger {
  border-right-color: #cf3737 !important; }

.b-r-white {
  border-right-color: #fff !important; }

.b-r-black {
  border-right-color: #000 !important; }

.b-b-0 {
  border-bottom-width: 0px !important; }

.b-b-1 {
  border-bottom-width: 1px !important; }

.b-b-2 {
  border-bottom-width: 2px !important; }

.b-b-3 {
  border-bottom-width: 3px !important; }

.b-b-4 {
  border-bottom-width: 4px !important; }

.b-b-5 {
  border-bottom-width: 5px !important; }

.b-b-primary {
  border-bottom-color: #ab895d !important; }

.b-b-success {
  border-bottom-color: #19b820 !important; }

.b-b-info {
  border-bottom-color: #006ed0 !important; }

.b-b-warning {
  border-bottom-color: #fc7272 !important; }

.b-b-danger {
  border-bottom-color: #cf3737 !important; }

.b-b-white {
  border-bottom-color: #fff !important; }

.b-b-black {
  border-bottom-color: #000 !important; }

.b-l-0 {
  border-left-width: 0px !important; }

.b-l-1 {
  border-left-width: 1px !important; }

.b-l-2 {
  border-left-width: 2px !important; }

.b-l-3 {
  border-left-width: 3px !important; }

.b-l-4 {
  border-left-width: 4px !important; }

.b-l-5 {
  border-left-width: 5px !important; }

.b-l-primary {
  border-left-color: #ab895d !important; }

.b-l-success {
  border-left-color: #19b820 !important; }

.b-l-info {
  border-left-color: #006ed0 !important; }

.b-l-warning {
  border-left-color: #fc7272 !important; }

.b-l-danger {
  border-left-color: #cf3737 !important; }

.b-l-white {
  border-left-color: #fff !important; }

.b-l-black {
  border-left-color: #000 !important; }

.b-x-0 {
  border-left-width: 0px !important;
  border-right-width: 0px !important; }

.b-x-1 {
  border-left-width: 1px !important;
  border-right-width: 1px !important; }

.b-x-2 {
  border-left-width: 2px !important;
  border-right-width: 2px !important; }

.b-x-3 {
  border-left-width: 3px !important;
  border-right-width: 3px !important; }

.b-x-4 {
  border-left-width: 4px !important;
  border-right-width: 4px !important; }

.b-x-5 {
  border-left-width: 5px !important;
  border-right-width: 5px !important; }

.b-x-primary {
  border-left-color: #ab895d !important;
  border-right-color: #ab895d !important; }

.b-x-success {
  border-left-color: #19b820 !important;
  border-right-color: #19b820 !important; }

.b-x-info {
  border-left-color: #006ed0 !important;
  border-right-color: #006ed0 !important; }

.b-x-warning {
  border-left-color: #fc7272 !important;
  border-right-color: #fc7272 !important; }

.b-x-danger {
  border-left-color: #cf3737 !important;
  border-right-color: #cf3737 !important; }

.b-x-white {
  border-left-color: #fff !important;
  border-right-color: #fff !important; }

.b-x-black {
  border-left-color: #000 !important;
  border-right-color: #000 !important; }

.b-y-0 {
  border-top-width: 0px !important;
  border-bottom-width: 0px !important; }

.b-y-1 {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important; }

.b-y-2 {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important; }

.b-y-3 {
  border-top-width: 3px !important;
  border-bottom-width: 3px !important; }

.b-y-4 {
  border-top-width: 4px !important;
  border-bottom-width: 4px !important; }

.b-y-5 {
  border-top-width: 5px !important;
  border-bottom-width: 5px !important; }

.b-y-primary {
  border-top-color: #ab895d !important;
  border-bottom-color: #ab895d !important; }

.b-y-success {
  border-top-color: #19b820 !important;
  border-bottom-color: #19b820 !important; }

.b-y-info {
  border-top-color: #006ed0 !important;
  border-bottom-color: #006ed0 !important; }

.b-y-warning {
  border-top-color: #fc7272 !important;
  border-bottom-color: #fc7272 !important; }

.b-y-danger {
  border-top-color: #cf3737 !important;
  border-bottom-color: #cf3737 !important; }

.b-y-white {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important; }

.b-y-black {
  border-top-color: #000 !important;
  border-bottom-color: #000 !important; }

.bg-default {
  color: rgba(0, 0, 0, 0.87) !important;
  background: #fff !important; }

.bg-primary {
  color: #fff !important;
  background: #ab895d !important; }

.bg-success {
  color: #fff !important;
  background: #19b820 !important; }

.bg-info {
  color: #fff !important;
  background: #006ed0 !important; }

.bg-warning {
  color: #fff !important;
  background: #fc7272 !important; }

.bg-danger {
  color: #fff !important;
  background: #cf3737 !important; }

.bg-theme {
  color: #fff !important;
  background: #ab895d !important; }

.bg-secondary {
  color: #fff !important;
  background: #edc01b !important; }

.text-primary {
  color: #ab895d !important; }
  .text-primary a, .text-primary label {
    color: #ab895d !important; }

.fill-primary {
  fill: #ab895d; }

.text-success {
  color: #19b820 !important; }
  .text-success a, .text-success label {
    color: #19b820 !important; }

.fill-success {
  fill: #19b820; }

.text-info {
  color: #006ed0 !important; }
  .text-info a, .text-info label {
    color: #006ed0 !important; }

.fill-info {
  fill: #006ed0; }

.text-warning {
  color: #fc7272 !important; }
  .text-warning a, .text-warning label {
    color: #fc7272 !important; }

.fill-warning {
  fill: #fc7272; }

.text-danger {
  color: #cf3737 !important; }
  .text-danger a, .text-danger label {
    color: #cf3737 !important; }

.fill-danger {
  fill: #cf3737; }

.text-white {
  color: #fff !important; }
  .text-white a, .text-white label {
    color: #fff !important; }

.fill-white {
  fill: #fff; }

.text-black {
  color: #000 !important; }
  .text-black a, .text-black label {
    color: #000 !important; }

.fill-black {
  fill: #000; }

.c:before, .c:after {
  content: " ";
  display: table; }

.c:after {
  clear: both; }

.L {
  float: left; }

.R {
  float: right; }

.bar:before, .bar-N:before, .bar-T:before, .bar:after, .bar-N:after, .bar-T:after {
  content: " ";
  display: table; }

.bar:after, .bar-N:after, .bar-T:after {
  clear: both; }

.bar .h1, .bar-N .h1, .bar-T .h1, .bar .h2, .bar-N .h2, .bar-T .h2, .bar .h3, .bar-N .h3, .bar-T .h3, .bar .h4, .bar-N .h4, .bar-T .h4, .bar .h5, .bar-N .h5, .bar-T .h5, .bar .h6, .bar-N .h6, .bar-T .h6,
.bar h1,
.bar-N h1,
.bar-T h1, .bar h2, .bar-N h2, .bar-T h2, .bar h3, .bar-N h3, .bar-T h3, .bar h4, .bar-N h4, .bar-T h4, .bar h5, .bar-N h5, .bar-T h5, .bar h6, .bar-N h6, .bar-T h6 {
  margin: 0; }

.bar .L > a, .bar-N .L > a, .bar-T .L > a, .bar .R > a, .bar-N .R > a, .bar-T .R > a {
  display: inline-block; }

.bar.transparent, .transparent.bar-N, .transparent.bar-T {
  background: transparent; }

.w-auto {
  width: auto !important; }
  .w-auto.min {
    min-width: initial; }
  .w-auto.max {
    max-width: initial; }

.h-auto {
  height: auto !important; }
  .h-auto.min {
    min-height: initial; }
  .h-auto.max {
    max-height: initial; }

.w-5 {
  width: 5% !important; }

.h-5 {
  height: 5% !important; }

.w-20px {
  width: 20px !important; }
  .w-20px.min, .w-20px.max {
    width: auto !important; }
  .w-20px.min {
    min-width: 20px !important;
    overflow: visible; }
  .w-20px.max {
    max-width: 20px !important; }
  .w-20px.scroll {
    overflow: auto; }
    .w-20px.scroll-x {
      overflow-y: hidden; }
    .w-20px.scroll-y {
      overflow-x: hidden; }

.h-40px {
  overflow: hidden;
  height: 40px !important; }
  .h-40px.min, .h-40px.max {
    height: auto !important; }
  .h-40px.min {
    min-height: 40px !important;
    overflow: visible; }
  .h-40px.max {
    max-height: 40px !important; }
  .h-40px.scroll {
    overflow: auto; }
    .h-40px.scroll-x {
      overflow-y: hidden; }
    .h-40px.scroll-y {
      overflow-x: hidden; }

.w-10 {
  width: 10% !important; }

.h-10 {
  height: 10% !important; }

.w-40px {
  width: 40px !important; }
  .w-40px.min, .w-40px.max {
    width: auto !important; }
  .w-40px.min {
    min-width: 40px !important;
    overflow: visible; }
  .w-40px.max {
    max-width: 40px !important; }
  .w-40px.scroll {
    overflow: auto; }
    .w-40px.scroll-x {
      overflow-y: hidden; }
    .w-40px.scroll-y {
      overflow-x: hidden; }

.h-80px {
  overflow: hidden;
  height: 80px !important; }
  .h-80px.min, .h-80px.max {
    height: auto !important; }
  .h-80px.min {
    min-height: 80px !important;
    overflow: visible; }
  .h-80px.max {
    max-height: 80px !important; }
  .h-80px.scroll {
    overflow: auto; }
    .h-80px.scroll-x {
      overflow-y: hidden; }
    .h-80px.scroll-y {
      overflow-x: hidden; }

.w-15 {
  width: 15% !important; }

.h-15 {
  height: 15% !important; }

.w-60px {
  width: 60px !important; }
  .w-60px.min, .w-60px.max {
    width: auto !important; }
  .w-60px.min {
    min-width: 60px !important;
    overflow: visible; }
  .w-60px.max {
    max-width: 60px !important; }
  .w-60px.scroll {
    overflow: auto; }
    .w-60px.scroll-x {
      overflow-y: hidden; }
    .w-60px.scroll-y {
      overflow-x: hidden; }

.h-120px {
  overflow: hidden;
  height: 120px !important; }
  .h-120px.min, .h-120px.max {
    height: auto !important; }
  .h-120px.min {
    min-height: 120px !important;
    overflow: visible; }
  .h-120px.max {
    max-height: 120px !important; }
  .h-120px.scroll {
    overflow: auto; }
    .h-120px.scroll-x {
      overflow-y: hidden; }
    .h-120px.scroll-y {
      overflow-x: hidden; }

.w-20 {
  width: 20% !important; }

.h-20 {
  height: 20% !important; }

.w-80px {
  width: 80px !important; }
  .w-80px.min, .w-80px.max {
    width: auto !important; }
  .w-80px.min {
    min-width: 80px !important;
    overflow: visible; }
  .w-80px.max {
    max-width: 80px !important; }
  .w-80px.scroll {
    overflow: auto; }
    .w-80px.scroll-x {
      overflow-y: hidden; }
    .w-80px.scroll-y {
      overflow-x: hidden; }

.h-160px {
  overflow: hidden;
  height: 160px !important; }
  .h-160px.min, .h-160px.max {
    height: auto !important; }
  .h-160px.min {
    min-height: 160px !important;
    overflow: visible; }
  .h-160px.max {
    max-height: 160px !important; }
  .h-160px.scroll {
    overflow: auto; }
    .h-160px.scroll-x {
      overflow-y: hidden; }
    .h-160px.scroll-y {
      overflow-x: hidden; }

.w-25 {
  width: 25% !important; }

.h-25 {
  height: 25% !important; }

.w-100px {
  width: 100px !important; }
  .w-100px.min, .w-100px.max {
    width: auto !important; }
  .w-100px.min {
    min-width: 100px !important;
    overflow: visible; }
  .w-100px.max {
    max-width: 100px !important; }
  .w-100px.scroll {
    overflow: auto; }
    .w-100px.scroll-x {
      overflow-y: hidden; }
    .w-100px.scroll-y {
      overflow-x: hidden; }

.h-200px {
  overflow: hidden;
  height: 200px !important; }
  .h-200px.min, .h-200px.max {
    height: auto !important; }
  .h-200px.min {
    min-height: 200px !important;
    overflow: visible; }
  .h-200px.max {
    max-height: 200px !important; }
  .h-200px.scroll {
    overflow: auto; }
    .h-200px.scroll-x {
      overflow-y: hidden; }
    .h-200px.scroll-y {
      overflow-x: hidden; }

.w-30 {
  width: 30% !important; }

.h-30 {
  height: 30% !important; }

.w-120px {
  width: 120px !important; }
  .w-120px.min, .w-120px.max {
    width: auto !important; }
  .w-120px.min {
    min-width: 120px !important;
    overflow: visible; }
  .w-120px.max {
    max-width: 120px !important; }
  .w-120px.scroll {
    overflow: auto; }
    .w-120px.scroll-x {
      overflow-y: hidden; }
    .w-120px.scroll-y {
      overflow-x: hidden; }

.h-240px {
  overflow: hidden;
  height: 240px !important; }
  .h-240px.min, .h-240px.max {
    height: auto !important; }
  .h-240px.min {
    min-height: 240px !important;
    overflow: visible; }
  .h-240px.max {
    max-height: 240px !important; }
  .h-240px.scroll {
    overflow: auto; }
    .h-240px.scroll-x {
      overflow-y: hidden; }
    .h-240px.scroll-y {
      overflow-x: hidden; }

.w-35 {
  width: 35% !important; }

.h-35 {
  height: 35% !important; }

.w-140px {
  width: 140px !important; }
  .w-140px.min, .w-140px.max {
    width: auto !important; }
  .w-140px.min {
    min-width: 140px !important;
    overflow: visible; }
  .w-140px.max {
    max-width: 140px !important; }
  .w-140px.scroll {
    overflow: auto; }
    .w-140px.scroll-x {
      overflow-y: hidden; }
    .w-140px.scroll-y {
      overflow-x: hidden; }

.h-280px {
  overflow: hidden;
  height: 280px !important; }
  .h-280px.min, .h-280px.max {
    height: auto !important; }
  .h-280px.min {
    min-height: 280px !important;
    overflow: visible; }
  .h-280px.max {
    max-height: 280px !important; }
  .h-280px.scroll {
    overflow: auto; }
    .h-280px.scroll-x {
      overflow-y: hidden; }
    .h-280px.scroll-y {
      overflow-x: hidden; }

.w-40 {
  width: 40% !important; }

.h-40 {
  height: 40% !important; }

.w-160px {
  width: 160px !important; }
  .w-160px.min, .w-160px.max {
    width: auto !important; }
  .w-160px.min {
    min-width: 160px !important;
    overflow: visible; }
  .w-160px.max {
    max-width: 160px !important; }
  .w-160px.scroll {
    overflow: auto; }
    .w-160px.scroll-x {
      overflow-y: hidden; }
    .w-160px.scroll-y {
      overflow-x: hidden; }

.h-320px {
  overflow: hidden;
  height: 320px !important; }
  .h-320px.min, .h-320px.max {
    height: auto !important; }
  .h-320px.min {
    min-height: 320px !important;
    overflow: visible; }
  .h-320px.max {
    max-height: 320px !important; }
  .h-320px.scroll {
    overflow: auto; }
    .h-320px.scroll-x {
      overflow-y: hidden; }
    .h-320px.scroll-y {
      overflow-x: hidden; }

.w-45 {
  width: 45% !important; }

.h-45 {
  height: 45% !important; }

.w-180px {
  width: 180px !important; }
  .w-180px.min, .w-180px.max {
    width: auto !important; }
  .w-180px.min {
    min-width: 180px !important;
    overflow: visible; }
  .w-180px.max {
    max-width: 180px !important; }
  .w-180px.scroll {
    overflow: auto; }
    .w-180px.scroll-x {
      overflow-y: hidden; }
    .w-180px.scroll-y {
      overflow-x: hidden; }

.h-360px {
  overflow: hidden;
  height: 360px !important; }
  .h-360px.min, .h-360px.max {
    height: auto !important; }
  .h-360px.min {
    min-height: 360px !important;
    overflow: visible; }
  .h-360px.max {
    max-height: 360px !important; }
  .h-360px.scroll {
    overflow: auto; }
    .h-360px.scroll-x {
      overflow-y: hidden; }
    .h-360px.scroll-y {
      overflow-x: hidden; }

.w-50 {
  width: 50% !important; }

.h-50 {
  height: 50% !important; }

.w-200px {
  width: 200px !important; }
  .w-200px.min, .w-200px.max {
    width: auto !important; }
  .w-200px.min {
    min-width: 200px !important;
    overflow: visible; }
  .w-200px.max {
    max-width: 200px !important; }
  .w-200px.scroll {
    overflow: auto; }
    .w-200px.scroll-x {
      overflow-y: hidden; }
    .w-200px.scroll-y {
      overflow-x: hidden; }

.h-400px {
  overflow: hidden;
  height: 400px !important; }
  .h-400px.min, .h-400px.max {
    height: auto !important; }
  .h-400px.min {
    min-height: 400px !important;
    overflow: visible; }
  .h-400px.max {
    max-height: 400px !important; }
  .h-400px.scroll {
    overflow: auto; }
    .h-400px.scroll-x {
      overflow-y: hidden; }
    .h-400px.scroll-y {
      overflow-x: hidden; }

.w-55 {
  width: 55% !important; }

.h-55 {
  height: 55% !important; }

.w-220px {
  width: 220px !important; }
  .w-220px.min, .w-220px.max {
    width: auto !important; }
  .w-220px.min {
    min-width: 220px !important;
    overflow: visible; }
  .w-220px.max {
    max-width: 220px !important; }
  .w-220px.scroll {
    overflow: auto; }
    .w-220px.scroll-x {
      overflow-y: hidden; }
    .w-220px.scroll-y {
      overflow-x: hidden; }

.h-440px {
  overflow: hidden;
  height: 440px !important; }
  .h-440px.min, .h-440px.max {
    height: auto !important; }
  .h-440px.min {
    min-height: 440px !important;
    overflow: visible; }
  .h-440px.max {
    max-height: 440px !important; }
  .h-440px.scroll {
    overflow: auto; }
    .h-440px.scroll-x {
      overflow-y: hidden; }
    .h-440px.scroll-y {
      overflow-x: hidden; }

.w-60 {
  width: 60% !important; }

.h-60 {
  height: 60% !important; }

.w-240px {
  width: 240px !important; }
  .w-240px.min, .w-240px.max {
    width: auto !important; }
  .w-240px.min {
    min-width: 240px !important;
    overflow: visible; }
  .w-240px.max {
    max-width: 240px !important; }
  .w-240px.scroll {
    overflow: auto; }
    .w-240px.scroll-x {
      overflow-y: hidden; }
    .w-240px.scroll-y {
      overflow-x: hidden; }

.h-480px {
  overflow: hidden;
  height: 480px !important; }
  .h-480px.min, .h-480px.max {
    height: auto !important; }
  .h-480px.min {
    min-height: 480px !important;
    overflow: visible; }
  .h-480px.max {
    max-height: 480px !important; }
  .h-480px.scroll {
    overflow: auto; }
    .h-480px.scroll-x {
      overflow-y: hidden; }
    .h-480px.scroll-y {
      overflow-x: hidden; }

.w-65 {
  width: 65% !important; }

.h-65 {
  height: 65% !important; }

.w-260px {
  width: 260px !important; }
  .w-260px.min, .w-260px.max {
    width: auto !important; }
  .w-260px.min {
    min-width: 260px !important;
    overflow: visible; }
  .w-260px.max {
    max-width: 260px !important; }
  .w-260px.scroll {
    overflow: auto; }
    .w-260px.scroll-x {
      overflow-y: hidden; }
    .w-260px.scroll-y {
      overflow-x: hidden; }

.h-520px {
  overflow: hidden;
  height: 520px !important; }
  .h-520px.min, .h-520px.max {
    height: auto !important; }
  .h-520px.min {
    min-height: 520px !important;
    overflow: visible; }
  .h-520px.max {
    max-height: 520px !important; }
  .h-520px.scroll {
    overflow: auto; }
    .h-520px.scroll-x {
      overflow-y: hidden; }
    .h-520px.scroll-y {
      overflow-x: hidden; }

.w-70 {
  width: 70% !important; }

.h-70 {
  height: 70% !important; }

.w-280px {
  width: 280px !important; }
  .w-280px.min, .w-280px.max {
    width: auto !important; }
  .w-280px.min {
    min-width: 280px !important;
    overflow: visible; }
  .w-280px.max {
    max-width: 280px !important; }
  .w-280px.scroll {
    overflow: auto; }
    .w-280px.scroll-x {
      overflow-y: hidden; }
    .w-280px.scroll-y {
      overflow-x: hidden; }

.h-560px {
  overflow: hidden;
  height: 560px !important; }
  .h-560px.min, .h-560px.max {
    height: auto !important; }
  .h-560px.min {
    min-height: 560px !important;
    overflow: visible; }
  .h-560px.max {
    max-height: 560px !important; }
  .h-560px.scroll {
    overflow: auto; }
    .h-560px.scroll-x {
      overflow-y: hidden; }
    .h-560px.scroll-y {
      overflow-x: hidden; }

.w-75 {
  width: 75% !important; }

.h-75 {
  height: 75% !important; }

.w-300px {
  width: 300px !important; }
  .w-300px.min, .w-300px.max {
    width: auto !important; }
  .w-300px.min {
    min-width: 300px !important;
    overflow: visible; }
  .w-300px.max {
    max-width: 300px !important; }
  .w-300px.scroll {
    overflow: auto; }
    .w-300px.scroll-x {
      overflow-y: hidden; }
    .w-300px.scroll-y {
      overflow-x: hidden; }

.h-600px {
  overflow: hidden;
  height: 600px !important; }
  .h-600px.min, .h-600px.max {
    height: auto !important; }
  .h-600px.min {
    min-height: 600px !important;
    overflow: visible; }
  .h-600px.max {
    max-height: 600px !important; }
  .h-600px.scroll {
    overflow: auto; }
    .h-600px.scroll-x {
      overflow-y: hidden; }
    .h-600px.scroll-y {
      overflow-x: hidden; }

.w-80 {
  width: 80% !important; }

.h-80 {
  height: 80% !important; }

.w-320px {
  width: 320px !important; }
  .w-320px.min, .w-320px.max {
    width: auto !important; }
  .w-320px.min {
    min-width: 320px !important;
    overflow: visible; }
  .w-320px.max {
    max-width: 320px !important; }
  .w-320px.scroll {
    overflow: auto; }
    .w-320px.scroll-x {
      overflow-y: hidden; }
    .w-320px.scroll-y {
      overflow-x: hidden; }

.h-640px {
  overflow: hidden;
  height: 640px !important; }
  .h-640px.min, .h-640px.max {
    height: auto !important; }
  .h-640px.min {
    min-height: 640px !important;
    overflow: visible; }
  .h-640px.max {
    max-height: 640px !important; }
  .h-640px.scroll {
    overflow: auto; }
    .h-640px.scroll-x {
      overflow-y: hidden; }
    .h-640px.scroll-y {
      overflow-x: hidden; }

.w-85 {
  width: 85% !important; }

.h-85 {
  height: 85% !important; }

.h-680px {
  overflow: hidden;
  height: 680px !important; }
  .h-680px.min, .h-680px.max {
    height: auto !important; }
  .h-680px.min {
    min-height: 680px !important;
    overflow: visible; }
  .h-680px.max {
    max-height: 680px !important; }
  .h-680px.scroll {
    overflow: auto; }
    .h-680px.scroll-x {
      overflow-y: hidden; }
    .h-680px.scroll-y {
      overflow-x: hidden; }

.w-90 {
  width: 90% !important; }

.h-90 {
  height: 90% !important; }

.h-720px {
  overflow: hidden;
  height: 720px !important; }
  .h-720px.min, .h-720px.max {
    height: auto !important; }
  .h-720px.min {
    min-height: 720px !important;
    overflow: visible; }
  .h-720px.max {
    max-height: 720px !important; }
  .h-720px.scroll {
    overflow: auto; }
    .h-720px.scroll-x {
      overflow-y: hidden; }
    .h-720px.scroll-y {
      overflow-x: hidden; }

.w-95 {
  width: 95% !important; }

.h-95 {
  height: 95% !important; }

.h-760px {
  overflow: hidden;
  height: 760px !important; }
  .h-760px.min, .h-760px.max {
    height: auto !important; }
  .h-760px.min {
    min-height: 760px !important;
    overflow: visible; }
  .h-760px.max {
    max-height: 760px !important; }
  .h-760px.scroll {
    overflow: auto; }
    .h-760px.scroll-x {
      overflow-y: hidden; }
    .h-760px.scroll-y {
      overflow-x: hidden; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-800px {
  overflow: hidden;
  height: 800px !important; }
  .h-800px.min, .h-800px.max {
    height: auto !important; }
  .h-800px.min {
    min-height: 800px !important;
    overflow: visible; }
  .h-800px.max {
    max-height: 800px !important; }
  .h-800px.scroll {
    overflow: auto; }
    .h-800px.scroll-x {
      overflow-y: hidden; }
    .h-800px.scroll-y {
      overflow-x: hidden; }

.dir-override {
  direction: rtl; }

@font-face {
  font-family: "icon";
  src: url("../icon/icon.eot?309lxq");
  src: url("../icon/icon.eot?309lxq#iefix") format("embedded-opentype"), url("../icon/icon.ttf?309lxq") format("truetype"), url("../icon/icon.woff?309lxq") format("woff"), url("../icon/icon.svg?309lxq#icon") format("svg");
  font-weight: normal;
  font-style: normal; }

.i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  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; }

.i-admin:before {
  content: ""; }

.i-bus:before {
  content: ""; }

.i-cancel:before {
  content: ""; }

.i-cancelvoc:before {
  content: ""; }

.i-card:before {
  content: ""; }

.i-dash:before {
  content: ""; }

.i-delet:before {
  content: ""; }

.i-fb:before {
  content: ""; }

.i-Foreignpermits:before {
  content: ""; }

.i-help:before {
  content: ""; }

.i-language:before {
  content: ""; }

.i-link:before {
  content: ""; }

.i-masters:before {
  content: ""; }

.i-modify:before {
  content: ""; }

.i-modifyvoc:before {
  content: ""; }

.i-motc:before {
  content: ""; }

.i-pending:before {
  content: ""; }

.i-print:before {
  content: ""; }

.i-reissue:before {
  content: ""; }

.i-remove:before {
  content: ""; }

.i-renew:before {
  content: ""; }

.i-specialpermit:before {
  content: ""; }

.i-suspension:before {
  content: ""; }

.i-transfer:before {
  content: ""; }

.i-twi:before {
  content: ""; }

.i-typing:before {
  content: ""; }

.i-user:before {
  content: ""; }

.i-user-login:before {
  content: ""; }

.i-withdraw:before {
  content: ""; }

.i-withdrawvoc:before {
  content: ""; }

.i-alert2:before {
  content: ""; }

.card, .cards > li,
.cards > section,
.cards > article {
  padding: 10px;
  display: block;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  -ms-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12); }
  .card.sharpEdges, .cards > li.sharpEdges,
  .cards > section.sharpEdges,
  .cards > article.sharpEdges {
    border-radius: 0px; }
  .card.magnet-x, .cards > li.magnet-x,
  .cards > section.magnet-x,
  .cards > article.magnet-x {
    border-radius: 0px; }
    .card.magnet-x-first, .card.magnet-x:first-child, .cards > li.magnet-x-first,
    .cards > section.magnet-x-first,
    .cards > article.magnet-x-first, .cards > li.magnet-x:first-child,
    .cards > section.magnet-x:first-child,
    .cards > article.magnet-x:first-child {
      border-radius: 2px 0px 0px 2px; }
    .card.magnet-x-last, .card.magnet-x:last-child, .cards > li.magnet-x-last,
    .cards > section.magnet-x-last,
    .cards > article.magnet-x-last, .cards > li.magnet-x:last-child,
    .cards > section.magnet-x:last-child,
    .cards > article.magnet-x:last-child {
      border-radius: 0px 2px 2px 0px; }
  .card.magnet-y, .cards > li.magnet-y,
  .cards > section.magnet-y,
  .cards > article.magnet-y {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-radius: 0px; }
    .card.magnet-y-first, .card.magnet-y:first-child, .cards > li.magnet-y-first,
    .cards > section.magnet-y-first,
    .cards > article.magnet-y-first, .cards > li.magnet-y:first-child,
    .cards > section.magnet-y:first-child,
    .cards > article.magnet-y:first-child {
      border-radius: 2px 2px 0px 0px; }
    .card.magnet-y-last, .card.magnet-y:last-child, .cards > li.magnet-y-last,
    .cards > section.magnet-y-last,
    .cards > article.magnet-y-last, .cards > li.magnet-y:last-child,
    .cards > section.magnet-y:last-child,
    .cards > article.magnet-y:last-child {
      border-radius: 0px 0px 2px 2px; }
  .card .cardHeader, .card .cardFooter, .cards > li .cardHeader, .cards > section .cardHeader, .cards > article .cardHeader, .cards > li .cardFooter, .cards > section .cardFooter, .cards > article .cardFooter {
    display: block;
    overflow: hidden; }
    .card .cardHeader:before, .card .cardHeader:after, .card .cardFooter:before, .card .cardFooter:after, .cards > li .cardHeader:before, .cards > section .cardHeader:before, .cards > article .cardHeader:before, .cards > li .cardHeader:after, .cards > section .cardHeader:after, .cards > article .cardHeader:after, .cards > li .cardFooter:before, .cards > section .cardFooter:before, .cards > article .cardFooter:before, .cards > li .cardFooter:after, .cards > section .cardFooter:after, .cards > article .cardFooter:after {
      content: " ";
      display: table; }
    .card .cardHeader:after, .card .cardFooter:after, .cards > li .cardHeader:after, .cards > section .cardHeader:after, .cards > article .cardHeader:after, .cards > li .cardFooter:after, .cards > section .cardFooter:after, .cards > article .cardFooter:after {
      clear: both; }
  .card .cardHeader, .cards > li .cardHeader, .cards > section .cardHeader, .cards > article .cardHeader {
    padding: 5px 15px;
    margin: -10px -10px 0px;
    border-radius: 2px 2px 0px 0px; }
  .card .cardContent, .cards > li .cardContent, .cards > section .cardContent, .cards > article .cardContent {
    padding: 0 15px;
    margin: 0 -10px; }
    .card .cardContent.table-responsive, .cards > li .cardContent.table-responsive, .cards > section .cardContent.table-responsive, .cards > article .cardContent.table-responsive {
      padding: 0; }
    .card .cardContent > .row, .card .cardContent > .r, .cards > li .cardContent > .row, .cards > section .cardContent > .row, .cards > article .cardContent > .row, .cards > li .cardContent > .r, .cards > section .cardContent > .r, .cards > article .cardContent > .r {
      margin: 0 -15px; }
      .card .cardContent > .row > .table-responsive, .card .cardContent > .r > .table-responsive, .cards > li .cardContent > .row > .table-responsive, .cards > section .cardContent > .row > .table-responsive, .cards > article .cardContent > .row > .table-responsive, .cards > li .cardContent > .r > .table-responsive, .cards > section .cardContent > .r > .table-responsive, .cards > article .cardContent > .r > .table-responsive {
        margin: 0 -1px; }
  .card .cardFooter, .cards > li .cardFooter, .cards > section .cardFooter, .cards > article .cardFooter {
    padding: 7px 15px;
    margin: 10px -10px -10px;
    border-radius: 0px 0px 2px 2px; }

a.card {
  color: inherit; }

.card.bg-default {
  color: rgba(0, 0, 0, 0.87);
  background: #fff; }

.card.bg-primary {
  color: #fff;
  background: #ab895d; }

.card.bg-success {
  color: #fff;
  background: #19b820; }

.card.bg-info {
  color: #fff;
  background: #006ed0; }

.card.bg-warning {
  color: #fff;
  background: #fc7272; }

.card.bg-danger {
  color: #fff;
  background: #cf3737; }

.card.bg-theme {
  color: #fff;
  background: #ab895d; }

.card.bg-secondary {
  color: #fff;
  background: #edc01b; }

.card.hasFooter {
  padding-bottom: 50px; }
  .card.hasFooter .cardFooter {
    left: 0;
    bottom: 0;
    margin: 0px;
    width: 100%;
    position: absolute; }

.cards {
  padding: 10px; }
  .cards > li,
  .cards > section,
  .cards > article {
    margin-left: 15px;
    margin-right: 15px;
    background: #fff; }
  .cards.invert > li,
  .cards.invert > article {
    color: #fff;
    background: #0F455F; }

.flipperCard {
  position: relative;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }
  .flipperCard .card {
    width: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
    .flipperCard .card.front {
      width: 100%;
      height: 100%;
      z-index: 1; }
    .flipperCard .card.back {
      z-index: 0;
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      transform: rotateY(180deg); }
  .flipperCard.flipped {
    overflow: visible;
    -webkit-transform: translateX(-100%) rotateY(-180deg);
    -moz-transform: translateX(-100%) rotateY(-180deg);
    -o-transform: translateX(-100%) rotateY(-180deg);
    -ms-transform: translateX(-100%) rotateY(-180deg);
    transform: translateX(-100%) rotateY(-180deg); }
    .flipperCard.flipped .card.front {
      z-index: 0; }
    .flipperCard.flipped .card.back {
      z-index: 1; }

.f-row .card, .flex .card {
  height: 100%; }

@media only screen and (max-width: 767px) {
  .cards.dataViewer > li > div,
  .cards.dataViewer > section > div {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

img {
  max-width: 100%;
  height: auto !important; }

.btn-primary {
  background: #ab895d;
  border-color: #ab895d; }

.btn-danger {
  background: #cf3737;
  border-color: #cf3737; }

.card.highlights {
  min-height: 120px;
  padding-bottom: 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .card.highlights .cardHeader {
    padding: 8px 10px; }
    .card.highlights .cardHeader .i,
    .card.highlights .cardHeader .title {
      display: inline-block;
      vertical-align: middle; }
    .card.highlights .cardHeader .i {
      font-size: 2em; }
    .card.highlights .cardHeader .title {
      font-size: 1.2em;
      padding-left: 5px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .card.highlights .cardHeader .i {
        font-size: 1.7em; }
      .card.highlights .cardHeader .title {
        font-size: 1em; } }
  .card.highlights .cardContent {
    padding: 0;
    text-align: center; }
    .card.highlights .cardContent .dataSector {
      width: 100%;
      height: 100%;
      display: table; }
      .card.highlights .cardContent .dataSector .borderRules {
        height: 100%;
        display: table-cell;
        padding: 10px 0;
        position: relative;
        border-top: rgba(0, 0, 0, 0.3) 1px solid;
        border-left: rgba(0, 0, 0, 0.3) 1px solid; }
        .card.highlights .cardContent .dataSector .borderRules:nth-child(1) {
          border-left: 0 none; }
      .card.highlights .cardContent .dataSector .data {
        color: inherit;
        padding: 0 4px;
        min-width: 56px;
        position: relative;
        line-height: 1.4em;
        border-radius: 3px;
        font-size: 1em;
        display: inline-block;
        text-decoration: none;
        background: transparent; }
        .card.highlights .cardContent .dataSector .data small {
          font-size: 1em; }
        .card.highlights .cardContent .dataSector .data b {
          display: block;
          margin-top: 8px;
          font-weight: normal;
          font-size: 1.46667rem; }
        .card.highlights .cardContent .dataSector .data:hover, .card.highlights .cardContent .dataSector .data:focus, .card.highlights .cardContent .dataSector .data :active {
          text-decoration: none; }

html, body {
  font-size: 15px;
  text-rendering: optimizeLegibility; }
  html, html h1, html h2, html h3, html h4, html h5, html h6, body, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: normal !important;
    font-family: "droid_sansregular", sans-serif; }

b, strong {
  font-weight: normal !important;
  font-family: "droid_sansbold", sans-serif; }

.page-header .page-header-top .top-menu {
  float: right;
  margin: 9px 0 0; }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
  background: #fff !important;
  border: 0; }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a:hover,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a:hover {
  background: #fff !important; }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a {
  color: #000 !important;
  border-bottom: 1px solid #e0ccaa !important; }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
  background: #fff !important;
  border: 0; }

.slimScrollBar {
  display: none !important; }

.breadcrumb .fa {
  font-size: 1.000em;
  margin: 0 1px 0 1px;
  top: 0px; }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu:after {
  border-bottom-color: #fff; }

.fontSizeChange {
  position: absolute;
  top: 8px;
  left: 15px;
  z-index: 10; }

.fontSizeChange a:after {
  background: #b39c7e;
  width: 1px;
  content: "";
  /* display: block; */
  position: absolute;
  top: -2px;
  bottom: 0;
  margin-left: 14px;
  min-height: 27px; }

.fontSizeChange a:last-child:after {
  display: none; }

.fontSizeChange a {
  padding: 4px;
  width: 35px;
  height: 22px;
  display: block;
  float: left;
  margin-left: 3px;
  line-height: 12px;
  color: #fff;
  text-align: center; }

.fontSizeChange a:hover,
.fontSizeChange a:focus,
.fontSizeChange a:active {
  text-decoration: none; }

.fontSizeChange a:hover,
.fontSizeChange a:focus,
.fontSizeChange a:active {
  background-color: transparent !important; }

.fontSizeChange #fontNormal {
  font-size: 13px; }

.fontSizeChange #fontLarge {
  font-size: 14px; }

.fontSizeChange #fontExtraLarge {
  font-size: 17px; }

/*Media Programming */
@media only screen and (min-width: 1200px) {
  body.fontNormal {
    font-size: 1.000em; }
  body.fontLarge {
    font-size: 1.071em; }
  body.fontExtraLarge {
    font-size: 1.143em; } }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown .separator,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-separator .separator {
  background: #b39c7e;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -13px;
  bottom: 0;
  margin: 0;
  min-height: 42px;
  border: none; }

.esnad_menu .page-header-top span.separator {
  display: inline-block;
  width: 1px;
  height: 23px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 2px !important; }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
  min-width: 160px;
  max-width: 300px;
  width: 197px !important;
  z-index: 9996; }

.table {
  margin-bottom: 0px; }

.custom_scroll {
  width: 100%; }

.input-icon > .form-control {
  padding-left: 10px !important; }

.custom_scroll .portlet .portlet-title {
  border-bottom: none; }

.custom_scroll .dt-buttons {
  display: none; }

.custom_scroll span.caption-subject {
  color: #333333;
  display: block;
  font-size: 1.250em;
  margin-bottom: 5px; }

.custom_scroll .icon-settings {
  display: none; }

.custom_scroll table thead td,
.custom_scroll table thead th,
.custom_scroll table thead {
  border-bottom: none;
  outline: 0 !important;
  color: #fff;
  background-color: #b19068; }

.esnad_menu .hor-menu {
  margin: 0;
  float: right !important; }

.custom_scroll .table thead tr th em {
  font-weight: 500;
  font-style: normal; }

.esnad_menu .page-header-menu {
  background-color: #fff;
  height: 50px; }

.esnad_menu .page-header-top {
  background-color: #ac8c56;
  height: 40px !important; }

.esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover {
  background-color: transparent;
  color: #fff; }

.esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown:active .dropdown-toggle,
.esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown:focus .dropdown-toggle {
  background-color: transparent;
  color: #fff; }

.custom_scroll .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #dbdbdb; }

.socicon-btn.socicon-btn-circle {
  border-radius: 0px !important; }

.socicon-facebook {
  background-color: #3b5998 !important; }

.socicon-twitter {
  background-color: #1da1f3 !important; }

.socicon-linkedin {
  background-color: #0077b4 !important; }

.esnad_menu img.logo-default {
  margin-top: 10px;
  float: left; }

.esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
  color: #fff; }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:active > i,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:focus > i,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover > i {
  color: #fff !important; }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
  background: none; }
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle > i {
    color: #fff; }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a:hover {
  background: #f7d2a4 !important; }

.esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle,
.esnad_menu .page-header-top .top-menu .nav #header_notification_bar a:focus {
  margin: 0 0 0 1px;
  padding: 1px 0px;
  color: #fff; }

.esnad_menu .page-header-top .top-menu .nav #header_notification_bar a:hover {
  margin: 0 0 0 1px;
  padding: 1px 0px;
  color: #fff; }

.esnad_menu .page-header-top .top-menu_left .navbar-nav > li.dropdown-separator .separator {
  float: left;
  display: inline-block;
  width: 1px;
  height: 23px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 5px !important; }

.esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown {
  margin: 0;
  padding: 0 7px;
  height: auto !important;
  display: inline-block; }

.top-menu_left {
  margin: 0 !important;
  float: left !important; }

.top-menu_left li {
  float: left; }

.top-menu_left li h2 {
  margin: 4px 0px 1px 0;
  float: left;
  font-weight: 500;
  color: #fff;
  font-size: 2.286em; }

.top-menu_left li h3 {
  margin: 10px 0px 1px 0;
  float: left;
  font-weight: 500;
  font-size: 1.786em;
  color: #fff; }

.top-menu_left li h5 {
  margin: 18px 6px 1px 0;
  float: left;
  font-weight: 500;
  color: #fff;
  font-size: 1.143em; }

.esnad_menu .page-header-top .top-menu .navbar-nav > #header_notification_bar:nth-of-type(1) a {
  position: relative;
  /*	top: -9px;*/ }

.esnad_menu .page-header-top .top-menu .navbar-nav #header_notification_bar span,
.esnad_menu .page-header-top .top-menu .navbar-nav #header_notification_bar i {
  vertical-align: middle;
  display: inline-block; }

.esnad_menu .page-header-top .top-menu .navbar-nav #header_notification_bar i {
  font-size: 1.4em !important; }

.esnad_menu .page-header-menu .hor-menu .navbar-nav > li > a,
.esnad_menu .page-header-menu .hor-menu .navbar-nav > li > a > i {
  color: #000; }

.esnad_menu .page-header-menu .hor-menu .navbar-nav > li.open > a,
.esnad_menu .page-header-menu .hor-menu .navbar-nav > li:hover > a,
.esnad_menu .page-header-menu .hor-menu .navbar-nav > li > a:active,
.esnad_menu .page-header-menu .hor-menu .navbar-nav > li > a:focus,
.esnad_menu.page-header-menu .hor-menu .navbar-nav > li > a:hover {
  color: #b19068;
  background: transparent !important; }

.esnad_menu .socicon-btns li a {
  color: #fff !important;
  width: 24px;
  height: 26px;
  padding: 4px 5px !important;
  font-size: 1.143em;
  border-radius: 3px !important; }

.page-header .page-header-menu .hor-menu .socicon-btns > li > a:hover {
  color: #fff;
  background: #edc01b !important; }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
  padding: 10px 15px !important; }
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a:hover {
    background: #f7d2a4 !important; }

.custom_scroll div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
  display: none; }

.total_table .table thead tr th {
  float: right; }

.esnad_breadcrumb {
  width: 100%;
  float: left;
  background: #dedede !important; }

.esnad_breadcrumb ul {
  margin: 0;
  font-size: 0.786em;
  padding: 5.5px 0px !important;
  color: #000;
  box-shadow: 0px 0px 40px -3px rgba(213, 213, 213, 0.75) inset;
  -webkit-box-shadow: 0px 0px 40px -3px rgba(213, 213, 213, 0.75) inset;
  -moz-box-shadow: 0px 0px 40px -3px rgba(213, 213, 213, 0.75) inset; }

.esnad_breadcrumb a {
  color: #000; }

.dot_img {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  padding: 25px 0 15px 0;
  position: relative;
  overflow: hidden; }

    .dot_img .container {
        display: flex;
        align-items: center
    }
.dot_img:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 88%;
  max-width: 1170px;
  bottom: -10px;
  margin: auto;
  height: 10px;
  right: 0;
  left: 2%;
  border-radius: 125px / 5px;
  box-shadow: 0 0 85px rgba(0, 0, 0, 0.5); }

.title_dot {
  width: 32%;
  float: left; }

.title_dot h2 {
  font-family: "droid_sansbold", sans-serif;
  color: #000;
  font-size: 2.143em; }

.title_dot h2 span {
  color: #b19068; }

.img_dots {
  width: 70%;
  float: left; }

.dot {
  float: left;
  width: 100%;
  margin-top: 20px; }

.dot p {
  color: #000;
  font-size: 0.857em; }

.inline_circles {
  position: relative;
  width: 100%;
  float: left; }

.dot span {
  background-color: #f5f5f5;
  border: solid 1px #52576a;
  color: #52576a;
  font-family: "droid_sansbold", sans-serif;
  font-size: 1.143em;
  line-height: 27px;
  margin: 5px;
  padding: 0 2px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  height: 28px;
  width: 28px;
  display: inline-grid !important;
  align-items: center;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%; }

.activeStep span {
  color: #fff;
  background-color: #2a9512;
  border: 1px solid #2a9512; }

.previousStep span {
  color: #fff;
  background-color: #78b869;
  border: 1px solid #78b869; }

.line {
  top: 38px;
  width: 56%;
  height: 0px;
  left: 7%;
  position: absolute;
  border: dashed 0.6px #b19068; }

.img_dots .btn.btn-primary {
  float: right;
  margin-top: 20px; }

.arrow_center {
  position: relative;
  width: 14%;
  float: left; }

.inline_circles .fa {
  font-size: 89px;
  color: #f4f4f4;
  bottom: -9px;
  left: 0;
  z-index: 9;
  right: 0;
  position: absolute; }

.typing_img {
  padding-top: 20px; }

.typing_img img {
  margin: auto; }

.total_th {
  text-align: right !important; }

.total_th em {
  padding-left: 25px;
  font-style: normal;
  color: #b19068;
  font-family: "droid_sansbold", sans-serif; }

.big_total {
  font-size: 1.643em !important;
  font-family: "droid_sansbold", sans-serif; }

.big_total em {
  padding-left: 15px;
  padding-right: 5px !important; }

.table_green_butten {
  color: #22b300;
  border: solid 1px #22b300 !important;
  padding: 4px 15px;
  border-radius: 14px !important;
  font-size: 0.929em;
  display: inline-block; }

.table_green_butten:hover {
  color: #22b300 !important;
  background-color: transparent !important; }

.table_red_butten {
  color: #e7505a;
  border: solid 1px #e7505a !important;
  padding: 4px 15px;
  border-radius: 14px !important;
  font-size: 0.929em;
  display: inline-block; }

.table_red_butten:hover {
  color: #e7505a !important;
  background-color: transparent !important; }

.btn_success_bottom {
  color: #fff !important;
  background-color: #2a9512 !important;
  border: none !important;
  float: right;
  font-size: 1.000em; }

.btn.yellow:not(.btn-outline) {
  color: #fff;
  background-color: #ab895d;
  border-color: #ab895d;
  font-size: 1.000em; }

.btn_success_top_margin {
  margin-top: 37px; }

.btn_success_bottom:hover {
  color: #fff !important;
  background-color: #2a9512 !important; }

.esnad_footer {
  background-color: #2f2820 !important; }

.esnad_footer a,
.esnad_footer h2 {
  color: #fff !important; }

.esnad_footer h2 {
  margin: 0 0 8px;
  font-family: "droid_sansbold", sans-serif;
  font-size: 1.071em;
  letter-spacing: 1px;
  text-transform: capitalize !important; }

.esnad_footer ul {
  margin: 0;
  padding-left: 0; }

.esnad_footer ul li {
  list-style: none;
  line-height: 1.8em; }

.esnad_footer ul li a:hover {
  text-decoration: none;
  color: #edc01b !important; }

.esnad_footer .subscribe-form .btn:active:focus,
.esnad_footer .subscribe-form .btn:active:hover,
.esnad_footer .subscribe-form .btn:active,
.esnad_footer .subscribe-form .btn:hover {
  color: #000;
  font-family: "droid_sansbold", sans-serif;
  border-color: #e0b30c;
  background-color: #e0b30c; }

.esnad_footer .subscribe-form .btn {
  height: 36px;
  color: #000;
  font-family: "droid_sansbold", sans-serif;
  border-color: #edc01b;
  background-color: #edc01b; }

.page-prefooter .subscribe-form .form-control {
  color: rgba(255, 255, 255, 0.87); }

.top-page-footer {
  width: 100%;
  float: left;
  padding: 10px 0;
  height: 38px; }

.top-page-footer ul {
  margin: 0 auto;
  display: table;
  padding: 0; }

.top-page-footer ul li {
  list-style: none;
  float: left; }

.top-page-footer ul li a {
  color: #000;
  font-size: 0.929em;
  padding: 0 5px; }

.top-page-footer ul li a:hover {
  text-decoration: none;
  color: #a98956 !important; }

.top-page-footer ul li a::after {
  content: "|";
  padding-left: 5px; }

.top-page-footer ul > li:nth-last-of-type(1) > a:after {
  content: ""; }

.bottom-page-footer {
  width: 100%;
  float: left;
  background-color: #15110e;
  padding: 5px; }

.bottom-page-footer p {
  color: #999999;
  font-size: 0.929em;
  margin: 5px 0;
  text-align: center; }

.bottom-page-footer p span {
  color: #fff; }

.portlet_box,
.table_esnad {
  padding: 0 !important;
  width: 100%;
  float: left; }

.portlet.box {
  width: 100%;
  float: left;
  background-color: #f4f4f4;
  margin-bottom: 0; }

.form_typing {
  padding-top: 20px; }

.form_typing label {
  color: #666;
  font-size: 1.071rem; }

.form_typing .radioBtn label,
.form_typing .md-radio label {
  color: #2f2e2e;
  font-size: 0.857em;
  font-family: "droid_sansbold", sans-serif; }

.form_typing .icheck-inline label {
  color: #000;
  padding: 0 5px;
  font-size: 0.857em;
  font-family: "droid_sansbold", sans-serif; }

.form_typing .control-label {
  height: 10px;
  margin-top: 1px; }

.typing_buttons {
  border-top: solid 1px #d3d3d3;
  margin-top: 15px; }

.typing_buttons .btn {
  width: 90px;
  font-size: 1.000em; }

.table td, .table th {
  font-size: 1.000em; }

.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
  font-size: 1.000em;
  padding: 15px 18px 15px; }

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: none; }

.table thead tr th {
  font-size: 1.000em;
  border-left: solid 2px #fff !important;
  text-align: center; }

.table > tbody > tr > td {
  border-left: solid 2px #fff !important;
  text-align: center; }

.table thead tr th:nth-of-type(1) {
  font-size: 1.000em;
  border-left: none !important; }

.table > tbody > tr > td:nth-of-type(1) {
  border-left: none !important; }

.padding-top-90 {
  padding-top: 90px; }

.typing_total em {
  padding-right: 0;
  padding-left: 21px; }

.bg_light_orange {
  background-color: #f3e5b3 !important; }

.pagination_show {
  width: 100%;
  float: left;
  padding: 0 15px; }

.pagination_show .pagination {
  margin: auto;
  display: table;
  padding-top: 10px; }

.pagination_show .pagination > li > a,
.pagination_show .pagination > li > span {
  float: left;
  padding: 6px 12px;
  color: #444;
  background-color: transparent;
  border: none;
  font-family: "droid_sansbold", sans-serif;
  margin-left: -1px; }

.pagination_show .pagination > .active > a,
.pagination_show .pagination > .active > a:focus,
.pagination_show .pagination > .active > a:hover,
.pagination_show .pagination > .active > span,
.pagination_show .pagination > .active > span:focus,
.pagination_show .pagination > .active > span:hover {
  z-index: 3;
  background-color: transparent;
  border: solid 1px #ab895d;
  color: #ab895d; }

.table_esnad .portlet {
  position: relative;
  margin-top: 0;
  margin-bottom: 0px;
  background-color: transparent !important;
  padding-left: 0; }

.transaction_details {
  padding-left: 0; }

.transaction_details p {
  font-size: 0.929em;
  color: #666;
  margin: 7px 0;
  font-family: "droid_sansbold", sans-serif; }

.transaction_details p span {
  color: #000;
  display: block;
  font-weight: normal;
  font-family: "droid_sansregular", sans-serif; }

.bg_color_esnad {
  background-color: #f5f5f5; }

.card_payment {
  width: 60%;
  margin: auto;
  display: table; }

.card_payment_in {
  width: 100%;
  float: left; }

.card_payment_in h4 {
  font-family: "droid_sansbold", sans-serif;
  color: #222222;
  margin-bottom: 25px; }

.card_payment_in h4 .fa {
  padding-right: 12px; }

.card_payment_list {
  width: 100%;
  float: left;
  padding: 30px 0; }

.card_payment_list ul {
  margin: auto;
  display: table; }

.card_payment_list ul li {
  float: left;
  color: #999999;
  padding-right: 25px;
  list-style: none; }

.card_payment_in .control-label {
  color: #666; }

.card_payment_in .form-control {
  background-color: #f5f5f5; }

.card_payment_in .btn_success_bottom {
  border-color: #2a9512 !important;
  background-color: #2a9512 !important;
  float: initial;
  margin-bottom: 30px; }

.card_full {
  width: 98%; }

.esnad_footer .socicon-btns li {
  margin: 0 12px 0 0px; }

.esnad_menu .socicon-btns li {
  margin: 10px 0px 0 12px; }

.esnad_footer .socicon-btns li a {
  color: #2f2820 !important;
  width: 24px;
  height: 26px;
  padding: 4px 0px !important;
  font-size: 1.143em;
  border-radius: 3px !important; }

.esnad_footer .socicon-btns li a:hover {
  text-decoration: none;
  color: #fff !important; }

.esnad_login_simple {
  padding: 100px 0px;
  display: inline-block;
  width: 100%; }

.login-form {
  display: inline-block; }

.login_img {
  width: 100%;
  float: left;
  position: relative; }

.login_img .form-title {
  font-family: "droid_sansbold", sans-serif;
  margin-bottom: 25px;
  margin-top: 8px;
  text-transform: uppercase;
  color: #fff !important; }

.login_img img {
  margin: auto; }

.login_input {
  width: 100%;
  float: left; }

.login .content .login_input .form-control {
  background-color: #0b0b0b;
  border: 1px solid #797877;
  color: #ffff;
  padding-left: 12px; }

.login_img .fa {
  font-size: 4.143em;
  color: #3f3f3fd1;
  bottom: 4px;
  left: 0;
  z-index: 9;
  right: 0;
  position: absolute; }

.top_table_shadow {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  padding: 25px 0 15px 0;
  position: relative;
  overflow: hidden;
  margin-top: 20px; }
  .top_table_shadow.noShadow {
    margin-top: 0px; }
    .top_table_shadow.noShadow:before {
      box-shadow: 0 0 0px rgba(0, 0, 0, 0); }

.top_table_shadow:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 90%;
  top: -10px;
  margin: auto;
  height: 10px;
  right: 0;
  left: 2%;
  border-radius: 125px / 5px;
  box-shadow: 0 0 85px rgba(0, 0, 0, 0.5); }

.divider-inside-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  padding: 0px 0px 28px 0px; }

.divider-inside-top:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 88%;
  top: -13px;
  margin: auto;
  right: 8%;
  height: 11px;
  left: 6%;
  border-radius: 128px / 51px;
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.86); }

.divider-inside-bottom {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  padding: 0px 0px 28px 0px; }

.divider-inside-bottom:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 88%;
  bottom: -24px;
  margin: auto;
  right: 0;
  height: 19px;
  left: 3%;
  border-radius: 89px / 9px;
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.86); }

.esnad_login_simple .forget-password h5 {
  color: #fffc00;
  margin-top: 0px !important;
  font-family: "droid_sansbold", sans-serif; }

.esnad_login_simple .forget-password {
  color: #fffc00;
  margin-top: 0px !important; }

.esnad_login_simple .forget-password a {
  color: #fffc00;
  text-decoration: none;
  font-family: "droid_sansbold", sans-serif; }

.esnad_login_simple .form-actions .btn {
  font-family: "droid_sansbold", sans-serif;
  padding: 7px 24px; }

a.delete {
  color: #ff1700;
  font-size: 1.143em; }

.page-prefooter address,
.page-prefooter p {
  margin: 0;
  color: #fff; }

.table .form-control {
  height: 25px;
  padding: 0px 12px;
  background-color: transparent;
  border: none; }

.esnad_login_simple_two {
  background-color: #f5f5f5; }

.portlet_light_special_review {
  padding: 20px 20px 15px !important;
  min-height: 500px; }

.esnad_login_simple_two .form-control {
  background-color: #f5f5f5; }

.user-login-5 label {
  color: #888888; }

.user-login-5 a {
  color: #cf5437; }

.boxes {
  overflow: hidden;
  position: relative;
  margin: .25em auto;
  max-width: 15em;
  min-height: 10em;
  border-radius: 1em; }

.boxes:before {
  position: absolute;
  margin: -3em;
  padding: 3em;
  border-radius: 50%;
  box-shadow: 0 0 0 300px rgba(153, 85, 170, 0.75);
  content: ""; }

.border_login {
  width: 236px;
  margin-top: 109px;
  color: white;
  text-align: center;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: -webkit-linear-gradient(to left, whitesmoke 1%, #d5c9bb 50%, whitesmoke 100%) 0 0 100% 0/0 0 3px 0 stretch;
  -moz-border-image: -moz-linear-gradient(to left, whitesmoke 1%, #d5c9bb 50%, whitesmoke 100%) 0 0 100% 0/0 0 3px 0 stretch;
  -o-border-image: -o-linear-gradient(to left, whitesmoke 1%, #d5c9bb 50%, whitesmoke 100%) 0 0 100% 0/0 0 3px 0 stretch;
  border-image: linear-gradient(to left, whitesmoke 1%, #d5c9bb 50%, whitesmoke 100%) 0 0 100% 0/0 0 3px 0 stretch; }

.home_title {
  width: 100%;
  float: left;
  text-align: center;
  padding: 24px 0; }

.home_title h5 {
  font-size: 1.643em;
  color: #fff;
  margin-bottom: 0px; }

.home_title h2 {
  font-size: 2.857em;
  text-transform: uppercase;
  font-family: "droid_sansbold", sans-serif;
  color: #fff;
  margin: 0;
  letter-spacing: 5px;
  text-shadow: 0px 0px 30px rgba(3, 13, 20, 0.45); }

.home_bg {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 0; }

.home_title p {
  font-size: 1.071em;
  color: #fff;
  margin: 3px auto;
  max-width: 80%;
  text-shadow: 0px 0px 30px rgba(8, 17, 25, 0.75); }

.minister_slider_radius {
  width: 100%;
  float: left; }

.minister_slider .minister_title h4 {
  color: #333333;
  padding-left: 15px;
  font-family: "droid_sansbold", sans-serif;
  font-size: 1.714rem; }

.minister_slider .minister_title h4 span {
  color: #a98252;
  font-size: 1.143rem;
  display: block;
  font-weight: normal; }

.minister_content {
  width: 100%;
  float: left; }

.minister_content p {
  color: #444444;
  font-size: 0.929em; }

.minister_content .btn {
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
  font-family: "droid_sansbold", sans-serif;
  padding: 5px 12px; }

.home_tab {
  padding-left: 35px; }

.home_tab .minister_title h4 {
  font-family: "droid_sansbold", sans-serif;
  color: #333333;
  font-size: 1.786em; }

.home_tab .minister_title h4 span {
  color: #a98252; }

.home_tab .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  background-color: transparent; }

.home_tab .nav-tabs > li a {
  color: #222;
  margin-right: 0px; }

.home_tab .nav-tabs {
  border-bottom: 2px solid #a98252; }

.home_tab .nav-tabs > li.active > a,
.home_tab .nav-tabs > li.active > a:focus .home_tab .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #a98252;
  border: 1px solid #a98252;
  border-bottom-color: transparent;
  cursor: default; }

.home_tab .nav > li > a:hover {
  text-decoration: none;
  background-color: #f1db8d;
  border-color: #f1db8d;
  color: #222; }

.home_tab_bg {
  height: 75px;
  border-radius: 4px !important;
  background-color: #f9f9f9;
  width: 31%;
  float: left;
  margin-right: 28px;
  margin-bottom: 28px;
  -webkit-box-shadow: 0px 0px 23px -12px #858285;
  -moz-box-shadow: 0px 0px 23px -12px #858285;
  box-shadow: 0px 0px 23px -12px #858285;
  background-position: right; }
  .home_tab_bg a {
    display: table;
    height: 100%;
    width: 100%; }
  .home_tab_bg h4 {
    font-family: "droid_sansbold", sans-serif;
    font-size: 1.150em;
    display: table-cell;
    color: #333;
    margin: 0;
    width: calc(100% - 4em);
    vertical-align: middle;
    padding: 10px;
    padding-left: 0px; }
  .home_tab_bg i {
    width: 70px;
    color: #c29257;
    text-align: center;
    font-size: 2.4em;
    margin-left: 9px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px; }

.home_tab_row .home_tab_bg:nth-last-of-type(1) {
  margin-right: 0px; }

.service_centre_bottom {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 30px 0;
  margin-top: 30px; }

.service_centre .minister_title h4 {
  font-family: "droid_sansbold", sans-serif;
  color: #333333;
  font-size: 2.143em; }

.service_centre .minister_title h4 span {
  color: #a98252; }

.service_cnter_form {
  padding: 10px 0;
  width: 95%;
  float: right; }

.service_cnter_map {
  width: 100%;
  float: left; }

.service_centre_shadow {
  width: 100%;
  float: left;
  background: #f7f7f7;
  background: -moz-radial-gradient(center, ellipse cover, #f7f7f7 0%, rgba(251, 251, 251, 0.85) 43%, rgba(255, 255, 255, 0.85) 95%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f7f7f7), color-stop(43%, rgba(251, 251, 251, 0.85)), color-stop(95%, rgba(255, 255, 255, 0.85)));
  background: -webkit-radial-gradient(center, ellipse cover, #f7f7f7 0%, rgba(251, 251, 251, 0.85) 43%, rgba(255, 255, 255, 0.85) 95%);
  background: -o-radial-gradient(center, ellipse cover, #f7f7f7 0%, rgba(251, 251, 251, 0.85) 43%, rgba(255, 255, 255, 0.85) 95%);
  background: -ms-radial-gradient(center, ellipse cover, #f7f7f7 0%, rgba(251, 251, 251, 0.85) 43%, rgba(255, 255, 255, 0.85) 95%);
  background: radial-gradient(ellipse at center, #f7f7f7 0%, rgba(251, 251, 251, 0.85) 43%, rgba(255, 255, 255, 0.85) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=1); }

.service_centre_links h2 {
  padding-left: 40px;
  font-family: "droid_sansbold", sans-serif; }

.home_logo {
  border: solid 2px #ffffff; }

.home_logo:nth-of-type(1) {
  border-right: transparent; }

.home_logo:nth-of-type(2) {
  /* border-bottom: transparent; */
  border-right: transparent; }

.home_logo:nth-of-type(3) {
  border-right: transparent;
  border-top: transparent; }

.home_logo:nth-of-type(4) {
  border-right: transparent;
  border-top: transparent; }

.home_logo:nth-of-type(5) {
  border-right: transparent;
  border-top: transparent; }

.home_logo:nth-of-type(6) {
  border-top: transparent;
  border-right: transparent; }

.home_logo img {
  margin: 25px auto;
  display: table; }

body.sideheader_dashboard {
  background-color: #977a4b !important; }

.page-container-bg-solid .page-content {
  background: #f5f5f5 !important; }

.page-sidebar .page-sidebar-menu > li > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
  border-top: 1px solid #977a4b !important;
  color: #ffffff !important;
  background-color: #977a4b !important; }

.page-sidebar .page-sidebar-menu > li.open > a,
.page-sidebar .page-sidebar-menu > li:hover > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a {
  background: #ac956f !important;
  color: #ffffff !important; }

.page-sidebar .page-sidebar-menu > li.open > a img,
.page-sidebar .page-sidebar-menu > li:hover > a img,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a img,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a img {
  background-color: #797165; }

.page-sidebar .page-sidebar-menu {
  background-color: #977a4b !important; }

.page-sidebar .page-sidebar-menu > li > a img {
  background-color: #ac956f;
  border-radius: 5px !important;
  padding: 5px 10px;
  margin-right: 7px; }

.bell_notifications {
  float: right; }

.bell_notifications ul li {
  padding-top: 10px; }

.bell_notifications ul li a {
  background-color: #666666;
  border-radius: 3px !important;
  padding: 5px;
  margin-left: 15px;
  color: #ffffff !important; }

.bell_notifications .badge {
  position: absolute;
  top: -8px;
  right: -8px;
  font-weight: 300;
  padding: 3px 6px; }

.dashborad_search .form-control {
  border: solid 1px #ababab;
  background-color: #f5f5f5; }

.dashbord_ftr {
  background-color: #cecece; }

.login_two {
  width: 100%;
  float: left;
  position: relative; }

.login_two .form-title {
  font-family: "droid_sansbold", sans-serif;
  margin-bottom: 25px;
  margin-top: 8px;
  text-transform: uppercase;
  color: #999999 !important; }

.login_two img {
  margin: auto; }

.login_two {
  color: #999999 !important; }

.user-login-5 {
  margin: auto;
  display: table;
  width: 77%;
  padding: 15% 0;
  position: relative;
  overflow: hidden; }

.user-login-5:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 88%;
  top: -10px;
  margin: auto;
  height: 3px;
  right: 0;
  left: 2%;
  border-radius: 125px / 5px;
  box-shadow: 0 0 85px rgba(0, 0, 0, 0.5); }

.dashbord_fontsize {
  left: 62px; }

.admin_dashboard p span {
  font-family: "droid_sansbold", sans-serif; }

.dashboard_top_sidebar {
  height: 40px;
  background-color: #977a4b !important; }

.top-menu-dashboard {
  width: 82%; }

.admin_dashboard {
  float: left; }

.admin_dashboard p {
  color: #fff;
  margin: 2px; }

.red.btn-outline {
  padding: 3px 17px;
  border-radius: 14px !important;
  font-size: 0.929em; }

.md-checkbox {
  position: relative;
  margin-left: 20px; }

.page-sidebar .page-sidebar-menu > li > a arrow {
  font-size: 1.071em; }

.admin_inner_open .sub-menu {
  margin: 0;
  color: #fff;
  position: relative;
  background-color: #423012; }

.page-sidebar .admin_inner_open > li ul li a img {
  border-radius: 5px !important;
  padding: 5px;
  margin-right: 7px;
  background-color: #797165; }

.page-container-bg-solid .page-title {
  color: #000 !important;
  margin-bottom: 20px;
  margin-top: 0px !important;
  font-family: "droid_sansbold", sans-serif; }

.visual img {
  background-color: #ffffff66;
  border-radius: 5px !important;
  padding: 10px;
  width: 62px;
  margin: auto;
  display: table; }

.special_permitform .form-actions {
  margin: 0;
  padding: 0px;
  border: none;
  background-color: #f5f5f5; }

.special_permitform .btn_success_bottom {
  float: left;
  margin-bottom: 40px;
  margin-top: 0;
  margin-right: 15px; }

.sp_second {
  width: 100%;
  float: left; }

.sp_second span {
  font-size: 0.929em;
  color: #666;
  float: left;
  width: 34%;
  margin: 7px 0;
  font-family: "droid_sansbold", sans-serif; }

.sp_second span:nth-of-type(2) {
  color: #000 !important;
  width: 66%;
  position: relative;
  font-family: "droid_sansregular", sans-serif; }

.sp_second span:nth-of-type(2)::before {
  content: ":";
  margin-right: 5px;
  position: absolute;
  left: 5px; }

.special_permit_input {
  margin: 30px 0;
  padding: 0; }

.no_padding {
  padding: 0; }

.add_trailer {
  width: 100%;
  float: left;
  background-color: #fff; }

.add_trailer .caption {
  padding: 15px 15px  0px 15px;
  font-size: 1.000em !important; }

.add_trailer .portlet.box.yellow {
  padding: 5px 15px 0px 15px !important;
  border: 1px solid #fff;
  background-color: #fff; }

.add_trailer .portlet-body {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px 0 !important; }

.add_trailer .form .form-actions {
  background-color: #fff;
  border-top: 1px solid #e7ecf1; }

.vehicle_form_top {
  padding-bottom: 30px !important; }

.special_permit .portlet > .portlet-title {
  border-bottom: 1px solid #fff;
  padding: 0;
  margin-bottom: 0;
  min-height: auto; }

.special_permit .portlet.light > .portlet-title > .caption {
  color: #666;
  padding: 0px 0;
  font-size: 1.143em; }

.special_permit .form .form-body {
  padding: 10px 20px; }

.special_permit .form-body label {
  font-size: 1.000em; }

.foreign_permit .form_typing {
  padding-top: 65px; }

.total_cost {
  width: 100%;
  float: left; }

.total_cost p {
  font-size: 1.429em !important;
  font-family: "droid_sansbold", sans-serif;
  color: #000; }

.total_cost p span {
  color: #a1845e;
  padding-left: 15px; }

.modify_table {
  width: 100%;
  float: left;
  padding-top: 50px;
  border-top: solid 1px #ccc; }

.form_typing .form-control {
  background-color: #f5f5f5; }

.portlet.box.yellow > .portlet-title {
  background-color: #b19068 !important;
  padding-left: 15px; }

.tab-content .tab-pane {
  padding-top: 10px; }

.page-sidebar .page-sidebar-menu .first-nav-item > a > .arrow:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .first-nav-item > a > .arrow:before {
  content: "\f106" !important; }

.page-sidebar .page-sidebar-menu li > a > .arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow.open:before {
  content: "\f106" !important; }

.fileinput-new .input-group .btn-file {
  color: #fff !important;
  background-color: #ab895d !important;
  border-color: #ab895d !important;
  font-size: 1.000em; }

.foreign_permit .form-control {
  background-color: #f5f5f5; }

.login_bg-color {
  width: 100%;
  float: left;
  background-color: #121212a8;
  padding: 0 30px; }

.profile_title {
  width: 45%;
  float: left; }

.profile_title h2 {
  margin-bottom: 0px; }

.dot_outer_screen {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  padding: 25px 0 15px 0; }

.dot_outer_screen .btn {
  float: right;
  margin-top: 40px; }

.dot_outer_screen p {
  margin: 11px 0; }

.dot_outer_screen p span::before {
  content: ":";
  margin-right: 5px; }

.sp_second p span::before {
  content: ":";
  margin-right: 5px; }

.page-content-wrapper.profile-page {
  padding-bottom: 50px;
  float: left;
  background-color: #f4f4f4;
  width: 100%; }

.profile_horizontal {
  float: left;
  padding: 0px 0 0px 48px; }

.profile_arrow {
  float: left;
  padding: 0px 0 0px 25px; }

.profile_tab {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 0px 24px -8px #858285;
  -moz-box-shadow: 0px 0px 24px -8px #858285;
  box-shadow: 0px 0px 24px -8px #858285; }

.profile_tab .nav-tabs > li {
  width: 25%;
  text-align: center; }

.profile_tab .tab-pane {
  padding: 0 15px;
  padding-bottom: 10px; }

.margin_profile {
  margin-top: 25px; }

.voc_profile_tab {
  width: 100%;
  float: left; }

.voc_profile_tab,
.borderBox {
  padding: 12px;
  border: solid 1px #ccc; }

.borderBox:before, .borderBox:after {
  content: " ";
  display: table; }

.borderBox:after {
  clear: both; }

.profile_tab .nav-tabs {
  border-bottom: 1px solid #a98252; }

.voc_profile_title {
  width: 100%;
  float: left;
  border-bottom: solid 1px #ccc; }

.voc_profile_title h5 {
  font-family: "droid_sansbold", sans-serif;
  font-size: 0.929em;
  margin: 3px 0 12px 0;
  float: left;
  color: #666; }

.voc_profile_title h5 span {
  font-weight: normal !important;
  font-size: 1.286em;
  padding-left: 40px;
  float: right;
  color: #000; }

.voc_profile_content {
  width: 100%;
  float: left; }

.voc_profile_ftr {
  width: 100%;
  border-top: solid 1px #ccc;
  float: left; }

.voc_profile_ftr p {
  font-weight: 400;
  font-size: 1.071em;
  margin-bottom: 10px; }

.voc_profile_ftr p span {
  padding-left: 40px; }

.voc_profile_content p {
  margin: 10px 0; }

.profile_btns {
  margin-top: 12px;
  text-align: right;
  padding-right: 0; }

.profile_btns .btn {
  height: 30px;
  padding: 3px 12px;
  margin-left: 12px; }

.voc_profile_title .btn {
  float: right; }

.yelow_btn_index {
  width: 100%; }

.table-header-fixed th {
  background: #eee; }

.table-header-fixed td {
  line-height: 1.5999em !important; }

td.total_th.typing_total {
  border: none;
  margin-right: 18%;
  display: block; }

table thead td,
table thead th, table thead {
  border-bottom: 2px solid #dbdbdb;
  outline: 0 !important;
  color: #fff;
  background-color: #b19068; }

table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3 {
  background: initial !important; }

table.dataTable thead .sorting_desc {
  background: none !important; }

table.dataTable thead .sorting {
  background: none !important; }

table.dataTable thead .sorting_asc {
  background: none !important; }

.dataTables_wrapper .dataTables_length {
  display: none; }

div.dataTables_wrapper div.dataTables_paginate {
  display: none; }

div.dataTables_wrapper div.dataTables_info {
  display: none; }

div.dataTables_wrapper div.dataTables_filter {
  display: none; }

.table_scroller {
  width: 100%;
  float: left;
  display: block;
  overflow: scroll;
  overflow-x: hidden; }

.table_scroller ::-webkit-scrollbar {
  width: 10px !important; }

/* Track */
.table_scroller ::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.table_scroller ::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
.table_scroller ::-webkit-scrollbar-thumb:hover {
  background: #555; }

.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #e7ecf1;
  margin: 0px 0 !important; }

.modal .modal-header {
  border-bottom: 1px solid #b19067;
  background-color: #b19067;
  padding: 7px 15px; }

.modal .modal-header .close {
  margin-top: 9px !important;
  width: 25px;
  height: 25px;
  opacity: 1;
  background-position: center;
  border-radius: 50% !important;
  border: 1px solid #fff; }

.modal-header h4 {
  color: #fff;
  font-size: 2.000em; }

.modal-body {
  position: relative;
  padding: 0 15px;
  width: 100%;
  float: left; }

.modal-content {
  background-color: #f9f9f9; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 1030px;
    margin: 30px auto; } }

.modal-footer .btn {
  padding: 4px 28px; }

.invoice_details {
  width: 20%;
  float: left; }

.invoice_details p {
  color: #888888;
  font-weight: 500; }

.invoice_details p span {
  display: block;
  font-family: "droid_sansbold", sans-serif;
  color: #222222; }

.no_top_padding {
  padding-top: 0 !important; }

.btn.btn-outline.red.active,
.btn.btn-outline.red:active,
.btn.btn-outline.red:active:focus,
.btn.btn-outline.red:active:hover,
.btn.btn-outline.red:focus,
.btn.btn-outline.red:hover {
  border-color: #e7505a !important;
  color: #e7505a !important;
  background-color: transparent !important;
  cursor: text; }

.btn.btn-outline.red {
  border-color: #e7505a;
  color: #e7505a;
  background: 0 0;
  cursor: text;
  padding: 4px 15px;
  display: inline-block; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 15;
  width: 60%;
  margin-left: 0;
  padding-left: 0;
  text-align: left; }
  .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px 1px;
    background-color: #9f815b;
    border: 1px solid #9f815b; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px 1px;
  text-indent: -999px;
  border: 1px solid #edc01b;
  border-radius: 10px !important;
  cursor: pointer;
  background-color: #edc01b; }

.input-large_box {
  display: block; }

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px; } }

.page-sidebar .page-sidebar-menu .sub-menu > li > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a {
  color: #fff; }

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .top-menu-dashboard {
    width: 86%; }
  .service_cnter_form {
    padding: 10px 0;
    width: 70%;
    float: right; } }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-separator {
  padding-right: 0;
  padding-left: 0px; }

.profile_img {
  padding-top: 30px;
  padding-left: 0; }

.btn.red-mint:not(.btn-outline) {
  color: #fff;
  background-color: #cf3737 !important;
  border: none !important;
  font-size: 1.000em; }

.btn.blue:not(.btn-outline) {
  color: #FFF;
  background-color: #3777cf !important;
  border: none !important; }

.form-control {
  font-size: 1.000em; }

.special_permitform .icheck-inline > label {
  margin-top: 7px; }

.service_centre {
  width: 100%;
  float: left; }

.font-dark {
  color: #2f353b !important;
  margin: 5px 0;
  float: left;
  font-size: 1.143em !important; }

.total_table .total_th {
  border: transparent !important; }

.typing_buttons .form-actions {
  padding-right: 0; }

.dashbord_padding {
  padding: 0 10px !important; }

.service_cnter_form.col-md-7 {
  width: 58%;
  float: left; }

.dashborad_search .btn {
  float: right; }

.service_centrein .minister_title h4 {
  font-family: "droid_sansbold", sans-serif;
  color: #333333;
  font-size: 1.786em; }

.service_centrein .minister_title h4 span {
  color: #a98252; }

.page-sidebar .admin_inner_open > li ul li a i,
.page-sidebar .page-sidebar-menu > li > a > i {
  width: 38px;
  height: 37px;
  line-height: 37px;
  border-radius: 5px;
  text-align: center;
  margin-right: 7px;
  display: inline-block;
  color: #fff !important;
  background-color: #ac956f;
  font-size: 1.429em !important; }

.page-sidebar .page-sidebar-menu > li.open > a i,
.page-sidebar .page-sidebar-menu > li:hover > a i,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a i,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a i {
  background-color: #797165; }

i.fa.fa-user {
  margin-right: 2px; }

a {
  text-decoration: none !important; }

.footer-block:nth-of-type(1) {
  /* padding-left: 0; */ }

.footer-block:nth-of-type(3) h2 {
  text-align: center; }

.footer-block:nth-of-type(3) ul {
  padding-left: 30%; }

.admin_inner_open > li ul li span.arrow.open:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a {
  content: "\f105";
  float: right;
  width: 35px;
  text-align: center;
  display: inline;
  font-size: 1.714em;
  font-family: FontAwesome;
  height: auto;
  font-weight: 300;
  text-shadow: none;
  position: absolute;
  right: 14px;
  top: 10px; }

.page-header-media {
  display: none;
  height: 50px; }

.error_page {
  width: 100%;
  float: left;
  background-color: #f5f5f5; }

.divider-error-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  padding: 0px 0px 20px 0px; }

.divider-error-top:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 88%;
  top: -13px;
  margin: auto;
  right: 0;
  height: 6px;
  left: 0%;
  border-radius: 126px / 38px;
  box-shadow: 0 0 50px #ad8d54; }

.error_page_center {
  width: 100%;
  float: left; }

.error_page_in {
  width: 100%;
  float: left;
  padding-top: 130px;
  padding-bottom: 50px; }

.error_page h1 {
  font-size: 4.571em;
  color: #edc01b;
  text-align: center;
  font-family: "droid_sansbold", sans-serif;
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 0; }

.error_page img {
  margin: auto; }

.error_page h4 {
  font-size: 2.143em;
  color: #d82508;
  text-align: center;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 20px; }

.error_page p {
  font-size: 1.000em;
  color: #000;
  max-width: 60%;
  text-align: center;
  margin: auto;
  margin-bottom: 100px; }

.left_shadow_border {
  background-position: left 100% !important;
  background: none !important;
  padding-left: 50px; }
  .left_shadow_border:before {
    border-radius: 39px / 163px;
    content: "";
    position: absolute;
    z-index: 1;
    width: 8px;
    left: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    box-shadow: -6px 0px 8px rgba(0, 0, 0, 0.07);
    background: transparent;
    height: 100%; }

.requstborder {
  background-position: left 36% !important; }

.exit_date {
  float: left; }

/*---- start info style-----*/
.headerStyle2 {
  width: 100%;
  display: inline-block;
  border-bottom: #ccc 1px solid; }

.display-i-b {
  display: inline-block; }

.activity {
  display: table;
  width: 100%; }

.activity > div {
  display: table-cell; }

.activity_title span {
  color: #666;
  font-family: "droid_sansbold", sans-serif; }

.portlet-body {
  display: inline-block;
  width: 100%; }

.form-control {
  border: 1px solid #aaaaaa; }

.btn.default:not(.btn-outline) {
  color: #fff !important;
  background-color: #ab895d !important;
  border-color: #ab895d !important; }

.custom_scroll table.table-style2 thead {
  border-bottom: none; }

.custom_scroll table.table-style2 thead th {
  background: none;
  border-bottom: none; }

.m-l-20 {
  margin-left: 20px; }

@media (max-width: 767px) {
  .top-page-footer {
    height: auto; }
  .top-page-footer ul {
    text-align: center; }
  .top-page-footer ul li {
    float: none;
    display: inline-block; } }

/*-----end info style------*/
@media only screen and (min-width: 230px) and (max-width: 320px) {
  .page-header-media {
    display: block; }
  .page-header .page-header-top .top-menu .navbar-nav {
    margin-right: 0; }
  .fontSizeChange {
    display: none; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown {
    margin: 0;
    padding: 0 0px; }
  .page-header .page-header-top .top-menu {
    display: block;
    clear: initial;
    margin-top: 0px; }
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 18px 0 0 0;
    line-height: 0;
    font-size: 0.714em; }
  .esnad_menu .page-header-top .top-menu .nav #header_notification_bar a:hover {
    margin: 0 0 0 1px;
    padding: 17px 0 0 0 !important;
    color: #fff; }
  .page-header .page-header-top .menu-toggler {
    float: right;
    margin: 9px 0px 0 4px;
    width: 20px;
    height: 30px; }
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
    font-size: 0.857em; }
  i.fa.fa-user {
    margin-right: 0px; }
  .page-header .top-menu,
  .page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle,
  .page-header-fixed-mobile .page-header .top-menu {
    background-color: transparent !important; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > li:nth-of-type(1) i {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 1px 0px 0px 0px;
    width: 15px;
    margin-right: 3px;
    height: 15px;
    font-size: 0.857em !important; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > #header_notification_bar:nth-of-type(1) a {
    top: -5px; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown-separator .separator {
    display: none; }
  .page-header-media .socicon-btns li {
    margin: 5px 5px 0 0px;
    float: left; }
  .page-header-menu .socicon-btns {
    display: none; }
  .page-header-media img {
    width: 60%; }
  .page-header-menu img {
    display: none; }
  .page-header .page-header-menu .hor-menu {
    width: 100%; }
  .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a {
    color: #b19068 !important; }
  .home_title {
    background-size: cover !important; }
  .home_title p {
    font-size: 1.000em;
    max-width: 95%; }
  .minister_slider {
    height: 98vh;
    padding: 10px !important; }
  .home_bg {
    padding-top: 10px; }
  .home_tab .nav-tabs > li {
    width: 100%; }
  .home_tab .nav-tabs > li a {
    color: #222;
    margin-right: 0px;
    font-size: 0.929em; }
  .service_centrein .minister_title h4 {
    font-size: 1.643em;
    padding: 0 10px; }
  .home_tab_bg {
    height: 60px;
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 10px; }
  .home_tab_bg h4 {
    font-size: 0.929em; }
  .no_padding {
    padding: 0 15px; }
  .service_cnter_formin {
    margin-bottom: 10px; }
  .esnad_footer .socicon-btns li {
    margin: 0 0px 0 14px;
    float: left; }
  address.margin-bottom-40 {
    margin-bottom: 0px !important; }
  .service_centre_links h2 {
    padding-left: 0px;
    font-family: "droid_sansbold", sans-serif;
    margin-top: 30px;
    text-align: center;
    float: left; }
  .table-both-scroll {
    overflow-x: scroll; } }

@media only screen and (min-width: 321px) and (max-width: 419px) {
  .page-header-media {
    display: block; }
  .page-header .page-header-top .top-menu .navbar-nav {
    margin-right: 0; }
  .fontSizeChange {
    display: none; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown {
    margin: 0;
    padding: 0 0px; }
  .fontSizeChange a::after {
    top: -2px;
    bottom: 0;
    margin-left: 15px;
    min-height: 14px; }
  .page-header .page-header-top .top-menu {
    display: block;
    clear: initial;
    margin-top: 0px; }
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 17px 0 0 0;
    line-height: 0;
    font-size: 0.714em; }
  .esnad_menu .page-header-top .top-menu .nav #header_notification_bar a:hover {
    margin: 0 0 0 1px;
    padding: 17px 0 0 0 !important;
    color: #fff; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > #header_notification_bar:nth-of-type(1) a {
    position: relative;
    top: -4px; }
  .page-header .page-header-top .menu-toggler {
    float: right;
    margin: 9px 0px 0 4px;
    width: 20px;
    height: 30px; }
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
    font-size: 0.857em; }
  i.fa.fa-user {
    margin-right: 0px; }
  .page-header .top-menu,
  .page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle,
  .page-header-fixed-mobile .page-header .top-menu {
    background-color: transparent !important; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > li:nth-of-type(1) i {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 1px 0px 0px 0px;
    width: 15px;
    margin-right: 3px;
    height: 15px;
    font-size: 0.857em !important; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown-separator .separator {
    display: none; }
  .page-header-media .socicon-btns li {
    margin: 5px 5px 0 0px;
    float: left; }
  .page-header-menu .socicon-btns {
    display: none; }
  .page-header-media img {
    width: 42%; }
  .page-header-menu img {
    display: none; }
  .page-header .page-header-menu .hor-menu {
    width: 100%; }
  .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a {
    color: #b19068 !important; }
  .home_title {
    background-size: cover !important; }
  .home_title p {
    font-size: 1.000em;
    max-width: 95%; }
  .minister_slider {
    height: 71vh;
    padding: 10px !important; }
  .home_bg {
    padding-top: 10px; }
  .home_tab .nav-tabs > li {
    width: 100%; }
  .home_tab .nav-tabs > li a {
    color: #222;
    margin-right: 0px;
    font-size: 0.929em; }
  .service_centrein .minister_title h4 {
    font-size: 1.643em;
    padding: 0 10px; }
  .home_tab_bg {
    height: 60px;
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 10px; }
  .home_tab_bg h4 {
    font-size: 0.929em; }
  .no_padding {
    padding: 0 15px; }
  .service_cnter_formin {
    margin-bottom: 10px; }
  .esnad_footer .socicon-btns li {
    margin: 0 0px 0 14px;
    float: left; }
  address.margin-bottom-40 {
    margin-bottom: 0px !important; }
  .service_centre_links h2 {
    padding-left: 0px;
    font-family: "droid_sansbold", sans-serif;
    margin-top: 30px;
    text-align: center;
    float: left; }
  .table-both-scroll {
    overflow-x: scroll; }
  .profile_btns .btn {
    margin-left: 1px; }
  .table {
    width: 100%;
    margin-bottom: 0px; } }

@media only screen and (min-width: 420px) and (max-width: 600px) {
  .page-header-media {
    display: block; }
  .page-header .page-header-top .top-menu .navbar-nav {
    margin-right: 0; }
  .fontSizeChange {
    display: none; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown {
    margin: 0;
    padding: 0 0px; }
  .page-header .page-header-top .top-menu {
    display: block;
    clear: initial;
    margin-top: 0px; }
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 10px 0 0 0;
    line-height: 0; }
  .esnad_menu .page-header-top .top-menu .nav #header_notification_bar a:hover {
    /* margin: 0 0 0 1px; */
    padding: 10px 0 0 0 !important;
    color: #fff; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > #header_notification_bar:nth-of-type(1) a {
    position: relative;
    top: -4px; }
  .page-header .page-header-top .menu-toggler {
    float: right;
    margin: 4px 0px 0 4px;
    width: 20px;
    height: 30px; }
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
    font-size: 0.857em !important; }
  i.fa.fa-user {
    margin-right: 0px; }
  .page-header .top-menu,
  .page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle,
  .page-header-fixed-mobile .page-header .top-menu {
    background-color: transparent !important; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > li:nth-of-type(1) i {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 1px 2px 0px 2px;
    width: 15px;
    height: 15px;
    font-size: 0.857em !important; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown-separator .separator {
    display: none; }
  .page-header-media .socicon-btns li {
    margin: 5px 5px 0 0px;
    float: left; }
  .page-header-menu .socicon-btns {
    display: none; }
  .page-header-menu img {
    display: none; }
  .page-header .page-header-menu .hor-menu {
    width: 100%; }
  .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a {
    color: #b19068 !important; }
  .home_title {
    background-size: cover !important; }
  .home_title p {
    font-size: 1.000em;
    max-width: 95%; }
  .minister_slider {
    height: 75vh;
    width: 90%;
    float: initial;
    margin: auto !important; }
  .home_bg {
    padding-top: 10px; }
  .home_tab .nav-tabs > li a {
    color: #222;
    margin-right: 0px;
    font-size: 0.929em; }
  .service_centrein .minister_title h4 {
    font-size: 1.643em;
    padding: 0 10px; }
  .home_tab_row .home_tab_bg:nth-last-of-type(1) {
    margin-right: 7px; }
  .home_tab_bg {
    height: 60px;
    width: 48%;
    float: left;
    margin-right: 7px;
    margin-bottom: 10px; }
  .home_tab_bg h4 {
    font-size: 1em; }
  .home_tab_bg i {
    font-size: 1.900em; }
  .no_padding {
    padding: 0 15px; }
  .top-page-footer {
    height: 55px; }
  .service_cnter_formin {
    margin-bottom: 10px; }
  .esnad_footer .socicon-btns li {
    margin: 0 0px 0 14px;
    float: left; }
  address.margin-bottom-40 {
    margin-bottom: 0px !important; }
  .service_centre_links h2 {
    padding-left: 0px;
    font-family: "droid_sansbold", sans-serif;
    margin-top: 30px;
    text-align: center;
    float: left; }
  .minister_slider .minister_title h4 {
    text-align: center;
    padding-left: 0px; }
  .minister_img img {
    margin: auto; }
  .home_logo {
    border: solid 2px #ffffff;
    width: 50%;
    float: left; }
  .home_logo:nth-of-type(3) {
    border-top: transparent; }
  .table-both-scroll {
    overflow-x: scroll; }
  .table {
    width: 100%;
    margin-bottom: 0px; }
  .profile_btns .btn {
    margin-left: 1px; } }

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .page-header-media {
    display: block; }
  .fontSizeChange {
    display: none; }
  .page-header .page-header-top .top-menu {
    display: block;
    clear: initial;
    margin-top: 0px; }
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 17px 0 0 0;
    line-height: 0; }
  .esnad_menu .page-header-top .top-menu .nav #header_notification_bar a:hover {
    margin: 0 0 0 1px;
    padding: 10px 0 0 0 !important;
    color: #fff; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > #header_notification_bar:nth-of-type(1) a {
    top: -6px; }
  .page-header .page-header-top .menu-toggler {
    float: right;
    margin: 9px 0px 0 4px;
    width: 20px;
    height: 30px; }
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
    font-size: 0.857em; }
  i.fa.fa-user {
    margin-right: 0px; }
  .page-header .top-menu,
  .page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle,
  .page-header-fixed-mobile .page-header .top-menu {
    background-color: transparent !important; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > li:nth-of-type(1) i {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 1px 2px 0px 2px;
    width: 15px;
    height: 15px;
    font-size: 0.857em !important; }
  .esnad_menu .page-header-top .top-menu .navbar-nav > li.dropdown-separator .separator {
    display: none; }
  .page-header-media .socicon-btns li {
    margin: 5px 5px 0 0px;
    float: left; }
  .page-header-menu .socicon-btns {
    display: none; }
  .page-header-menu img {
    display: none; }
  .page-header .page-header-menu .hor-menu {
    width: 100%; }
  .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a {
    color: #b19068 !important; }
  .home_title {
    background-size: cover !important; }
  .home_title p {
    font-size: 1.000em;
    max-width: 95%; }
  .minister_slider {
    height: 70vh;
    width: 80%;
    float: initial;
    margin: auto !important; }
  .home_bg {
    padding-top: 10px; }
  .home_tab .nav-tabs > li a {
    color: #222;
    margin-right: 0px;
    font-size: 0.929em; }
  .service_centrein .minister_title h4 {
    font-size: 1.643em;
    padding: 0 10px; }
  .home_tab_bg {
    height: 60px;
    width: 31.6%;
    float: left;
    margin-right: 11px;
    margin-bottom: 10px; }
  .home_tab_bg h4 {
    font-size: 0.857em; }
  .home_tab_bg i {
    font-size: 1.900em;
    width: 60px; }
  .no_padding {
    padding: 0 15px; }
  .service_cnter_formin {
    margin-bottom: 10px; }
  .esnad_footer .socicon-btns li {
    margin: 0 0px 0 14px;
    float: left; }
  address.margin-bottom-40 {
    margin-bottom: 0px !important; }
  .service_centre_links h2 {
    padding-left: 0px;
    font-family: "droid_sansbold", sans-serif;
    margin-top: 30px;
    text-align: center;
    float: left; }
  .minister_slider .minister_title h4 {
    text-align: center;
    padding-left: 0px; }
  .minister_img img {
    margin: auto; }
  .home_logo {
    border: solid 2px #ffffff;
    width: 50%;
    float: left; }
  .home_logo:nth-of-type(3) {
    border-top: transparent; }
  .table-both-scroll {
    overflow-x: scroll; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header-media {
    display: block; }
  .fontSizeChange {
    display: none; }
  .page-header-media .socicon-btns li {
    margin: 5px 5px 0 0px;
    float: left; }
  .page-header-menu .socicon-btns {
    display: none; }
  .page-header-menu img {
    display: none; }
  .page-header .page-header-menu .hor-menu {
    width: 100%; }
  .page-header .page-header-top .menu-toggler {
    margin: 6px 3px 0 13px; }
  .esnad_menu img.logo-default {
    margin: 5px 0;
    float: left; }
  .home_title {
    padding: 14px 0; }
  .home_title p {
    max-width: 90%; }
  .home_tab_bg {
    height: 60px;
    width: 32.5%;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px; }
  .home_tab_bg h4 {
    font-size: 0.857em; }
  .home_tab {
    padding-left: 15px; }
  .minister_slider {
    padding-left: 15px !important; }
  .nav-pills > li > a,
  .nav-tabs > li > a {
    font-size: 0.929em; }
  .home_tab_bg i {
    font-size: 1.900em;
    width: 60px; }
  .no_padding {
    padding: 0 15px; }
  .home_logo {
    border: solid 2px #ffffff;
    width: 50%;
    float: left;
    height: 139px; }
  .table-both-scroll {
    overflow-x: scroll; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .home_title p {
    max-width: 87%; }
  .nav-pills > li > a,
  .nav-tabs > li > a {
    font-size: 0.929em; }
  .home_tab_bg {
    width: 30.9%;
    margin-right: 24px;
    margin-bottom: 24px; }
  .home_tab_bg h4 {
    font-family: "droid_sansbold", sans-serif;
    font-size: 1.071em; }
  .col-md-6.col-sm-6.service_centrein.no_padding {
    padding-left: 13px; } }

@media (max-width: 767px) {
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-tasks > .dropdown-menu {
    margin-right: -39px; } }

@media only screen and (min-width: 230px) and (max-width: 320px) {
  .top-menu-dashboard {
    width: 100%; }
  .admin_dashboard p {
    font-size: 0.714em;
    margin-left: -8px; }
  .bell_notifications ul li {
    padding-top: 0px;
    float: left;
    margin-top: 3px; }
  .bell_notifications ul li a {
    margin-right: 10px;
    margin-left: 0px; }
  .visual img {
    padding: 10px;
    width: 48px; }
  .dashboard-stat .details .number {
    padding-top: 22px;
    font-size: 1.143em;
    line-height: 23px; }
  .dashboard-stat .details .desc {
    text-align: left;
    font-size: 0.857em; }
  .page-sidebar-wrapper.font_wrapper {
    display: none; }
  .esnad_menu .dashbord_media_top {
    background-color: #ac8c56 !important;
    height: 70px !important;
    background-image: none !important; }
  .dashbord_media_top .menu-toggler {
    margin: 9px 14px 0 0px !important; }
  .dashbord_media_top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 5px 0 0 0 !important; }
  .page-sidebar .page-sidebar-menu > li > a {
    font-size: 0.857em !important; }
  .portlet.light.dashbord_padding .service_centre .col-md-4.no_padding {
    padding: 0; }
  .portlet.light.dashbord_padding .service_centre .col-md-4 .btn.yellow {
    width: 100%; }
  .service_cnter_form {
    padding: 10px 0;
    width: 100%; }
  .service_centre .minister_title h4 {
    font-size: 1.500em; }
  .title_dot {
    width: 100%;
    float: left; }
  .img_dots {
    width: 100%;
    float: left; }
  .title_dot h2 {
    font-size: 1.786em; }
  .arrow_center {
    position: relative;
    width: 20%;
    float: left; }
  .line {
    width: 83%; }
  .dot p {
    display: none; }
  .img_dots .btn.btn-primary {
    float: left;
    margin-top: 20px; }
  .inline_circles .fa {
    display: none; }
  .transaction_details {
    padding-left: 15px; }
  .pagination_show {
    padding: 0; }
  .pagination_show .pagination > li > a,
  .pagination_show .pagination > li > span {
    float: left;
    padding: 6px 4px; }
  .footer-block:nth-of-type(1) {
    padding-left: 15px; }
  .foreign_permit .form_typing {
    padding-top: 0; }
  .sp_second p {
    font-size: 0.714em; }
  .footer-block:nth-of-type(3) ul {
    padding-left: 0; }
  .footer-block:nth-of-type(3) h2 {
    text-align: left; }
  .border_login {
    display: none; }
  .login.esnad_login_simple .content {
    width: 100% !important;
    padding: 0; }
  .esnad_login_simple {
    padding: 22px 6px; }
  .card_payment {
    width: 80%; }
  .padding-top-100 {
    padding-top: 0; }
  .profile_arrow {
    float: left;
    background-image: none !important;
    padding: 0; }
  .profile_horizontal {
    padding: 0; }
  .col-md-12.profile_horizontal .col-md-4.no_padding.p_text {
    width: 50%;
    float: left;
    padding: 0; }
  .col-md-12.profile_horizontal .col-md-8.no_padding.span_text {
    width: 50%;
    float: left;
    padding: 0; }
  .col-md-12.profile_horizontal .col-md-6.no_padding.span_text {
    width: 50%;
    float: left;
    padding: 0; }
  .service_cnter_form.col-md-7 {
    width: 100%;
    float: left; }
  .special_padding {
    padding: 0; }
  .sp_second span {
    font-size: 0.6em;
    width: 50%;
    margin: 7px 0; }
  .sp_second span:nth-of-type(2) {
    width: 50%; }
  .form_typing {
    padding-top: 0px; } }

@media only screen and (min-width: 321px) and (max-width: 420px) {
  .top-menu-dashboard {
    width: 100%; }
  .bell_notifications ul li {
    padding-top: 0px;
    float: left;
    margin-top: 3px; }
  .bell_notifications ul li a {
    margin-right: 10px;
    margin-left: 0px; }
  .visual img {
    padding: 10px;
    width: 48px; }
  .dashboard-stat .details .number {
    padding-top: 22px;
    font-size: 1.143em;
    line-height: 23px; }
  .dashboard-stat .details .desc {
    text-align: left;
    font-size: 0.857em; }
  .page-sidebar-wrapper.font_wrapper {
    display: none; }
  .esnad_menu .dashbord_media_top {
    background-color: #ac8c56 !important;
    height: 70px !important;
    background-image: none !important; }
  .dashbord_media_top .menu-toggler {
    margin: 9px 14px 0 0px !important; }
  .dashbord_media_top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 5px 0 0 0 !important; }
  .portlet.light.dashbord_padding .service_centre .col-md-4.no_padding {
    padding: 0; }
  .portlet.light.dashbord_padding .service_centre .col-md-4 .btn.yellow {
    width: 100%; }
  .service_cnter_form {
    padding: 10px 0;
    width: 100%; }
  .service_centre .minister_title h4 {
    font-size: 1.500em; }
  .title_dot {
    width: 100%;
    float: left; }
  .img_dots {
    width: 100%;
    float: left; }
  .title_dot h2 {
    font-size: 1.786em; }
  .arrow_center {
    position: relative;
    width: 20%;
    float: left; }
  .line {
    width: 83%; }
  .dot p {
    display: none; }
  .img_dots .btn.btn-primary {
    float: left;
    margin-top: 20px; }
  .inline_circles .fa {
    display: none; }
  .transaction_details {
    padding-left: 15px; }
  .pagination_show {
    padding: 0; }
  .pagination_show .pagination > li > a,
  .pagination_show .pagination > li > span {
    float: left;
    padding: 6px 4px; }
  .footer-block:nth-of-type(1) {
    padding-left: 15px; }
  .foreign_permit .form_typing {
    padding-top: 0; }
  .sp_second p {
    font-size: 0.786em; }
  .footer-block:nth-of-type(3) ul {
    padding-left: 0; }
  .footer-block:nth-of-type(3) h2 {
    text-align: left; }
  .border_login {
    display: none; }
  .login.esnad_login_simple .content {
    width: 100% !important;
    padding: 0; }
  .esnad_login_simple {
    padding: 22px 6px; }
  .card_payment {
    width: 80%; }
  .padding-top-100 {
    padding-top: 0; }
  .sp_second span {
    font-size: 1.000em;
    width: 50%;
    margin: 7px 0; }
  .sp_second span:nth-of-type(2) {
    width: 50%; }
  .form_typing {
    padding-top: 0px; } }

@media only screen and (min-width: 421px) and (max-width: 600px) {
  .top-menu-dashboard {
    width: 100%; }
  .bell_notifications ul li {
    padding-top: 0px;
    float: left;
    margin-top: 3px; }
  .bell_notifications ul li a {
    margin-right: 10px;
    margin-left: 0px; }
  .esnad_menu img.logo-default {
    margin-top: 7px;
    float: left; }
  .page-sidebar-wrapper.font_wrapper {
    display: none; }
  .esnad_menu .dashbord_media_top {
    background-color: #ac8c56 !important;
    height: 70px !important;
    background-image: none !important; }
  .dashbord_media_top .menu-toggler {
    margin: 9px 14px 0 0px !important; }
  .dashbord_media_top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 5px 0 0 0 !important; }
  .service_centre .minister_title h4 {
    font-size: 1.500em; }
  .title_dot {
    width: 100%;
    float: left; }
  .img_dots {
    width: 100%;
    float: left; }
  .title_dot h2 {
    font-size: 1.786em; }
  .arrow_center {
    position: relative;
    width: 20%;
    float: left; }
  .line {
    width: 83%; }
  .img_dots .btn.btn-primary {
    float: left;
    margin-top: 20px; }
  .inline_circles .fa {
    display: none; }
  .transaction_details {
    padding-left: 15px; }
  .pagination_show {
    padding: 0; }
  .pagination_show .pagination > li > a,
  .pagination_show .pagination > li > span {
    float: left;
    padding: 6px 4px; }
  .footer-block:nth-of-type(1) {
    padding-left: 15px; }
  .foreign_permit .form_typing {
    padding-top: 0; }
  .footer-block:nth-of-type(3) ul {
    padding-left: 0; }
  .footer-block:nth-of-type(3) h2 {
    text-align: left; }
  .border_login {
    display: none; }
  .login.esnad_login_simple .content {
    width: 100% !important;
    padding: 0; }
  .esnad_login_simple {
    padding: 22px 6px; }
  .card_payment {
    width: 80%; }
  .padding-top-100 {
    padding-top: 0; }
  .sp_second span {
    font-size: 0.929em;
    width: 50%;
    margin: 7px 0; }
  .sp_second span:nth-of-type(2) {
    width: 50%; }
  .form_typing {
    padding-top: 0px; } }

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .top-menu-dashboard {
    width: 75%;
    margin-top: 9px !important; }
  .bell_notifications ul li {
    padding-top: 0px;
    float: left;
    margin-top: 3px; }
  .bell_notifications ul li a {
    margin-right: 10px;
    margin-left: 0px; }
  .esnad_menu img.logo-default {
    margin-top: 8px;
    float: left; }
  .page-sidebar-wrapper.font_wrapper {
    display: none; }
  .dashbord_media_top .menu-toggler {
    margin: 9px 14px 0 0px !important; }
  .dashbord_media_top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 5px 0 0 0 !important; }
  .service_centre .minister_title h4 {
    font-size: 1.500em; }
  .title_dot {
    width: 100%;
    float: left;
    text-align: center; }
  .img_dots {
    width: 100%;
    float: left; }
  .title_dot h2 {
    font-size: 1.786em; }
  .arrow_center {
    position: relative;
    width: 20%;
    float: left; }
  .line {
    width: 83%; }
  .img_dots .btn.btn-primary {
    float: left;
    margin-top: 20px; }
  .inline_circles .fa {
    display: none; }
  .transaction_details {
    padding-left: 15px; }
  .pagination_show {
    padding: 0; }
  .pagination_show .pagination > li > a,
  .pagination_show .pagination > li > span {
    float: left;
    padding: 6px 4px; }
  .footer-block:nth-of-type(1) {
    padding-left: 15px; }
  .foreign_permit .form_typing {
    padding-top: 0; }
  .footer-block:nth-of-type(3) ul {
    padding-left: 0; }
  .footer-block:nth-of-type(3) h2 {
    text-align: left; }
  .border_login {
    display: none; }
  .esnad_login_simple {
    padding: 22px 6px; }
  .card_payment_in .form-body .col-lg-6 {
    width: 50%;
    float: left; }
  .padding-top-100 {
    padding-top: 0; }
  .portlet-body.form.foreign_permit .col-md-5.special_permit_input {
    width: 50%;
    float: left; }
  .portlet-body.form.foreign_permit .col-md-4.special_permit_input {
    width: 50%;
    float: right; }
  .form_typing {
    padding-top: 0px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-menu-dashboard {
    width: 70%; }
  .admin_dashboard p {
    margin-top: 3px; }
  .bell_notifications ul li {
    padding-top: 0px;
    float: left;
    margin-top: 6px; }
  .bell_notifications ul li a {
    margin-right: 10px;
    margin-left: 0px; }
  .bell_notifications {
    float: right;
    margin-top: 5px; }
  .page-sidebar-wrapper.font_wrapper {
    display: none; }
  .dashbord_media_top .menu-toggler {
    margin: 9px 14px 0 0px !important; }
  .dashbord_media_top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 5px 0 0 0 !important; }
  .title_dot h2 {
    font-size: 1.929em; }
  .footer-block:nth-of-type(1) {
    padding-left: 15px; }
  .portlet_light_special_review {
    min-height: 780px; }
  .arrow_center {
    width: 16%; }
  .transaction_details {
    padding-left: 15px; }
  .transaction_details .col-md-3 {
    width: 25%;
    float: left; }
  .line {
    width: 64%; }
  .foreign_permit .form_typing {
    padding-top: 0; }
  .portlet-body.form.foreign_permit .col-md-5.special_permit_input {
    width: 35%;
    float: left; }
  .portlet-body.form.foreign_permit .col-md-4.special_permit_input {
    width: 35%;
    float: right; }
  .portlet-body.form.foreign_permit .col-md-3.typing_img {
    width: 25%;
    float: left; }
  .sp_second span {
    font-size: 0.800em;
    width: 40%;
    margin: 7px 0; }
  .sp_second span:nth-of-type(2) {
    width: 60%; }
  .sp_second p {
    font-size: 0.857em; }
  .footer-block:nth-of-type(3) ul {
    padding-left: 0; }
  .footer-block:nth-of-type(3) h2 {
    text-align: left; }
  .border_login {
    display: none; }
  .card_payment_in .form-body .col-lg-6 {
    width: 50%;
    float: left; }
  .padding-top-100 {
    padding-top: 0; }
  .container {
    width: inherit !important; }
  .form_typing {
    padding-top: 0px; } }

@media only screen and (min-width: 992px) and (max-width: 1290px) {
  .top-menu-dashboard {
    width: 75%; }
  .visual img {
    padding: 5px;
    width: 30px; }
  .dashboard-stat.dashboard-stat-v2 .visual {
    width: 20%;
    padding-left: 5px; }
  .dashboard-stat .details .number {
    padding-top: 22px;
    font-size: 1.143em;
    line-height: 23px; }
  .dashboard-stat .details .desc {
    text-align: left;
    font-size: 0.857em; }
  .special_permit .form-body label {
    font-size: 0.900em; }
  .dashboard-stat .details {
    padding: 0 0px 0 8px;
    width: 80%; }
  a.dashboard-stat.dashboard-stat-v2 {
    height: 100px; }
  /*	.page-header-menu {
		display: none !important;
	}*/
  .sp_second span {
    font-size: 0.900em; }
  .card_payment_in .form-body .col-lg-6 {
    width: 50%;
    float: left; }
  .footer-block:nth-of-type(1) {
    padding-left: 15px; }
  .md-radio label {
    cursor: pointer;
    padding-left: 15px; }
  .md-radio-inline .md-radio {
    display: inline-block;
    margin-right: 0; }
  .md-radio label > .box {
    top: 3px;
    border: 2px solid #666;
    height: 14px;
    width: 14px; }
  .md-radio label > .check {
    top: 6px;
    left: 3px;
    height: 8px;
    width: 8px; }
  .input-large_box {
    display: block; } }

.agree_input {
  float: right; }

.agree_input .input-group {
  float: left;
  margin-right: 15px; }

.agree_input .form-actions {
  float: left; }

.portlet.light {
  padding: 15px 0; }

.invoice-content-2 .invoice-head .invoice-logo > h1 {
  font-size: 1.214em;
  font-family: "droid_sansbold", sans-serif;
  color: #39424a;
  margin-top: 6px;
  margin-bottom: 0px;
  float: initial; }

.invoice-content-2 .company-address {
  margin-top: 6px; }

td a .fa {
  color: #000; }

.invoice_input span {
  font-size: 0.857em;
  width: 50%; }

.invoice_input span:nth-of-type(2) {
  color: #000 !important;
  width: 50%; }

.invoice-content-2 .invoice-title {
  font-size: 1.000em;
  font-family: "droid_sansbold", sans-serif;
  letter-spacing: 1px;
  color: #9a7c55; }

@media (max-width: 991px) {
  .page-sidebar, .page-sidebar.navbar-collapse.in {
    border-top: 0 !important;
    margin: 0px !important;
    padding: 0; } }

.fileinput {
  display: block;
  margin-bottom: 0; }

.special_padding label {
  font-family: "droid_sansregular", sans-serif; }

.dataTables_scrollHeadInner {
  width: calc(100% - 15px) !important;
  position: relative; }
  .dataTables_scrollHeadInner:before {
    content: "";
    width: 15px;
    background: #b19068;
    position: absolute;
    right: 0px;
    height: 50px; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table,
table.table.table-striped.table-bordered.table-hover.table-header-fixed.order-column.dataTable.no-footer {
  width: 100% !important; }

.dataTables_scrollHead {
  border-bottom: none !important; }

.md-radio label > span.inc, .md-checkbox label > span.inc {
  -webkit-animation: initial;
  -moz-animation: initial;
  animation: initial; }

.check_boxes .md-checkbox {
  margin-left: 35%; }

.whiteBox-Label {
  color: #555; }
  .whiteBox-Label .font-dark {
    color: #444 !important; }

.table thead tr th {
  font-weight: normal; }

.headingStyle2 {
  padding-bottom: 0px; }
  .headingStyle2 .title_dot h2 {
    margin-bottom: 0px; }

.text-left {
  text-align: left !important; }

md-checkbox label > .box {
  top: 0;
  border: 2px solid #666;
  height: 20px;
  width: 20px;
  z-index: 5;
  -webkit-transition-delay: .0s;
  -moz-transition-delay: .0s;
  transition-delay: .0s; }

.md-checkbox label > span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: .0s;
  -moz-transition-duration: .0s;
  transition-duration: .0s; }

.md-checkbox input[type="checkbox"]:checked ~ label > .box {
  opacity: 1;
  -webkit-transform: scale(1) rotate(180deg);
  -moz-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg); }

.sp_second span:nth-of-type(2) {
  text-align: left;
  padding-left: 15px; }

.sp_second span {
  text-align: left; }

.btn {
  padding: 6px 12px;
  height: 34px; }

.btn-set .btn {
  margin: 0px 5px; }
  .btn-set .btn:last-child {
    margin-right: 0px; }

table tr th, table tr td {
  vertical-align: middle !important; }

.page-content {
  display: inline-block;
  width: 100%; }

.page-content-wrapper {
  min-height: calc( 100vh - 332px);
  background-color: #f4f4f4; }
  .page-content-wrapper:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    padding-bottom: 20px; }

.portlet.light .portlet-body {
  padding-top: 0px; }

.profileName {
  font-size: 1.4em; }

.totalDiv {
  display: inline-block;
  width: 100%; }
  .totalDiv .big_total {
    font-size: 1.400em !important; }

.totalDiv .big_total2 {
  font-size: 1.643em !important; }

.totalDiv .sml_total {
  font-size: 1.100em !important; }

.totalDiv .sml_number {
  font-size: 1.100em !important; }

.totalDiv .summary_total {
  font-size: 1em !important; }

.attachmentList img {
  width: 200px;
  padding: 10px;
  border: 1px solid #ccc; }

.infoText {
  font-size: .700em; }

.QuickLink {
  background-color: #f4f4f4;
  padding: 30px 0px; }
  .QuickLink .whiteBox {
    background-color: #fff;
    padding: 15px 20px; }
    .QuickLink .whiteBox h4 {
      margin: 0px;
      margin-bottom: 10px;
      font-family: "droid_sansbold", sans-serif; }
    .QuickLink .whiteBox a {
      text-decoration: underline !important;
      color: #b19068; }

.coffeText {
  color: #b19068 !important;
  font-family: "droid_sansbold", sans-serif;
  font-size: 1.200em; }

.invoice-content-2 {
  background-color: #fff;
  padding: 50px; }

.costWrap {
  list-style: none;
  padding: 0px;
  margin: 0px;
  max-width: 320px;
  min-width: 275px;
  display: block; }
  .costWrap li {
    width: 100%;
    display: table; }
    .costWrap li span {
      display: table-cell;
      width: 50%;
      padding: 5px;
      text-align: right; }
    .costWrap li label {
      display: table-cell;
      width: 50%;
      padding: 5px;
      position: relative;
      padding-left: 10px;
      text-align: right; }
      .costWrap li label:before {
        content: ":";
        position: absolute;
        left: 0px;
        color: #000 !important; }

.big_number {
  color: #b19068;
  font-family: "droid_sansbold", sans-serif;
  font-size: 1.400em; }

.minister_slider {
  position: relative; }

.page-prefooter .subscribe-form {
  padding-top: 0px; }

.nobg {
  background: none; }

@media (max-width: 767px) {
  .home_tab {
    padding-left: 15px; }
  .minister_slider {
    height: auto !important;
    padding-bottom: 30px;
    display: table; } }

/*-----start admin styles -------*/
.adminPortal .page-content-wrapper {
  background: none; }
  .adminPortal .page-content-wrapper:after {
    height: 0px;
    padding-bottom: 0px; }

.adminPortal .dashboard-stat .details .number {
  color: #fff;
  font-weight: normal !important; }

.adminPortal .dashboard-stat .details .desc {
  color: #fff; }

.adminPortal .page-content {
  width: auto;
  display: block; }

.adminPortal .dashboard-stat {
  color: #222;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }
  .adminPortal .dashboard-stat .details .desc,
  .adminPortal .dashboard-stat .details .number {
    color: #222; }

.adm_one,
.adm_two,
.adm_three,
.adm_four {
  color: #fff; }
  .adm_one .cardContent .dataSector .borderRules,
  .adm_two .cardContent .dataSector .borderRules,
  .adm_three .cardContent .dataSector .borderRules,
  .adm_four .cardContent .dataSector .borderRules {
    border-color: rgba(255, 255, 255, 0.2) !important; }

.adm_one {
  background-color: #e39e36; }

.adm_two {
  background-color: #f36a40; }

.adm_three {
  background-color: #c0a472; }

.adm_four {
  background-color: #4c4743; }

/*-----end admin styles -------*/

/*# sourceMappingURL=custom.min.css.map */