﻿

/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  height: 100%;
}


body {
    height: 100%;
    font-size: 14px;
    font-family: "Segoe UI", Arial, Sans-serif;
}*/
/*@media (min-width: 1024) and (max-width: 1440px) {
    .otherFilters .col-md-4 {
        width: 35.666667%;
        margin-right: 30px;
        font-size: 11px !important;
    }

    .otherFilters .col-md-5 {
        width: 48.666667%;
    }

    .otherFilters .element {
        background: #FAFAFA;
        border-radius: 20px 20px 0 0;
        padding: 5px !important;
    }

    .otherFilters .form-group {
        margin-bottom: 0px !important;
    }

    label {
        font-size: 1px;
    }
}*/
@media (min-width: 992px) and (max-width: 1536px) {
    .AccesorProp label {
        font-size: 12px !important;
    }

    .AccesorProp .col-md-2 {
        width: 29.666667%;
    }

    .OtherFilter span, select {
        font-size: 15px !important;
    }

    .OtherFilter input {
        font-size: 15px !important;
        width: 95px !important;
    }
}

@media (min-width: 992px) and (max-width: 1536px) {
    .resultInfo {
        font-size: 10px !important;
    }
        .resultInfo tab-pane {
            font-size: 10px !important;
        }
    .FluidSide label {
        font-size: 8px !important;
        right: 9px;
    }

    .btnSc {
        width: 75px !important;
        font-size: 15px !important;
    }

    .FluidSide input {
        width: 131px !important;
    }

    .Airprop .col-md-5 {
        width: 131px !important;
    }

    .OtherFilter span, select {
        font-size: 9px !important;
    }

    .OtherFilter label {
        font-size: 8px !important;
        right: 9px;
    }

    .OtherFilter input {
        font-size: 9px !important;
        width: 65px !important;
    }
}
@media (min-width: 1536px) {
    .FluidSide label {
        font-size: 10px !important;
        right: 9px;
    }

    .btnSc {
        width: 75px !important;
        font-size: 15px !important;
    }

    .FluidSide input {
        width: 131px !important;
    }

    .Airprop .col-md-5 {
        width: 131px !important;
    }

    .OtherFilter span, select {
        font-size: 10px !important;
    }

    .OtherFilter label {
        font-size: 10px !important;
        right: 9px;
    }

    .OtherFilter input {
        font-size: 10px !important;
        width: 95px !important;
    }
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    body {
        background-color: olive;
    }
}

.element {
    background: #FAFAFA;
    border-radius: 20px 20px 0 0;
    padding: 8px;
}

/*body.login {*/
    /* background-image: url('../assest/login-bg.png');*/
    /*background-image: url('../Images/bgimage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}*/

.col-md-12 img {
    display: block;
    margin: 0 auto;
}


.k-item {
    background: #FFFFFF;
    color: #555 !important;
    font-weight: bold;
}

.k-active {
    background-color: rgba(255, 255, 255, 0.6) !important;
    color: #555 !important;
}

.opacityElement {
    /**/ background-color: rgba(255, 255, 255, 0.4);
    /*background-color: rgba(0, 0, 0, 0.1);*/
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: normal;
}

    .validation-summary-errors ul {
        color: #e80c4d;
        font-weight: normal;
    }

        .validation-summary-errors ul li {
            color: #e80c4d;
            font-weight: normal;
        }

/*.img-thumbnail {
    max-width: 90px;
    margin-bottom: 15px;
}*/


td.details-control {
    cursor: pointer;
}


td.details-control-coil:before {
    content: "\f06e";
    font-family: FontAwesome;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    color: #6a98ca;
    cursor: pointer;
}

td.delete-column-coil:before {
    content: "\f1f8";
    font-family: FontAwesome;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    color: #6a98ca;
    cursor: pointer;
}

.badge-A {
    background-color: #28a745 !important;
}

.badge-B {
    background-color: #0062cc !important;
}

.badge-C {
    background-color: #b38d72 !important;
}

.badge-D {
    background-color: #b56047 !important;
}

.badge-E {
    background-color: #ffc107 !important;
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%;
}

.select2-selection--multiple:after {
    content: '';
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 5px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 18px;
    width: 0;
}

.badge.badge-primary {
    padding: 5px 11px;
    background-color: #6e92bd;
    font-size: 13px;
}
