﻿.k-header h1 {
    margin: 0;
    padding: 30px 15px;
    font-size: 32px;
    font-weight: lighter;
}

/* Sticky footer styles
    -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.announcementBody span {
    background-color: transparent!important;
    color:rgb(252,252,252)!important;
}

.alt-background {
    background-color:#2c374b;
}

.form-control {
    border-radius: 0;
    border: 1px solid #3e6288 !important;
    background-color: #364250 !important;
    color: rgb(251,251,251);
    font-size: 12px !important;
}
.form-control-small {
    height: 30px!important;
    margin-top: 5px;
}

.form-control-light {
    border-radius: 0;
    border: 1px solid #4f94cf !important;
    background-color: rgb(250,250,250) !important;
    color: #444;
    font-size: 12px !important;
    width: 100%;
}

.select2-input {
    color: #444!important;
}

input {
    border-radius: 0;
    border: 1px solid #3e6288 !important;
    background-color: #364250 !important;
    color: rgb(251,251,251);
}

    input[type="date"] {
        border-color: #3e6288 !important;
        line-height: initial;
    }

    .form-control:hover {
        box-shadow: 0 !important;
    }

    .form-control:active {
        box-shadow: 0 !important;
        border-color: rgb(0,107,163) !important;
    }

    .form-control:focus {
        box-shadow: 0 !important;
        border-color: rgb(0,107,163) !important;
    }


.field-validation-error {
    margin-top: 5px !important;
}

.text-danger {
    color: rgb(232,89,87)!important;
}

.text-info {
    color: #368db7;
}

.text-success {
    color: rgb(65, 196, 189) !important;
}


.with-border {
    border-bottom: 2px solid rgba(20, 144, 228, 0.37) !important;
    border-radius: 2px;
    margin-bottom: 15px;
}

.k-grid-filter.k-state-active {
    border: 1px solid #1899db !important;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 55px;
    /*background-color: rgba(44,55,75,0.8);*/
    background-color: #364250;
    color: rgb(252,252,252);
    font-size: 13px;
    font-family: 'Roboto', sans-serif !important;
}

#stt_logo {
    position: fixed;
    bottom: 10px;
    right: 10px;
}



.box-header{
    color: rgb(254,254,254)!important;
}

.k-grid-header .k-header {
    height: 13px;
    padding: 3px;
}

form-group {
    margin-bottom: 8px;
}

.k-grid tbody tr {
    line-height: 10px;
}

.k-grid tbody td {
    padding: 3px;
    padding-left: 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 55px;
    background-color: #f5f5f5;
}

label{
    font-weight: 400;
}

.control-label {
    font-weight: 300;
    margin-bottom: 5px!important;
}

.container-fluid .text-muted {
    margin: 10px 0;
}

.k-state-highlight {
    background-color: #3f3f3f!important;
}


.k-chart, text {
    fill: rgb(248,248,248) !important;
}

.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}


.k-button-export {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 7px
}

.btn-export-container {
    margin-top: 8px;
    padding-left: 15px
}

.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    background-color: #363636 !important;
    border: 0 !important;
    box-shadow: none !important;
}

    .btn-toggle:hover {
        background-color: #585858 !important;
    }

    .btn-toggle .k-icon {
        opacity: 1;
    }

.btn-control {
    border-radius: 0 !important;
    height: 31.5px;
    margin-top: 1px
}

.btn-control>span{
    margin-top: 3px;
}

.btn-toggle,
.k-primary.btn-toggle:hover,
.btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
.btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
    box-shadow: none;
    border-radius: 0;
}

    .btn-toggle .k-i-hbars,
    .k-primary.btn-toggle:hover .k-i-hbars,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
        background-position: -80px -32px;
    }

.header {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.navbar-default {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #363636;
    /*background-color: #1271b2;*/
    border-radius: 0;
    margin: 0;
    height: 68px;
    border: 0;
}

.k-menu.k-header {
    background-image: linear-gradient(to right, #3b3b3b, #3b3b3b);
}

    .navbar-default h2 {
        color: white;
        margin: 0;
        font-weight: 400;
    }

.navbar-login {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #2c374b;
    border-radius: 0;
    margin: 0;
    height: 68px;
    border: 0;
}

    .navbar-login h2 {
        color: white;
        margin: 0;
        font-weight: lighter;
    }


.box-footer {
    background-color: transparent !important;
    color: rgb(252,252,252);
    border-top: 0!important;
}


td{
    font-weight: 400;
}

th{
    font-weight: 600;
}

.table > thead > tr > th {
    border-bottom: 2px solid #7b89a1 !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #7b89a1;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        background-color: #2c374b;
    }



.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1.5px !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #7b89a1!important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(44, 55, 75, 0.47);
}

.table-striped > tbody > tr:hover {
    background-color: rgba(47, 61, 85, 0.94);
}

.select2-container .select2-choice {
    border-radius: 0 !important;
}



.btn-primary {
    background-color: transparent !important;
    border-color: rgb(252,252,252) !important;
    border-radius: 0!important;
}

    .btn-primary:hover, .btn-primary:focus {
        color: rgb(252,252,252) !important;
        transition: border-color .5s;
        border-color: rgb(232, 89, 87) !important;
    }



.btn-success {
    border-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-color: #616161;
    color: #d5d5d5;
    background-color: #616161;
    background-position: 50% 50%;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05);
}

    .btn-success:hover, .btn-success:focus {
        color: rgb(252,252,252);
        transition: border-color .5s;
        border-color: #2e9fff !important;
        background-color: #616161 !important;
    }


.btn-warning {
    background-color: transparent !important;
    border: 1px solid rgb(255, 200, 65) !important;
    border-radius: 0;
    color: rgb(252,252,252);
}

    .btn-warning:hover, .btn-warning:focus {
        color: rgb(255, 200, 65);
        transition: color .5s;
    }



.btn-default {
    background-color: transparent;
    border: 1px solid rgb(252,252,252) !important;
    color: rgb(252,252,252) !important;
    border-radius: 0 !important;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active {
        background-color: transparent;
        border-color: rgb(232, 89, 87) !important;
        transition: border-color .5s;
    }

.btn-secondary {
    background-color: rgba(56, 167, 106, .8);
    border: 1px solid rgb(56, 167, 106) !important;
    color: rgb(252,252,252) !important;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        background-color: rgb(67, 165, 111);
        border-color: rgb(27, 178, 95) !important;
        transition: border-color .5s;
        transition: background-color .5s;
    }


.btn-no-style {
    background-color: transparent;
    border-color: transparent;
}

    .btn-no-style:hover {
        color: rgb(98, 174, 170) !important;
        transition: color .5s;
    }


.jvectormap-zoomin{
    background-color: rgb(98, 174, 170)!important;
}

.jvectormap-zoomout {
    background-color: #f44c4a!important;
}

.main-menu-tile {
    padding: 20px;
    margin-bottom: 50px;
    cursor: pointer;
    border: 1px solid rgb(240,240,240);
    border-radius: 5px;
    height: 200px;
    background-color: rgb(247,247,247);
}

    .main-menu-tile:hover {
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    }

.flex-nowrap-column-container {
    display: flex;
    flex-wrap: nowrap;
    flex-flow: column;
}

.flex-nowrap-row-container {
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row;
}

.main-menu-tile:hover > h3 {
    color: #278fe2;
}

.category-heading-container {
    margin-top: -4px;
    white-space: nowrap;
}

.category-heading {
    margin-right: 70px;
    color: white;
    font-weight: 300;
}

.NoStyleLink a {
    text-decoration: none !important;
    color: inherit !important;
}

.NoStyleLink {
    text-decoration: none !important;
    color: inherit !important;
}

.is-invalid {
    border-color: rgba(200, 13, 13, 0.10) !important;
    box-shadow: 0 1px 4px rgb(200, 13,13) !important;
}

.is-valid {
    box-shadow: 0 0px 0px rgb(200, 13, 13) !important;
    border-color: #ccc !important;
}


.footer-fixed {
    background: linear-gradient(to right,#3b3b3b,#3b3b3b);
    border-top: 1px solid #3e6288;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

.footer-fixed-option {
    width: 90px;
}

.float-right {
    float: right;
}

.form-body {
    margin-top: 35px;
}

.field-body {
    margin-top: 35px;
}

.standard-body {
    margin-top: 35px;
}


.standard-grid-body {
    /*top: 116px;
    position: absolute;
    bottom: 63px;*/
    margin-top: 10px;
    margin-left: 11px;
    margin-right: 11px;
    /*box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.1);*/
}

.field-control-group {
    margin-bottom: 12px;
}

.field-control-label {
    font-weight: 600;
}

.k-textbox {
    width: 100% !important;
    border: 1px solid #3e6288 !important;
    background-color: #364250 !important;
    color: rgb(251,251,251);
}

    .k-textbox::placeholder {
        color: rgb(198, 198, 198);
    }


    input {
        border: 1px solid #ccc !important;
    }

.input-listbox-search {
    margin-bottom: 25px;
    width: 100%;
}

.input-listbox-search-no-fill {
    margin-bottom: 25px;
}

.grid-default {
    height: 100%;
    background-color: rgba(44, 55, 75, 0.17) !important;
    color: rgb(250,250,250)!important;
}

.k-header {
    background-color: #2c374b !important;
    color: rgb(240,240,240) !important;
}
.k-grid-footer, .k-grid-footer td, .k-grid-header, .k-grid-header .k-header, .k-grid-header .k-header {
    background-color: #2c374b !important;
    color: rgb(240,240,240) !important;
}

.k-pager-wrap {
    background-color: #2c374b !important;
}

    .k-pager-wrap .k-link {
        border-color: transparent !important;
    }

    .k-grid .k-state-selected:hover .k-group-cell, .k-grouping-row td, .k-resize-handle-inner, td.k-group-cell {
        background-color: #3f3f3f !important;
        color: rgb(240,240,240) !important;
    }


html .k-grid tr:hover {
    background-color: rgba(44, 55, 75, 0.64) !important;
}

html .k-grid tr.k-alt:hover {
    background-color: rgba(44, 55, 75, 0.64) !important;
}


.k-block, .k-content, .k-dropdown .k-input, .k-popup, .k-widget {
    color: rgb(250,250,250) !important;
}


.k-header > a {
    color: rgb(253,253,253) !important;
}

.k-reset {
    font-weight: 300 !important;
}


.k-alt {
    background-color: rgba(44, 55, 75, 0.47) !important;
}



.fw-600 {
    font-weight: 600;
}

.fw-600-i {
    font-weight: 600;
    font-style: italic;
}

input {
    height: 33.5px;
}

    input[type=radio] {
        height: initial;
    }

    .loader-item {
        margin-left: 15px;
        width: 25px;
        height: 25px;
        border: 5px solid whitesmoke;
        border-top: 5px solid #3498db;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

.hidden-space {
    visibility: hidden;
}

.k-loading-mask {
    display: none;
}

.tile {
    border: 1px solid rgb(224,224,224);
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 12px;
    padding-top: 17px;
    margin-bottom: 25px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.tile-body {
    padding-bottom: 10px;
}

.tile-primary {
    background-color: rgba(59, 59, 59, 0.59);
    color: rgb(252,252,252);
}

.tile-default {
    background-color: rgba(59, 59, 59, 0.59);
    color: rgb(252,252,252);
    border: 1px solid #3e6288 !important;
}

.tile-hr {
    margin-top: 10px;
    border-bottom: 1px solid #3e6288 !important;
}

.tile-options {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tile-control-group {
    padding-bottom: 4px;
    width: 100%
}

.tile-control-label {
    color: whitesmoke;
    font-weight: 600;
}

.tile-default .tile-control-label {
    color: rgb(252,252,252);
    font-weight: 400;
    font-size: 20px;
}

.tile-control-value {
    text-align: right
}

.title-primary.tile-responsive:hover {
    background-color: rgba(59, 59, 59, 0.59);
    color: rgb(252,252,252);
    border-radius: 5px;
}

.tile-default.tile-responsive:hover {
    border-color: #1899db !important;
    transition: border-color .8s;
    border-width: 2px;
    cursor: pointer;
}

    .tile-default.tile-responsive:active {
        border-color: #1982b8 !important;
    }

.content-container {
    padding: 15px 30px;
    box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.1);
    /*background-color: white;*/
    /*background-color: rgba(44, 55, 75, 0.47);*/
    background-color: rgb(57, 62, 68);
    color: rgb(252,252,252);
    border-radius: 7px;
    margin-bottom: 8px;
    border: 1px solid #3e6288;
}

.content-container-wfeblue {
    padding: 15px 30px;
    /*background-color: white;*/
    /*background-color: rgba(44, 55, 75, 0.47);*/
    background-color: rgba(44, 55, 75, 0.95);
    color: rgb(252,252,252);
    border-radius: 10px;
    margin-bottom: 8px;
}

.content-container-trans {
    padding: 15px 30px;
    /*background-color: white;*/
    /*background-color: rgba(44, 55, 75, 0.47);*/
    color: rgb(252,252,252);
    border-radius: 10px;
    margin-bottom: 8px;
}


.content-container-dark {
    padding: 15px 30px;
    box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.1);
    /*background-color: white;*/
    /*background-color: rgba(44, 55, 75, 0.47);*/
    background-color: rgb(58, 60, 63);
    color: rgb(252,252,252);
    border-radius: 10px;
    margin-bottom: 8px;
    border: 1px solid #3e6288;
}

.content-container-heading {
    padding-top: 7px;
    padding-bottom: 3px;
    color: #e3e3e3;
}

.content-container-trans {
    padding: 15px 30px;
    color: rgb(252,252,252);
    border-radius: 10px;
    margin-bottom: 8px;
}

.lead {
    margin-bottom: 5px;
    font-weight: 400;
}

.top-menu {
    margin-bottom: 10px;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;

}

.close {
    color: #f44c4a;
    text-shadow: 0 1px 0 #f44c4a !important;
    opacity: 1 !important;
}

    .close:hover, .close:active, .close:focus {
        color: #f44c4a;
        text-shadow: 0 1px 0 #fff !important;
        transition: text-shadow .5s;
        opacity: 1 !important;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 500;
    color: rgb(240,240,240);
}

.modal-content {
    background-color: rgba(42, 49, 54, 0.80);
}

.modal-footer {
    border-top-color: #7b89a1 !important;
}

.modal-header {
    border-bottom-color: #7b89a1 !important;
}

.panel-default {
    border-color:#3e6288;
    background-color: rgba(44, 55, 75, 0.15)
}

    .panel-default > .panel-heading {
        border-color: #3e6288;
        background-color: transparent;
        color: #fff;
    }

.k-listbox .k-list-scroller {
    /*background-color: rgb(71, 76, 80) !important;*/
    background-color: rgb(63, 63, 63) !important
}

hr {
    border-color: #3e6288;
}

a {
    color: #2e9fff;
}

    a:visited {
        color: #2e9fff;
    }

a:hover {
    color: #2e9fff;
}




.content-container-footer {
    background: linear-gradient(to right,#3b3b3b,#3b3b3b);
    margin-bottom: -15px;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-radius: 0 !important;
    border-top: 1px solid rgb(240,240,240)
}

.tab-selection {
    border-bottom: 3px solid #278fe2;
    border-radius: 0 0 3px 3px;
}

.tab {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.tab:hover {
    border-bottom: 3px solid #ccc;
    border-radius: 0 0 3px 3px;
}

.tab:active {
    color: #1271b2 !important;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.btn-outline {
    border-radius: 4px;
}

.btn-outline-primary, btn-outline-primary:after {
    border: 2px solid #1899db !important;
    background-color: transparent !important;
    color: rgb(250,250,250) !important;
}

    .btn-outline-primary:hover {
        background-color: #1899db !important;
        color: white !important;
    }


.interactive-p {
    font-weight: 400;
    font-size: 14px;
}

    .interactive-p:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.k-grid-toolbar {
    background-color: transparent !important;
    border-bottom: 0.9px solid rgb(234,234,234) !important;
    border-radius: 2px;
}

.k-separator {
    border: 0.6px solid rgb(200,200,200) !important;
    border-radius: 1px;
    width: 100% !important;
}

.helpme-grid-button {
    margin-bottom: -30px;
    margin-right: 3px;
}

.grid-toobar-container {
    padding-top: 8px;
}

.dialog-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}


.k-grid-pdf {
    background-color: transparent !important;
    border: 2px solid #1899db !important;
    border-radius: 4px;
    color: rgb(240,240,240) !important;
    margin: 5px !important;
    padding: 5px !important;
    width: 90px !important;
}

    .k-grid-pdf:hover {
        background-color: #1899db !important;
        transition: background-color .8s;
        color: white !important;
    }

    .k-grid-pdf:active {
        background-color: #1982b8 !important;
    }


.k-grid-excel {
    background-color: transparent !important;
    border: 2px solid rgba(24, 219, 92, 1.00) !important;
    border-radius: 4px;
    color: rgb(240,240,240) !important;
    margin: 5px !important;
    padding: 5px !important;
    width: 90px !important;
}

    .k-grid-excel:hover {
        background-color: rgb(56, 167, 106) !important;
        transition: background-color .8s;
        color: white !important;
    }

    .k-grid-excel:active {
        background-color: rgb(25, 168, 89) !important;
    }

.k-grid-image {
    background-color: transparent !important;
    border: 2px solid rgb(255, 200, 65) !important;
    border-radius: 4px;
    color: rgb(240,240,240) !important;
    margin: 5px !important;
    padding: 5px !important;
    width: 90px !important;
}

    .k-grid-image:hover {
        background-color: rgb(251, 185, 24) !important;
        transition: background-color .8s;
        border: 2px solid rgb(251, 185, 24) !important;
        color: white !important;
    }

    .k-grid-image:active {
        background-color: rgb(255, 200, 65) !important;
    }

.svg-export {
    background-color: transparent !important;
    border: 2px solid rgb(253, 81, 57) !important;
    border-radius: 4px;
    color: rgb(240,240,240) !important;
}

    .svg-export:hover {
        background-color: rgb(251, 45, 16) !important;
        border: 2px solid rgb(251, 45, 16) !important;
        transition: background-color .8s;
        color: white !important;
    }

    .svg-export:active {
        background-color: rgb(253, 81, 57) !important;
    }

.k-listbox {
    width: 100% !important;
    height: 300px !important;
}

.box.box-primary {
    border-top: 0 !important;
    background-color: transparent!important;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    background-color: rgb(255, 255, 255);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 0px 0px rgba(0,0,0,0.1) !important;
}

.checkbox-container {
    margin-top: 15px;
}

.listbox-heading {
    font-weight: 400;
    margin-bottom: 12px;
}

.textarea-container {
    margin-left: 15px;
    margin-right: 15px;
}

textarea {
    padding: 8px !important;
}

.k-grouping-header {
    background-color: transparent!important;
    color: rgb(245,245,245);
}

.k-group-indicator {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: 2px solid rgb(56, 167, 106) !important;
    border-radius: 0px !important;
}

    .k-group-indicator > a {
        color: rgb(252,252,252);
    }

        .k-group-indicator > a > span {
            color: rgb(252,252,252)!important;
        }

.interactive {
}

    .interactive:hover {
        background-color: rgba(0,0,0,0.1);
    }


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.hide-text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accordion-heading {
    padding-top: 12px;
    padding-bottom: 5px;
    border-bottom: 2.1px solid rgb(230,230,230) !important;
}

.accordion-body {
    padding-top: 14px;
    padding-bottom: 8px;
}

.danger {
    background-color: rgba(213, 45, 32, 0.20) !important;
}

.menu-small-start {
    margin-left: 45px
}

@media (max-width: 768px) {

    .standard-grid-body {
        /*top: 150px;
        position: absolute;
        bottom: 60px;*/
        margin-top: 10px;
        margin-left: 11px;
        margin-right: 11px;
    }

    .k-item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }

    .navbar-default {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #363636;
        border-radius: 0;
        margin: 0;
        height: 48px;
        border: 0;
    }

        .navbar-default h2 {
            color: white;
            margin-left: 60px;
            font-size: 18px;
            font-weight: 400;
        }

    .navbar-login {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #2c374b;
        border-radius: 0;
        margin: 0;
        height: 48px;
        border: 0;
    }


    .navbar-login h2 {
        color: white;
        margin-left: 0;
        font-size: 18px;
        font-weight: lighter;
    }

    .field-body {
        margin-top: 15px;
        text-align: left;
    }

    .form-body {
        margin-top: 10px;
    }

    .standard-body {
        margin-top: 12px;
    }
}


.fieldlist {
    margin: 0 0 -2em;
    padding: 0;
}

    .fieldlist li {
        list-style: none;
        padding-bottom: 2em;
    }

    .fieldlist label {
        display: block;
        padding-bottom: 1em;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        color: rgb(250,250,250);
    }



