/* ------------------------------- PHONE DEFAULT ------------------------------- */
/*#region EVO specific */

.strobing-div {
    animation: strobe 3s infinite;
}

@keyframes strobe {
    0% {
        background-color: red;
    }

    50% {
        background-color: darkred;
    }

    100% {
        background-color: red;
    }
}

.evo-serviceitem-atfacility {
    background-color: darkred;
    color: #eee;
    border-radius: 5px;
    margin: 10px 0;
    padding: 0 5px;
    font-size: 14px;
    height: 25px;
    text-align: center;
}
.evo-serviceitem-atfacilityforquote {
    display: inline-block;
    background-color: darkred;
    color: #eee;
    border-radius: 5px;
    margin: 10px 0;
    padding: 0 5px;
    font-size: 14px;
    height: 25px;
    text-align: center;
    float: left;
}

.evo-badge {
    border-radius: 15px;
    background-color: gray;
    padding: 0 7px;
    color: #eee;
}

.evo-container {
    margin: 0 5px !important;
    background: #eee;
    padding: 0 0 10px 0 !important;
    border-radius: 6px;
    font-size: 14px;
}

.evo-containerpage {
    margin: 48px 0 !important;
    background: #bbb;
    padding: 5px !important;
    border-radius: 6px;
    min-height: 500px !important;
}

.evo-div-top{
    vertical-align:top;
    display:inline-block;
}

.evo-header {
    margin: 0;
    padding: 2px 0 2px 5px;
    border: 1px solid;
    border-radius: 6px;
    font-weight: 500;
}

    .evo-header.dark {
        background-color: #011a32;
        border: 1px solid #011a32;
        color: #fff;
    }

    .evo-header.light {
        background-color: lightblue;
        border: 1px solid lightblue;
        color: #000;
    }

.evo-content {
    margin: 2px;
    padding: 2px 3px 2px 3px;
    font-weight: 400;
}

    .evo-content.medium {
        font-size: medium;
    }

.evo-edithours {
    width:100%;
    display:inline-block;
    background-color: lightblue;
    border: 1px solid lightblue;
    padding: 5px;
    border-radius: 8px;
    margin:5px 0 5px 0;
}

.evo-label {
    font-weight:bold;
}
.evo-label.dark {
    color:#333;
}

.evo-formcontrol {
    border-radius: 6px;
    padding: 2px;
}
.evo-formcontrol-textbox{
    width: 225px;
    border-radius: 6px;
    padding: 0 0 0 4px;
}

.evo-newasset-label{
    width:120px;
    display:inline-block;
}
.evo-required{
    color:red;
}
.evo-form-company {
    width: 100%;
}

.evo-customercard {
    margin: 1px 1px 0 2px;
    padding: 5px;
    border-radius: 6px;
    border: #bbb 1px solid;
}

.evo-cardcustomerslim {
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    margin: 0 !important;
    font-size: small;
    padding: 3px 3px 3px 3px !important;
}

.evo-company-td {
    padding: 3px !important;
}

.evo-backgroundlight {
    background-color: #eee;
}

.evo-backgrounddark {
    background-color: #ddd;
}

.evo-hr-dashed {
    border: none !important;
    border-top: 1px dashed rgba(132, 132, 132, .75) !important;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
}

.evo-hr-notes {
    border: none !important;
    border-top: 1px dashed rgba(132, 132, 132, .75) !important;
    color: #777;
    height: 1px;
    width: 100%;
    margin: 0;
    padding:5px 0px;
}

.evo-icon {
    margin: 3px 3px 0 3px !important;
}

/*#region Navigation Related */

.evo-topnav {
    margin-bottom: 45px;
}

.evo-snap-drawer {
    background-color: white !important;
    padding-top: 20px !important;
    width: 200px;
}

.evo-snap-drawer-tech {
    padding-top: 5px !important;
    width: 200px;
}

.evo-nav {
    background-color: #011a32;
    color: black;
    padding: 0 7px;
}

.evo-nav-logo {
    padding: 5px 8px;
    float: left;
}

    .evo-nav-logo .logo {
        height: 40px;
    }

.evo-nav-text {
    float: right;
    position: relative;
    text-align: left;
    color: #eeeeee;
    padding: 12px 15px 0 0;
    line-height: none;
}

    .evo-nav-text > .child {
        position: relative;
        font-size: 13px;
    }

.evo-nav-settings {
    float: right;
    position: relative;
    text-align: left;
    color: #eeeeee;
    padding: 12px 5px 0 0;
    line-height: none;
}


/*#endregion */
.evo-highlightrecord {
    background-color: lightyellow !important;
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}
.evo-highlightrecordhover:hover {
    background-color: lightgray !important;
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}
.evo-recordedited {
    background-color: lightcoral !important;
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

.evo-user-label {
    font-weight: bold;
    padding: 0 10px 0 0;
}

.evo-table-login {
    /*width: 550px;*/
}

    .evo-table-login td {
        padding: 5px;
    }

.evo-table-status {
    width: 800px;
    border: 1px solid #ccc;
}

.evo-table-status-row {
    border: 1px solid #ccc;
}

    .evo-table-status-row td {
        padding: 5px;
    }

.evo-colorpicker {
    float: left;
    border: 1px solid #ccc;
    height: 22px;
    width: 30px;
    margin: 0 10px 0 0;
}

.evo-image-upload-thumbail{
    border-radius: 5px;
    max-height: 100px;
    max-width: 100%;
}
.evo-image-upload-delete{
    position:absolute;
    top:5px;
    left:5px;
    font-size: 1.8em;
    opacity: .65;
}
.evo-serviceitem-asset{
    width:100%;
    background-color: darkgray;
    color: #444;
    font-weight: bold;
    font-size: medium;
    padding: 2px;
}
.evo-serviceitem-number{
    text-align:center;
}

.evo-quote-body-inapp {
    background-color:white !important;
    padding:20px;
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    z-index: 1000000;
    width: 100%;
}
.evo-invoice-total {
    /*width: 250px;*/
    display: inline-block;
    float: right;
    border-width: 2px;
    padding-bottom: 25px;
    font-family: sans-serif;
    font-size: 16px;
    color: #333;
}
.evo-invoice-page{
    page-break-after: always;
    page-break-inside: avoid;
}
.evo-quote-body {
    background-color:white !important;
    padding:20px;
}
.evo-quote-headerbox {
    /*width: 200px;*/
    display: inline-block;
    float: right;
    /*border-style: solid;
    border-color: gray;*/
    border-width: 2px;
    /*padding: 25px;*/
    margin-top: 75px;
    font-family: sans-serif;
    font-size: 30px;
    color: gray;
}
.evo-quote-datebox {
    width: 200px;
    display: inline-block;
    float: right;
    font-family: sans-serif;
    font-size: 12px;
    color: gray;
    margin: 20px 0;
}
.evo-quote-quotenumber {
    border-style: solid;
    border-color: black;
    border-width: 1px;
}
.evo-quote-address {
    font-family: sans-serif;
    font-size: 14px;
    color: #222;
}
.evo-quote-block {
    font-family: sans-serif;
    font-size: 14px;
    padding: 3px;
}
.evo-quote-block.title {
    background-color: black;
    color: #eee;
    text-transform: uppercase;
}
.evo-quote-table {
    font-family: sans-serif;
    font-size: 14px;
    padding: 3px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}
    .evo-quote-table th {
        background-color: black;
        padding: 3px;
        color: #eee;
        text-transform: uppercase;
    }
    .evo-quote-table td {
        padding: 3px;
    }

.evo-quote-attachment-img {
    max-width: 350px;
    max-height: 350px;
    margin: 35px 15px 0 0;
    border-radius: 10px;
}
.evo-quote-asset-header {
    font-family: sans-serif;
    font-size: 14px;
    padding: 3px;
    background-color: Gray;
    color: black;
}


.evo-login-invalid {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.evo-selected-workorder {
    background-color: #63b4cf;
    border: #777;
    border-style: solid;
    border-width: 1px;
    font-weight: 700;
}
.evo-tripcharge {
    padding: 6px;
    border-radius: 9px;
    background-color: #ddd;
    margin: 8px 0;
    width: 350px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/*#region Tech Navigation */

/* remove outer padding */
.main .row {
    padding: 0px;
    margin: 0px;
}

/*Remove rounded coners*/

nav.sidebar.navbar {
    border-radius: 0px;
}

nav.sidebar, .main {
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

/* Add gap to nav and right windows.*/
.main {
    padding: 10px 10px 0 10px;
}

/* .....NavBar: Icon only with coloring/layout.....*/

/*small/medium side display*/
@media (min-width: 768px) {

    /*Allow main to be next to Nav*/
    .main {
        position: absolute;
        width: calc(100% - 40px); /*keeps 100% minus nav size*/
        margin-left: 40px;
        float: right;
    }

    /*lets nav bar to be showed on mouseover*/
    nav.sidebar:hover + .main {
        margin-left: 200px;
    }

    /*Center Brand*/
    nav.sidebar.navbar.sidebar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
    /*Center Brand*/
    nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    /*Center Icons*/
    nav.sidebar a {
        padding-right: 13px;
    }

    /*adds border top to first nav box */
    nav.sidebar .navbar-nav > li:first-child {
        border-top: 1px #e5e5e5 solid;
    }

    /*adds border to bottom nav boxes*/
    nav.sidebar .navbar-nav > li {
        border-bottom: 1px #e5e5e5 solid;
    }

    /* Colors/style dropdown box*/
    nav.sidebar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*allows nav box to use 100% width*/
    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
        padding: 0 0px 0 0px;
    }

    /*colors dropdown box text */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    /*gives sidebar width/height*/
    nav.sidebar {
        width: 200px;
        height: 100%;
        margin-left: -160px;
        float: left;
        z-index: 8000;
        margin-bottom: 0px;
    }

        /*give sidebar 100% width;*/
        nav.sidebar li {
            width: 100%;
        }

        /* Move nav to full on mouse over*/
        nav.sidebar:hover {
            margin-left: 0px;
        }
    /*for hiden things when navbar hidden*/
    .forAnimate {
        opacity: 0;
    }
}

/* .....NavBar: Fully showing nav bar..... */

@media (min-width: 1330px) {

    /*Allow main to be next to Nav*/
    .main {
        width: calc(100% - 200px); /*keeps 100% minus nav size*/
        margin-left: 200px;
    }

    /*Show all nav*/
    nav.sidebar {
        margin-left: 0px;
        float: left;
    }
        /*Show hidden items on nav*/
        nav.sidebar .forAnimate {
            opacity: 1;
        }
}

nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover, nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #CCC;
    background-color: transparent;
}

nav:hover .forAnimate {
    opacity: 1;
}

/*section {
    padding-left: 15px;
}*/


/*#endregion */

.evo-servicerequestcreate-item{
    width:155px;
    display:inline-block;
}
.evo-signoff-dialog {
    height: 100% !important;
    width: 100% !important;

    max-height: 95% !important;
    max-width: 95% !important;
}



/*#endregion */

/*#region Scheduler */

		.dhx_cal_event div.dhx_footer,
		.dhx_cal_event.past_event div.dhx_footer,
		.dhx_cal_event.event_english div.dhx_footer,
		.dhx_cal_event.event_math div.dhx_footer,
		.dhx_cal_event.event_science div.dhx_footer{
			background-color: transparent !important;
		}
		.dhx_cal_event .dhx_body{
			-webkit-transition: opacity 0.1s;
			transition: opacity 0.1s;
			opacity: 0.7;
		}
		.dhx_cal_event .dhx_title{
			line-height: 12px;
		}
		.dhx_cal_event_line:hover,
		.dhx_cal_event:hover .dhx_body,
		.dhx_cal_event.selected .dhx_body,
		.dhx_cal_event.dhx_cal_select_menu .dhx_body{
			opacity: 1;
		}

		.dhx_cal_event.event_math div, .dhx_cal_event_line.event_math{
			background-color: orange !important;
			border-color: #a36800 !important;
		}
		.dhx_cal_event_clear.event_math{
			color:orange !important;
		}

		.dhx_cal_event.event_science div, .dhx_cal_event_line.event_science{
			background-color: #36BD14 !important;
			border-color: #698490 !important;
		}
		.dhx_cal_event_clear.event_science{
			color:#36BD14 !important;
		}

		.dhx_cal_event.event_english div, .dhx_cal_event_line.event_english{
			background-color: #FC5BD5 !important;
			border-color: #839595 !important;
		}
		.dhx_cal_event_clear.event_english{
			color:#B82594 !important;
		}

        .dhx_cal_event_line {
            color: #555 !important;
            border-color: #555 !important;
            border-radius: 5px !important;        
        }

        .dhx_cal_event .dhx_title {
            color: #333 !important;
        }
        .dhx_cal_event .dhx_body, .dhx_cal_event .dhx_footer, .dhx_cal_event .dhx_header, .dhx_cal_event .dhx_title {
            color: #333 !important;
        }

/*#endregion */
/*#region Bootstrap / Overrides */
.container {
    width: 99% !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.nav-pills > li > div, 
.nav-pills > li {
    float: left !important;
}

    .nav-pills > li > div > a,
    .nav-pills > li > a {
        border-radius: 4px !important;
        color: #eee !important;
    }

    .nav-pills > li + li {
        margin-left: 2px !important;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > div > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > div > a:hover,
    .nav-pills > li.active > a:focus,
    .nav-pills > li.active > div > a:focus {
        color: black !important;
        background-color: gray !important;
    }

    .nav > li > div > a,
    .nav > li > a {
        padding: 5px 10px !important;
    }

    .nav > li > div > a:hover, .nav > li > div > a:focus,
    .nav > li > a:hover, .nav > li > a:focus {
        color: black !important;
        background-color: lightblue !important;
        -webkit-transition: 0.25s linear all;
        transition: 0.25s linear all;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: lightblue;
        -webkit-transition: 0.25s linear all;
        transition: 0.25s linear all;
    }

.containerTableStyle {
    width: auto !important;
    height: auto !important;
}

.md-dialog-container {
    z-index: 1000000;
}

.ajs-close{
    float:right;
}

/*#endregion */


/*#region Widget */


.evo-widget {
    margin-top: 10px;
    margin-bottom: 20px;
    background: #fff;
    padding: 0 !important;
}

    .evo-widget .evo-widget-head {
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        color: #777;
        font-size: 14px;
        padding: 3px 5px;
    }

    /* Widget colors */
    .evo-widget.wred .evo-widget-head {
        background-color: #fa3031;
        border: 1px solid #fa3031;
        color: #fff;
    }
    .evo-widget.wlightblue .evo-widget-head {
        background-color: #52b9e9;
        border: 1px solid #52b9e9;
        color: #fff;
    }


/*#endregion */


/*#region Other */

.cssFade {
    transition: 0.5s linear all;
    -webkit-transition: 0.5s linear all;
    opacity: 1;
}

    .cssFade.ng-hide {
        opacity: 0;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}




.my-show-hide-animation.ng-hide-add,
.my-show-hide-animation.ng-hide-remove {
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
    /* remember to add this */
    display: block !important;
    opacity: 1;
}

.my-show-hide-animation.ng-hide {
    opacity: 0;
}


.ng-hide-add, .ng-hide-remove {
    /* ensure visibility during the transition */
    display: block !important; /* yes, important */
}

body {
    background-color: gray !important;
    font-family: "Roboto" !important;
    font-size: 16px;
}



div.enlarge {
    list-style-type: none; /*remove the bullet point*/
    margin-left: 0;
}

    div.enlarge li {
        display: inline-block; /*places the images in a line*/
        position: relative;
        z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
        margin: 10px 40px 0 20px;
    }

    div.enlarge img {
        background-color: #eae9d4;
        padding: 6px;
        -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
        -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
        box-shadow: 0 0 6px rgba(132, 132, 132, .75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    div.enlarge span {
        position: absolute;
        left: -9999px;
        background-color: #eae9d4;
        padding: 10px;
        font-family: 'Droid Sans', sans-serif;
        font-size: .9em;
        text-align: center;
        color: #495a62;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
        -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
        box-shadow: 0 0 20px rgba(0,0,0, .75);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    div.enlarge li:hover {
        z-index: 50;
        cursor: pointer;
    }

    div.enlarge span img {
        padding: 2px;
        background: #ccc;
    }

    div.enlarge li:hover span {
        top: -50px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
        left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
    }

    div.enlarge li:hover:nth-child(2) span {
        left: -100px;
    }

    div.enlarge li:hover:nth-child(3) span {
        left: -200px;
    }
    /**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
    div.enlarge img, div.enlarge span {
        behavior: url(pie/PIE.htc);
    }

.nav-text {
    padding: 15px 10px 5px 0;
    font-size: medium;
    color: #EEEEEE;
}

.mini-box {
    min-height: 10px;
    padding: 25px;
    border-style: none;
    border-width: 1px;
    border-color: #DDDDDD;
    padding: 5px 0 0 0;
}




.snap-content {
    /*background-color: #EEEEEE;*/
    border-left: 1px solid #ccc;
}


.navbar-brand {
    padding: 10px 8px;
}

    .navbar-brand .logo {
        height: 25px;
    }

.navbar-header {
    box-shadow: 0 4px 5px #04519d;
}

.modal-dialog {
    width: 95%;
    margin: 5px 5px 5px 5px;
}

.fa-dark {
    color: #222 !important;
}


/*#endregion */


/*#region Loading Spinner */

.evo-loading {
    border-color: black;
    border-style: solid;
    border-width:1px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    z-index: 999;
}
    .evo-loading:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-animation: spinner 1500ms infinite linear;
        -moz-animation: spinner 1500ms infinite linear;
        -ms-animation: spinner 1500ms infinite linear;
        -o-animation: spinner 1500ms infinite linear;
        animation: spinner 1500ms infinite linear;
        border-radius: 0.5em;
        -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    }

.evo-loading-cover {
    /*border-color: black;
    border-style: solid;
    border-width:1px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fcfcfc;
    z-index: 998;
}
    .evo-loading-cover:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        position: absolute;
        left: 50%;
        top: 50%;
    }

/* 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);
    }
}

/*#endregion */

/* ----------------Material Design Related - overrides---------------- */
md-backdrop.md-select-backdrop {
    z-index:9998;
}
.md-select-menu-container {
        z-index: 9999;
}
.md-datepicker-calendar-pane{
        z-index: 9999;
}
.md-datepicker-button {
  display: none;
}
md-select.md-select-value{
    background-color: white !important;
    padding: 0 5px 5px 5px !important;
}
.md-select-value{
    background-color: white !important;
    padding: 0 5px 5px 5px !important;
}
.md-open-menu-container {
    z-index: 9999999;
}

/* --------------------------------- Larger Phones --------------------------------- */
@media only screen and (max-width : 740px) {
    .nav-office {
        visibility: hidden;
        display: none !important;
    }

    .nav-small {
        float:left;
        margin:0 !important;
    }

    .nav-small-nofloat {
        float:none !important;
        margin:0 !important;
    }

    .evo-nav {
        display: none !important;
    }

    .navbar-toggle {
        background-color: #04519D;
    }
}


/* --------------------------------- Larger Phones --------------------------------- */
@media only screen and (min-width : 480px) {
.navbar-brand .logo {
    height:30px;
}
.modal-dialog {
    width:95%;
    margin:15px 15px 15px 15px ;
}
.dg-responsive-grid{
    height:1200px;
}  
.dg-nav-dropdown{
    width:250px;
}  
.dg-nav-dropdown .select2{
    min-width:200px;
}

}

/* --------------------------------- TABLET CSS --------------------------------- */
@media only screen and (min-width: 768px) {
.dg-responsive-grid{
    height:1200px;
}  

.navbar-nav {
    float: none !important; 
}	
	
.modal-dialog {
    width:95%;
    margin:25px 25px 25px 25px ;
}
.mini-box {
    padding:8px;
}
	
.btn-icon-lg-alt {
  height: 35px;
  width: 35px;
  line-height: 35px;
}	
.btn-dg {
    padding-top:10px;
    font-size:17px;
}
.dg-nav-dropdown{
    width:350px;
}  
.dg-nav-dropdown .select2{
    min-width:300px;
}


    .evo-snap-drawer {
        display: none !important;
    }

    .evo-snap-drawer-tech {
        display: none !important;
    }
	
	
} /*end tablet*/

@media only screen and (max-width : 1100px) {
    .evo-nav-extra {
        display: none !important;
    }
}

    /* --------------------------------- DESKTOP CSS --------------------------------- */
    @media only screen and (min-width: 1025px) {

        .dgScrollAnchor {
        }

        .dg-responsive-grid {
            height: 1200px;
        }

        .modal-dialog {
            width: 95%;
            margin: 35px 35px 35px 35px;
        }

        .mini-box {
            padding: 15px;
        }

        .btn-icon-lg-alt {
            height: 50px;
            width: 50px;
            line-height: 50px;
        }

        .btn-dg {
            padding-top: 14px;
            font-size: 20px;
        }

        .dg-nav-dropdown {
            width: 450px;
        }

            .dg-nav-dropdown .select2 {
                min-width: 400px;
            }
    }
    /*end desktop*/