body {
    font-family: "Verdana",Arial,sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Verdana",Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

code {
    border-radius: 0px;
}

pre {
    border-radius: 0px;
}


.form-control {
    border-radius: 0px;
}


.input-sm {
    border-radius: 0px;
}


.input-lg {
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
}




.btn-lg {
    border-radius: 0;
}

.btn-sm,
.btn-xs {
    border-radius: 0;
}


.dropdown-menu {
    border-radius: 0;
}



.btn-group-xs > .btn {
    border-radius: 0;
}

.btn-group-sm > .btn {
    border-radius: 0;
}

.btn-group-lg > .btn {
    border-radius: 0;
}



.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    border-radius: 0;
}



.input-group-addon {
    border-radius: 0;
}

    .input-group-addon.input-sm {
        border-radius: 0;
    }

    .input-group-addon.input-lg {
        border-radius: 0;
    }



.nav-tabs > li > a {
    border-radius: 0;
}

.nav-pills > li > a {
    border-radius: 0;
}



@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-toggle {
    border-radius: 0;
}


.breadcrumb {
    border-radius: 0;
}



.pagination {
    border-radius: 0;
}


.badge {
    border-radius: 0;
}



.container .jumbotron {
    border-radius: 0;
}


.thumbnail {
    border-radius: 0;
}

.alert {
    border-radius: 0;
}



.progress {
    border-radius: 0;
}


.panel {
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}


.modal-content {
    border-radius: 0;
}


.tooltip-inner {
    border-radius: 0;
}


.popover {
    border-radius: 0;
}

.carousel-indicators li {
    border-radius: 0;
}



/*Bootstrap Modal */
.modal-dialog-1000px {
    width: 1000px;
    max-width: 95%;
}

.modal-content {
    border: 5px solid #939393;
}

    .modal-content .enable-disable-pnl {
        height: 34px;
    }

    .modal-content label {
        font-weight: normal;
    }

.modal-header {
    padding: 0;
    background: #939393;
}

.modal-title {
    font-size: 16px;
    color: #fff;
    padding: 3px 0 7px 10px;
    font-weight: normal;
}

.modal-header .close {
    margin-top: 0;
    background: #bf234b;
    opacity: 1;
    width: 26px;
    height: 26px;
    line-height: 7px;
    padding-bottom: 5px;
    color: #fff;
}

.modal-footer {
    padding: 15px 0;
    text-align: center;
    margin: 0;
}

    .modal-footer .btn {
        width: 104px;
        text-align: center;
        display: inline-block;
        border-color: #bebebe;
        background: #eaeaea;
        box-shadow: 0 0 0 1px #fff inset;
        color: #666;
    }

.mid-sec {
    background: #e2e2e2;
    padding-top: 10px;
    box-shadow: 0 0 0px 1px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}

p.option-bold-text {
    margin: 15px;
    padding: 5px 15px 7px;
    background: #ddd;
    color: #565656;
    margin-top: 0;
}

.baselineAling {
    vertical-align: bottom;
}

.modal-backdrop.in {
    opacity: 0;
}

.modal.fade.in .modal-dialog {
    transform: translate(0, 0) scale(1);
}

.modal.fade .modal-dialog {
    transform: translate(0, 0) scale(0);
    transition: transform 0.3s ease-out;
}

body.modal-open {
    /* margin-right: 0;
    overflow: auto;*/
}

.modal {
    /*overflow-y: hidden;
    top: 160px;*/
}

.error-msg {
    display: block;
    text-align: center;
}
/*Loader*/
.app-loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
    background: rgba(255,255,255,0.7);
}

    .app-loader.active {
        display: block;
    }

        .app-loader.active ~ * {
            filter: blur(5px);
        }

    .app-loader table {
        width: 100%;
        height: 100%;
        table-layout: fixed;
    }

        .app-loader table td {
            width: 100%;
            height: 100%;
            vertical-align: middle;
            text-align: center;
            padding-bottom: 50px;
        }

.loader-text {
    margin: 0;
    font-size: 16px;
    color: #111;
    margin-top: -20px;
}

@keyframes loderBlink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.loader-text span {
    animation-name: loderBlink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}


.panel-fixed-alert .form-group {
    position: relative;
}

    .panel-fixed-alert .form-group .field-validation-error {
        position: absolute;
        left: 0;
        bottom: -19px;
        font-weight: normal;
    }





.centered-modal.in {
    display: flex !important;
}

.centered-modal .modal-dialog {
    margin: auto;
}
