/* Common CSS */

 /* -- normalize -- */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    /* color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box; /* 2 */
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 !important;
    padding: 0 10px 0px 10px !important;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/* -- fonts -- */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/DroidSans.eot');
    src: url('../fonts/DroidSans.eot?#iehack') format('eot'), url('../fonts/DroidSans.woff') format('woff'), url('../fonts/DroidSans.ttf') format('truetype'), url('../fonts/DroidSans.svg#DroidSans') format('svg');
}

@font-face {
    font-family: 'Hind';
    src: url('../fonts/Hind-Regular.ttf') format('truetype');
}

/* -- global -- */
body {
    /* -- font-family: Calibri, Trebuchet, Arial, Helvetica, sans-serif;
    font-family: 'Raleway', sans-serif;*/
    font-family: 'Droid Sans', sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #fff;
    font-size: 13px;
}

section {
    display: block;
}

h1 {
    font-size: 1.1em;
    display: block;
    font-weight: normal;
    color: #fff;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -10px;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

h2 {
}

h3 {
    padding-bottom: 4px;
    border-bottom: solid 0px #ccc;
    font-size: 1.3em;
}

h4 {
}

h5 {
}

h6 {
}

div {
    display: block;
    position: relative;
}

fieldset {
    border: 0 !important;
}

criticalspare{
    background-color: red;
}
/* -- layout -- */
@media (min-width: 1px) and (max-width: 961px) {
    #page {
        margin: 0 auto;
        width: 960px;
    }
}


#content {
    margin: 0 auto;
    width: 96%;
    margin-top: 20px;
    margin-bottom: 100px;
    padding: 0px 20px 0px 20px;
    border-top: solid 0px #e5e5e5;
    border-left: solid 0px #e5e5e5;
    border-right: solid 0px #e5e5e5;
    border-bottom: solid 0px #c2c3c2;
    background-color: #fff;
    clear: both;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 20px;
    min-height: 500px;
}


/* -- header -- */
#header {
    height: 60px;
    background-color: #37434f;
    width: 100%;
    border-bottom: solid 0px #000;
}

.header-alt {
    padding-top: 20px;
    height: 60px;
    color: #fff;
}

#header .left {
    float: left;
    width: 180px;
    height: 60px;
    color: #fff;
    background-color: #2c363f;
}

#header .middle {
    float: left;
    width: auto;
    height: 60px;
    color: #fff;
    margin-left: 12px;
}

@media (max-width: 1180px) and (min-width: 995px) {
    #header .left {
        display: none;
    }
}

@media (max-width: 995px) and (min-width: 1px) {
    #header .left, .container-fluid {
        display: none;
    }

    #header-alt {
        display: block;
    }
}



#header .right {
    float: right;
    width: 282px;
    background-color: #37434f;
    height: 60px;
    margin-right: 15px;
}


#header .left .logo {
    color: #3498db;
    font-size: 1.5em;
    line-height: 3em;
    padding-left: 23px;
    font-family: 'Hind', sans-serif;
    font-weight: bold;
    text-shadow: .02em .02em 1em #000;
}

#header .left .logo-strong {
    color: #fff;
    font-weight: normal;
}

#header .client-logo {
    float: right;
    height: 60px;
    width: 200px;
    background-position: right;
    background-repeat: no-repeat;
}

#header .profile {
    float: right;
    text-align: right;
    padding: 17px 0px 0px 15px;
    font-size: .85em;
}

    #header .profile a {
        display: inline-block;
        padding: 5px 8px;
        margin-bottom: 0;
        font-size: .85em;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        border-radius: 2px;
        color: #fff;
        margin: 0 12px 5px 0;
        background: #3498db;
        text-decoration: none;
        -webkit-transition: all .10s ease-in-out;
        -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
        -o-transition: all .10s ease-in-out;
        transition: all .10s ease-in-out;
    }

        #header .profile a:hover {
            color: #fff;
            background: #2e80b6;
            -webkit-transition: all .10s ease-in-out;
            -moz-transition: all .10s ease-in-out;
            -ms-transition: all .10s ease-in-out;
            -o-transition: all .10s ease-in-out;
            transition: all .10s ease-in-out;
        }


/* -- sub header -- */
.subheader {
    width: 100%;
    height: 29px;
    border-bottom: #909090 solid 1px;
    background: #d3d3d3;
    font-size: .8em;
    display: none;
    line-height: 2.5em;
    text-align: right;
    padding-right: 30px;
}

    .subheader a {
        display: inline-block;
        padding: 3px 8px;
        margin-bottom: 2px;
        font-size: .85em;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        border-radius: 2px;
        color: #fff;
        background: #2abc68;
        text-decoration: none;
        -webkit-transition: all .10s ease-in-out;
        -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
        -o-transition: all .10s ease-in-out;
        transition: all .10s ease-in-out;
    }

        .subheader a:hover {
            background: #24ad5d;
        }

    .subheader .separator {
    }

    .subheader select {
        margin-left: 10px;
        margin-top: 6px;
    }

/* -- breadcrumbs colors -- */
.breadcrumbs {
    text-align: left;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
}

    .breadcrumbs a:hover {
        background: #3498db;
    }

    .breadcrumbs span {
        display: inline-block;
        padding: 2px 6px;
        margin-bottom: 2px;
        font-size: .7em;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        border-radius: 2px;
        color: #fff !important;
        background: #2e80b6;
        text-decoration: none;
        -webkit-transition: all .10s ease-in-out;
        -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
        -o-transition: all .10s ease-in-out;
        transition: all .10s ease-in-out;
    }

        .breadcrumbs span:hover {
            background: #3498db;
        }

    .breadcrumbs a {
        color: #000;
    }

        .breadcrumbs a:active {
            color: #222222;
        }


/* -- button colors -- */
.btn-green, .btn-yellow, .btn-red, .btn-blue {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 2px;
    font-size: .9em;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -ms-transition: all .10s ease-in-out;
    -o-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}

input.btn-green, a.btn-green {
    background: #219653;
    /*color: #fff;*/
}

    input.btn-green:hover, a.btn-green:hover {
        background: #2abc68;
        color: #fff;
    }

    input.btn-green:hover, a.btn-green:hover {
        background: #24ad5d;
    }


input.btn-yellow {
    background: #f7af48;
    color: #fff;
}

    input.btn-yellow:hover {
        background: #f7a52e;
        color: #fff;
    }

input.btn-red {
    background: #e64d5f;
    color: #fff;
}

    input.btn-red:hover {
        background: #d64b5a;
        color: #fff;
    }

input.btn-blue {
    background: #3498db;
    color: #fff;
}

    input.btn-blue:hover {
        background: #2e80b6;
        color: #fff;
    }


/* -- icon colors -- */
.fa.yellow {
    color: #f7af48;
}

.fa.green {
    color: #2abc68;
}

.fa.blue {
    color: #3498db;
}

.fa.red {
    color: #e64d5f;
}

.fa.white {
    color: #fff;
}


/* -- action events -- */
.actionevent.green, .actionevent.blue, .actionevent.red, .actionevent.yellow {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 6px;
    font-size: .9em;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -ms-transition: all .10s ease-in-out;
    -o-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}

.action-green a {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 6px;
    font-size: .8em;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -ms-transition: all .10s ease-in-out;
    -o-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
    background: #2abc68;
}

.actionevent.red {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 6px;
    font-size: .8em;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -ms-transition: all .10s ease-in-out;
    -o-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}

.action-green i {
    margin-right: 8px;
}

.actionevent.green {
    background: #2abc68;
}

    .actionevent.green:hover {
        background: #24ad5d;
    }

.actionevent.red {
    background: #ff0000;
}

    .actionevent.red:hover {
        background: #cc0000;
    }

.actionevent a {
    text-decoration: none;
    color: #fff;
    padding-left: 6px;
}




/* -- sections- administration -- */
.menu-admin a {
    display: inline-block;
    border-bottom: solid 0px #d0d0d0;
    min-width: 256px;
    padding-top: 10px;
    text-decoration: none;
}

.menu-admin .fa {
    color: #fff;
}

legend {
    padding-bottom: 4px;
    border-bottom: solid 0px #ccc;
    font-size: 1.3em;
}

fieldset {
    border-top: solid 0px #f7af48 !important;
}

/* f7af48 f7a52e yellow    2abc68 24ad5d green   3498db 2e80b6 blue e64d5f d64b5a red */


/* -- top nav -- */
.menu {
    float: left;
    width: 100%;
    border: solid 0 #fff;
    height: 58px;
}

    .menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        display: inline;
    }

    .menu li {
        display: inline-block;
        float: left;
    }

    .menu li {
        font-size: .85em;
        margin-top: 0px;
    }

        .menu li a {
            text-decoration: none;
            display: inline-block;
            padding: 21px 10px 22px 10px;
            color: #fff;
            border-left: dotted 1px #5d666f;
            -webkit-transition: all .10s ease-in-out;
            -moz-transition: all .10s ease-in-out;
            -ms-transition: all .10s ease-in-out;
            -o-transition: all .10s ease-in-out;
            transition: all .10s ease-in-out;
        }

    .menu a:hover {
        text-decoration: none;
        background: #3498db;
        -webkit-transition: all .10s ease-in-out;
        -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
        -o-transition: all .10s ease-in-out;
        transition: all .10s ease-in-out;
    }

.navbar-nav > li > a {
    text-decoration: none;
    display: inline-block;
    padding: 20px 10px 9px 6px;
    color: #fff;
    border-left: dotted 0px #5d666f;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -ms-transition: all .10s ease-in-out;
    -o-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
    border-top: 0px;
    height: 60px;
}

    .navbar-nav > li > a:hover {
        color: #37434f;
    }

    .navbar-nav > li > a:focus {
        color: #37434f;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #37434f;
}

.navbar-nav > li {
    font-size: .85em;
    margin-top: 0px;
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}

.container-fluid {
}

.dropdown-menu > li > a {
    font-size: .85em;
}

/* -- footer -- */
#footer {
    text-align: center;
    height: 30px;
    border-top: solid 1px #37434f;
    background-color: #3498db;
    color: #fff;
    bottom: 0px;
    right: 0%;
    left: 0%;
    position: fixed !important;
    position: absolute;
    width: 100%;
    top: expression((0-(footer.offsetHeight)+
    (document.documentElement.clientHeight?
    document.documentElement.clientHeight:
    document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop?
    document.documentElement.scrollTop:document.
    body.scrollTop))+'px');
    text-align: center;
    visibility: visible;
    clear: both;
    z-index: 3;
}

    #footer .left {
        float: left;
        background-color: #2e80b6;
        height: 30px;
        width: 300px;
        text-align: center;
        font-size: .8em;
        padding: 7px 0 0 15px;
        border-right: solid #d0d0d0 1px;
    }

    #footer .right {
        float: left;
        height: 30px;
        width: 300px;
        text-align: left;
        font-size: .8em;
        padding: 7px 0 0 15px;
    }

/* -- basic forms -- */
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

    fieldset legend {
    }

    fieldset label {
        width: 17%;
        text-align: right;
        float: left;
        padding-top: 3px;
    }

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* -- validation helpers -- */
.field-validation-error, .message {
    color: #f00;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #fee !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.operation-result-success {
    color: #007a00;
    font-weight: bold;
    margin-bottom: 10px;
}

.operation-result-failure {
    color: #f00;
    font-weight: bold;
    margin-bottom: 10px;
}


/* -- form field bootstrap overrides -- */
.form-group {
    margin-bottom: 10px;
    width: 100%;
    border: solid 0px #ff00ff;
    float: right;
}

.field-group {
    width: 55%;
    text-align: left;
    float: left;
    padding: 0px 0px 0px 15px;
}

    .field-group p {
        padding-top: 3px;
        margin: 0px;
    }

.field-group-val {
    text-align: right;
    float: left;
    padding: 5px 0px 0px 15px;
    border: solid 0px #ff00ff;
}


/* -- tables -- */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: middle;
    height: 20px;
}


/* -- ajax spinner -- */
.ajax-spinner {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background-image: url('../content/images/ajax-loader-large-pie.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


/* -- email content -- */
.form-control-multiline {
    display: block;
    width: 100%;
    height: 128px;
    padding: 4px 0px 0px 5px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.error {
    color: #f00;
    font-weight: bold;
}



/* -- login -- */
.wrapper-login {
    margin: 0 auto;
    width: 420px;
    margin-top: 100px;
    display: block;
}

    .wrapper-login input {
        display: block;
        border: none;
        width: 100%;
        height: 43px;
        padding-left: 60px;
        font-size: 1em;
        color: #96999f;
        line-height: 43px;
    }

        .wrapper-login input.user {
            border-radius: 3px 3px 0 0;
            border-bottom: 1px solid #e5e7e8;
            background: #fff url('../content/images/login-icons-1.png') no-repeat 0 0;
            font-weight: 500;
        }

            .wrapper-login input.user:focus {
                background: #fff url('../content/images/login-icons-1.png') no-repeat 0 -43px;
            }

        .wrapper-login input.password {
            border-radius: 0 0 3px 3px;
            background: #fff url('../content/images/login-icons-2.png') no-repeat 0 0;
        }

            .wrapper-login input.password:focus {
                background: #fff url('../content/images/login-icons-2.png') no-repeat 0 -43px;
            }

input {
    outline: none !important;
}


.login-button {
    display: block;
    height: 43px;
    text-align: center;
    color: #fff !important;
    font-size: 1em;
    background: #2abc68;
    border-radius: 3px;
    -o-transition: all 160ms;
    -moz-transition: all 160ms;
    -webkit-transition: all 160ms;
    transition: all 160ms;
    margin-top: 20px;
    padding-left: 0px !important;
    padding: 0px 0px !important;
}

    .login-button:link {
    }

    .login-button:visited {
    }

    .login-button:hover {
        background: #1e9a53;
        color: #fff;
    }

    .login-button:active {
    }

    .login-button:focus {
        color: #fff;
        text-decoration: none;
    }



/* --  inclusion of right, left and below tabs -- */

.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content {
    overflow: hidden;
}

    .tab-content > .tab-pane,
    .pill-content > .pill-pane {
        display: none;
        border: 1px solid #dddddd;
        height: auto;
        padding: 10px;
    }

    .tab-content > .active,
    .pill-content > .active {
        display: block;
        border: 0px solid #ff00ff;
        height: auto;
        padding: 10px;
    }

.tabs-below > .nav-tabs {
    border-top: 0px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover,
            .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #ddd;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover,
    .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd #ddd;
    }

.tabs-left > .nav-tabs > li {
    float: none;
    width: 200px;
}

    .tabs-left > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 0px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 20px;
    border-right: 0 solid #ddd;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
    }

.tabbable > .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-right: 0;
}

.location-inner-content > .tabbable > .tab-content > .tab-pane {
    margin-top: -1px;
}

.nav-tabs > li > a:hover {
}

.nav-tabs li a, .nav-tabs li a:focus {
    color: #333333;
}

.nav-tabs li.active a, .nav-tabs li.active a:focus {
    color: #005a9e;
}

.tab-pane fieldset {
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
}

.location-inner-content .nav-tabs > li > a {
    border-bottom: 0px !important;
}

.message-error {
    color: red;
    font-weight: bold;
    display: none;
}

.message-success {
    color: green;
    font-weight: bold;
    display: none;
}

/* --  field boxes -- */
.box-50-right, .box-50-left {
    width: 49%;
    float: left;
}

.form-group-alt {
    clear: both;
    width: 100%;
}

    .form-group-alt fieldset {
        border: solid 1px #e0e0e0 !important;
        border-radius: 4px;
        padding-bottom: 20px !important;
    }

    .form-group-alt legend {
        padding: 10px;
    }

    .form-group-alt a {
        font-size: .85em;
        font-weight: normal;
    }

        .form-group-alt a:hover {
            text-decoration: none;
        }

.field-group-alt {
}


/* --  tab modification -- */
fieldset {
    border: 0px !important;
}

.nav-tabs > li {
    margin-bottom: 0;
    font-size: .9em;
}

.nav-tabs {
    border-bottom: 0;
}

    .nav-tabs > li {
    }

        .nav-tabs > li > a {
            background: #f5f5f5;
            padding: 7px 15px 7px 15px;
        }

        .nav-tabs > li.active {
            background: none;
            background-repeat: no-repeat;
            background-position-x: right;
            background-position-y: 11px;
        }

            .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
                border: 0;
                background-color: #3498db;
                color: #fff;
                margin-bottom: 0px;
            }

        .nav-tabs > li.active {
            background-image: url('../content/images/arrobotblu1.png');
            background-position-x: center;
            background-position-y: bottom;
            padding-bottom: 16px;
        }

        .nav-tabs > li > a:hover {
            border: 0;
        }

        .nav-tabs > li > a {
            margin-right: 4px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px;
        }

        .nav-tabs > li > a {
            border: 0;
        }

.tabs-left .nav-tabs > li.active > a, .tabs-left .nav-tabs > li.active > a:hover, .tabs-left .nav-tabs > li.active > a:focus {
    border: 0;
    color: #fff;
    margin-bottom: 6px;
}

.tabs-left .nav-tabs > li {
    padding-bottom: 0px;
    margin-bottom: 6px;
}

    .tabs-left .nav-tabs > li.active > a, .tabs-left .nav-tabs > li.active > a:hover, .tabs-left .nav-tabs > li.active > a:focus {
        background: #e4e4e4;
        background-image: url('../content/images/arrortblu1.png');
        background-repeat: no-repeat;
        background-position-x: 187px;
        background-position-y: 2px;
        color: #2c363f;
    }

    .tabs-left .nav-tabs > li > a:active {
    }

    .tabs-left .nav-tabs > li > a {
        border-radius: 4px;
    }

.tabs-left {
    margin-left: 20px;
}

    .tabs-left .tabbable .nav-tabs > li.active > a, .tabs-left .tabbable .nav-tabs > li.active > a:hover, .tabs-left .tabbable .nav-tabs > li.active > a:focus {
        background: #d8e8ff;
        color: #2c363f;
    }

#data-container {
    border-top: solid 0px #ccc;
    padding-top: 6px;
}

#companies, #users, #customers {
    margin-top: 20px;
}


.form-group .datepickerexpand {
    display: inline-block;
    width: 20%;
}

.textbox50 {
    width: 50% !important;
}

.textbox100 {
    width: 100% !important;
}

#machine-details .form-group label {
    width: 40%;
}

#machine-details .field-group {
    width: 60%;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}



/* requistions ------------------------- */
a.action-blue {
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 6px;
    font-size: 1em;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -ms-transition: all .10s ease-in-out;
    -o-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
    background: #2abc68;
    width: 90%;
}


#pick1, #pick2, #pick3 {
    display: none;
}

.fsnoborders {
    background-color: transparent !important;
    border: 0px solid #ff00ff;
    height: 20px;
    width: 160px;
    resize: none;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    width: 100% !important;
    font-size: .9em;
    border-radius: unset;
    color: #333333;
}

.wd-1 {
    width: 1% !important;
}

.wd-5 {
    width: 5% !important;
}

.wd-90 {
    min-width: 220px !important;
    overflow: hidden;
}

.fullz {
    width: 220px;
}

.ctb {
    min-height: 60px;
    width: 90%;
    border: solid 1px #ccc;
}

.h10 {
    margin-bottom: 10px;
}

#tree-container {
    float: left;
    z-index: 2;
}


#return-to-part-search {
    margin: 10px 0 10px 0;
}


#search-fields fieldset label {
    width: auto;
    text-align: right;
    clear: both;
    display: block;
    font-weight: normal;
}

#search-fields .field-group {
    width: 70%;
    text-align: left;
    float: right;
    padding: 0px 0px 0px 4px;
}

#search-fields .form-group {
    margin-bottom: 5px;
}


@media (max-width: 1480px) {
    #search-fields fieldset label {
        font-size: 12px;
    }

    #search-fields .field-group {
        width: 55%;
    }
}

@media (min-width:1020px) and (max-width: 1300px) {
    #search-fields fieldset label {
        font-size: 12px;
    }

    #search-fields .field-group {
        width: 55% !important;
    }
}

.half-column {
    width: 50%;
    float: left;
}

.three-quart-column {
    width: 33.33%;
    float: left;
}

.four-quart-column {
    width: 25%;
    float: left;
}

a.blue {
    color: #428bca !important;
}


.widgetcase {
    border: solid 1px #ccc;
    width: 30%;
    float: left;
    padding: 0px 0px 10px 0px;
    margin: 10px 20px 10px 0px;
}
.widgetcase-alt {
    clear:both;
    width: 100%;


}
    .widgetcase h3 {
        font-size: 1em;
        padding: 6px 0px 6px 6px;
        margin: 0px;
        border: 0px;
        background: #ededed;
    }

    .widgetcase p {
        font-size: 1em;
        padding: 0px;
        margin: 0px 0px 0px 26px;
        border: 0px;
    }

    .widgetcase .fa {
        color: #333333;
        padding-right: 6px;
    }

.btn {
    padding: 3px 9px;
    font-size: 13px;
}
.form-control {
    height: 25px;
}

.form-control-large {
    width: 100%;
    height: 450px;
}

label {
font-weight:500;
}

input[type='checkbox'], input[type='radio'] {
    margin-right:5px;
}


