@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);
html, body {
	padding:0;
	font-family: 'PT Sans', sans-serif;
}

#header {
    min-width: 800px;
    width: 100%;
    height: 5em;
    padding-left: 1.5em;
    vertical-align: top;
    position: fixed;
    top: 0;
    left: 5em;
    z-index: 1000;
}

.header-driver {
    min-width: 600px !important;
}

#header div {
	float: left;
	/* padding-right: 10px; */
}
#header .export-menu {
	padding:1.5em;
}
#header .left-addin {
	padding-right: 7em;
	float:right;
	padding-top: 1.5em;
}
#header .left-addin .btn-default {
	border: 0;
}
#header small {
	color:#fff;
}
#footer {
	width:100%;
	height:2.4em;
	padding-left:1.5em;
	vertical-align: top;
	position:fixed;
	bottom:0;
	left:5em;
	z-index: 1000;
	background: #eee;
}
#footer div {
	float: left;
	padding: 10px 10px 10px 0;
	font-size: 0.8em;
}
#footer div span {
	padding-right: 5px;
}
.blue {
	color: #47a3da;
}
.orange {
	color: #ea452b;
}
.green {
	color: #80b534;
}
.purple {
	color: #f23c50;
}
.turq {
	color: #409fb8;
}
.blue-bg {
	background: #47a3da;
}
.blue-txt, .blue-txt:before {
	color: #47a3da;
}
.orange-bg {
	background: #ea452b;
}
.orange-txt, .orange-txt:before {
	color: #ea452b;
}
.green-bg {
	background: #80b534;
}
.green-txt, .green-txt:before {
	color: #80b534;
}
.purple-bg {
	background: #f23c50;
}
.purple-txt, .purple-txt:before {
	color: #f23c50;
}
.turq-bg {
	background: #409fb8;
}
.turq-txt, .turq-txt:before {
	color: #409fb8;
}
.alert-success {
    background-color: #dff0d8 !important;
}
.alert-danger {
    background-color: #f2dede !important;
}
#header .header-title {
	color:#fff;
}
#header .export-menu .btn {

}
#header .left-addin span {
	color: #fff;
}

#main-body {
	padding:6em 1.5em 20px 6em;
}

video#bgvid {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background: url(../img/trucks.jpg) no-repeat;
background-size: cover;
}
#login-dialog {
	padding-top: 5%;
}
#login-dialog .modal-header, #assignDriver .modal-header{
	background:#47a3da;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom:0;
	color: #fff;
}
#login-dialog .modal-footer {
	background:#faf2cc;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: left;
}
#login-dialog .modal-footer :last-child {
	margin-bottom:0;
}
.form-inline > .form-group {
    margin-left:10px !important;
}
.form-inline :first-child {
    margin:0px !important;
}

.table {
	/* width: auto; */
	min-width: 980px;
}

.table.tanktable {
    min-width: 550px;
}

.date-filter, th > .btn-group, th > .btn-group > .multiselect {
	width:100%;
}
.th-first {
	min-width:180px;
}
.th-date {
	min-width:160px;
}
.th-type {
	min-width:156px;
}
.th-status {
	min-width:122px;
}
.th-nr {
	min-width:140px;
	max-width:140px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.th-inr {
	min-width:110px;
	max-width:110px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.th-cnr {
	min-width:160px;
	max-width:160px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.th-rnr {
	min-width:130px;
	max-width:130px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.th-txt {
	min-width:180px;
	max-width:196px;
}
.th-txt-sm {
	min-width:130px;
	max-width:196px;
}
.th-txt-sm-c {
	min-width:100px;
	max-width:196px;
}
.th-btn {
	min-width:156px;
}
.buttons-filter {
	min-width:150px;
}
.multiselect {
  text-align: left;
  padding-right: 24px;
}
.multiselect b.caret {
  position: absolute;
  top: 14px;
  right: 8px;
}
.daterangepicker.opensright:after,.daterangepicker.opensright:before {
	content:none;
}
.left-addin {
	float:right;
	text-align: right;
}
.btn span {
	margin-left: 0.6em;
}
.left-addin-icon i {
	position: absolute;
	top:10px;
	right: 22px;
}
.list-group .label-info {
	display:none;
}
.multiselect {
    padding-right: 20px;    
}
.progress.status {
	height:4px;
	margin-top:10px;
}
/* Overide Bootstrap */
table .form-group {
	margin-bottom: 0;
}
table .progress {
	margin-bottom: 0;
}
.date-picker {
	width:100%;
}
/* Overide Multiselect */
.multiselect-container .checkbox, .multiselect-container .radio {
	padding-left: 0;
	display: block;
}
.form-horizontal .radio {
	padding-top: 4px;
}
.multiselect-container input[type='radio'] {
	display:none;
}
.multiselect-container.dropdown-menu {
	margin: 2px 0 0;
	padding: 5px 0;
}
.form-control.w100 {
	width:100%;
}
.form-control {
	padding:6px;
}
.form-horizontal .control-label.left{
    text-align: left;
}
.tablesorter-filter-row {
	background: #F0F0F0;
}
.tablesorter-header-row {
	text-transform: uppercase;
}
.table>thead>tr>th {
	border-bottom: 0;
}
.table>tbody>tr>td {
	border-top: 0; /* убираем разделитель в таблицах */
}

/* Editable inline */
.editable-click, a.editable-click, a.editable-click:hover {
	font-style: normal;
	color: #47a3da;
	border-bottom: none;
	font-weight: normal;
}
.btn.plus {
	background: #ccc;
	color: #666;
}
.fa {
	color:#808080;
}
.btn-primary .fa, .btn-info .fa, .btn-warning .fa, .btn-danger .fa {
	color:#fff;
}
/* additional info. second row info */
.add-i {
	color:#909090;
}
#twidth {
	/* display: none; */
}
.input-validation-error {
	color:#a94442;
	border-color:#a94442;
	background-color:#f2dede;
}
.btn-input-validation-error .btn-group button {
	color:#a94442;
	border-color:#a94442;
	background-color:#f2dede;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.ampmselect {
	width:60px;
	padding: 4px 6px;
}
.daterangepicker .calendar-time {
	position:relative; 
	margin-bottom:12px;
	margin-left: 20px;
}
.daterangepicker .calendar-time .clock-icon {
	position:absolute; 
	left:26px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none; /* <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
form.form-inline {
	display:inline;
}
.fa-trash-o:before, .fa-pencil:before, .fa-eye:before {
	margin-left:-2px;
}
.trash {
	/* width:35px; */
}
.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 3px 12px;
	border-right:1px solid #f0f0f0;
}
.table>tbody>tr>th:last-child, .table>tfoot>tr>th:last-child, .table>thead>tr>td:last-child, .table>tbody>tr>td:last-child, .table>tfoot>tr>td:last-child, .table .tablesorter-header-row>th:last-child {
	border-right:0px;
}
.table>thead>tr>th {
	padding: 6px;
	border-top: 0px;
}
.table .tablesorter-header-row>th {
	padding: 6px 0 6px 12px;
	border-right:1px solid #f0f0f0;
}
.list-pager {
	margin-bottom: 140px;
}
.btn-required:after {
	font-weight: bold;
	/* background: #ffffcc; */
	content:" *"; 
}
.required,.required-next{
	position:relative;
	/* background: #ffffcc; */
}
.required:after {
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 6px;
	content:" *"; 
	/* background: #ffffcc; */
}
.required-next:after {
	font-weight: bold;
	position: absolute;
	top: 26px;
	right: 6px;
	content:" *"; 
	/* background: #ffffcc; */
}
form .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .active i {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}
label.control-label {
	padding-right: 0;
}
.form-horizontal .col-md-8, .form-horizontal .col-md-10 {
	min-width:1100px;
	max-width: 1100px;
}
.form-horizontal .col-md-8 .form-group, .form-horizontal .col-md-10 .form-group {
	margin-bottom: 7px;
}
.btn-raw:hover,.btn-raw:active,.btn-raw:hover .fa,.btn-raw:active .fa {
	color:#fff;
	background-color:#39b3d7;
	border-color:#39b3d7;
}
.table .driver-row, .table .customer-row {
	font-size: 18px;
}
.table tr.driver-row td:last-child  {
	background: #eaeaea;
	border-left: 3px solid #47a3da;
	border-top: 4px solid #fff;
}
.table tr.customer-row td  {
	background: #eaeaea !important;
	border-top: 4px solid #fff;
}
.table tr.customer-row td:first-child  {
	border-left: 3px solid #47a3da;
}
.table.assign-drivers {
	width:100%;
	min-width: 0;
}
.table.assign-drivers td, .table.assign-drivers th {
	border: 0px;
}
h3.assign-title {
	margin-top: 10px;
}
.btn.assigndriver-btn {
	padding-left: 10px;
	padding-right: 10px;
}
.btn-col {
	text-align: right;
}
.alert {
	padding:6px;
	margin-bottom: 10px;
}
/* pagination for forms */
.pagination-form{
	display:inline-block;
	padding-left:0;
	margin:0px 0;
	border-radius:4px;
}
.pagination-form>form{
	display:inline
}
.pagination-form > form > input,
.pagination-form > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination-form > form:first-child > input,
.pagination-form:first-child > a {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination-form > form:last-child > input,
.pagination-form:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination-form>form>input:hover,.pagination>form>input:focus,
.pagination-form>a:hover,.pagination>a:focus{
	color:#2a6496;
	background-color:#eee;
	border-color:#ddd;
}
.pagination-form>form>input.active,.pagination-form>form>input.active:hover,.pagination-form>form>input.active:focus,
.pagination-form>a.active,.pagination-form>a.active:hover,.pagination-form>a.active:focus{
	z-index:2;
	color:#fff;
	background-color:#428bca;
	border-color:#428bca;
	cursor:default;
	}
.pagination-form>form>input.disabled,.pagination-form>form>input.disabled:hover,.pagination-form>form>input.disabled:focus,
.pagination-form>a.disabled,.pagination-form>a.disabled:hover,.pagination-form>a.disabled:focus{
	color:#999;
	background-color:#fff;
	border-color:#ddd;
	cursor:not-allowed;
}

.btn-icon-white {
	padding: 6px;
	background: none;
}
.btn-icon-white .fa, a.btn-icon-white {
	color:#fff;
}
.btn-icon-white:hover > .fa, .btn-icon:hover > .fa, a.btn-icon-white:hover {
	color:#ccc;
}
.btn-icon {
	padding: 6px 4px;
	background: none;
}
.no-padding button,.no-padding button:hover  {
	padding: 0px;
	height: 17px;
	margin-top: -7px;
}
.ref-o {
	margin-left: 0px;
}
.add-sealnr.editable-empty + .fa:before, .add-sealnr.editable-open ~ .fa:before, .add-invoicenr.editable-empty + .fa:before, .add-invoicenr.editable-open ~ .fa:before {
	content:"";
}
.table>tbody>tr.info>td {
	border-bottom: 1px solid #f0f0f0;
}
.open-hours {
	position: relative;
	height:20px;
	overflow: hidden;
}
.open-hours div {
	position: absolute;
}
.add-i .label {
	padding: .2em .6em .2em;
}
.label.quad {
	padding: .2em .7em .2em;
}
.add-title {
	/* color:#aeaeae; */
}
#main-body .row {
	margin-bottom:60px;
}

#main-body .row.row-nomargin {
    margin-bottom: 0px; 
}

.form-block {
    margin-top: 20px;
}
.daterangepicker .buttons {
	margin:4px;
}
.btn-center {
	text-align: center;
}
.time-min:after {
	content:'-';
	float:right;
	margin: -28px -16px;
}
.after-input {
	margin-left:-20px;
}


/**
 * PROGRESS CONTAINER
 */
#progress-status,#complete {
    width: 90px;
    margin-top: 5px;
    height: 12px;
    background:url(../img/progress.png);
    position:relative;
}
#complete {
    background-position: 0px 12px;
    margin-top: 0;
}
#progress-status .s1 {
    width: 8px;
}
#progress-status .s2 {
    width:24px;
}
#progress-status .s3 {
    width:40px;
}
#progress-status .s4 {
    width:56px;
}
#progress-status .s5 {
    width:72px;
}
#progress-status .s6 {
    width:90px;
}
#progress-status .s0 {
    width:0px;
    background-position: 0px 12px; /* draft */
}
#progress-status .s7 {
    width:90px;
    background-position: 0px 24px;  /* to cancel */
}
#progress-status .s8 {
    width:90px;
    background-position: 0px 36px;  /* canceled */
}
/**
 * PROGRESS GOODS
 */
#progress-status-g,#complete-g {
    width: 90px;
    margin-top: 5px;
    height: 12px;
    background:url(../img/progress-g.png);
    position:relative;
}
#complete-g {
    background-position: 0px 12px;
    margin-top: 0;
}
#progress-status-g .s1 {
    width: 8px;
}
#progress-status-g .s2 {
    width:48px;
}
#progress-status-g .s3 {
    width:90px;
}
#progress-status-g .s0 {
    width:0px;
    background-position: 0px 12px; /* draft */
}
#progress-status-g .s7 {
    width:90px;
    background-position: 0px 24px;  /* to cancel */
}
#progress-status-g .s8 {
    width:90px;
    background-position: 0px 35px;  /* canceled */
}
/**
 * PROGRESS GOODS (4)
 */
#progress-status-g4,#complete-g4 {
    width: 90px;
    margin-top: 5px;
    height: 12px;
    background:url(../img/progress-g4.png);
    position:relative;
}
#complete-g4 {
    background-position: 0px 12px;
    margin-top: 0;
}
#progress-status-g4 .s1 {
    width: 8px;
}
#progress-status-g4 .s2 {
    width:34px;
}
#progress-status-g4 .s3 {
    width:62px;
}
#progress-status-g4 .s4 {
    width:90px;
}
#progress-status-g4 .s0 {
    width:0px;
    background-position: 0px 12px; /* draft */
}
#progress-status-g4 .s7 {
    width:90px;
    background-position: 0px 24px;  /* to cancel */
}
#progress-status-g4 .s8 {
    width:90px;
    background-position: 0px 35px;  /* canceled */
}



.editable-open ~ .edit, .editable-empty ~ .edit {
	display:none;
}
.fa-pencil.edit,
.fa-pencil.edit-pincode-btn {
    margin-left: 6px;
    cursor: pointer;
}
.fa-pencil.edit:hover {
	color:#ccc;
}
.fa.edit, .btn.view, .btn.code-copy, .btn.edit {
	/* display: none; */
}
.order-row:hover .fa.edit, .order-row:hover .btn.view, .order-row:hover .btn.code-copy,.order-row:hover .btn.edit{
	display: inline-block;
}
.table>thead:first-child>tr:first-child>th {
	border-bottom: 2px solid #F0F0F0;
}
.multi-address-btn.arrow {
	float:right;
	margin-top: -40px;
}
.fa-clock-o {
	color:#bebebe;
}
.m-address {
	margin-top: 8px;
}
.add-h input {
	margin-top: 8px;
}
.person.disabled,
.driver-info.disabled {
	color:#ccc;
}
.form-horizontal.view .form-group {
	margin-bottom: 0;
}
.company-name {
	color: #ea452b;
}
.grey-block {
	background-color: #f0f0f0;
	padding-bottom: 5px; 
	padding-top: 1px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:10px 0px;
}
.blue-block {
	background-color: #ecf8ff;
	padding-bottom: 5px; 
	padding-top: 1px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:10px 0px;
}
.green-block {
	background-color: #f2fff2;
	padding-bottom: 5px; 
	padding-top: 1px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.form-horizontal .form-control-static, .form-horizontal .control-label {
	padding-top: 7px;
	padding-left: 5px;
}
.icon-before {
	margin-right: 5px;
}
.items-page {
	width:160px;text-align:left;margin:0px 100px;float:left;
}
.cut {
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.btn-group .btn.multiselect { /* forms in dropdown */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 180px;
}
/* .cut:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
    background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
} */
.line-grey {
	height:1px;background-color:#f0f0f0;
}
.main-menu, .sub-menu {
	overflow: visible;
}
.pagination {
	margin-top: 0;
}
.welcome {
	float: left;
	margin: 7px 20px 0 0;
}
.export-box {
	float: left;
	margin-left: -18px;
	margin-top: 0px;
}
.export-box input[type='checkbox']{
	margin: 0;
	padding: 0;
	position: relative;
}
.export-box.exported {
	background: #5cb85c;
	padding: 1px;
	border-radius: 2px;
	height: 18px;
}

.exportOrder-dialog.exporting .btn,
.exportOrder-dialog.exporting .completemsg,
.exportOrder-dialog.exporting .errormsg,
.exportOrder-dialog.error .completemsg,
.exportOrder-dialog.error .exportmsg,
.exportOrder-dialog.complete .exportmsg,
.exportOrder-dialog.complete .errormsg {
    display: none
}

.exportOrder-dialog.exporting .exportmsg {
    display: inline-block
}

.exportOrder-dialog.complete .btn,
.exportOrder-dialog.complete .completemsg {
    display: inline-block
}

.exportOrder-dialog.error .btn,
.exportOrder-dialog.error .errormsg
{
    display: inline-block
}


.label-tchassis {
	background-color:#c2727d;
}
.label-crane {
	background-color:#409fb8;
}
.label-trailer {
	background-color:#f23c50;
}

#cookiesNotifyMessage {
	z-index: 1060;
	position: fixed;
}
/* #recipientAddressSelect ul .divider:first-child ~ li {
    background-color:#eee;
} */
#cookiesNotifyMessage {
  z-index: 1060;
  position: fixed;
  width: 100%;
  background-color: #47a3da;
  height: 70px;
  padding: 20px;
  text-align: center;
  color: #fff;
  top:-70px;
}
#cookiesNotifyMessage .btn {
	margin-left: 20px;
}
#returnDateConfirmMessage {
	padding-left: 30px;
	position: relative;
}

.table-fixed-header thead {
    background-color: white;
}

.white-plane {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 30px;
    margin: -20px;
}

.customerAddressComment-content {
    min-width: 400px
}

.copy-clipboard-popover {
    min-width: 600px
}

.copy-clipboard-popover textarea {
    min-width: 500px
}

.pinbtn {
    font-size: 2em;
}

#keyboard {
    margin: 0;
    padding: 0;
    list-style: none;
}

#container {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
}

#keyboard li {
    float: left;
    margin: 0 5px 5px 0;
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    border: 1px solid #d7dbdd;
    border-radius: 5px;
}
#keyboard .btn {
	width: 70px;
    height: 70px;
}

.drivers .lg {
	font-size: 120%;
}

.drivers .w10 {
	width: 10%;
	min-width: 120px;
}
.drivers .w15 {
	width: 15%;
	min-width: 170px;
}
.drivers .w20 {
	width: 20%;
	min-width: 200px;
}
.drivers .w30 {
	width: 30%;
	min-width: 200px;
}
.drivers .w40 {
	width: 40%;
	min-width: 300px;
}
.drivers .w50 {
	width: 50%;
	min-width: 300px;
}
.drivers .form-horizontal .form-group, .drivers .form-horizontal #pakring-selection {
	margin: 0!important;
	padding: 0 10px 10px 0!important;
}

.btn-group-lg .btn-group .multiselect {
	padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px;
}
.btn-group-lg .btn-group .multiselect {
	padding-right: 30px !important;
}
.btn-group-lg .btn-group .multiselect b.caret {
	top: 20px;
    right: 12px;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.drivers #main-body .row {
	margin-bottom: 20px;
	margin-right: 0;
}
.drivers #assigned-orders td {
	padding: 12px;
}
.drivers .table {
	min-width: 900px;
}
.panel h3 {
	margin-top: 10px;
}
.panel .fa {
	margin: 10px 0;
}


.clearl {
    clear: left;
}

.lastitem {
    margin-right: 0 !important;
}

#keyboard li:hover {
    cursor: pointer;
    background-color: #d7dbdd;
}

@media (min-width: 544px) {
    #gas-volume-form-container,
    #gas-volume-form-container input {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    #gas-volume-form-container,
    #gas-volume-form-container input {
        font-size: 14px;
    }
}
.form-horizontal {
	padding-left: 0.7em;
}

.driver-holyday-report {
    min-width: 200px;
    width: 200px;
    background-color: yellow;
}

#main-body .row {
    margin-left: 0;
}

.price-page .table,
.table.no-min-width {
    min-width: unset
}
tr.fueling-break {
    background-color: yellow !important;
}

#stop-on-route-form .form-horizontal .form-group,
#km-charge-form .form-inline .form-group {
    padding: 5px
}

.tooltip {
    pointer-events: none;
}

.btn-right-margin {
    margin-right: 1em
}

.text-bgcolor-lightred {
    background-color: lightcoral
}

.moved {
    background-color: gray !important;
}

/*Margin and Padding helpers*/
/*xs*/
.p-xs { padding: .25em; }
.p-x-xs { padding: 0 .25em; }
.p-y-xs { padding: .25em 0 ; }
.p-t-xs { padding-top: .25em; }
.p-r-xs { padding-right: .25em; }
.p-b-xs { padding-bottom: .25em; }
.p-l-xs { padding-left: .25em; }
.m-xs { margin: .25em; }
.m-x-xs { margin: 0 .25em; }
.m-y-xs { margin: .25em 0 ; }
.m-r-xs { margin-right: .25em; }
.m-l-xs { margin-left: .25em; }
.m-t-xs { margin-top: .25em; }
.m-b-xs { margin-bottom: .25em; }
/*sm*/
@media (min-width:768px){
/*sm*/
.p-sm { padding: .5em; }
.p-x-sm { padding: 0 .5em; }
.p-y-sm { padding: .5em 0 ; }
.p-t-sm { padding-top: .5em; }
.p-r-sm { padding-right: .5em; }
.p-b-sm { padding-bottom: .5em; }
.p-l-sm { padding-left: .5em; }
.m-sm { margin: .5em; }
.m-x-sm { margin: 0 .5em; }
.m-y-sm { margin: .5em 0 ; }
.m-t-sm { margin-top: .5em; }
.m-r-sm { margin-right: .5em; }
.m-b-sm { margin-bottom: .5em; }
.m-l-sm { margin-left: .5em; }
}

/*md*/
@media (min-width: 992px){
.p-md { padding: 1em; }
.p-x-md { padding: 0 1em; }
.p-y-md { padding: 1em 0; }
.p-t-md { padding-top: 1em; }
.p-r-md { padding-right: 1em; }
.p-b-md { padding-bottom: 1em; }
.p-l-md { padding-left: 1em; }
.m-md { margin: 1em; }
.m-x-md { margin: 0 1em; }
.m-y-md { margin: 1em 0 ; }
.m-t-md { margin-top: 1em; }
.m-r-md { margin-right: 1em; }
.m-b-md { margin-bottom: 1em; }
.m-l-md { margin-left: 1em; }
}

/*lg*/
@media (min-width: 1200px){
.p-lg { padding: 1.5em; }
.p-x-lg { padding: 0 1.5em; }
.p-y-lg { padding: 1.5em 0; }
.p-t-lg { padding-top: 1.5em; }
.p-r-lg { padding-right: 1.5em; }
.p-b-lg { padding-bottom: 1.5em; }
.p-l-lg { padding-left: 1.5em; }
.m-lg { margin: 1.5em; }
.m-x-lg { margin: 0 1.5em; }
.m-y-lg { margin: 1.5em 0; }
.m-t-lg { margin-top: 1.5em; }
.m-r-lg { margin-right: 1.5em; }
.m-b-lg { margin-bottom: 1.5em; }
.m-l-lg { margin-left: 1.5em; }
}
/*xl*/
.p-xl { padding: 3em; }
.p-x-xl { padding: 0 3em; }
.p-y-xl { padding: 3em 0 ; }
.p-t-xl { padding-top: 3em; }
.p-r-xl { padding-right: 3em; }
.p-b-xl { padding-bottom: 3em; }
.p-l-xl { padding-left: 3em; }
.m-xl { margin: 3em; }
.m-x-xl { margin: 0 3em; }
.m-y-xl { margin: 3em 0; }
.m-t-xl { margin-top: 3em; }
.m-r-xl { margin-right: 3em; }
.m-b-xl { margin-bottom: 3em; }
.m-l-xl { margin-left: 3em; }
#questions .multiselect-container {
    z-index: 1100
}

.bootstrap-datetimepicker-widget {
	z-index: 1100
}