﻿html {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    padding: 0;
    /*height: 100%;*/
    /*overflow: hidden;*/
    position: relative;
    /* margin-top:0px; */
}

    body.login {
        min-height: 100%;
        background: #303030;
        padding-top: 20px;
        margin-top: 0px;
    }

.underline,
.underline:focus,
.underline:hover {
    text-decoration: underline !important;
}

.accordion .panel-heading {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

.ui-grid-clickable .ui-grid-row:hover .ui-grid-cell {
    cursor: pointer;
    background-color: #e0e0e0 !important;
}

.ui-select-match {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1002;
}

footer, .footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}


.moxie-shim {
    z-index: 999;
}

.MessageControl {
    width: 150px;
}

    .MessageControl > a {
        border-left-style: ridge;
        border-left-width: 1px;
        cursor: pointer;
        position: relative;
        display: block;
        padding: 7px 10px;
    }

        .MessageControl > a:hover, .MessageBar > a:focus {
            text-decoration: none;
            background-color: #ddd;
        }
/* Layout
----------------------------------------------------------*/

#header {
    padding: 3px;
    border-width: 2px 0px;
    border-color: rgb(0,83,160);
    border-style: solid;
}

.content-wrapper {
    margin: 0 auto;
}

.topmenu {
    border-width: 0 0 2px 0;
    margin-bottom: 0px;
    border-color: rgb(0,83,160);
    border-radius: 0;
}

.searchbar {
    border: none;
    margin-bottom: 0px;
    border-radius: 0;
    background-color: rgb(0,83,160);
}

    .searchbar label {
        color: #fff;
    }

    .searchbar .form-control,
    .searchbar .input-group {
        width: 160px !important;
    }

        .searchbar .input-group .form-control {
            width: 100% !important;
        }

    .searchbar .checkbox {
        margin-left: 4px;
        margin-right: 8px;
    }

        .searchbar .checkbox input {
            vertical-align: middle;
        }

#logindisplay {
    text-align: right;
}

    #logindisplay a {
        color: #333;
        text-decoration: underline;
    }

        #logindisplay a:hover,
        #logindisplay a:focus {
            color: #000;
        }

/* Logo and Title
----------------------------------------------------------*/

#twlogo {
    background: url('../images/TabWare2notext38.png') no-repeat;
    width: 144px;
    height: 39px;
    margin: 8px;
}

#twchevrons {
    background: url('../images/chevrons__row.png') no-repeat;
    width: 358px;
    height: 79px;
    /* margin-left:1%; */
}

#twchevrons-right {
    background: url('../images/chevrons__row.png') no-repeat;
    width: 354px;
    height: 79px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.login #twlogo {
    margin: 0 auto;
}

#taskname {
    font-weight: bold;
}

body.login {
    padding-top: 0px;
}


/* Form Elements
----------------------------------------------------------*/
input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: 1.75em;
    height: 1.75em;
    margin: 0px;
}
/* Remove the x(clear) in the input type=text only in IE, as this issue is not there in chrome*/
input[type=text]::-ms-clear {
    display: none;
}

/* Remove the x(clear) in the input type="search" only in IE(Mobile Approval), as this issue is not there in chrome*/
input[type="search"]::-ms-clear {
    display: none;
}

.form-group.required .control-label:after {
    content: "*";
    margin-left: 3px;
    color: red;
}

.control-label.required {
    content: "*";
    /*margin-left: 3px;*/
    color: red;
}

    /* Legacy way */
    .control-label.required:after {
        content: "*";
        margin-left: 3px;
        color: red;
    }

.buttonWrapper {
    text-align: center;
}

/*label {
    font-weight: normal;
}*/

label.checkbox {
    display: inline;
}

.table > thead > tr > td.disabled,
.table > tbody > tr > td.disabled,
.table > tfoot > tr > td.disabled,
.table > thead > tr > th.disabled,
.table > tbody > tr > th.disabled,
.table > tfoot > tr > th.disabled,
.table > thead > tr.disabled > td,
.table > tbody > tr.disabled > td,
.table > tfoot > tr.disabled > td,
.table > thead > tr.disabled > th,
.table > tbody > tr.disabled > th,
.table > tfoot > tr.disabled > th {
    background-color: #eee;
    color: #999;
}

.table-hover > tbody > tr > td.disabled:hover,
.table-hover > tbody > tr > th.disabled:hover,
.table-hover > tbody > tr.disabled:hover > td,
.table-hover > tbody > tr:hover > .disabled,
.table-hover > tbody > tr.disabled:hover > th {
    background-color: #e0e0e0;
}


/* Info and Errors (This section needs to be cleaned up)
----------------------------------------------------------*/

.error {
    color: #e80c4d;
}

.errorMsg {
    font-weight: bold;
    color: #c9302c;
}

.infoMsg {
    color: #31b0d5;
}

.successMsg {
    color: #5cb85c;
}

.warnMsg {
    color: #ec971f;
}

.tw-error {
    width: 500px;
    height: 80px;
}

    .tw-error h3 {
        font-size: 1em;
        padding: 10px 10px 5px;
    }

    .tw-error img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

.tw-success {
    width: 500px;
    height: 80px;
    padding: 0 30px;
    line-height: 100px;
}

    .tw-success h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .tw-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.tw-information {
    width: 500px;
    height: 80px;
    padding: 0 30px;
    line-height: 100px;
}

    .tw-information h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .tw-information img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

/* Validation
----------------------------------------------------------*/

.field-validation-error {
    color: #b94a48;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    /*
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    */
    color: #b94a48;
    border-color: #b94a48;
}

    .input-validation-error:focus {
        border-color: #953b39;
        -webkit-box-shadow: 0 0 6px #d59392;
        -moz-box-shadow: 0 0 6px #d59392;
        box-shadow: 0 0 6px #d59392;
    }

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* Landing 
----------------------------------------------------------*/

.landing-grid {
    padding: 20px;
}

.landing-grid-list {
    padding-left: 0;
    list-style: none;
}

.landing-grid a {
    float: left;
    width: 25%;
    height: 110px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #eeeeee;
    color: #000;
    border: 1px solid #fff;
}

    .landing-grid a:hover {
        background-color: rgb(0,83,160);
        color: #fff;
        text-decoration: none;
    }


.landing-grid .glyphicon {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}

.landing-grid .fa {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}

.landing-grid .item-name {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

/*@media (max-width: 768px) {
    .landing-grid {
        padding: 0;
    }

        .landing-grid a {
            width: 50%;
        }
}*/

/* Larger Landing 
----------------------------------------------------------*/

.lg-landing-grid {
    padding: 20px;
}

.lg-landing-grid-list {
    padding-left: 0;
    list-style: none;
}

.lg-landing-grid a {
    float: left;
    width: 33.33%;
    height: 100px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #eeeeee;
    color: #000;
    border: 1px solid #fff;
}

    .lg-landing-grid a:hover {
        background-color: rgb(0,83,160);
        color: #fff;
        text-decoration: none;
    }


.lg-landing-grid .glyphicon {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}

.lg-landing-grid .item-name {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

/*@media (max-width: 768px) {
    .lg-landing-grid {
        padding: 0;
    }

        .lg-landing-grid a {
            width: 33.33%;
        }
}*/

/* Taller Landing 
----------------------------------------------------------*/

.t-landing-grid {
    padding: 20px;
}

.t-landing-grid-list {
    padding-left: 0;
    list-style: none;
}

.t-landing-grid a {
    float: left;
    width: 25%;
    height: 130px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #eeeeee;
    color: #000;
    border: 1px solid #fff;
}

    .t-landing-grid a:hover {
        background-color: rgb(0,83,160);
        color: #fff;
        text-decoration: none;
    }


.t-landing-grid .glyphicon {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 35px;
}

.t-landing-grid .item-name {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

/*@media (max-width: 768px) {
    .t-landing-grid {
        padding: 0;
    }

        .t-landing-grid a {
            width: 50%;
        }
}*/

/* Support Bar
----------------------------------------------------------*/
#supportBar {
    background-color: #940000;
    color: #ffffff;
}

    #supportBar ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        #supportBar ul li {
            display: inline-block;
            line-height: 2em;
            margin: 0 1em;
        }

    #supportBar a {
        color: #fff;
    }

        #supportBar a:hover {
            background-color: transparent;
            color: #ddd;
        }

/* File Drag and Drop
----------------------------------------------------------*/
.file-drop {
    background-color: #f5f5f5;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    color: #999;
    padding: 2px;
}

.panel > .file-drop {
    border-top: 1px solid #ddd;
    padding: 1px 2px 2px 2px;
}


.file-drop.has-file {
    border-color: rgb(0,83,160);
    border-width: 2px;
    padding: 0px;
    border-style: dashed;
    color: #000;
}


/* Bootstrap Overrides
----------------------------------------------------------*/

.panel-primary {
    border-color: rgb(0,83,160);
}

.panel-heading {
    position: relative;
}

.panel-primary > .panel-heading {
    background-color: rgb(0,83,160);
    border-color: rgb(0,83,160);
}

    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        border-color: rgb(0,83,160);
    }

.panel-footer .alert {
    margin-bottom: 5px;
    padding: 6px;
}

tr .alert {
    margin-bottom: 5px;
    padding: 5px;
}

.panel-footer .alert:last-child {
    margin-bottom: 0px;
}

.alert-warning {
    background-color: #FFE0B2;
    border-color: #804C00;
    color: #804C00;
}

.text-warning {
    color: #804C00;
}

a.text-warning:hover {
    color: #663D00;
}

.bg-warning {
    background-color: #FFE0B2;
}

a.bg-warning:hover {
    background-color: #E6CAA0;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #FFE0B2;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #E6CAA0;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #804C00;
}

.has-warning .form-control {
    border-color: #804C00;
    background-color: #FFE0B2;
}

    .has-warning .form-control:focus {
        border-color: #663D00;
    }

.has-warning .input-group-addon {
    color: #804C00;
    background-color: #FFE0B2;
    border-color: #804C00;
}

.has-warning .form-control-feedback {
    color: #804C00;
}

.has-error .form-control {
    background-color: #f2dede;
}

.has-error-bg .form-control {
}

.list-group-item-warning {
    color: #804C00;
    background-color: #FFE0B2;
}

a.list-group-item-warning {
    color: #804C00;
}

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus {
        color: #804C00;
        background-color: #E6CAA0;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus {
        background-color: #804C00;
        border-color: #804C00;
    }

.panel-warning {
    border-color: #804C00;
}

    .panel-warning > .panel-heading {
        color: #804C00;
        background-color: #FFE0B2;
        border-color: #804C00;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #804C00;
        }

        .panel-warning > .panel-heading .badge {
            background-color: #804C00;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #804C00;
    }

.navbar-narrow {
    min-height: 32px;
}

    .navbar-narrow .navbar-nav > li > a {
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: 20px;
    }

/*@media (min-width: 768px) {
    .navbar-narrow .navbar-brand {
        padding: 0 15px;
        line-height: 36px;
        height: 36px;
    }
}*/


.navbar-nav > li > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.open > a,
.navbar-nav > li.open > a:hover,
.navbar-nav > li.open > a:focus {
    border-right: 1px solid #ccc;
}

.navbar-nav.navbar-right > li > a,
.navbar-nav.navbar-right > li > a:hover,
.navbar-nav.navbar-right > li > a:focus,
.navbar-nav.navbar-right > li.open > a,
.navbar-nav.navbar-right > li.open > a:hover,
.navbar-nav.navbar-right > li.open > a:focus {
    border-left: 1px solid #ccc;
    border-right: 0;
}

/* Helper classes to use in button groups if hiding/showing buttons using js */
.btn-group > .currently-last {
    -webkit-border-top-right-radius: 3px !important;
    -moz-border-radius-topright: 3px !important;
    border-top-right-radius: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.btn-group > .currently-first {
    margin-left: 0;
    -webkit-border-top-left-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    border-top-left-radius: 3px !important;
    -webkit-border-bottom-left-radius: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    border-bottom-left-radius: 3px !important;
}

/* Override bootstrap checkbox styles because our checkboxes are BIG */
.checkbox input[type="checkbox"] {
    margin-left: -30px;
}

.checkbox label {
    padding-left: 30px;
}

.table.table-valign-middle > thead > tr > th,
.table.table-valign-middle > tbody > tr > th,
.table.table-valign-middle > tfoot > tr > th,
.table.table-valign-middle > thead > tr > td,
.table.table-valign-middle > tbody > tr > td,
.table.table-valign-middle > tfoot > tr > td {
    vertical-align: middle;
}

/*@media (min-width: 768px) {
    .navbar-nav.navbar-left:first-child {
        margin-left: -15px;
    }

    .navbar-form.navbar-left:first-child {
        margin-left: -15px;
    }

    .searchbar .navbar-left {
        display: table;
    }

    .searchbar .form-group,
    .searchbar .btn-group {
        margin: 0 0 2px 2px;
    }

    .searchbar .fixed-left {
        display: table-cell;
        vertical-align: top;
    }

    .searchbar .navbar-form {
        margin-top: 1px;
        margin-bottom: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }
}*/

/*@media (max-width: 768px) {
    .navbar-nav > li > a,
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus,
    .navbar-nav > li.open > a,
    .navbar-nav > li.open > a:hover,
    .navbar-nav > li.open > a:focus {
        border-right: 0;
    }

    .navbar-nav.navbar-right > li > a,
    .navbar-nav.navbar-right > li > a:hover,
    .navbar-nav.navbar-right > li > a:focus,
    .navbar-nav.navbar-right > li.open > a,
    .navbar-nav.navbar-right > li.open > a:hover,
    .navbar-nav.navbar-right > li.open > a:focus {
        border-left: 0;
        border-right: 0;
    }

    .searchbar .form-control,
    .searchbar .input-group {
        width: 100% !important;
    }
}*/

.form-group.required .control-label:after {
    content: "*";
    margin-left: 3px;
    color: red;
}

.btn-tool {
    position: absolute;
    top: 3px;
    right: 3px;
}

.btn-default {
    border-color: rgb(0,66,128) !important;
    color: rgb(0,66,128) !important;
}

.btn-default-login {
    background-color: #fffc3b !important;
    border-color: #3a3a3a !important;
    color: #3a3a3a !important;
}


    .btn-default-login:hover {
        background-color: #cccf00;
        border-color: #000000;
        color: #000000;
    }

.input-group .btn-default {
    border-color: rgb(204, 204, 204) !important;
}

.btn-primary {
    background-color: rgb(0,83,160);
    border-color: rgb(0,66,128);
}

.modal-header .btn-primary {
    border-color: rgb(0,83,160);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: rgb(0,66,128);
    border-color: rgb(0,66,128);
}

.btn-info {
    background-color: rgb(107,164,213);
    border-color: rgb(86,131,170);
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-color: rgb(86,131,170);
        border-color: rgb(86,131,170);
    }

.btn-warning {
    background-color: rgb(247,148,30);
    border-color: rgb(198,118,24);
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-color: rgb(198,118,24);
        border-color: rgb(198,118,24);
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: rgb(0,83,160);
    border-color: rgb(0,83,160);
}

.btn[disabled], .btn:disabled {
    background-color: #ccc !important;
    color: #333 !important;
    border-color: #666 !important;
}

.navbar-inverse {
    background-color: rgb(0,83,160);
    border-color: rgb(0,83,160);
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

    .navbar-inverse ul.navbar-nav > li > a {
        color: #eee;
    }

    .navbar-inverse ul.navbar-nav > li.open > a {
        background: none !important;
    }

.nav-tabs {
    margin-bottom: 15px;
}

    .nav-tabs a {
        color: rgb(0,66,128);
    }

    .nav-tabs > li {
        margin-top: 2px;
    }

        .nav-tabs > li.active {
            margin-top: 0px;
        }

        .nav-tabs > li > a,
        .nav-tabs > li > a:hover,
        .nav-tabs > li > a:focus {
            padding: 9px 15px;
            border: 1px solid #ddd;
            white-space: nowrap;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            padding: 10px 15px;
            background-color: rgb(0,83,160);
            color: #fff;
            border: 1px solid transparent;
        }

.modal-header {
    background-color: rgb(0,83,160);
    border-bottom: 0;
}

    .modal-header .close {
        color: #fff;
        opacity: .7;
    }

        .modal-header .close:hover {
            opacity: .9;
        }

    .modal-header,
    .modal-header h1,
    .modal-header h2,
    .modal-header h3,
    .modal-header h4,
    .modal-header h5,
    .modal-header h6 {
        color: white;
    }

.modal-error .modal-header {
    background-color: #940000;
}

.modal-warning .modal-header {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .modal-warning .modal-header > .modal-title {
        color: #8a6d3b;
    }

.modal.modal-scroll .modal-body {
    overflow-y: auto;
    max-height: 350px;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-top {
    padding-top: 0;
}

.popover-content {
    padding: 0;
    min-width: 200px;
}

    .popover-content .list-group-item:first-child {
        border-top: none;
    }

    .popover-content .list-group-item {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

.tooltip > .tooltip-inner {
    background-color: rgb(0,83,160);
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(0,83,160);
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgb(0,83,160);
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgb(0,83,160);
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgb(0,83,160);
}

.side-panel {
    border-right: 1px solid #ddd;
    position: absolute;
    width: 299px;
}

.side-panel-collapsed {
    width: 39px;
    background: #f8f8f8;
    cursor: pointer;
}

.side-panel-collapsed-body {
    padding: 10px;
}

.vertical {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    white-space: nowrap;
    width: 19px;
    height: 19px;
    line-height: 19px;
}

fieldset.ask-at-exec {
    background: #fff;
}

fieldset.ask-at-exec-group {
    border: 1px solid #ccc;
    padding: 5px;
}

fieldset.ask-at-exec .form-group {
    margin: 0px;
}

fieldset.ask-at-exec label {
    font-weight: normal;
}

fieldset.ask-at-exec .logical-operator {
    line-height: 0px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 12px -5px;
}

    fieldset.ask-at-exec .logical-operator span {
        background-color: #fff;
        font-size: .8em;
        font-weight: bold;
        color: #666;
    }

fieldset.ask-at-exec .operator {
    text-transform: uppercase;
    font-weight: bold;
}

fieldset.ask-at-exec-group.ask-at-exec-active {
    background: #FFFFCC;
}

    fieldset.ask-at-exec-group.ask-at-exec-active > div > div > .logical-operator span {
        background: #FFFFCC;
    }

@media print {
    /* your stylesheet for printing, eg.: */
    .collapse {
        display: block !important;
        height: auto !important;
    }

    #header {
        display: none;
    }

    #body {
        display: inline;
    }

    .panel {
        page-break-after: always;
    }
}

/* Kendo Overrides
----------------------------------------------------------*/

/* Hide all kendo progress spinners since there is no way to disable via JavaScript... */
.k-loading-image {
    background-image: none;
}

.k-loading-color {
    opacity: 0;
}

/* This will disable wrapping in the kendo grid but causes some issues with action buttons in the system that are currently stacked. */
.k-grid.k-ap-nowrap table {
    table-layout: fixed;
}

.k-grid.k-ap-nowrap td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* iPad likes to shrink these font sizes down unless explicitly stated. */
.k-grid td,
.k-list li {
    font-size: 14px;
}

    .k-grid td.k-dirty-cell {
        position: relative;
    }

        .k-grid td.k-dirty-cell .k-dirty {
            top: 0px;
            left: 0px;
            margin: 0;
        }

.k-loading-mask {
    z-index: 100;
}

.k-scheduler .k-scheduler-toolbar .k-state-selected {
    background-color: rgb(0,83,160);
    border-color: rgb(0,83,160);
}

.k-grid-filter.k-state-active {
    background-color: lightblue;
}

.k-pager-wrap a {
    padding: 0;
}

.k-pager-numbers .k-link,
.k-pager-numbers .k-link:hover,
.k-pager-numbers .k-state-selected {
    border-radius: 1.0833em;
    border: 1px solid #ccc;
}

.k-pager-numbers > li {
    margin-left: 3px;
    margin-right: 3px;
}

.k-pager-wrap > .k-link {
    border-radius: 1.0833em;
    border: 1px solid #ccc;
    margin-left: 3px;
    margin-right: 3px;
}

.k-pager-wrap .k-pager-nav.k-pager-last {
    border-radius: 1.0833em;
}

.k-chart .k-tooltip {
    color: #fff;
}

.k-widget.k-tooltip {
    background-color: #fff;
    border-color: rgb(0,83,160);
    color: #000;
}

.k-window-titlebar {
    background-color: rgb(0,83,160);
    color: #ffffff;
    border-color: #0053a0;
}

    .k-window-titlebar .k-window-action {
        background-color: #fff;
        opacity: .9;
    }

        .k-window-titlebar .k-window-action:hover {
            opacity: 1;
        }

.k-grid-toolbar {
    background-color: rgb(0,83,160);
}

.k-grid td span.quickview,
.ui-grid span.quickview {
    display: block;
    width: auto;
    text-align: left !important;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
}

    .k-grid td span.quickview .caret,
    .ui-grid span.quickview .caret {
        position: absolute;
        top: 9px;
        right: 3px;
    }

    .k-grid td span.quickview .glyphicon,
    .ui-grid span.quickview .glyphicon {
        position: absolute;
        top: 5px;
        right: 3px;
    }


.k-state-disabled,
.k-state-disabled span,
.k-state-disabled input,
.k-state-disabled k-icon,
.k-textbox[disabled] {
    cursor: not-allowed !important;
}

    .k-textbox[disabled],
    .k-textbox[disabled]:hover {
        background-color: #f5f5f5;
        border-color: rgb(204, 204, 204);
        opacity: 0.7;
    }

.form-horizontal .k-dropdown,
.form-horizontal .k-numerictextbox,
.form-horizontal .k-combobox,
.form-horizontal .k-autocomplete,
.form-horizontal .k-timepicker,
.form-horizontal .k-datepicker,
.form-horizontal .k-datetimepicker,
.form-horizontal .k-textbox {
    width: 100%;
}

.k-link .k-header {
    background-color: rgb(0,83,160);
    color: #ffffff;
    border-color: #0053a0;
}

.k-icon-only {
    margin: 0 !important;
}

.k-grid tbody .k-button {
    min-width: 0;
}

.k-notification {
    border: 0;
}

/* Info template */
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

/* Success template */
.k-notification-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}


.k-mock-input {
    border-radius: .4em;
    border-style: solid;
    border-width: thin;
    border-color: #66afe9;
    padding-right: 6px;
    background-color: white;
    color: #000;
}

/* Change Kendo Blue to AP Blue */

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    color: #fff !important;
    background-color: rgb(0,83,160);
    border-color: rgb(0,83,160);
}

.k-button:active {
    border-color: rgb(0,83,160);
}

.k-primary {
    border-color: rgb(0,83,160);
    background-color: rgb(0,83,160);
}

.k-multiselect .k-button {
    border-color: rgb(0,83,160);
    background-color: rgb(0,83,160);
}

.k-pager-wrap .k-link:hover {
    color: rgb(0,83,160);
}

/* Kendo Mobile Overrides
----------------------------------------------------------*/
.km-popup .k-item, .km-actionsheet-wrapper.km-widget, .km-actionsheet.km-widget > li > a {
    background: #fff;
    border-bottom-color: rgba(0,83,160,0.2);
    color: #000;
}

.km-cancel:after, .km-cancel:before {
    content: "\e031";
}

.km-returntosearch:after, .km-returntosearch:before {
    content: "\e322";
}

.km-clipboard:after, .km-clipboard:before {
    content: "\e07a";
}

.km-widget {
    font-size: .8em;
}

/* Kendo Additions
----------------------------------------------------------*/

.k-ap-grid-full {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}


.k-ap-no-border {
    border-width: 0px !important;
}

.k-ap-glyphicon {
    vertical-align: text-top;
}

/* No data found message overlay for Kendo charts
----------------------------------------------------------*/
.custom-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    filter: alpha(opacity=60);
    background-color: #6495ed;
    font-size: 34px;
}

#chartMessage {
    position: absolute;
    left: 30%;
    top: 50%;
}

/* Table styling
----------------------------------------------------------*/
.table-header {
    background-color: rgb(0,83,160);
    color: white;
}

/*Secondary color*/
.table-header-secondary {
    background-color: rgb(107,164,213);
    color: white;
    border: none !important; /*rgb(86,131,170) !important;*/
}

/* textAngular */
.ta-toolbar {
    background-color: rgb(107,164,213);
    padding: 5px 5px 5px 0;
    margin: 0;
}

.ta-root .form-control {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*.ta-editor {
    margin: 5px;
}*/

/* Custom CSS Loader */

.loader {
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 1001;
}

.loader-inline {
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    z-index: 1001;
}

.above-loader {
    z-index: 1002;
}

#body > .loader {
    position: fixed;
}

.spinner {
    box-sizing: content-box;
    position: absolute;
    background: rgba(220,220,220,0.8);
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    border: 8px solid rgb(0,83,160);
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0px 4px rgba(0,0,0,0.4);
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

    .spinner::after {
        box-sizing: content-box;
        display: block;
        content: " ";
        width: 8px;
        height: 8px;
        border: 6px solid rgb(0,83,160);
        margin: 2px;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-radius: 50%;
        -webkit-animation: spin-counter 1.5s linear infinite;
        -moz-animation: spin-counter 1.5s linear infinite;
        -ms-animation: spin-counter 1.5s linear infinite;
        -o-animation: spin-counter 1.5s linear infinite;
        animation: spin-counter 1.5s linear infinite;
    }

.spinner-inline {
    box-sizing: content-box;
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0px 2px rgba(0,0,0,0.4);
    margin: 0px;
    right: 20px;
    background: rgba(220,220,220,0.8);
    top: 5px;
    border: 3px solid rgb(0,83,160);
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0px 2px rgba(0,0,0,0.4);
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

    .spinner-inline::after {
        box-sizing: content-box;
        display: block;
        width: 5px;
        height: 5px;
        margin: 1px;
        content: " ";
        border: 2px solid rgb(0,83,160);
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-radius: 50%;
        -webkit-animation: spin-counter 1.5s linear infinite;
        -moz-animation: spin-counter 1.5s linear infinite;
        -ms-animation: spin-counter 1.5s linear infinite;
        -o-animation: spin-counter 1.5s linear infinite;
        animation: spin-counter 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-counter {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes spin-counter {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

@-ms-keyframes spin-counter {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);
    }
}

@-o-keyframes spin-counter {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0deg);
    }
}

@keyframes spin-counter {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}


.form-readonly {
    position: relative;
    padding: 0 15px 0 15px;
}

    .form-readonly .form-horizontal {
        position: relative;
    }

    .form-readonly .row {
        position: relative;
        border-bottom: 1px solid #ddd;
    }

    /*.form-readonly .row:last-child
{
    border: none;
}*/

    .form-readonly .form-group {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.row-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

    .row-bg .row {
        border: none;
    }

    .row-bg .row-bg-value {
        background: #f5f5f5;
        height: 100%;
    }

    .row-bg .row .col-md-1,
    .row-bg .row .col-md-2,
    .row-bg .row .col-md-3,
    .row-bg .row .col-md-4,
    .row-bg .row .col-md-5,
    .row-bg .row .col-md-6,
    .row-bg .row .col-md-7,
    .row-bg .row .col-md-8,
    .row-bg .row .col-md-9,
    .row-bg .row .col-md-10,
    .row-bg .row .col-md-11,
    .row-bg .row .col-md-12,
    .row-bg .row {
        height: 100%;
        padding: 0px;
    }

        .row-bg .row .col-xs-1,
        .row-bg .row .col-xs-2,
        .row-bg .row .col-xs-3,
        .row-bg .row .col-xs-4,
        .row-bg .row .col-xs-5,
        .row-bg .row .col-xs-6,
        .row-bg .row .col-xs-7,
        .row-bg .row .col-xs-8,
        .row-bg .row .col-xs-9,
        .row-bg .row .col-xs-10,
        .row-bg .row .col-xs-11,
        .row-bg .row .col-xs-12,
        .row-bg .row {
            height: 100%;
            padding: 0px;
        }


/*@media (max-width: 991px ) {
    .form-readonly .row {
        border-bottom: none;
    }


    .form-readonly > .row > .col-md-1,
    .form-readonly > .row > .col-md-2,
    .form-readonly > .row > .col-md-3,
    .form-readonly > .row > .col-md-4,
    .form-readonly > .row > .col-md-5,
    .form-readonly > .row > .col-md-6,
    .form-readonly > .row > .col-md-7,
    .form-readonly > .row > .col-md-8,
    .form-readonly > .row > .col-md-9,
    .form-readonly > .row > .col-md-10,
    .form-readonly > .row > .col-md-11,
    .form-readonly > .row > .col-md-12 {
        border-bottom: 1px solid #ddd;
    }
}

@media (min-width: 768px) and (max-width: 991px ) {
}*/

/*
Include this after bootstrap.css. Add class of 
vert-offset-top-value or vert-offset-bottom-value 
to your Bootstrap 3 default rows to prevent row content 
from touching the row content above or below.
*/

/* Vertical Offset Bottom */
.vert-offset-top-12 {
    margin-top: 12em;
}

.vert-offset-top-11 {
    margin-top: 11em;
}

.vert-offset-top-10 {
    margin-top: 10em;
}

.vert-offset-top-9 {
    margin-top: 9em;
}

.vert-offset-top-8 {
    margin-top: 8em;
}

.vert-offset-top-7 {
    margin-top: 7em;
}

.vert-offset-top-6 {
    margin-top: 6em;
}

.vert-offset-top-5 {
    margin-top: 5em;
}

.vert-offset-top-4 {
    margin-top: 4em;
}

.vert-offset-top-3 {
    margin-top: 3em;
}

.vert-offset-top-2 {
    margin-top: 2em;
}

.vert-offset-top-1 {
    margin-top: 1em;
}

.vert-offset-top-0 {
    margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12 {
    margin-bottom: 12em;
}

.vert-offset-bottom-11 {
    margin-bottom: 11em;
}

.vert-offset-bottom-10 {
    margin-bottom: 10em;
}

.vert-offset-bottom-9 {
    margin-bottom: 9em;
}

.vert-offset-bottom-8 {
    margin-bottom: 8em;
}

.vert-offset-bottom-7 {
    margin-bottom: 7em;
}

.vert-offset-bottom-6 {
    margin-bottom: 6em;
}

.vert-offset-bottom-5 {
    margin-bottom: 5em;
}

.vert-offset-bottom-4 {
    margin-bottom: 4em;
}

.vert-offset-bottom-3 {
    margin-bottom: 3em;
}

.vert-offset-bottom-2 {
    margin-bottom: 2em;
}

.vert-offset-bottom-1 {
    margin-bottom: 1em;
}

.vert-offset-bottom-0 {
    margin-bottom: 0em;
}

/* JS - Inventory Issue Page CSS
----------------------------------------------------------*/

#InventoryItemTable th {
    padding-left: 8px;
    padding-right: 8px;
}

#InventoryItemTable td {
    padding-left: 8px;
    padding-right: 8px;
}

.hr-smaller-margins {
    margin-top: 10px;
    margin-bottom: 10px;
}

.small-LR-padding {
    padding-left: 8px;
    padding-right: 8px;
}

.no-LR-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#primaryInfoPanelGroup {
    margin-bottom: 0px;
}

.visibility_hidden {
    visibility: hidden;
}

.right-gray-border {
    border-right: 1px solid #eee;
}

.itemlist-expanded-section-padding {
    padding-left: 41px;
    padding-right: 41px;
}

.item-serials-section-padding {
    padding-left: 241px;
    padding-right: 241px;
}

.alert-info-custom {
    background-color: #d9edf7 !important;
    border-color: #bce8f1;
}

.alert-danger-custom {
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

.alert-warning-custom {
    background-color: #FFE0B2 !important;
    border-color: #804C00;
}

.alert-success-custom {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6;
}

.alert-entry-custom {
    /*background-color: #dff0d8 !important;
  border-color: #d6e9c6;*/
    background-color: #fcc553 !important;
    border-color: #fcc553;
}

.xs-chevron-padding {
    padding-top: 5px;
}

/*.centerModal{
    padding-top: 15%;
}*/

.comment-adjustment {
    top: 2px !important;
    left: 1px;
}

.custom_close {
    font-size: 14px !important;
}

textarea {
    resize: none;
}

    textarea:disabled {
        cursor: default;
    }

        textarea:disabled.form-control {
            cursor: default;
        }

/*This is the fix for angular UI Modal Backdrop not appearing for Modals (works only in IE not chrome)*/
/*.modal-backdrop {   
      bottom: 0 !important;
      position: fixed !important;
}*/


.small_top_padding {
    padding-top: 5px;
}

.small_left_padding {
    padding-left: 5px;
}

.tr_striped {
    background-color: #f9f9f9;
}

.fixed_table_layout {
    table-layout: fixed;
}

.word_wrap {
    word-wrap: break-word;
}

/*Overridden bootstrap class*/
/*@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}*/

/*Edit.html in BinTransfer*/

.no_row_margins {
    margin-right: 0px;
    margin-left: 0px;
}

.input-xs {
    height: 22px;
    padding: 2.5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width: inherit;
}

.vertical_align {
    vertical-align: middle !important;
}

.full_width {
    width: 100%;
}

.sortorder:after {
    content: '\25b2';
}

.sortorder.reverse:after {
    content: '\25bc';
}

.test-ggh {
    background: #f5f5f5;
    height: 100%;
}

.sm_top_padding {
    padding-top: 26px;
}

.xs_top_padding {
    padding-top: 6px;
}

.xs_top_margin {
    margin-top: 6px;
}

.remove_bottom_border {
    border-bottom: none !important;
}

.form-control-static.input-xs {
    padding-right: 0;
    padding-left: 0;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

/*@media (max-width: 991px) {
    .form-readonly .row {
        border-bottom: 1px solid #ddd;
    }
}*/

/*Inventory (Stores) Landing Page*/

.fadein.ng-hide-remove,
.fadeout.ng-hide-add {
    -webkit-transition: 400ms ease-in-out all;
    -moz-transition: 400ms ease-in-out all;
    -o-transition: 400ms ease-in-out all;
    transition: 400ms ease-in-out all;
}

    .fadein.ng-hide-remove,
    .fadeout.ng-hide-add.ng-hide-add-active {
        opacity: 0;
    }

        .fadeout.ng-hide-add,
        .fadein.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
        }

.landing_grid_a_style {
    float: left;
    width: 25%;
    height: 130px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #eeeeee;
    color: #000;
    border: 1px solid #fff;
}


/*@media (max-width: 768px) {
    .landing_grid_a_style {
        width: 50%;
    }
}*/

.landing_grid_plus {
    font-size: 16px !important;
}

.normal_glyphicon {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
}

.md_btn_width {
    width: 140px;
}

.sm_padding {
    padding: 2px !important;
}

.sm_bottom_margin {
    margin-bottom: 18px;
}

/*Inventory (Stores) Alt 2*/

.vertical_column {
    display: block;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    float: left;
    width: 25%;
}

/*@media (max-width: 768px) {
    .vertical_column {
        width: 50%;
    }
}*/

.pseudo_thumbnail {
    height: 120px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #eeeeee;
}

.landing_grid_padding {
    padding: 20px;
}

.lg_glyphicon {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.subicon_text {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.vert_btn_group_container {
    margin-top: 5px;
}

    .vert_btn_group_container .row {
        margin-top: 10px;
    }

.break_word {
    word-break: break-all;
}

/*UI Grid CSS Overrides*/

/*This makes the column of checkboxes for search results to have a blank background so they don't appear to be disabled.*/
.ui-grid-col0.ui-grid-row-header-cell {
    background-color: white !important;
    vertical-align: middle;
    display: table-cell;
}

[class^="ui-grid-icon"]:before, [class*=" ui-grid-icon"]:before {
    /*This centers the checkboxes in their column cells*/
    margin-left: .4em !important;
}


/*Touch Friendly UI Grid*/
/*.ui-grid-row{
    height: 60px !important;
}

.ui-grid-cell{
    height: 60px !important;
    display:table;
}

.ui-grid-cell-contents{
    display: table-cell;
    vertical-align: middle;
}

.ui-grid-viewport .ui-grid-selection-row-header-buttons.ui-grid-icon-ok{
    padding-top: 15px;
    padding-bottom: 15px;
}*/

/*Slideout Panel*/
html {
    overflow-x: hidden;
}

.ng-pageslide {
    background: #eee;
    border-left: 2px solid black;
}



/*Phones*/
@media only screen and (max-device-width: 768px) {

    .vertical_column {
        width: 50%;
    }

    .landing-grid {
        padding: 0;
    }

        .landing-grid a {
            width: 50%;
        }

    .lg-landing-grid {
        padding: 0;
    }

        .lg-landing-grid a {
            width: 33.33%;
        }

    .landing_grid_a_style {
        width: 50%;
    }

    .btn {
        height: 35px;
    }

    .dropdown-menu .divider {
        margin: 3px 0;
    }
}

/*phone in landscape*/
@media only screen and (max-device-width: 768px) and (orientation: landscape) {

    .container {
        width: 100%;
    }
}


/*phone in portrait*/
@media only screen and (max-device-width: 768px) and (orientation: portrait) {

    .container {
        width: 350px;
    }
}

/*iPad 1,2, & mini in landscape or portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        font-size: 16px;
    }

    table {
        font-size: 14px;
    }

    .dropdown-menu {
        font-size: 18px;
    }

        .dropdown-menu li {
            padding-bottom: 15px;
        }

    .select2-result-label {
        padding-bottom: 10px;
    }

    .t-landing-grid {
        padding: 0;
    }

        .t-landing-grid a {
            width: 50%;
        }

    .form-readonly .row {
        border-bottom: none;
    }

    .navbar-narrow .navbar-brand {
        padding: 0 15px;
        line-height: 36px;
        height: 36px;
    }


    .form-readonly > .row > .col-md-1,
    .form-readonly > .row > .col-md-2,
    .form-readonly > .row > .col-md-3,
    .form-readonly > .row > .col-md-4,
    .form-readonly > .row > .col-md-5,
    .form-readonly > .row > .col-md-6,
    .form-readonly > .row > .col-md-7,
    .form-readonly > .row > .col-md-8,
    .form-readonly > .row > .col-md-9,
    .form-readonly > .row > .col-md-10,
    .form-readonly > .row > .col-md-11,
    .form-readonly > .row > .col-md-12 {
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav > li > a,
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus,
    .navbar-nav > li.open > a,
    .navbar-nav > li.open > a:hover,
    .navbar-nav > li.open > a:focus {
        border-right: 0;
    }

    .navbar-nav.navbar-right > li > a,
    .navbar-nav.navbar-right > li > a:hover,
    .navbar-nav.navbar-right > li > a:focus,
    .navbar-nav.navbar-right > li.open > a,
    .navbar-nav.navbar-right > li.open > a:hover,
    .navbar-nav.navbar-right > li.open > a:focus {
        border-left: 0;
        border-right: 0;
    }

    .searchbar .form-control,
    .searchbar .input-group {
        width: 100% !important;
        height: 40px;
    }

    .navbar-nav.navbar-left:first-child {
        margin-left: -15px;
    }

    .navbar-form.navbar-left:first-child {
        margin-left: -15px;
    }

    .searchbar .navbar-left {
        display: table;
    }

    .searchbar .form-group,
    .searchbar .btn-group {
        margin: 0 0 2px 2px;
    }

    .searchbar .fixed-left {
        display: table-cell;
        vertical-align: top;
    }

    .searchbar .navbar-form {
        margin-top: 1px;
        margin-bottom: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .ui-grid-row {
        margin-bottom: 5px;
    }

    .btn {
        height: 40px;
    }

    .ui-grid-cell-contents > .btn.btn-xs { /*fix for UI grid btns in Documents*/
        height: auto;
        font-size: 12px;
    }

    .form-control {
        height: 40px;
    }

    .control-label {
        font-size: 18px;
    }

    input[type=checkbox] {
        width: 2.25em;
        height: 2.25em;
    }

    /*Changes for Documents Upload page:*/
    body strong {
        font-size: 18px;
    }

    .panel-title {
        font-size: 18px;
    }

    .panel-heading {
        padding-bottom: 30px !important;
    }

    .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
        height: 40px;
    }

    .dropdown-menu .divider {
        margin: 3px 0;
    }
}

/*iPad 1, 2, & mini in landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .container {
        width: 100%;
    }

    .checkbox input[type="checkbox"] {
        margin-left: -45px;
    }

    /*QW Mobile Template Selected Row Highlight*/
    .table-hover > tbody > tr:hover {
        background-color: #cfcfcf;
    }
}


/*iPad 1, 2, & mini in portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    .container {
        width: 768px;
    }

    .t-landing-grid a {
        float: left;
        width: 100%;
        height: 130px;
        padding: 10px;
        line-height: 1.4;
        text-align: center;
        background-color: #eeeeee;
        color: #000;
        border: 1px solid #fff;
    }

    .landing_grid_a_style {
        width: 100%;
    }

    .t-landing-grid-list li {
        padding-bottom: 150px;
    }

    .checkbox input[type="checkbox"] {
        margin-left: -45px;
    }

    /*QW Mobile Template Selected Row Highlight*/
    .table-hover > tbody > tr:hover {
        background-color: #cfcfcf;
    }
}

/*Desktops*/
@media only screen and (min-device-wdith: 1024px) {
    .container {
        width: 1200px;
    }
}

.xtra-bottom-padding {
    padding-bottom: 25px !important;
}

/*.record {
  display:block;
  font-size:20px;
}
.profile {
  background:black;
  color:white;
}*/
.view-container {
    position: relative;
}

    .view-container > .view.ng-animate {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 500px;
    }

.view.ng-enter, .view.ng-leave,
.link.ng-anchor {
    transition: 0.5s linear all;
}

.view.ng-enter {
    transform: translateX(100%);
}

    .view.ng-enter.ng-enter-active, .view.ng-leave {
        transform: translateX(0%);
    }

        .view.ng-leave.ng-leave-active {
            transform: translateX(-100%);
        }

div.ui-grid-cell input[type="checkbox"] {
    margin-top: 0px !important;
}

/*Technician Time Entry*/

.panel-footer .btn + .btn {
    margin-bottom: 0;
    /*margin-left: 5px;*/
}

.panel-footer .row {
    padding-left: 10px;
    padding-right: 10px;
}

.fill_container {
    height: 633px;
}

#technicianHomeTabset .nav-tabs {
    margin-bottom: 0 !important;
}

.form-readonly .control-label {
    background-color: #ebebeb;
    padding-bottom: 7px;
}

.form-readonly .form-control-container {
    background-color: white;
}

.display_inline {
    display: inline !important;
}

.animate-hide {
    transition: all linear .5s;
    opacity: 1;
}

    .animate-hide.ng-hide {
        transition: all linear 1.5s;
        opacity: 0;
    }

.top-buffer {
    margin-top: 5px;
}

.left-pad {
    padding-left: 20px;
}

.no_bottom_margin {
    margin-bottom: 0px !important;
}

.td:selected {
    background-color: black !important;
}

/*New, Improved, and Advanced Scheduling*/

.no_top_border {
    border-top: none !important;
}

/*Custom Modifications to Arshaw Calendar*/
.fc-event > .fc-content > .fc-time {
    color: white;
    text-shadow: -.5px 0 black, 0 .5px black, .5px 0 black, 0 -.5px black;
}

.fc-event > .fc-content > .fc-title {
    color: white;
    text-shadow: -.5px 0 black, 0 .5px black, .5px 0 black, 0 -.5px black;
}

.white_text_with_black_highlight {
    color: white;
    text-shadow: -.5px 0 black, 0 .5px black, .5px 0 black, 0 -.5px black;
}



/********************************/
/* APTEAN BRANDING OVERRIDES */

.btn-default {
    color: rgb(30,87,122) !important;
    border-color: rgb(30,87,122);
}

.btn-primary {
    background-color: rgb(67,143,188);
    border-color: rgb(30,87,122);
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-color: rgb(114,171,204);
        border-color: rgb(0,66,128);
    }

.btn-primary-login {
    background-color: #fffc3b;
    border-color: #fffc3b;
    color: #3a3a3a;
}

    .btn-primary-login:hover, .btn-primary-login:focus, .btn-primary-login:active, .btn-primary-login.active, .open > .dropdown-toggle.btn-primary-login {
        background-color: #cccf00;
        border-color: #cccf00;
        color: #000000;
    }

.btn-info {
    background-color: rgb(114,171,204);
    border-color: rgb(86,131,170);
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-color: rgb(161,199,221);
        border-color: rgb(86,131,170);
    }

.modal-header .btn-primary {
    border-color: rgb(0,83,160);
}

/*.btn-warning {
  color: #fff;
  background-color: #F6921E;
  border-color: #2f1d04;
}*/

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #438FBC;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.alert-danger-custom {
    background-color: #BD202E !important;
    border-color: #ebccd1;
}

.modal-header {
    background-color: rgb(67,143,188);
}

.modal-header-login {
    background-color: #303030;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 0px;
    border-bottom: 1px solid e5e5e50f;
}

.panel-primary > .panel-heading {
    background-color: rgb(67,143,188);
}

.navbar-brand {
    /* background-color: rgb(67,143,188); */
}

.searchbar {
    background-color: rgb(67,143,188);
}

/******** END APTEAN RE-BRANDING **********/

/*Modal White background fix*/
.modal-open {
    overflow: visible !important;
}

.fc-event .fc-bg {
    opacity: 0 !important;
}

/* Portrait and Landscape - ANDROID phones */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .queryfloat {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .modal-login-content {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #twchevrons {
        background: url('../images/chevrons2__row.png') no-repeat;
        width: 369px;
        height: 79px;
    }

    #twchevrons-right {
        background: url('../images/chevrons2__row.png') no-repeat;
        width: 145px;
        height: 55px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}

/* Portrait and Landscape - Galaxy*/
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .queryfloat {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .modal-login-content {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #twchevrons {
        background: url('../images/chevrons2__row.png') no-repeat;
        width: 369px;
        height: 79px;
    }

    #twchevrons-right {
        background: url('../images/chevrons2__row.png') no-repeat;
        width: 145px;
        height: 55px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}

/* Portrait and Landscape - IPhone */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .queryfloat {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .modal-login-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #twchevrons {
        background: url('../images/chevrons2__row.png') no-repeat;
        width: 143px;
        height: 79px;
    }

    #twchevrons-right {
        background: url('../images/chevrons2__row.png') no-repeat;
        width: 101px;
        height: 78px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}

/* Portrait and Landscape - Galaxy Fold */
@media only screen and (min-device-width: 280px) and (max-device-width: 300px) and (-webkit-min-device-pixel-ratio: 2) {
    .queryfloat {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .modal-login-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #twchevrons {
        background: url('../images/chevrons2__row.png') no-repeat;
        width: 143px;
        height: 79px;
    }

    #twchevrons-right {
        background: url('../images/chevrons2__row.png') no-repeat;
        width: 101px;
        height: 78px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}

@media only screen and (min-device-width: 540px) and (max-device-width: 560px) and (-webkit-min-device-pixel-ratio: 2) {
    .queryfloat {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .modal-login-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #twchevrons {
        background: url('../images/chevrons2__row.png') no-repeat;
        width: 143px;
        height: 79px;
    }

    #twchevrons-right {
        background: url('../images/chevrons2__row.png') no-repeat;
        width: 101px;
        height: 78px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}

.queryfloat {
    float: left;
}

.mahyplnkdiv {
    height: 22px;
    width: 95px;
    text-align: left
}

.ui-grid-viewport {
    overflow-anchor: none;
}

/*
@license textAngular
Author : Austin Anderson
License : 2013 MIT
Version 1.3.0

See README.md or https://github.com/fraywing/textAngular/wiki for requirements and use.
*/

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.ta-scroll-window.form-control {
    position: relative;
    padding: 0;
}

.ta-scroll-window > .ta-bind {
    height: auto;
    min-height: 300px;
    padding: 6px 12px;
}

.ta-editor:focus {
    user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
    z-index: 100;
    position: absolute;
    display: none;
}

    .ta-resizer-handle-overlay > .ta-resizer-handle-info {
        position: absolute;
        bottom: 16px;
        right: 16px;
        border: 1px solid black;
        background-color: #FFF;
        padding: 0 4px;
        opacity: 0.7;
    }

    .ta-resizer-handle-overlay > .ta-resizer-handle-background {
        position: absolute;
        bottom: 5px;
        right: 5px;
        left: 5px;
        top: 5px;
        border: 1px solid black;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .ta-resizer-handle-overlay > .ta-resizer-handle-corner {
        width: 10px;
        height: 10px;
        position: absolute;
    }

    .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
        top: 0;
        left: 0;
        border-left: 1px solid black;
        border-top: 1px solid black;
    }

    .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
        top: 0;
        right: 0;
        border-right: 1px solid black;
        border-top: 1px solid black;
    }

    .ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
        bottom: 0;
        left: 0;
        border-left: 1px solid black;
        border-bottom: 1px solid black;
    }

    .ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
        bottom: 0;
        right: 0;
        border: 1px solid black;
        cursor: se-resize;
        background-color: white;
    }

/* copy the popover code from bootstrap so this will work even without it */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.tabwareloginfooter {
    width: 80%;
}

.btn-group-login {
    color: #ffffff !important;
    background: #303030 !important;
    border: none !important;
}

.tabwareloginheader {
    margin-left: 2%;
    width: 62%;
    margin-top: 3%;
}

.tabwareloginImage {
    margin-top: 12%;
}
