﻿
.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}

div.header-logo img#mainstreet-header-logo:hover {
    cursor: pointer;
}

.link-pointer:hover {
    cursor: pointer;
}
.link-pointer {
    cursor: default;
}


@media print {
    .no-print {
        display:none;
    }
}

/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/* Sidebar Menu
   
     body {
    overflow-x: hidden;
 }

/* Toggle Styles */

div.status-image-preview img {
    max-width: 600px;
}

div.status-image-preview {
    width: fit-content;
}

select.pulse-blue-5,
div.pulse-blue-5,
label.pulse-blue-5,
input.pulse-blue-5 {
    -webkit-animation-name: glow-blue;
    -webkit-animation-duration: 800ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 10;
    -webkit-animation-direction: alternate;
    animation-name: glow-blue;
    animation-duration: 800ms;
    animation-timing-function: ease-out;
    animation-iteration-count: 10;
    animation-direction: alternate;
    /*animation: glow-blue 800ms ease-out 10 alternate*/
    outline: none;
}

.alpha-numeric-only,
.numeric-only{
    
}

select.pulse-red-5,
input.pulse-red-5 {
    -webkit-animation-name: glow-red;
    -webkit-animation-duration: 800ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 10;
    -webkit-animation-direction: alternate;
    animation-name: glow-red;
    animation-duration: 800ms;
    animation-timing-function: ease-out;
    animation-iteration-count: 10;
    animation-direction: alternate;
    /*animation: glow-blue 800ms ease-out 10 alternate*/
    outline: none;
}

select.pulse-wide-blue-5,
div.pulse-wide-blue-5,
label.pulse-wide-blue-5,
input.pulse-wide-blue-5 {
    -webkit-animation-name: glow-blue-wide;
    -webkit-animation-duration: 800ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 10;
    -webkit-animation-direction: alternate;
    animation-name: glow-blue-wide;
    animation-duration: 800ms;
    animation-timing-function: ease-out;
    animation-iteration-count: 10;
    animation-direction: alternate;
    /*animation: glow-blue 800ms ease-out 10 alternate*/
    outline: none;
}

select.pulse-wide-red-5,
input.pulse-wide-red-5 {
    -webkit-animation-name: glow-red-wide;
    -webkit-animation-duration: 800ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 10;
    -webkit-animation-direction: alternate;
    animation-name: glow-red-wide;
    animation-duration: 800ms;
    animation-timing-function: ease-out;
    animation-iteration-count: 10;
    animation-direction: alternate;
    /*animation: glow-blue 800ms ease-out 10 alternate*/
    outline: none;
}

select.pulse-blue, 
input.pulse-blue {
    -webkit-animation-name: glow-blue;
    -webkit-animation-duration: 800ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: glow-blue;
    animation-duration: 800ms;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /*animation: glow-blue 800ms ease-out 10 alternate*/
    outline: none;
}

select.pulse-red,
input.pulse-red,
label.pulse-red,
img.pulse-red,
p.pulse-red
{
    -webkit-animation-name: glow-red;
    -webkit-animation-duration: 800ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: glow-red;
    animation-duration: 800ms;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /*animation: glow-blue 800ms ease-out 10 alternate*/
    outline: none;
}

div.pulse-red {
    -webkit-animation-name: glow-red-wide;
    -webkit-animation-duration: 800ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: glow-red-wide;
    animation-duration: 800ms;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /*animation: glow-blue 800ms ease-out 10 alternate*/
    outline: none;
}

div.glowSelectedItem {
    box-shadow: 0 0 20px rgba(0,255,0,.6);
    background: rgba(90,143,90, 0.1);
    /*animation: glow-blue 800ms ease-out 10 alternate*/
    outline: none;
}


img.pulse-yellow-wide {
    -webkit-animation-name: glow-yellow-wide;
    -webkit-animation-duration: 800ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: glow-yellow-wide;
    animation-duration: 800ms;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /*animation: glow-blue 800ms ease-out 10 alternate*/
    outline: none;
}

select.pulse-on-focus-red:focus, 
input.pulse-on-focus-red:focus {
    -webkit-animation-name: glow-red;
    -webkit-animation-duration: 800ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: glow-red;
    animation-duration: 800ms;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /*animation: glow-blue 800ms ease-out 10 alternate*/
    outline: none;
}

select.pulse-on-focus-blue:focus, 
input.pulse-on-focus-blue:focus {
    -webkit-animation-name: glow-blue;
    -webkit-animation-duration: 800ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: glow-blue;
    animation-duration: 800ms;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /*animation: glow-blue 800ms ease-out 10 alternate*/
    outline: none;
}

select.pulse-on-focus:focus,
input.pulse-on-focus:focus {
    -webkit-animation-name: glow-red;
    -webkit-animation-duration: 800ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: glow-red;
    animation-duration: 800ms;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /*animation: glow-blue 800ms ease-out 10 alternate*/
    outline: none;
}



@keyframes glow-yellow-wide {
    0% {
        box-shadow: 0 0 20px rgba(255,255,0,.2);
    }

    100% {
        box-shadow: 0 0 150px rgba(255,255,0,.8);
    }
}

@keyframes glow-red-wide {
    0% {
        box-shadow: 0 0 20px rgba(255,0,0,.2);
    }

    100% {
        box-shadow: 0 0 150px rgba(255,0,0,.8);
    }
}

@keyframes glow-red {
    0% {
        box-shadow: 0 0 5px rgba(255,0,0,.2);
    }

    100% {
        box-shadow: 0 0 20px rgba(255,0,0,.8);
    }
}

@keyframes glow-blue {
    0% {
        box-shadow: 0 0 5px rgba(40,98,142,.2);
    }

    100% {
        box-shadow: 0 0 20px rgba(40,98,142,.8);
    }
}

@keyframes glow-red-wide{
    0% {
        box-shadow: 0 0 5px rgba(255,0,0,.2);
    }

    100% {
        box-shadow: 0 0 50px rgba(255,0,0,.8);
    }
}

@keyframes glow-blue-wide {
    0% {
        box-shadow: 0 0 5px rgba(40,98,142,.2);
    }

    100% {
        box-shadow: 0 0 50px rgba(40,98,142,.8);
    }
}




#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

    #wrapper.toggled {
        padding-left: 200px;
    }

#sidebar-wrapper {
    margin-top: 40px;
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 565px;
    margin-left: -250px;
    /*overflow-y: hidden;*/
    background-color: #F8F8F8 !Important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 25px;
    border-style: solid;
    border-color: #E7E7E7;
    border-width: 2px;
    min-height: 500px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 10px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    right: 7px;
    width: 210px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #F8F8F8 !Important;
}

.menutitle {
    padding-left: 25px;
}

#wrapper.toggled #sidebar-wrapper > ul{
    right: 26px;
}

#wrapper #sidebar-wrapper > ul li #myprofile {
        margin-left: 14px;
    }

#wrapper.toggled #sidebar-wrapper > ul li #myprofile {
        margin-left: 19px;
        width: 210px;
    }

#wrapper.toggled #sidebar-wrapper > ul li #hamburger {
    width: 18px;
    height: 14px;
    padding-right: 21px;
}

#wrapper.toggled #profilepulse {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 199px;
    z-index: 9999;
}

#wrapper #profilepulse {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: 49px;
    left: 29px;
    z-index: 9999;
}




    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #28628e;
			position:relative;
			z-index:10000;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                /*color: #f8f8f8;
                background: #312A25;*/
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 45px;
        font-size: 18px;
        line-height: 60px;
        
    }

#wrapper #sidebar-wrapper > ul > li.sidebar-brand {
    width: 200px;
}

#wrapper.toggled #sidebar-wrapper > ul > li.sidebar-brand {
    width: 210px;
}


.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

            .sidebar-nav > .sidebar-brand a:hover {
                /*color: #333333;*/
                background: none;
            }

@media(min-width:768px) {
    #wrapper {
        padding-left: 220px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 40px;
    }

    #wrapper.toggled span {
        visibility: hidden;
    }

    #wrapper.toggled i {
        float: right;
        padding-right: 5px;
    }

    #wrapper.toggled img {
        float: right;

    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


@media(max-width:414px) {

    #wrapper.toggled #page-content-wrapper {
        position: absolute;
        margin-right: 60px;
    }

    #wrapper.toggled {
        padding-right: 60px;
    }

    #wrapper {
        padding-left: 20px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 50px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 140px;
    }

    #wrapper.toggled span {
        visibility: visible;
        position: relative;
        left: 70px;
        bottom: 13px;
    }

    #wrapper span {
        visibility: hidden;
    }

    #wrapper.toggled i {
        float: right;
        padding-right: 5px;
    }

    #wrapper.toggled img {
        float: right;
    }

    #wrapper i {
        float: right;
        padding-right: 5px;
    }

    #wrapper img {
        float: right;
    }

    #page-content-wrapper {
        padding: 5px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/* Style the links inside the sidenav */
#mySidenav a {
    position: absolute; /* Position them relative to the browser window */
    left: -80px; /* Position them outside of the screen */
    transition: 0.3s; /* Add transition on hover */
    /*padding: 15px;*/ /* 15px padding */
    width: 117px; /* Set a specific width */
    text-decoration: none; /* Remove underline */
    font-size: 12px; /* Increase font size */
    color: white; /* White text color */
    border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}

    #mySidenav a:hover {
        left: 0; /* On mouse-over, make the elements appear as they should */
    }


#tooltips {
    top: 42px;
    background-color: #f44336; /* Red */
}


.ringaroundprofile {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 199px;
    z-index: 9999;
}

.ringaroundprofiletoggled {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: 49px;
    left: 29px;
    z-index: 9999;
}
