html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 75px;
}

.footer {
    position: absolute;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: #f5f5f5;
    bottom: 0;
}

.card {
    margin-bottom: 15px;
}

li .fa-times {
    color: red;
}

li .fa-check {
    color: mediumseagreen;
}

table,
th,
tr,
td {
    text-align: center;
    vertical-align: middle !important;
}


/*********************************************/

/************** FORMS ********************/

/*********************************************/

/*Form Builder*/
.formbuilder-add{
    padding-top: 5px;
    color: green;
    font-size: 20px;
}
.formbuilder-remove{
    padding-top: 5px;
    color: red;
    font-size: 20px;
}

.switch{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input{
    opacity: 0;
    width: 0;
    height: 0;
}
.slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider::before{
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider{
    background-color: #2196F3;
}
input:focus + .slider{
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*********************************************/

/************** MAP ********************/

/*********************************************/

.rounded-rect {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 50px -25px black;
    }
     
    .flex-center {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    }
     
    .flex-center.left {
    left: 0px;
    }
     
    .flex-center.right {
    right: 0px;
    }
     
    .sidebar-content {
    position: absolute;
    width: 95%;
    height: 95%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: gray;
    }
     
    .sidebar-toggle {
    position: absolute;
    width: 1.3em;
    height: 1.3em;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    }
     
    .sidebar-toggle.left {
    right: -1.5em;
    }
     
    .sidebar-toggle.right {
    left: -1.5em;
    }
     
    .sidebar-toggle:hover {
    color: #0aa1cf;
    cursor: pointer;
    }
     
    .sidebar {
    transition: transform 1s;
    z-index: 1;
    width: 300px;
    height: 100%;
    }
     
    /*
    The sidebar styling has them "expanded" by default, we use CSS transforms to push them offscreen
    The toggleSidebar() function removes this class from the element in order to expand it.
    */
    .left.collapsed {
    transform: translateX(-295px);
    }
     
    .right.collapsed {
    transform: translateX(295px);
    }


/*********************************************/

/************** USERS ********************/

/*********************************************/




/*********************************************/

/************** ORDERS ********************/

/*********************************************/

.single_order_button{
    background-color: #19506f  !important;
    border-color: #19506f  !important;
    display: flex !important;
    width: 50% !important;
    justify-content: center !important;
    position: relative !important;
    left: 25% !important;
}

.card > .single_order_header{
    background-color: #03293f  !important;
    border-color: #03293f  !important;

}

/************** SINGLE ORDER PAGE ********************/
.Pending-colour-hr{
    background-color: #3de04a !important;
    height: 5px !important;
}

.In.Progress-colour-hr{
    background-color: #3de04a !important;
    height: 5px !important;
}
.Awaiting-colour-hr{
    background-color: #3de04a !important;
    height: 5px !important;
}

.Monitor-colour-hr{
    background-color: #3de04a !important;
    height: 5px !important;
}

.Completed-colour-hr{
    background-color: #3de04a !important;
    height: 5px !important;
}

.Fulfilled-colour-hr{
    background-color: #d62929 !important;
    height: 5px !important;
}

.Cancelled-colour-hr{
    background-color: #d62929 !important;
    height: 5px !important;
}

.Aborted-colour-hr{
    background-color: #d62929 !important;
    height: 5px !important;
}

.On.Hold-colour-hr{
    background-color: #f5f527 !important;
    height: 5px !important;
}

.Attention-colour-hr{
    background-color: #3de04a !important;
    height: 5px !important;
}




/*********************************************/

/************** RESOURCES ********************/

/*********************************************/

.resource-card:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(181, 181, 181, 1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(181, 181, 181, 1);
    box-shadow: 0px 0px 1px 1px rgba(181, 181, 181, 1);
    -webkit-transition: all 0.2s;
    /* Safari */
    transition: all 0.2s;
}

.resource-card a {
    color: inherit;
    text-decoration: none;
}

.resource-card a:hover {
    color: inherit;
    text-decoration: none;
}

/*********************************************/

#fg-ajax-loader {
    position: sticky;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9999;
}

.ajax-loader{
    display: none !important;
}

.heading_wrap {
    clear: both;
    margin-bottom: 10px;
    position: relative;
}

.head_with_settings {
    display: inline-block;
}

.setting_cont {
    margin: 10px;
    display: inline-block;
    position: absolute;
    right: 0px;
}

.fa-cog {
    vertical-align: middle;
    font-size: 1.3em;
    display: inline-block;
    margin: 7px;
}

.assigned-to-badge {
    font-size: 18px !important;
}

.assigned-to-badge-icon {
    vertical-align: bottom !important;
}

#map {
    height: 500px;
}

#map2 {
    height: 400px;
}

.card .map_legend {
    background-color: #fff !important;
    border-radius: 3px !important;
    bottom: 4% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    padding: 10px !important;
    position: absolute !important;
    right: 10px !important;
    z-index: 1 !important;
}

.map_legend h4 {
    margin: 0 0 10px !important;
}

.map_legend div span {
    display: inline-block !important;
    height: 10px !important;
    margin-right: 5px !important;
    width: 10px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #000000 !important;
}

.no-padding {
    padding: 0 !important;
}

.text-muted {
    color: #a94442;
}

.card-header-cta {
    float: right;
    font-size: 80%;
    font-weight: 400;
}

.snapshot .stat {
    line-height: 45px;
    margin-bottom: 10px;
}

.snapshot .number {
    padding: 0px;
    font-size: 1.4em;
    position: absolute;
    right: 40px;
    background-color: #cdcdcd;
    border-radius: 50%;
    max-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.mapboxgl-marker {
    width: 25px;
    height: 25px;
}

.mapboxgl-marker-red {
    width: 25px;
    height: 25px;
    background-image: url('/images/marker.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.mapboxgl-marker-blue {
    background-image: url('/images/marker-blue.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.mapboxgl-custom-ctrl {
    position: absolute !important;
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px;
    font-size: 12px;
    width: 75%;
}

.mapboxgl-custom-ctrl label {
    min-width: 190px;
    justify-content: left !important;
}

.wordwrap {
    white-space: pre-wrap !important;
    /* CSS3 */
    white-space: -moz-pre-wrap !important;
    /* Firefox */
    white-space: -pre-wrap !important;
    /* Opera <7 */
    white-space: -o-pre-wrap !important;
    /* Opera 7 */
    word-wrap: break-word !important;
    /* IE */
    word-break: break-all !important;
}

.clickable {
    cursor: pointer;
}

/***********************
 * app.css
 */
.navbar-laravel {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}

#fg-toast-container {
    position: sticky;
    z-index: 1055;
    top: 0;
}

#fg-toast-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
}