﻿


hr {
    background-color: #1464F4;
    height: 1px;
    color: #05b2d2;
    border: 0;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    margin-right: 15px !important;
}

.teal {
    color: #1464F4 !important; /*#1464F4 */
}

.panel-body {
    padding: 15px 15px 0 15px !important;
}

label {
    font-weight: normal !important;
    padding-left: 0px !important;
}

.label-info {
    background-color: #1464F4 !important;
    color: #ffffff;
}

.label-default {
    background-color: #3a87ad !important;
    border-color: #3a87ad !important;
}

.btn-blue {
    background-color: #364f6a;
    border-color: #2d4259;
    color: #ffffff;
}

.btn-yellow {
    background-color: #ffb848;
    border-color: #ffae2f;
    color: #ffffff;
}

.fRight {
    float: right !important;
}

.fLeft {
    float: left !important;
}

.tCenter {
    text-align: center !important;
}
.tLeft {
    text-align: left !important;
}
.tRight {
    text-align: right !important;
}

.row {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.row-detail {
}

.well .row {
    margin-bottom: 0px !important;
}

.well .row .form-group {
}

.textBoxStyle {
    height: 25px;
}

.modal-lg {
    height: 90% !important;
}

.modal-body {
    height: 85% !important;
}

.modal {
    border-radius: 0px !important;
}

.alert-small {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

.control-label {
    margin-top: 3px !important;
}

.form-group .control-label {
    float: none !important;
}

.panel {
    border-radius: 0px !important;
}

.buttonbar table {
    float: left;
    margin-right: 10px;
}
h1,
h2,
h3,
h4 {
    margin-top: 0px !important;
}

.modal-body {
    padding: 0 20px !important;
}

.well-sm {
    margin-right: 15px !important;
}

.group-title {
    background-color: #f6f6f6;
    margin-right: 15px;
    padding: 5px;
    margin-top: 5px !important;
}

.btn {
    border-radius: 0px !important;
}

.btn-popup {
    margin-top: -15px;
}

ul.main-navigation-menu > li.open > a,
ul.main-navigation-menu > li > a:hover,
ul.main-navigation-menu > li:hover > a {
    z-index: 999;
}



iframe {
    height: 100%;
    width: 100%;
    border: solid 0px;
}
.modal-header {
    padding: 5px !important;
    margin-bottom: 5px;
}

.row-detail .form-group {
    margin-bottom: 5px !important;
}

#ifmMain {
    height: 840px !important;
}

.dxtcLite_MetropolisBlue > .dxtc-content {
    padding: 11px 0px !important;
}
.panel-body-tab {
    margin-top: 0px !important;
}
.navbar-tools .drop-down-wrapper {
    height: 80px !important;
}

.loading {
    background: url(../Images/loading.gif);
    height: 50px;
    width: 50px;
    background-size: 50px;
}

#divLoadCommon {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 999999;
}

.dxeRequiredMark_MetropolisBlue {
    color: red !important;
}

h4 {
    color: #1464F4 !important;
    text-decoration: initial;
}

.h4 {
    color: #1464F4 !important;
    text-decoration: initial;
}

a h4 {
    color: #1464F4 !important;
    text-decoration: initial;
}

a {
    color: #1464F4;
    text-decoration: initial;
}

a :hover {
    text-decoration: underline;
}

.nav-link {
    color: #1464F4;
} /* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
        However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


.dxChrome, .dxEdgeWebKit, .dxWindowsPlatform {
    height:100%;
}

#LeftPanel {
    height: 95% !important;
    overflow-y: auto;
}

.btnFE {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-right: 2% !important;
    height: 105%;
    border-radius: 20px !important;
    margin-left: 0 !important;
    transition: transform 0.3s ease-in-out;
}

.btnFE:hover {
    transform: scale(1.1);
}


