@font-face {
  font-family: "HelveticaNeueBlackCond";

  src: url("../fonts/HelveticaNeueBlackCond/HelveticaNeueBlackCond.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HelveticaNeueBlackCond/HelveticaNeueBlackCond.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueBold";

  src: url("../fonts/HelveticaNeueBold/HelveticaNeueBd.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HelveticaNeueBold/HelveticaNeueBd.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueHeavy";

  src: url("../fonts/HelveticaNeueHeavy/HelveticaNeueHv.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HelveticaNeueHeavy/HelveticaNeueHv.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueItalic";

  src: url("../fonts/HelveticaNeueItalic/HelveticaNeueIt.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HelveticaNeueItalic/HelveticaNeueIt.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLight";

  src: url("../fonts/HelveticaNeueLight/HelveticaNeueLt.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HelveticaNeueLight/HelveticaNeueLt.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueMedium";

  src: url("../fonts/HelveticaNeueMedium/HelveticaNeueMed.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HelveticaNeueMedium/HelveticaNeueMed.woff") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueRegular";

  src: url("../fonts/HelveticaNeueRegular/HelveticaNeue.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HelveticaNeueRegular/HelveticaNeue.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueThin";

  src: url("../fonts/HelveticaNeueThin/fonts/HelveticaNeueThin.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HelveticaNeueThin/fonts/HelveticaNeueThin.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar-track
{
    background-color: transparent;
}

::-webkit-scrollbar
{
    width: 6px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb
{
    background-color: #aaa;
}
.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}
.row {
    margin-right: -5px;
    margin-left: -5px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.wrapper.wrapper-full-page {
    background: linear-gradient(135deg, rgba(1,245,185,1) 0%, rgba(0,77,58,1) 100%);
}
/*.wrapper.wrapper-full-page {
    height: auto;
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(1,245,185,1) 0%, rgba(0,77,58,1) 100%);
}*/
/*.full-page.login-page{
    background: rgb(1,245,185);
    background: linear-gradient(135deg, rgba(1,245,185,1) 0%, rgba(0,77,58,1) 100%);
}*/
.loader-bg{
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #12CD9F;
    border-radius: 50%;
}
.loader:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 0px solid white;
    transform: translate(-50%, -50%);
    animation: loading 1000ms ease-out forwards infinite;
}

@keyframes loading {
    0% {
        border: 0px solid white;
    }

    20% {
        border: 8px solid white;
        width: 0%;
        height: 0%;
    }

    100% {
        border: 8px solid white;
        width: 100%;
        height: 100%;
    }
}
.mobile-tablet-menu>.container-fluid{
    padding-right: 10px;
    padding-left: 10px;
    background-color: #ffffff;
}
.mobile-tablet-menu .row{
    margin-right: -10px;
    margin-left: -10px;
}
.mobile-tablet-menu .nav>li>a:focus, .mobile-tablet-menu .nav>li>a:hover {
    text-decoration: none;
    background-color: #ffffff;
}
.login-page .login-form img{
    width: 20px;
    height: 20px;
    max-width: 20px;
    margin: 0 auto;
}
.login-page .card-login .card-content {
    padding: 0px 10px 0px 10px;
}
.login-page .form-group .form-control{
    background-image: unset !important;
    text-align: center;
    font-family: "HelveticaNeueBold";
    color: #12cd9f;
    letter-spacing: 1px;
    font-size: 16px;
}
.login-page .input-group{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    padding: 5px 5px;
    background-color: #434343;
    border-radius: 50px;
}
.login-page .input-group{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    padding: 5px 5px;
    background-color: #434343;
    border-radius: 50px;
}
.login-page .form-group {
    padding-bottom: 0px;
    margin: 0;
}
.login-page .input-group .input-group-addon{
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
.login-page .login-btn{
    background: #434343;
    height: 46px;
    border-radius: 50px;
    padding: 5px 50px;
    font-family: "HelveticaNeueBold";
    color: #ffffff;
    border:none;
    letter-spacing: 1px;
}
.login-page .login-btn:hover{
    background: #434343;
}
.login-page .login-btn-field{
    padding-left: 36px;
}
.login-page input[type=email]::placeholder {
  color: #666666 !important;
  letter-spacing: 1px;
  font-size: 16px;
}
.login-page input[type=password]::placeholder {
  color: #666666 !important;
  letter-spacing: 1px;
  font-size: 16px;
}
.login-page ul.footer-link li:hover{
    color: #12CD9F !important;
}
.login-page ul.footer-link li a:hover{
    color: #12CD9F !important;
}
.login-page ul.footer-link li.pixo-link{
    padding: 15px;
}
.login-page ul.footer-link li.pixo-link a{
    color: #12cd9f !important;
    padding: 0px;
}
.login-page ul.footer-link li.pixo-link:hover{
    color: #ffffff !important;
}
.login-page ul.footer-link li.pixo-link a:hover{
    color: #ffffff !important;
}
.login-page ul.footer-link > li {
    position: relative;
    font-family: "HelveticaNeueBold";
}
.login-page ul.footer-link > li:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #12cd9f;
    top: 50%;
    margin-top: -4px;
    right: -4px;
    z-index: 1;
    border-radius: 8px;
}
.login-page ul.footer-link > li:last-child:after {
    content: "";
    position: absolute;
    width: unset;
    height: unset;
}
.login-page ul.footer-link > li:before {
    right: auto;
    left: -3px;
}
.full-page > .content {
    min-height: calc(100vh - 100px);
}
.login-page footer ul li {
    color: inherit;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
    display: inline-block;
}
.login-page footer ul li a{
    display: inline-block;
    padding: 5px 15px;
}
/***** Sidebar Menu *****/
.justify-content-center{
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.mobile-menu{
    display: none;
}
.mobile-menu{
    align-items: center!important;
}
.mobile-menu .mobile-logo{
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding-left: 5px;
    padding-right: 5px;
}
.mobile-menu .mobile-menu-list{
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 5px;
    padding-right: 5px;
}
.mobile-menu-list .nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.mobile-menu-list .nav li{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.mobile-menu .mobile-menu-list .nav li img{
    height: 25px;
    width: auto;
}
.mobile-menu .mobile-menu-list .nav li a{
    padding: 10px 2px;
    float: right;
}
.mobile-menu .mobile-menu-list .nav li.credit-logo img{
    height: 50px;
    width: auto;
}
.secend-mobile-menu-list .nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.mobile-menu .secend-mobile-menu-list{
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    padding-left: 15px;
    padding-right: 15px;
}
.mobile-menu .secend-mobile-menu-list .nav li img{
    height: 25px;
    width: auto;
    margin: 0 auto;
}
.mobile-menu .secend-mobile-menu-list .nav li a{
    padding: 10px 2px;
}
.mobile-menu .secend-mobile-menu-list .nav li.credit-logo img{
    height: 40px;
    width: auto;
    margin: 0 auto;
}
.secend-mobile-menu-list .nav li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.tablet-menu{
    display: none;
}
.tablet-menu{
    align-items: center!important;
}
.tablet-menu .tablet-logo img{
    width: 120px;
}
.tablet-menu .tablet-menu-list .nav li{
    display: inline-block;
}
.tablet-menu .tablet-menu-list .nav li img{
    height: 25px;
    width: auto;
}
.tablet-menu .tablet-menu-list .nav li.credit-logo img{
    height: 50px;
    width: auto;
}

.sidebar .sidebar-wrapper .nav li a img{
    margin-right: 15px;
    width: 26px;
    display: inline-block;
}
.sidebar .sidebar-wrapper .nav li a p{
    display: inline-block;
    color: #434343;
    font-size: 21px;
    font-family: "HelveticaNeueBold";
}
.sidebar .sidebar-inner{
    min-height: calc(100% - 100px);
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar .credit-logo{
    position: relative;
    z-index: 9;
    display: block;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
}
/***** Library Page *****/
.library-page{
    padding-top: 10px;
    padding-bottom: 10px;
}
.library-page .content>.container-fluid{
    padding-right: 10px;
    padding-left: 10px;
}
.library-listing-row {
    margin-right: -5px;
    margin-left: -5px;
}
.library-listing-row [class*="col-"]{
    padding-right: 5px;
    padding-left: 5px;
}
.library-card {
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}
.library-card .library-card-content{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: "HelveticaNeueBold";
}
.error{
    color: #ff0000;
}
/***** Contact Page *****/
.contacts-page{
    padding-top: 10px;
    padding-bottom: 10px;
}
.contacts-page .content>.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}
.contacts-page .row{
    margin-right: -5px;
    margin-left: -5px;
}
.contacts-page [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.add-contact-form{
    float: right;
}
.contacts-page .input-group .input-group-addon{
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
.contacts-page .add-contact-icon img{
    width: 20px;
    height: 20px;
    max-width: 20px;
    margin: 0 auto;
}
.contacts-page .input-group-addon img{
    width: 20px;
    height: 20px;
    max-width: 20px;
    margin: 0 auto;
}
.contacts-page .form-group .form-control {
    background-image: unset !important;
    text-align: center;
    font-family: "HelveticaNeueBold";
    color: #12cd9f;
    letter-spacing: 1px;
    font-size: 16px;
}
.contacts-page .contact-form-row{
    display: flex;
}
.contacts-page .contact-plus-icon{
    width: 10%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 5px;
}
.contacts-page .contact-plus-icon .input-group-addon{
    padding: 0;
    background-color: #434343;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: none;
}
.contacts-page .contact-search-form{
    width: 90%;
}
.contacts-page .input-group.form{
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    padding: 5px 5px;
    background-color: #434343;
    border-radius: 50px;
}
.contacts-page .form-group {
    padding-bottom: 0px;
    margin: 0;
}
.contacts-page .contect-card{
    background-color: #12cd9f;
    padding: 15px 10px;
    border-radius: 60px;
    text-align: center;
    margin-bottom: 10px;
}
.contacts-page .contect-card-content{
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
   /* letter-spacing: 1px;*/
}
.add-contact-icon{
    cursor: pointer;
}
.create-contact-popup .modal-content{
    background: transparent;
    box-shadow: none;
}
.create-contact-popup .autocomplete-field .autocomplete-items,.create-contact-popup .c_autocomplete-field .c_autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: calc(100% - 10px);
    left: 15px;
    right: 5px;
    max-height: 130px;
    overflow: auto;
    background-color: #fff;
}
.edit-job-popup .autocomplete-field .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: calc(100% - 10px);
    left: 15px;
    right: 5px;
    max-height: 130px;
    overflow: auto;
    background-color: #fff;
}
.locksmith .autocomplete-field .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: calc(100% - 10px);
    left: 8px;
    right: 8px;
    max-height: 130px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 4px 5px 5px #000;
}
.create-contact-popup .autocomplete-field .autocomplete-items div,.create-contact-popup .c_autocomplete-field .c_autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.edit-job-popup .autocomplete-field .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.locksmith .autocomplete-field .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.create-contact-popup .autocomplete-field .autocomplete-items div:first-child,.create-contact-popup .c_autocomplete-field .c_autocomplete-items div:first-child{
    border-top: 1px solid #d4d4d4;
}
.edit-job-popup .autocomplete-field .autocomplete-items div:first-child{
    border-top: 1px solid #d4d4d4;
}
.locksmith .autocomplete-field .autocomplete-items div:first-child{
    border-top: 1px solid #d4d4d4;
}
.job-assign-model .modal-content{
    background: transparent;
    box-shadow: none;
}
.aprove-job-popup .modal-content{
    background: transparent;
    box-shadow: none;
}
.aprove-job-popup .job_data{
    display: inherit;
    padding: 50px 0px 0px 0px;
}
.aprove-job-popup .close{
    position: absolute;
    z-index: 9;
    right: 0;
    padding: 0px 10px;
    color: #999999;
    font-size: 30px;
}
.edit-job-popup .modal-content{
    background: transparent;
    box-shadow: none;
}
.job-assign-model .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: calc(100% - 10px);
    left: 0;
    right: 0;
    max-height: 130px;
    overflow: auto;
    background-color: #fff;
}
.job-assign-model .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.job-assign-model .autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

.job-assign-model .autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.job-assign-model .close{
    position: absolute;
    z-index: 9;
    right: 0;
    padding: 0px 10px;
    color: #999999;
    font-size: 30px;
}
.create-contact-popup  .close{
    position: absolute;
    z-index: 9;
    right: 0;
    padding: 0px 10px;
    color: #999999;
    font-size: 30px;
}
.edit-job-popup .close {
    position: absolute;
    z-index: 9;
    right: 0;
    padding: 0px 10px;
    color: #999999;
    font-size: 30px;
}
.add-user-btn{
    position: absolute;
    top: 5px;
    right: 20px;
}
#contactModal::-webkit-scrollbar-track
{
    background-color: transparent;
}

#contactModal::-webkit-scrollbar
{
    width: 6px;
    background-color: transparent;
}

#contactModal::-webkit-scrollbar-thumb
{
    background-color: #aaa;
}
/***** Dispatch Page *****/
.dispatch-page{
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dispatch-page.no-dispatch-sidebar .dispatch-sidebar{
    display: none;
}
.dispatch-page.no-dispatch-sidebar .dispatch-contant {
    width: 100%;
}
.dispatch-sidebar{
    scrollbar-width: thin;
    width: 220px;
    height: calc(100vh - 20px);
    overflow-y: scroll;
}
.dispatch-contant{
    width: calc(100% - 220px);
}
.dispatch-card{
    /*border-left: 4px solid #ff0000;
    border-right: 4px solid #ff0000;*/
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 0px 5px;
}
.dispatch-card p{
    margin-bottom: 0;
    font-size: 10px;
}
#date-map{
    height: 400px;
}

.item p{
    font-size: 10px;
    text-align: center;
    margin-bottom: 0px;
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
}
.calender-job{
    width: 100%;
    position: relative;
}
.calender-job .d-r-y {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.calender-job .middle-part {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.sidebar_jobs .middle i{
    color: #fff;
}
.sidebar_jobs .middle .icon{
    margin-top: 15px;   
}
.sidebar_jobs .middle{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 95%;
    height: 88%;
    background: #000;
    margin-bottom: 10px;
    padding: 0px 5px;
}
.sidebar_jobs .middle:hover{
   opacity: 0.6;
}
.search-contact .middle i{
    color: #fff;
}
.search-contact .middle .icon{
    margin-top: 15px;   
}
.search-contact .middle{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 95%;
    height: 88%;
    background: #000;
    margin-bottom: 10px;
    padding: 0px 5px;
}
.search-contact .middle:hover{
   opacity: 0.6;
}
.calender-job:hover .d-r-y {
  opacity: 0.3;
}
.calender-job:hover .d-r-b {
  opacity: 0.3;
}
.calender-job:hover .d-r-g {
  opacity: 0.3;
}
.calender-job:hover .d-r-r {
  opacity: 0.3;
}

.calender-job:hover .middle-part {
  opacity: 1;
}
.item p.d-r{
    font-family: "HelveticaNeueBold";
    font-size: 12px;
    height: 24px;
}
.item p.d-r-y{
    background-color: #fff315;
    color: #434343;
}
.item p.d-r-g{
    background-color: #12cd9f;
    color: #ffffff;
}
.item p.d-r-r{
    background-color: #ff0000;
    color: #ffffff;
}
.item p.d-r-b{
    background-color: #000000;
    color: #ffffff;
}

.owl-theme .owl-nav{
    margin:0px;
}
.owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
}
.owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
}
.owl-nav button.owl-prev i, .owl-nav button.owl-next i{
    font-size: 25px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #434343;
    text-decoration: none;
}
.dispatch-page .post-job {
    display: block;
    position: absolute;
    z-index: 9;
    width: calc(100% - 230px);
    padding: 0px 15px;
}
.dispatch-page .add-contact-form{
    height: 94px;
}
.dispatch-page .contact-form-row {
    display: flex;
}
.dispatch-page .contact-plus-icon {
    width: 10%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 5px;
}
.dispatch-page .contact-plus-icon .input-group-addon {
    padding: 0;
    background-color: #434343;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: none;
}
.dispatch-page .contact-search-form {
    width: 90%;
}
.dispatch-page .input-group.form {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    padding: 5px 5px;
    background-color: #434343;
    border-radius: 50px;
}
.dispatch-page .form-group {
    padding-bottom: 0px;
    margin: 0;
}
.dispatch-page .form-group .form-control {
    background-image: unset !important;
    text-align: center;
    font-family: "HelveticaNeueBold";
    color: #12cd9f;
    letter-spacing: 1px;
    font-size: 16px;
}
.dispatch-page .input-group .input-group-addon {
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
.dispatch-page .input-group-addon img {
    width: 20px;
    height: 20px;
    max-width: 20px;
    margin: 0 auto;
}
.dispatch-page.no-dispatch-sidebar .post-job {
    display: block;
    position: absolute;
    z-index: 9;
    width: calc(100% - 5px);
    padding: 0px 15px;
}