﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea,
.k-dropdown,
.k-dropdownlist,
.k-datepicker,
.k-datetimepicker,
.k-multiselect,
.k-combobox,
.yes-no-checkbox {
    max-width: 320px;
    height: auto;
    min-height: 40px;
}
.p-picker.form-control,
.k-input.form-control {
    display: inline-flex;
    padding: 0px;
}

input[type=checkbox]
{
    min-height: unset;
    margin-right:5px;
}

textarea {
    width: 100%;
}

div.checkbox {
    padding-left: 8px;
}

div.yes-no-checkbox {
    padding: 0 12px 0 0;
}

    div.yes-no-checkbox.form-control {
        padding: 7px 12px 0 10px;
    }

@media (min-width: 768px) {
    .dl-wide dt {
        white-space: normal;
        width: 200px;
        margin-right: 8px;
        margin-bottom: 5px;
    }
}

.multi-line-error {
    white-space: break-spaces;
}

.form-group div.company-custom-text {
    padding: 7px 12px 0 0px;
}

div.terms-and-conditions {
    padding: 7px 12px 5px 0px;
}

.yes-no-checkbox > :not(strong) label {
    padding: 0 5px;
    font-weight: 500;
}

.yes-no-checkbox > strong label {
    padding: 0 5px;
    font-weight: unset;
}

/* prevent tabstrip horizontal scrollbar from showing*/
div.k-tabstrip div.k-content {
    overflow: hidden;
}

/*Make any telerik dropdownlist full width when it is also a form control*/
.form-control.k-dropdown,
.form-control.k-dropdownlist,
.form-control.k-combobox {
    width: 100%;
}

.form-control.full-width {
    width: 100%;
    max-width: unset;
}

div.image-upload img {
    border: 1px solid black;
}
/*Indent the form sub page links within the driver application and apply a hanging indent to the menu items that run over a single line*/
div.driver-side-nav > ul.nav > li > a {
    font-weight: 600;
    text-indent: -15px;
    padding-left: 18px; /* Can use padding-left as well */
    padding-right: -18px; /* Can use padding-left as well */
}

    div.driver-side-nav > ul.nav > li > a + div > ul > li > a {
        text-indent: -15px;
        padding-left: 33px; /* Can use padding-left as well */
        padding-right: -15px; /* Can use padding-left as well */
    }
/*Set a max width for our side panel menu in the driver application and shrink them down a bit.*/
div.driver-side-nav .nav > li > a {
    padding: 0 0 0 5px;
    max-width: 320px;
}
/* Make sure validation summaries and field validations with alert-danger class don't show up when there are no errors*/
.validation-summary-valid.alert-danger {
    display: none;
}

.field-validation-valid.alert-danger {
    display: none;
}
/*shrink down field validation errors with bootstrap alert-danger class applied*/
.validation-summary-errors.alert-danger.alert {
    padding: 5px;
}

.font-bold {
    font-weight: bold;
}
/* Change the kbutton styles to fit into the grid (icons)*/
.k-grid tbody button.k-button {
    min-width: 25px;
    padding: 5px 5px 4px 11px;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 25px;
    padding: 5px 5px 4px 11px;
}

div.validation-summary-errors > ul > li > a {
    color: #b94a48;
    text-decoration: underline;
}

    div.validation-summary-errors > ul > li > a:hover,
    div.validation-summary-errors > ul > li > a:focus {
        color: #5c2423;
        text-decoration: underline;
    }

    div.validation-summary-errors > ul > li > a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
.navbar-brand {
    height:50px;
}
.navbar-brand.client-logo {
    padding: 0px;
}

div.navbar-brand.client-logo > a > img {
    height: 50px;
    max-height: 50px;
    border: none;
    width: auto;
    max-width: 225px;
    overflow: hidden;
    margin-top: 0px;
}

.large-1 {
    font-size: 25px;
}

.large-2 {
    font-size: 20px;
}

div.ManagerImageUpload img.image-upload {
    width: auto;
    max-width: 100%;
    max-height: 240px;
    min-height: 35px;
}

div.ManagerImageUpload {
    max-height: 250px;
    min-height: 35px;
    padding: 5px;
    margin: 5px 0;
    background-color: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}

div.button-panel {
    position: relative;
}

a.panel-button {
    position: absolute;
    right: 5px;
    top: 5px;
}

a.panel-button-left {
    position: absolute;
    left: 5px;
    top: 5px;
}

div.application-preview {
    overflow-x: auto;
}

iframe.application-preview {
    width: 1024px;
    border: none;
    overflow-y: hidden;
    overflow-x: auto;
}

div.k-dropzone-hovered, div.file-drag.file-drop-zone {
    border: 1px solid red;
}

.k-dropzone em {
    visibility: visible !important;
}

div.k-dropzone-hovered em {
    visibility: hidden !important;
}

ul.terminal-list {
    max-height: 150px;
    overflow-y: scroll;
}

    ul.terminal-list li {
        border: 1px solid gray;
    }

.full-width {
    width: 100%;
    max-width: none;
}

/* ShowHidePassword css*/
/*
   * Add this if you want to disable IE10's implementation
   * of the winking eye in favor of your own.
   * Alternatively, you could set the 'innerToggle' option to
   * false for that browser only.
   */

::-ms-reveal {
    display: none !important;
}
/*
   * This toggle style shows a winking "eye-con" (nyuk, nyuk).
   * Open eye means "show," closed eye means "hide."
   */
.hideShowPassword-toggle {
    background-image: url(/Content/Images/HideShowPassword/wink.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    text-indent: -9999em;
    width: 44px;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center;
}
/* Hide lastpass buttons that get in the way of our show/hide buttons*/
input.hideShowPassword-shown, input.hideShowPassword-hidden {
    background-position: 150% 50% !important;
}

div.company-custom-text-preview .company-custom-text {
    border: 1px solid black;
}

.kendo-grid-wrap-text {
    text-overflow: initial !important;
}

.dl-horizontal dt {
    width: 170px;
}
/*

.k-grid td{

    text-overflow: ellipsis;
    -ms-word-break: break-all;
    word-break: break-all;

 
     word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}

*/

/* Signature Control */
div.signature-pad div.signature canvas {
    border: 1px solid black;
    background-image: url(/Content/Images/Signature/SignatureBackground.png);
    background-size: cover;
    width: 100%;
}

div.signature div.signature-wrapper.disabled {
    opacity: 0.4;
    filter: alpha(opacity = 50);
    background-color: gray;
}

.hidden {
    display: none;
}

a.glyphicon {
    text-decoration: none;
}

.glyphicon.icon-lg, .k-icon.icon-lg {
    font-size: 25px;
}

.glyphicon.icon-med, .k-icon.icon-med {
    font-size: 20px;
}

.glyphicon.icon-outline {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 1170px;
    }
}

.drift-zoom-pane {
    z-index: 1050;
}

.image-zoom {
    margin: 0;
}

.yes-no-checkbox label, .yes-no-checkbox label {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-xs, .btn-group-xs > .btn {
    padding-right: 1px;
    padding-left: 1px;
}

.form-horizontal.form-condensed .form-group {
    margin-bottom: 0px;
}

label span.radio-label-text {
    font-weight: bold;
    margin-left: 0px;
}

label span.radio-label-description {
    font-style: italic;
    margin-left: 0px;
}

/*Collapse the navbar menu sooner*/
@media (min-width: 768px) and (max-width: 991px) {
    .nav .user-name-link {
        max-width: 95px;
        text-overflow: ellipsis;
        display: inline-block;
        overflow-x: hidden;
        vertical-align: middle;
    }
}
/*Set a max width for the user name link, and use ellipsis if it is too long*/
@media (min-width: 991px) {
    .nav .user-name-link {
        max-width: 300px;
        text-overflow: ellipsis;
        display: inline-block;
        overflow-x: hidden;
        vertical-align: middle;
    }
}

.field-validation-error {
    display: block !important;
}

iframe.symmetry-iframe {
    width: 100%;
    min-height: 600px;
}

div.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 2147483647;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 50%;
    filter: alpha(opacity=0);
}

    div.loading i.loading {
        font-size: 48px;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.draggable {
    cursor: move; /* fallback: no `url()` support or images disabled */
    cursor: url(images/grab.cur); /* fallback: Chrome 1-21, Firefox 1.5-26, Safari 4+, IE, Edge 12-14, Android 2.1-4.4.4 */
    cursor: grab; /* W3C standards syntax, all modern browser */
}

    .draggable:active {
        cursor: url(images/grabbing.cur);
        cursor: grabbing;
    }


.assigned-forms-container,
.available-forms-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;

}

.assigned-forms,
.available-forms,
.assigned-items,
.available-items{
    display: table;
    height:100%;
}
.fill-height.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fill-height.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.form-control.input-validation-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/* caret for bootstrap collapse */
.expand_caret {
    transform: scale(1.6);
    margin-left: 8px;
    margin-top: -4px;
}

[aria-expanded='false'] > .expand_caret {
    transform: scale(1.6) rotate(-90deg);
}
/* end caret for bootstrap collapse */

/*fix navmenu colors for sub menus*/

.dropdown-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu ul  {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu a{
    width: 100%;
    display: inline-block;
    padding: 5px 15px 5px 25px;
}

.dropdown-menu ul a {
    width: 100%;
    display: inline-block;
    padding-left: 35px;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    color: #fff;
    background-color: #022f5a;
    text-decoration: none;
}


@media screen and (min-width: 768px) {
    .dropdown-menu a {
        width: calc(100% - 10px);
        display: inline-block;
        padding: 5px 15px 5px 25px;
    }
    /* remove bullet from dropdown menu */

    ul.dropdown-menu ul li {
        list-style-type: none;
    }
    /* keep colors for nested menus */

    .dropdown-menu li > a.text-success {
        color: #468847;
    }

    .dropdown-menu li > a.text-success:hover,
    .dropdown-menu li > a.text-success:focus {
        color: #2b542c;
    }

    .dropdown-menu li > a.text-warning {
        color: #8a6d3b;
    }

    .dropdown-menu li > a.text-warning:hover,
    .dropdown-menu li > a.text-warning:focus {
        color: #66512c;
    }

    /*Sub menu style*/
    .dropdown-menu > li > ul > li > a {
        padding: 3px 5px 3px 35px;
        line-height: 20px;
        display: inline-block;
        text-decoration: none;
        width: calc(100% - 10px);
    }

    .navbar-nav ul {
        margin: 2px 0 0 0;
        padding-left: 0px;
    }
    /* Change hover and active effects */

    h1.responsive-header {
        font-size: 25px;
    }

    .side-panel-nav li > a {
        border-radius: 5px;
        padding-left: 5px;
        padding-right: 5px;
        color: #2fa4e7;
    }
    .side-panel-nav li > a {
        margin-left: 5px;
        margin-right: 5px;
    }

    .side-panel-nav li.active > a {
        color: #fff;
        background-color: #337AB7;
    }

    .side-panel-nav li > a:hover,
    .side-panel-nav li > a:focus {
        color: #356635;
        text-decoration: none;
        background-color: #eee;
    }

    .side-panel-nav li.active > a:hover,
    .side-panel-nav li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
        
    }

    
    .side-panel-nav * {
        /*width: inherit;*/
        float: none;
        word-break: break-word;
        word-wrap: break-word;
        
    }
    
    .side-panel-nav > .navbar-nav > li{
        float: none;
    }

    .side-panel-nav > .navbar-nav > li.dropdown {
        position: fixed;
        width: 157.5px;
        top: 50px;
        height: calc(100% - 50px) !important;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .side-panel-nav > .navbar-nav > li.dropdown > .dropdown-toggle {
        display: none !important;
    }

    .side-panel-nav > .navbar-nav > li.dropdown > .dropdown-menu {
        display: block !important;
        position: unset;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 0;
        float: none;
        left: unset;
        min-width: unset;
        padding: unset;
        margin: unset;
        border: unset;
        box-shadow: unset;
        border-radius: unset;
    }

    .side-panel-nav > .navbar-nav > li.dropdown > .dropdown-menu > li > a{
        white-space:normal;
        
    }
}
@media screen and (min-width: 992px) {
    .side-panel-nav > .navbar-nav > li.dropdown {
        width: 217.5px;
    }
    
    h1.responsive-header {
        font-size: 36px;
    }
}
@media screen and (min-width: 1200px) {
    .side-panel-nav > .navbar-nav > li.dropdown {
        width: 264.5px;
    }
        
}
.custom-image-upload ul {
    list-style: none;
}
.preview-image-container, .existing-upload-image {
    position: relative;
    display: table;
    max-width: 250px;
    max-height: 200px;
    margin: 10px 0;
}

.custom-image-upload img, .existing-upload-image img {
    max-width: 250px;
    max-height: 200px;
    min-height: 60px;
    transition: 1s linear all;
}

.custom-image-upload a, .existing-upload-image a {
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 10px;
}

img.grayed-out {
    opacity: 0.4;
    filter: grayscale(70%);
    transition: opacity 1s, filter 1s;
}

.custom-field-release-text, .custom-field-description {
    padding-top: 7px;
    padding-left: 2px;
}

.k-autocomplete {
    height: auto!important;
}

/*
.k-autocomplete input,
.k-datepicker input {
    width: calc(100% - 20px) !important;
    height: auto;
}

    
.k-datepicker input + .k-input-button {
    position: absolute;
    right: 3.75px;
    top: 9px;
    border: none;
}

.k-datetimepicker input {
    width: calc(100% - 40px) !important;
    height: auto;
}
.k-datetimepicker input + .k-input-button {
    position: absolute;
    right: 3.75px;
    top: 9px;
    border: none;
}

.k-datetimepicker input + .k-input-button {
    position: absolute;
    right: 3.75px;
    top: 9px;
    border: none;
}

.k-datetimepicker input + .k-input-button + .k-input-button {
    right: 25px; 
    position: absolute;
    top: 9px;
    border: none;
}

.k-dropdownlist .k-input-inner + .k-input-button {
    position: absolute;
    right: 3.75px;
    top: 10px;
    border: none;
}

.k-autocomplete .k-clear-value,
.k-autocomplete .k-input-loading-icon {
    position: absolute;
    right: 4px;
    top: 9px;
    border: none;
}

.k-multiselect {
    min-height: 34px;
}
*/
.k-chip-remove-action, .k-clear-value {
    color: #b94a48;
}
/*
.k-combobox input {
    width: calc(100% - 40px) !important;
    height: auto;
}

.k-combobox button {
    position: absolute;
    right: 24px;
    top: 9px;
    border: none;
}
   
.k-combobox span.k-clear-value {
    position: absolute;
    right: 4px;
    top: 9px;
    border: none;
}
     */
.application-preview {
    height: calc(100vh - 120px);
    min-height: 400px;
    overflow-y: hidden; /* Always show vertical scrollbar */
    overflow-x: hidden
}

.application-preview iframe{
    height: 100%;
    width: 100%;
}

div.radio input[type=radio],
div.checkbox input[type=checkbox]{
    margin-top: 0px;
    
}
div.checkbox input[type=checkbox] {
    min-height: 20px;
}
div.radio input[type=radio] {
    min-height: 18px;
    margin-left: 0px;
}
div.yes-no-checkbox input[type=radio] {
    /* height: 25px; */
    vertical-align: middle;
    margin: 0px 0px 5px 0px;
}
div.yes-no-checkbox label {
    vertical-align: middle;
}

.onboarding-grid .k-grid-content {
    max-height: 400px;
}

.image_upload_preview img
{
    height: 200px;
    max-width: 100%;
}

.image-upload
{
    margin-top:7px;
}

input.application-image-upload {
    margin-top: 7px;
}

.k-filter-menu-container .k-filter-and {
    width: 100%;
    align-self: start;
}
.k-picker.form-control {
    display: inline-flex;
}

.custom-field-yes-no-container input[type=radio] {
    min-height: 14px;
    margin-right: 5px;
}