﻿#page-title {
    padding: 21px 0px 7px 0px;
}

input[type=text]:focus {
    background-color: #e8f0fe94;
    border-width: 1px;
    border-color: black;
}

.content-wrap {
    padding: 40px 0;
}

a.menu-link {
    padding: 19px 15px;
}

#logo img {
    height: 60px;
}

.header-wrap-clone {
    display: block;
    height: calc( 63px + 1px );
}

#page-title h1 {
    font-size: 1rem;
}

.navbar-text {
    padding-bottom: 0px;
}

.field-validation-error {
    color: #b52a2a;
}

input[type="checkbox"] {
    width: 19px;
}

.red {
    color: #b52a2a;
}

.btn-xtersm {
    padding: 0px 12px;
}

.content-wrap {
    padding: 16px 0 !important;
}

.header-wrap-clone {
    height: calc( 63px - 2px );
}

.pull-right-marginTop {
    margin-top: 33px !important;
}

.btn {
    margin-left: 3px;
    margin-right: 3px;
}

input[type=file] {
    border: 1px solid transparent;
    padding: 3px 2px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s;
    margin-left: 3px;
    margin-right: 3px;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}
/*.chosen-single{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*/
.zeroPadding {
    padding: 0px !important;
}

.menu-item-active {
    color: #1abc9c !important;
}

.alert {
    z-index: 50;
    position: fixed;
    width: 100%;
}

.input-group-append, .input-group-prepend {
    z-index: 0;
}

.container {
    max-width: 97%;
}

.table {
    font-size: 14px;
}

    .table thead th {
        padding: 5px;
    }

    .table tbody tr td {
        padding: 3px;
    }

.sub-menu-container .menu-item > .menu-link {
    padding: 4px 4px;
}

.buttons-only {
    background-color: white !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ced4dadb !important;
}

/*
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */

#divLoadercss {
    position: absolute;
    left: 50%;
    top: 35%;
}

#divLoader {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #00000033;
    z-index: 99999;
    -moz-opacity: 0.8;
    opacity: .8;
}

.loader {
    color: #FFF;
    position: relative;
    font-size: 11px;
    background: #FFF;
    animation: escaleY 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
        left: 2em;
        background: #FFF;
        width: 1em;
        height: 4em;
        animation: escaleY 1s infinite ease-in-out;
    }

    .loader:before {
        left: -2em;
        animation-delay: -0.32s;
    }

@keyframes escaleY {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
.form-control:focus {
    border-color: #0275d869;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(2 117 216 / 34%);
}

.requred-remark {
    border-color: #890f0f4d;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(112 6 6 / 48%);
}
  .chosen-choices{
       min-height: 38px!important;
       border-radius: 5px!important;
       border-color: #ced4da!important;
    }




  .modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; }

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; }

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; }



.sub-menu-container{
    max-height:500px;
    overflow-y:auto;
}