﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #646c9a;
    font-family: Poppins, Helvetica, "sans-serif";
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/*start override bootstrap navigation bar*/
.navbar-inverse {
    background-color: white;
    border-color: white;
}

.navbar-toggle {
    background-color: black;
}

.nav.navbar-nav > li > a:hover {
    color: #E667AD;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background-color: transparent;
    color: #E667AD;
}

.nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
}
/*end override bootstrap navigation bar*/

/*start override bootstrap*/
.control-label {
    font-weight: 400;
}
/*end override bootstrap*/
/*Test*/
ul.nav {
    white-space: nowrap;
    overflow-x: auto;
}

    ul.nav li {
        display: inline-block;
        float: none;
    }
/*start validation summary*/
.no-error {
    display: none;
}

.error {
    display: block;
    border: 1px solid red;
    padding: 5px;
    margin-bottom: 10px;
    color: red;
}

.validation-summary-errors {
    color: red;
}

.validation-summary-valid {
    display: none;
}
/*end validation summary*/

/*start custom css*/
.custom_pannel {
    width: 100%;
    border: 1px solid #DDDDDD;
    /*padding-bottom:5px;*/
    /*padding-top:5px;*/
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    /*margin-top:5px;*/
}

.custom_pannel_2 {
    width: 100%;
    border: 1px solid #DDDDDD!important;
}

.custom-pannel-padding {
    padding-bottom: 15px;
    padding-top: 15px;
}

.custom-form-group-margin {
    margin-left: -15px;
    margin-right: -15px;
}

.button_right_space {
    margin-right: 5px;
}

.custom_row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.custom_width {
    width: 100% !important
}

.btn_space {
    margin-left: 5px;
}

.form-group-custom {
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    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, -webkit-box-shadow ease-in-out .15s;
}

    .custom-form-control[disabled],
    .custom-form-control[readonly] {
        background-color: #f7f8fa;
        opacity: 1;
    }

    .custom-form-control[disabled] {
        cursor: not-allowed;
    }

.file-upload {
    display: inline !important;
    /*padding-left: 6px;*/
    padding-right: 6px;
    padding-top: 10px;
    padding-bottom: 10px
}

.klv_item {
    float: left;
    width: 140px;
    height: 110px;
    margin: 0;
    padding: 5px;
    cursor: pointer;
}

    .klv_item img {
        width: 140px;
        height: 80px;
    }

.klv_section .k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.custom_tooltip {
    color: #337ab7 !important;
    font-size: 14px;
    font-weight: 400;
}

.scroll-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 5px;
    z-index: 99;
    width: 25px;
    padding: 5px;
    cursor: pointer;
}

.bg-incomplete {
    background-color: #f2dede !important;
}

.bg-complete {
    background-color: #dff0d8 !important;
}

.custom-checkbox-inline{
    margin-left:0px!important;
    margin-right:10px!important; 
}
/*collapsable panel icon using fontawesome*/
.panel-title-2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title-2::after {
        content: "\f107";
        color: #333;
        top: -2px;
        right: 0px;
        position: absolute;
        font-family: "FontAwesome"
    }

    .panel-title-2[aria-expanded="true"]::after {
        content: "\f106";
    }

.normal-text {
    color: black;
}

.wyn-menu {
    color: #729da1!important;
}

button:active {
    outline: 1px solid #66AFE9 !important;
}

button:focus {
    outline: 1px solid #66AFE9 !important;
}

/*input:active {
    outline: 1px solid rgba(102,175,233,0.05) !important;
}

input:focus {
    outline: 1px solid rgba(102,175,233,0.05) !important;
}*/

.no-borders {
    border: none!important
}

/*end custom css*/
/*Start Same as style.bundle.css*/
.form-group label {
    /*font-size:13px;*/
    font-weight: 400;
}
/*End Same as style.bundle.css*/

/*start override kendo ui*/
.k-grid td {
    vertical-align: top;
}

.k-input[readonly] {
    background-color: #eeeeee;
}

.k-tooltip {
    background: cornsilk !important;
}

.k-tooltip-content {
    text-align: left;
}
/*.k-callout-s {
    background-color:cornsilk;
}*/

/*end override kendo ui*/

/*start custom style.bundle*/
.btn.btn-default {
    border: 0;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}

    .btn.btn-default i {
        color: #333;
    }

    .show > .btn.btn-default, .btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:hover {
        color: #333;
        background: #e6e6e6;
        border-color: #adadad;
    }

        .show > .btn.btn-default i, .btn.btn-default.active i, .btn.btn-default:active i, .btn.btn-default:hover i {
            color: #333;
        }
/*end custom style.bundle*/
/* IN SUFFICIENT */

.disableContent {
    display:none;
    /*pointer-events: none;
    opacity: 0.4;*/
}
.bestfit{
    font-size:20px;
    font-weight:normal;
}
.personLocImg {
    height: 20px !important;
    width: 20px !important;
    border-radius: 20%;
}
#kt_content{
    padding-top:70px;
}
/* IN SUFFICIENT */
#spHeightWarningMax{
    font-size:inherit !important;
}
#spHeightWarningMin {
    font-size: inherit !important;
}
#spHeightWarningDiff {
    font-size: inherit !important;
}
#spWidthWarningMin {
    font-size: inherit !important;
}
#spWidthWarningMax {
    font-size: inherit !important;
}
#spWidthWarningDiff {
    font-size: inherit !important;
}


.lashkay .k-header {
    background-color: #00000057 !important;
}

