
body {
    position: relative;
}

.overview {
    font-size: 15px;
    color: #777;
}

    .overview h1 {
        font-size: 25px;
        margin: 0;
        margin-bottom: 5px;
    }

.upperCase {
    text-transform: uppercase;
}

.cursorDefault {
    cursor: default;
}

.font100 {
    font-weight: 100;
}

.status-icon {
    font-size: 35px;
    color: lightgreen;
    padding-top: 10px;
}

    .status-icon span {
        font-size: 25px;
        font-family: "Proxima Nova";
        padding-left: 15px;
    }

.linkColor, .linkColor:hover, a.linkColor:visited {
    color: #25a8e0 !important;
}

.tabs {
    margin-bottom: 20px;
}

.stickytabs .client_info p .dmcf {
    /*color: #37ca30;*/
    color: black;
    font-size: 35px;
    vertical-align: middle;
    margin-right: 5px;
}

.stickytabs .client_info h2 {
    font-size: 25px;
    margin: 0;
    margin-bottom: 5px;
}

/* style kendo datepicker larger to fit in with rest of controls*/

.k-datepicker .k-input, .k-datetimepicker .k-input {
    padding: 6px 12px 5px !important;
    height: 32px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.k-datepicker .k-picker-wrap, k-datetimepicker .k-picker-wrap {
    padding-right: 3em;
}

    .k-datepicker .k-picker-wrap .k-select, k-datetimepicker .k-picker-wrap .k-select {
        width: 3em;
    }

        .k-datepicker .k-picker-wrap .k-select .k-icon, k-datetimepicker .k-picker-wrap .k-select .k-icon {
            margin-top: 4px;
        }

/* style kendo dropdowns larger to fit in with rest of controls*/

.k-dropdown {
    width: 100%;
}

    .k-dropdown .k-dropdown-wrap {
        height: 32px;
    }

        .k-dropdown .k-dropdown-wrap .k-input {
            height: 2.3em;
            line-height: 2.3em;
            padding-left: 8px;
        }

        .k-dropdown .k-dropdown-wrap .k-select {
            min-height: 2.3em;
            line-height: 2.6em;
        }
            .k-dropdown .k-dropdown-wrap .k-select .k-icon {
                vertical-align: sub;
            }

.k-textbox {
    width: 100% !important;
    padding: 16px 8px !important;
}


.mybox {
    position: relative;
}

.top1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


.top2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mediumtext {
    font-size: 20px;
}

.bigtext {
    font-size: 25px;
}

.big-icon {
    display: block;
    font-size: 75px;
}

    .big-icon + h2 {
        margin-top: 5px;
    }

.console {
    font-family: Consolas, monaco, monospace;
}

.header .separator {
    margin: 0 15px 0 15px;
}

@media only screen and (min-width: 768px) {
    .header .search {
        width: 245px;
        display: inline-block;
    }
}

@media only screen and (min-width: 825px) {
    .header .separator {
        margin: 0 25px 0 25px;
    }
}

@media only screen and (min-width: 1000px) {
    .header .search {
        width: 425px;
    }
}

/* header styles*/

.headerUserboxHeight {
    height: 105px;
}

.headerProfileHeight {
    height: 80%;
}

.headerUserInformationStyle {
    color: red;
    font-size: 12px;
}

.leftHigh {
    border: none;
    background: none;
    outline: none;
    height: 100%;
}

.menuButtonSelected {
    vertical-align: middle;
    border-color: #292d34;
    background-color: #2D2F32;
    cursor: pointer;
    border: #292d34 thin solid;
    border-bottom: #40444D 2px solid;
    color: white;
    text-align: center;
    height: 44px;
    font-size: 16px;
    display: table;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: inset 0 -2px 0 #25A8E0;
}

    .menuButtonSelected span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        white-space: nowrap;
    }

.navBarClass {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #ABB4BE;
}

.menuOutBackground {
    background-color: #40444D;
    height: 44px;
}

.navFiltersClass {
    font-size: 14px;
}

    .navFiltersClass:hover {
    }


.fullHeight {
    height: 100%;
}

.fullWidth {
    width: 100%;
}

.buttonClass {
    vertical-align: middle;
    text-align: center;
    background-color: #25A8E0;
    color: white;
    height: 100%;
    width: 150px;
    display: table;
    height: 44px;
}



.bootstrapButtonColor,
.bootstrapButtonColor:focus {
    background-color: #25A8E0 !important;
    border-color: #25A8E0;
    color: white;
}


.bootstrapButtonColor:hover,
.bootstrapButtonColor:active  {
    background-color: #52BAE3;
    border-color: #52BAE3;
    color: white;
}


.navControlsShowHideClass {
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    vertical-align: middle;
}



.navMenuClass {
    border-color: #292d34;
    background-color: #292d34;
    cursor: pointer;
    text-align: center;
    border: 1px solid #40444D;
    border-bottom: 1px solid #40444D;
    vertical-align: middle;
    height: 44px;
    line-height: 21px;
    font-size: 16px;
    display: table;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: inset 0 -4px 0 #292d34;
}

    .navMenuClass span {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
        text-align: center;
    }

    .navMenuClass:hover {
        left: 0;
        background-color: #292d34;
        border-bottom: hsl(222, 9%, 41%) thin solid;
        color: white;
    }

@media (max-width: 767px) {
    .menuButtonSelected, .navMenuClass {
        width: 100%;
    }
}

.breadcrumbStyle {
    background-color: #75C8EC;
    height: 36px;
    font-size: 16px;
    color: #ABB4BE;
}

#showControl {
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0;
}

#hideControl {
    position: relative;
    display: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0;
}

#verticalSpaceGrid {
    display: none;
    height: 420px;
}

@media(min-width: 1024px) and (max-width: 1024px) {
    .fixed .navBarClass {
        margin-top: 0;
    }

    .navBarClass {
        margin-top: -22px;
    }
}

@media(min-width: 768px) and (max-width: 768px) {
    .fixed .navBarClass {
        margin-top: 0;
    }

    .navBarClass {
        margin-top: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .fixed .navBarClass {
        margin-top: -9px;
    }

    .navBarClass {
        margin: 0;
        margin-top: -18px;
    }

    .buttonClass {
        width: 100% !important;
    }

    .menuOutBackground {
        height: auto !important;
    }
}

@media only screen and (max-width: 375px) {
    .fixed .navBarClass,
    .navBarClass {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 360px) {
    .fixed .navBarClass,
    .navBarClass {
        margin-top: -18px;
    }
}


.barSpace {
    height: 66px;
}

.barSpaceAdvancedSearch {
    height: 10px;
}

.filterBackgroundColor {
    background-color: #292d34;
    color: white;
    border-color: #292d34;
}

.addSpace {
    height: 20px;
}

.gridSpace {
    height: 120px;
    display: none;
}

.iconGreen {
    color: #89E661;
}

.iconRed {
    color: #D6834F;
}


.noMargins {
    margin: -18px;
}

.restoreMargins {
    margin: 15px;
}

.spin {
    -webkit-animation: spin .5s infinite linear;
    -moz-animation: spin .5s infinite linear;
    -o-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    -webkit-transform-origin: 50% 58%;
    transform-origin: 50% 58%;
    -ms-transform-origin: 50% 58%; /* IE 9 */
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.StatStyleOrder {
    position: relative !important;
    color: red;
    font-size: 20px;
}

.StatStyleBadgeOrder {
    font-size: 15px;
    left: -2px;
    top: -15px;
}

.input-xs, .k-picker-wrap .k-input-xs, .k-numeric-wrap .k-input-xs {
    height: 25px !important;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
