﻿/*
    Site Specific Themes
*/

@media only screen and (max-width: 600px) {
    .dropdown-menu > li > span {
        border-radius: 3px;
        color: #7a878e;
    }
}


.nav-logo {
    height: 50px;
    margin-top: 10px;
}

.nav-logo-image {
    height: 44px;
    width: 135px;
    display: block;
    margin-right: auto;
    margin-left: 100px;
    margin-top: 12px;
    margin-bottom: 12px;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    background-image: url(/images/banner.png);
    background-size: contain; /* <------ */
    background-repeat: no-repeat;
    background-position: left center; /* optional, center the image */
}

.nav-logo-icon {
    position: absolute;
    height: 37px;
    width: 37px;
    max-width: 100%;
    margin: 1px 0px;
    background-image: url(/images/banner-dark.png);
    display: inline-block;
    vertical-align: middle;
    border: 0;
    background-size: contain; /* <------ */
    background-repeat: no-repeat;
    background-position: center center; /* optional, center the image */
}

.mainnav-sm .nav-logo-icon {
    width: 37px;
    max-width: 100%;
    margin: 1px 0px;
    background-image: url(/images/banner-dark.png);
}
.mainnav-lg .brand-text-small {
    display: none;
}
.mainnav-sm .brand-text-big {
    display: none;
}
.img-banner-center {
    position: absolute;
    height: 33px;
    padding: 0px 20px;
    left: 45%;
    /* Firefox */
    left: -moz-calc(50% - 100px);
    /* WebKit */
    left: -webkit-calc(50% - 100px);
    /* Opera */
    left: -o-calc(50% - 100px);
    left: calc(50% - 100px);
    top: 3px;
    border-radius: 5px;
    /*    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(70%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0))); 
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); 
    background: -o-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); 
    background: -ms-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=1 ); /* ie6-9 */
    */
}
.text-lg {
    font-size: 1.6em;
}
    .img-banner-center img {
        height: 33px;
    }
    .btn-fav {
        font-size: 10px !important;
    }

.ibox-fixed {
    max-height: 310px;
    overflow-y: hidden;
}

.ibox-scroll {
    max-height: 310px;
    overflow-y: scroll;
}

.timeline-item {
/*    height: 100px;*/
}

.change-theme .sun {
    display: none;
}

.change-theme .night .sun {
    display: inline;
}

.change-theme .moon {
    display: inline;
}

.change-theme .night .moon {
    display: none;
}

.validation-summary-errors ul li {
    list-style: none;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:992px) {
    .row-eq-height {
        display: block;
    }
}
.v-center {
align-items: center;
display: flex; 
}
.border-5 {
    border-radius: 5px;
}

.v-center-all {
align-items: center;
display: flex; 
 display:flex;
 justify-content:center;
 align-items: center;
 flex-flow: column;
}
.schedule-box-header {
    width: 10.4%;
    cursor: pointer;
}

.schedule-box {
    width: 10.4%;
    cursor: pointer;
}

.schedule-red {
    width: 80%;
    height: 20px;
    margin: 0px auto;
    background-color: rgba(255, 0,0, 0.05);
    border: 1px solid #FF0000;
    color: #FF0000;
}

    .schedule-red:before {
        content: "x";
        text-align: center;
    }

.schedule-black {
    width: 80%;
    height: 20px;
    margin: 0px auto;
    background-color: rgba(0, 0,0, 0.05);
    border: 1px solid #000000;
    color: #000000;
}

    .schedule-black:before {
        content: "\25A8";
        text-align: center;
    }

.schedule-green {
    width: 80%;
    height: 20px;
    margin: 0px auto;
    background-color: #40d500;
    border: 1px solid #40d500;
    color: #40d500;
}

    .schedule-green:before {
        content: "-";
        text-align: center;
    }

.schedule-amber {
    width: 80%;
    height: 20px;
    margin: 0px auto;
    background-color: #ff9400;
    color: #ff9400;
    border: 1px solid #ff9400;
}

    .schedule-amber:before {
        content: "-";
        text-align: center;
    }

.schedule-gray {
    width: 80%;
    height: 20px;
    margin: 0px auto;
    background-color: #808080;
    color: #808080;
    border: 1px solid #808080;
}

    .schedule-gray:before {
        content: "-";
        text-align: center;
    }


.rig-schedule-red {
    width: 80%;
    height: 20px;
    margin: 0px auto;
    background-color: #FF0000;
    border: 1px solid #000000;
    color: #FFF;
}

.rig-schedule-green {
    width: 80%;
    height: 20px;
    margin: 0px auto;
    background-color: #40d500;
    border: 1px solid #000;
    color: #FFF;
}

.rig-schedule-amber {
    width: 80%;
    height: 20px;
    margin: 0px auto;
    background-color: #ff9400;
    color: #000;
    border: 1px solid #000;
}

.rig-schedule-gray {
    width: 80%;
    height: 20px;
    margin: 0px auto;
    background-color: #808080;
    color: #FFF;
    border: 1px solid #000;
}

.cursor-pointer {
    cursor: pointer;
}

.iw-mTrigger {
    cursor: pointer;
}

.rigContextMenu {
    background-color: #FFF !important;
    color: black;
    padding:10px;
}

    .rigContextMenu .iw-mSelected {
        background-color: #CCC !important;
        color: black;
    }

.crewList {
    max-height: 80px;
    overflow: auto;
    width: 100%;
}

.crewListItem {
    background-color: #CCC;
    height: 40px;
    vertical-align: middle;
}

.crew-circle {
    width: 20px !important;
    height: 20px !important;
}

.crew-circle-small {
    width: 10px !important;
    height: 10px !important;
    vertical-align: middle;
}

.div-login-image {
    background: url(../../images/login-bg.jpg);
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 62.5%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.div-loading {
    position: fixed;
    z-index: 15000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



    /* Transparent Overlay */
    .div-loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.5);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .div-loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .div-loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 100px;
            height: 100px;
            margin-top: -50px;
            margin-left: -50px;
            background: url('../../images/loader.png?v=1.0');

            border-radius: 0.5em;
            background-size: cover; /* <------ */
            background-repeat: no-repeat;
            background-position: center center; /* optional, center the image */
        }

.div-loading-inner {
    width: 100px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    /* display: none; */
    margin-left: -50px;
    margin-top: -50px;
    background: url('../../images/loader-inner.png?v=1.0');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; /* optional, center the image */
}

.div-loading-mid {
    width: 100px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    /* display: none; */
    margin-left: -50px;
    margin-top: -50px;
    background: url('../../images/loader-mid.png?v=1.0');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; /* optional, center the image */
    -webkit-animation: spinner 4000ms infinite linear;
    -moz-animation: spinner 4000ms infinite linear;
    -ms-animation: spinner 4000ms infinite linear;
    -o-animation: spinner 4000ms infinite linear;
    animation: spinner 4000ms infinite linear;
}
/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader {
    background-image: url('../../images/loader.png?v=1.0');
    border-radius: 50%;
    width: 130px;
    height: 130px;
    animation: spinner 2s linear infinite;
}

.vertical-center {
    margin-top: 30px;
}

.vertical-center-half {
    margin-top: 17px;
}

.inner-addon {
    position: relative;
}

    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

@media (max-width: 767px) {
    .nav-logo {
        height: 40px;
        margin-top: 15px;
    }
}

.dataTables_filter label {
    font-weight: bold !important;
}

.div-loading-mini {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.5);
}





    .div-loading-mini:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        width: 80px;
        height: 80px;
        margin: auto;
        background: url('../../images/loader-mid.png?v=1.0');
        -webkit-animation: spinner 2000ms infinite linear;
        -moz-animation: spinner 2000ms infinite linear;
        -ms-animation: spinner 2000ms infinite linear;
        -o-animation: spinner 2000ms infinite linear;
        animation: spinner 2000ms infinite linear;
        border-radius: 0.5em;
        background-size: cover; /* <------ */
        background-repeat: no-repeat;
        background-position: center center; /* optional, center the image */
    }

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break:break-all;
}
.break-all {
    word-break:break-all;
}
.break-word {
    word-break:break-word;
}
.form-group.required .control-label:after {
        position: absolute;
        content: '*';
        color: #CC0000;
        font-size: 15px;
        padding-left: 5px;
}
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}
select[readonly].select2-hidden-accessible +   .select2-selection {
    background: #eee;
    box-shadow: none;
  }

select[readonly].select2-hidden-accessible +   .select2-selection__arrow,
select[readonly].select2-hidden-accessible +   .select2-selection__clear {
    display: none;
  }

input[readonly].select2-hidden-accessible + .select2-container, select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}
input[readonly].select2-hidden-accessible + .select2-container--default .select2-selection--multiple .select2-selection__clear, 
select[readonly].select2-hidden-accessible + .select2-container--default .select2-selection--multiple .select2-selection__clear,
input[readonly].select2-hidden-accessible + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, 
select[readonly].select2-hidden-accessible + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    display: none;
}
input[readonly].select2-hidden-accessible + .select2-container  .select2-selection, select[readonly].select2-hidden-accessible + .select2-container  .select2-selection {
    background: #eee;
    box-shadow: none;
  }

input[readonly].select2-hidden-accessible + .select2-container   .select2-selection__arrow,
input[readonly].select2-hidden-accessible + .select2-container   .select2-selection__clear {
    display: none;
  }

.select2-selection__choice
{
    font-size: 16px;
}
.select2-selection__choice__remove {
    margin: 0px 8px;
}
.select2-selection .select2-search--inline {
    width: 100%;
}
.btn-lg
{
    padding: 7px 24px;
    font-size: 16px;
}


.img-profile-small
{
    height: 30px;
    width: 30px;
    border: 1px solid #DFE4ED;
    display:inline;
        -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

.img-profile-small:hover
{
 -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}

.img-profile
{
    height: 50px;
    width: 50px;
    border: 1px solid #DFE4ED;
    display:inline;
}
.img-profile-big {
    height: 100px;
    width: 100px;
    border: 1px solid #DFE4ED;
    display: inline;
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}
 

.img-profile-big:hover
{
 -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}

.img-profile-red {
    border: 2px solid red !important;
}

.img-profile-amber {
    border: 2px solid #ff9400 !important;
}

.img-profile-green {
    border: 2px solid #40d500 !important;
}
.select2-search__field
{
    width: 100% !important;
}

@media screen and (min-width: 768px) {
.user-profile .nav-tabs{
  display:inline-flex;
}
}
.nav-tabs a{
    height: 100%;
    vertical-align:top;
}

#jobAccordion .ibox {
  border: 2px dotted rgba(255, 255, 255, 0);  
      -webkit-transition: all .1s ease; /* Safari and Chrome */
    -moz-transition: all .1s ease; /* Firefox */
    -o-transition: all .1s ease; /* IE 9 */
    -ms-transition: all .1s ease; /* Opera */
    transition: all .1s ease;
}
.droppable-highlight .ibox {
    background-color: #1c84c6;
    border: 2px dotted #000 !important;
    opacity: 0.3;
}

.droppable-over .ibox {
    opacity: 0.5;
 -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:translatZ(0) scale(1.10); /* Opera */
    transform:translatZ(0) scale(1.10);
}

.droppable-highlight .ibox-content, .droppable-highlight .ibox-title{
    background-color: inherit;
    color: #000;
}

.draggable-highlight {
    background-color: #f8ff9b;
    border: 1px solid #000;
    border-radius: 4px;
    z-index:1000;
    font-weight: bold;
    cursor: pointer;
}
.job-bar {
    background-color: #FFF;
    border-top: 1px solid #CCC;
    padding: 5px 0px;
}
.box-shadow {
    box-shadow: 2px 2px 2px #AAAAAA !important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.nu-selection-box {
        border: 2px dashed #293846;
        background: rgba(0, 0, 0, 0.2);
}
.nu-selected {
        border: 2px solid #000;
        box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
    .modal-sm-l {
        width: 500px;
    }
}

.inactive-user
{
    background: rgba(237, 85, 101, 0.55);
   border-bottom: 2px solid #ed5565;
}
.today-date {
    border-radius: 50%;
    background: rgba(118, 189, 29, 0.55);
    border: 1px inset #76bd1d;
}

.cal-green {
    background-color: #40d500 !important;
    color: #000 !important;
    font-weight: bold;
}

.cal-f-green {
    color: #40d500 !important;
}
.cal-yellow {
    background-color: #ff9400 !important;
    color: #000 !important;
    font-weight: bold;
}
.cal-f-yellow {
    color: #ff9400 !important;
}
.cal-red {
    background-color: #ed5565 !important;
    color: #000 !important;
    font-weight: bold;
}
.cal-f-red {
    color: #ed5565 !important;
}


.cal-gray {
    background-color: #585858 !important;
    color: #FFF !important;
    font-weight: bold;
}

.cal-f-gray {
    color: #585858 !important;
}

.g-recaptcha {
        display: inline-block;
    }
/*
@media (max-width: 420px) {

    .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
@media (max-width: 350px) {

    .g-recaptcha {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
    */
.password-verdict
{
    color: #000;
}
.validation-summary-errors ul {
    padding: 0px;
}
.field-validation-error
{
    font-weight: bold;
    color: #8a1f11;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


    .switch input {
        display: none;
    }


.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);
}


.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.fileupload {
    margin-bottom: 9px;
}

    .fileupload .uneditable-input {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
        cursor: text;
    }

    .fileupload .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
    }

        .fileupload .thumbnail > img {
            display: inline-block;
            vertical-align: middle;
            max-height: 100%;
        }

    .fileupload .btn {
        vertical-align: middle;
    }

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}



#starRating i {
    padding-right: 10px;
}

.rating {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
}

    .rating label {
        display: block;
        cursor: pointer;
        width: 50px;
    }

        .rating label::before {
            content: '\f005';
            font-family: fontAwesome;
            position: relative;
            display: block;
            font-size: 50px;
            color: white;
        }

        .rating label::after {
            content: '\f005';
            font-family: fontAwesome;
            position: relative;
            display: block;
            font-size: 50px;
            color: gold;
            top: 0;
            transition: 0.5s;
            text-shadow: 0 2px 5px rgba(0,0,0,.5);
        }

        .rating label:hover:after,
        .rating input:checked label:after {
            opacity: 1;
        }

        .captchapadding {
            padding: 20px;
        }
@media (max-width: 350px) {

    .captchapadding {
        padding: 5px !important;
    }
}



@media (min-width: 768px) {
  .responsive-tabs.nav-tabs {
  }
}
.responsive-tabs.nav-tabs span.glyphicon {
  position: absolute;
  top: 14px;
  right: 22px;
}
.responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top {
  display: none;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs span.glyphicon {
    display: none;
  }
}
.responsive-tabs.nav-tabs > li {
    display: none;
    float: none;
    text-align: center;
    z-index: 1;
}
.responsive-tabs.nav-tabs > li:last-of-type > a {
  margin-right: 0;
}
@media (max-width: 768px) {
    .responsive-tabs.nav-tabs > li > a {
        margin-right: 0;
        background: #fff;
    }
    .responsive-tabs.nav-tabs > li > a {
        border-bottom-width: 0px;
        padding-right: 30px
    }

    .responsive-tabs.nav-tabs.open > li {
        display: block;
        color: #25476a;
        border-bottom: 1px solid #25476a;
        opacity: 1;
        background-color: #FFF;
        margin-bottom: 0px;
    }
        .responsive-tabs.nav-tabs.open > li:first-child, .responsive-tabs.nav-tabs.open > li:first-of-type a {
            border-radius: 4px 4px 0 0;
        }

            .responsive-tabs.nav-tabs.open > li:last-child, .responsive-tabs.nav-tabs.open > li:last-of-type a {
                border-radius: 0 0 4px 4px;
            }
}
@media (min-width: 768px) {
    .responsive-tabs.nav-tabs > li > a {
        margin-right: 0px;
        color: #25476a;
    }
}
.responsive-tabs.nav-tabs > li.active {
  display: block;
}

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li.active a {
    border-bottom-color: transparent;
  }
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li {
    display: block;
    float: left;
  }
}
.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
    display: block;
    color: #25476a;
    z-index: 2;
}
@media (min-width: 768px) {
    .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
        display: none;
    }
}

.responsive-tabs.nav-tabs.open > li {
    display: block;
}
.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom {
    display: none;
}

.responsive-tabs.nav-tabs.open > li a {
  border-radius: 0;
}

.full-width {
    width: 100%;
}

.full-width-imp {
    width: 100% !important;
}
.lobipanel .panel-heading .dropdown .dropdown-menu {
    margin-top: -5px;
}
.bottom-warning {
    border-bottom: 4px solid #f8ac59;
}

.bottom-info {
    border-bottom: 4px solid #1c84c6;
}

.bottom-danger {
    border-bottom: 4px solid #ed5565;
}

.bottom-success {
    border-bottom: 4px solid #40d500;
}

.bottom-none {
    border-bottom: 4px solid #DFE4ED;
}

.bottom-dull {
    border-bottom: 4px solid #585858;
}
.bottom-yellow {
    border-bottom: 4px solid #FFFF00;

}
.bottom-mint {
    border-bottom: 4px solid #29b2a6;
}
.bottom-lavender {
    border-bottom: 4px solid #CC99CC;
}
.bottom-raspberry {
    border-bottom: 4px solid #872657;
}
.bg-mint {
    background-color: #29b2a6;
}

.bg-dull {
    background-color: #C0C0C0;
}
.bg-yellow {
    background-color: #FFFF00;

}
.bg-lavender {
    background-color: #e4b5e3;
}
.bg-raspberry {
    background-color: #872657;
}
.left-warning {
    border-left: 4px solid #f8ac59;
}

.left-info {
    border-left: 4px solid #1c84c6;
}

.left-danger {
    border-left: 4px solid #ed5565;
}

.left-success {
    border-left: 4px solid #40d500;
}

.left-none {
    border-left: 4px solid #DFE4ED;
}

.font-bold {
    font-weight: 600;
}

.font-normal {
    font-weight: 400;
}

.text-uppercase {
    text-transform: uppercase;
}

.font-italic {
    font-style: italic;
}

.status {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
}

.inline {
    display: inline-block !important;
}

.overflow-hidden {
    overflow: hidden;
}

.page-heading {
    padding: 0px 20px;
}
    .page-heading a {
        color: #cfd3d5;
    }
    .select2-container {
        z-index: 1000;
    }
    .condition-box {
        width: 20px;
        height: 20px;
        display: inline-block;
    }
.page-heading {
    color: #FFF;
}
.page-heading hr {
    border-color: rgba(255, 255, 255, 0.4);
}
.text-successdark {
    color: #3b5c14;
}
.text-dangerdark {
    color: #751009;
}

.panel-control .nav-tabs > li {
    /*height: 90% !important;*/
    margin-top: 0px !important;
    font-size: 1.15em !important;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 6px 10px;
    pointer-events: none;
}

.left-addon .glyphicon {
    left: 0px;
}
.glyphicon.fa {
    font-family: "FontAwesome";
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.lobipanel > .panel-heading .dropdown .dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
@media screen and (max-width: 768px) {
    .lobipanel > .panel-heading .dropdown .dropdown-submenu .dropdown-menu {
        right: 100% !important;
        left: auto;
        top: 0px;
    }
}
@media screen and (min-width: 768px) {
    .lobipanel > .panel-heading .dropdown .dropdown-submenu .caret{
        display: none;
    }
    .lobipanel .panel-heading .dropdown .dropdown-submenu .dropdown-menu > li {
        display: list-item;
    }
        .lobipanel .panel-heading .dropdown .dropdown-submenu .dropdown-menu > li > a:focus:hover,
        .lobipanel .panel-heading .dropdown .dropdown-submenu .dropdown-menu > li > a:hover {
            background-color: transparent;
            text-shadow: none;
        }
        .lobipanel .panel-heading .dropdown .dropdown-submenu .dropdown-menu > li:focus:hover,
        .lobipanel .panel-heading .dropdown .dropdown-submenu .dropdown-menu > li:hover {
            background-color: rgba(0,0,0,.15);
        }
    .lobipanel .panel-heading .dropdown .dropdown-submenu .dropdown-toggle {
        display: block;
    }
}
.lobipanel.panel-expanded {
    overflow-y: auto;
    overflow-x:hidden;
}


.thing {
    background: url(/images/Things/Thing.png);
    height: 100%;
    width: 100%;
    background-size: contain;
    padding: 2px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}
.thing-spotlight_comp-red {
    background: url(/images/Things/CompRed.png) no-repeat center;
    background-size: contain;
}

.thing-spotlight_comp-green {
    background: url(/images/Things/CompGreen.png) no-repeat center;
    background-size: contain;
}

.thing-spotlight_comp-yellow {
    background: url(/images/Things/CompYellow.png) no-repeat center;
    background-size: contain;
}

.thing-spotlight_comp-gray {
    background: url(/images/Things/CompGray.png) no-repeat center;
    background-size: contain;
}


.thing-cpi-red {
    background: url(/images/Things/CPIRed.png) no-repeat center;
    background-size: contain;
}

.thing-cpi-green {
    background: url(/images/Things/CPIGreen.png) no-repeat center;
    background-size: contain;
}

.thing-cpi-yellow {
    background: url(/images/Things/CPIYellow.png) no-repeat center;
    background-size: contain;
}

.thing-cpi-gray {
    background: url(/images/Things/CPIGray.png) no-repeat center;
    background-size: contain;
}


.thing-hse-red {
    background: url(/images/Things/HSERed.png) no-repeat center;
    background-size: contain;
}

.thing-hse-green {
    background: url(/images/Things/HSEGreen.png) no-repeat center;
    background-size: contain;
}

.thing-hse-yellow {
    background: url(/images/Things/HSEYellow.png) no-repeat center;
    background-size: contain;
}

.thing-hse-gray {
    background: url(/images/Things/HSEGray.png) no-repeat center;
    background-size: contain;
}

.thing-engine-red {
    background: url(/images/Things/EngineRed.png) no-repeat center;
    background-size: contain;
}

.thing-engine-green {
    background: url(/images/Things/EngineGreen.png) no-repeat center;
    background-size: contain;
}

.thing-engine-yellow {
    background: url(/images/Things/EngineYellow.png) no-repeat center;
    background-size: contain;
}
.thing-rig-red {
    background: url(/images/Things/RigRed.png) no-repeat center;
    background-size: contain;
}

.thing-rig-green {
    background: url(/images/Things/RigGreen.png) no-repeat center;
    background-size: contain;
}

.thing-rig-yellow {
    background: url(/images/Things/RigYellow.png) no-repeat center;
    background-size: contain;
}


.panel-primary .panel-heading .dropdown-submenu li {
    color: #25476a;
}



.circle-menu-item,
.circle-menu-open-button {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    left: 0px;
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    line-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.circle-menu-open {
    display: none;
}

.lines {
    width: 25px;
    height: 3px;
    background: #596778;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
    display: none;
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.line-2 {
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.line-3 {
    display: none;
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}
.circle-menu-open:checked + .thing{
    background: #EEEEEE !important;
}
.circle-menu-open:checked + .circle-menu-open-button .line-1 {
    display: block;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.circle-menu-open:checked + .circle-menu-open-button .line-2 {
    display: block;
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.circle-menu-open:checked + .circle-menu-open-button .line-3 {
    display: block;
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.circle-menu {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}


/* .circle-menu-item {
   transition: all 0.1s ease 0s;
} */



.circle-menu-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.circle-menu-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.circle-menu-item:nth-child(5) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.circle-menu-item:nth-child(6) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.circle-menu-item:nth-child(7) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.circle-menu-item:nth-child(8) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.circle-menu-item:nth-child(9) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.circle-menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

    .circle-menu-open-button:hover {
        -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }

.circle-menu-open:checked + .circle-menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.circle-menu-open:checked ~ .circle-menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

    .circle-menu-open:checked ~ .circle-menu-item:nth-child(3) {
        transition-duration: 180ms;
        -webkit-transition-duration: 180ms;
        -webkit-transform: translate3d(0.041361px, -52.5px, 0);
        transform: translate3d(0.04121px, -52.5px, 0);
    }

    .circle-menu-open:checked ~ .circle-menu-item:nth-child(4) {
        transition-duration: 280ms;
        -webkit-transition-duration: 280ms;
        -webkit-transform: translate3d(45.4766px, -26.23586px, 0);
        transform: translate3d(45.4766px, -26.23586px, 0);
    }

    .circle-menu-open:checked ~ .circle-menu-item:nth-child(5) {
        transition-duration: 380ms;
        -webkit-transition-duration: 380ms;
        -webkit-transform: translate3d(45.4766px, 26.23586px, 0);
        transform: translate3d(45.4766px, 26.23586px, 0);
    }

    .circle-menu-open:checked ~ .circle-menu-item:nth-child(6) {
        transition-duration: 480ms;
        -webkit-transition-duration: 480ms;
        -webkit-transform: translate3d(0.04261px, 52.5px, 0);
        transform: translate3d(0.04261px, 52.5px, 0);
    }

    .circle-menu-open:checked ~ .circle-menu-item:nth-child(7) {
        transition-duration: 580ms;
        -webkit-transition-duration: 580ms;
        -webkit-transform: translate3d(-45.43291px, 26.31064px, 0);
        transform: translate3d(-45.43291px, 26.31064px, 0);
    }

    .circle-menu-open:checked ~ .circle-menu-item:nth-child(8) {
        transition-duration: 680ms;
        -webkit-transition-duration: 680ms;
        -webkit-transform: translate3d(-45.43291pxpx, -26.16095px, 0);
        transform: translate3d(-45.43291pxpx, -26.16095px, 0);
    }

    .circle-menu-open:checked ~ .circle-menu-item:nth-child(9) {
        transition-duration: 780ms;
        -webkit-transition-duration: 780ms;
        -webkit-transform: translate3d(-0.12584px, -52.5px, 0);
        transform: translate3d(-0.12584px, -52.5px, 0);
    }

.circle-menu-blue {
    background-color: #03a9f4 !important;
    color: #EEE !important;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .circle-menu-blue:hover {
        color: #03a9f4 !important;
        text-shadow: none;
    }

.circle-menu-green {
    background-color: #8bc34a !important;
    color: #EEE !important;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .circle-menu-green:hover {
        color: #8bc34a !important;
        text-shadow: none;
    }

.circle-menu-red {
    background-color: #f44336 !important;
    color: #EEE !important;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .circle-menu-red:hover {
        color: #f44336 !important;
        text-shadow: none;
    }

.circle-menu-yellow {
    background-color: #ffb300 !important;
    color: #EEE !important;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .circle-menu-yellow:hover {
        color: #ffb300 !important;
        text-shadow: none;
    }

.circle-menu-orange {
    background-color: #FC913A !important;
    color: #EEE !important;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .circle-menu-orange:hover {
        color: #FC913A !important;
        text-shadow: none;
    }

.circle-menu-lightblue {
    background-color: #62C2E4 !important;
    color: #EEE !important;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .circle-menu-lightblue:hover {
        color: #62C2E4 !important;
        text-shadow: none;
    }
.circle-menu-item:hover {
    background: #EEEEEE !important;
    color: #3290B1;
}

.circle-menu-item i {
    line-height: 2em;
}

.panel-small {
    height: 290px;
}
.panel-medium {
    height: 363px;
}
.panel-expanded .panel-small {
    height: 100%;
}

.panel-expanded .panel-medium {
    height: 100%;
}
.panel-expanded .panel-scroll {
    height: 90%;
}

.full-height-imp {
    height: 100% !important;
}

.full-height {
    height: 100%;
}
.full-height-90 {
    height: 90%;
}

.text-green {
    color: green !important;
}

.text-red {
    color: red !important;
}

.panel-expanded .select2-container {
    z-index: 10004;
}
.dropdown-menu {
    cursor: pointer;
}
@media (max-width:480px) {

    .wz-step-title {
        display: none;
    }

}
@media (min-width:480px) {

    .wz-heading .progress {
        top: 45%;
    }
}
label {
    font-weight: 600;
}
.active .wz-step-title {
    color: #000;
    font-weight: bold;
}
.gm-style {
    font-size:14px !important;
}
.error {
    color: #CC0000;
}
input .error {
    border: 1px solid #CC0000;
    color:#555;
}
.panel {
    background-color:#FFF;
}
.aside-container {
    z-index: 4000;
}
.tour-open #mainnav-container {
    z-index: 10;
}
.tour-open #navbar {
    z-index: 10;
}
#mainnav-container.tour-step-backdrop {
    z-index: 1102 !important;
}
.db-btn {
    min-width: 80px;
    margin-bottom: 15px;
    max-width: 120px;
}
.alert-dark {
    border-bottom: 1px solid #AA31373e;
}
.circle {
    width: 80px;
    position: absolute;
    height: 80px;
    left: -moz-calc(60% - 100px);
    left: -webkit-calc(50% - 80px);
    left: -o-calc(50% - 80px);
    left: calc(48% - 80px);
    top: 1px;
    color: white;
    background-color: white;
    border-radius: 50%;
    width: 80px;
}
@supports (-ms-ime-align: auto) {
    .panel-title {
        text-overflow: clip;
    }
}
.hide-normal {
    display: none;
}
.panel-expanded .hide-normal {
    display: block;
}
div.dataTables_wrapper, div.dataTables_info {
    white-space: normal !important;
}

@media (max-width:992px) {
    
    .carousel-indicators {
        bottom: -40px !important;
    }
}



/*angular loader style*/

.div-loading-ng {
    position: fixed;
    z-index: 15000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



    /* Transparent Overlay */
    .div-loading-ng:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.5);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .div-loading-ng:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .div-loading-ng:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 100px;
            height: 100px;
            margin-top: -50px;
            margin-left: -50px;
            background: url('../../images/loader.png?v=1.0');
            border-radius: 0.5em;
            background-size: cover; /* <------ */
            background-repeat: no-repeat;
            background-position: center center; /* optional, center the image */
        }

.div-loading-inner-ng {
    width: 100px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    /* display: none; */
    margin-left: -50px;
    margin-top: -50px;
    background: url('../../images/loader-inner.png?v=1.0');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; /* optional, center the image */
}

.div-loading-mid-ng {
    width: 100px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    /* display: none; */
    margin-left: -50px;
    margin-top: -50px;
    background: url('../../images/loader-mid.png?v=1.0');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; /* optional, center the image */
    -webkit-animation: spinner 4000ms infinite linear;
    -moz-animation: spinner 4000ms infinite linear;
    -ms-animation: spinner 4000ms infinite linear;
    -o-animation: spinner 4000ms infinite linear;
    animation: spinner 4000ms infinite linear;
}

/*.hs-bg {
    background: url('../../images/homescreenbg.jpeg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }*/

/*.loader-ng {
    background-image: url('../../images/loader.png?v=1.0');
    border-radius: 50%;
    width: 130px;
    height: 130px;
    animation: spinner 2s linear infinite;
}*/
