﻿@font-face {
    font-family: SuisseIntl;
    src: url(/Content/fonts/SuisseIntl-Regular.otf);
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('font-awesome/fonts/fontawesome-webfont.woff') format('woff');
    src: url('font-awesome/fonts/fontawesome-webfont.woff2') format('woff2');
    src: url('font-awesome/fonts/fontawesome-webfont.ttf') format('truetype');
    src: url('font-awesome/fonts/fontawesome-webfont.eot') format('embedded-opentype');
    src: url('font-awesome/fonts/fontawesome-webfont.svg') format('svg');
    src: url('font-awesome/fonts/FontAwesome.otf') format('opentype');
}




body {
    color: black;
    font-family: SuisseIntl, sans-serif;
}

.stick {
    border-radius:0px;
}

.modal-header {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 2px solid black;
}

.modal-footer {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 2px solid black;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    
    color: black;
}

.btn {
    border-radius: 0px;
/*    border-width: 0px;*/
}
    .btn:hover {
        margin-top: 0 !important;
        border-bottom-width: 2px !important;
    }
        .btn-danger {
    background-color: transparent;
    color: red;
    border: 2px solid;
}

.btn-default {
    background-color: transparent;
    color: gray;
    border: 2px solid;
}

.btn-success {
    background-color: white;
    color: #23a127;
    border: 2px solid;
}
.btn-primary {
    background-color: white;
    color: #1998cf;
    border: 2px solid;
    border-color: #1998cf;
}
.btn-primary:hover {
    background-color: #1998cf !important;
    color: white;
    border: 2px solid #1998cf;
}
.btn-primary:focus {
    background-color: #1998cf !important;
    color: white;
    border: 2px solid #1998cf;
}
/*a> .btn-success {
    background-color: transparent;
    color: #23a127;
    border: 2px solid;
}*/
.btn-success:hover {
    background-color: #23a127!important;
    color: white;
    border-bottom: 2px solid;
    border-color: #23a127!important;
}

/*.btn-success.focus, .btn-success:focus {
    color: #23a127;
    background-color: transparent;
    
}*/
.btn-info {
    background-color: transparent;
    color: #5fc1e8;
    border: 2px solid;
}

.btn-info:focus {
    color: white;
    background-color: #5fc1e8;
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: white;
    background-color: #5fc1e8;
}

.ui-igeditor-input-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.ui-igedit {
    border-radius: 0px;
    border: 1px solid black;
}

input {
    border-radius: 0px;
    border: 1px solid black;
}

.ui-igcombo {
    border-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid black;
}
.ui-igcombo-button {
    border-left: 1px solid black;
    border-width: 0 0 0 1px !important;
    border-radius: 0px;
}
.ui-igedit-button-common {
    border-left: 1px solid black;
    border-width: 0 0 0 1px !important;
    border-radius: 0px;
}
.well {
    border: 0px;
    background-color: transparent;
    border-radius: 0px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-right: 0px;
    border-left: 0px;
}

.well-bordered {
    border-right: 2px solid black;
    border-left: 2px solid black;
}

.slidecontainer {
    text-align: center;
    padding: 10px 0px;
}

 .btn-primary {
    color: #1998cf !important;
    /*background-color: white;*/
}

.btn-primary:hover {
    color: white !important;
    /*background-color: white;*/
}

    .btn-primary:focus {
        color: white !important;
        /*background-color: white;*/
    }
/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    /*opacity: 0.7;*/ /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    /* Mouse-over effects */
    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 20px; /* Set a specific slider handle width */
        height: 20px; /* Slider handle height */
        background: #2FAEE4; /* Green background */
        cursor: pointer; /* Cursor on hover */
        border-radius: 50%;
    }

    .slider::-moz-range-thumb {
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #2FAEE4; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

.fixed-table-header {
    overflow: auto;
    /*height: 190px;*/
}

.fixed-table-header th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color:white;
}

tfoot{
    font-weight:bold;
}

.text-red {
   color: #EF3B42;
}

.add-slidercontainer{
    padding:10px;
}

.NDC-lists-internal-container {
    border-top: 1px solid #e7e7e7;
}
.panel {
    border-width: 0px 0px 0px 0px;
}

.panel-heading {
    border: 2px solid black !important;
    border-radius: 0px !important;
    font-weight: bold !important;
    padding: 7px 10px;
    color: black !important;
}

.panel-default > .panel-heading {    
    background-color: #E6E7E8 !important;
}
.panel-primary > .panel-heading {
    background-color: #E6E7E8 !important;
}
.panel-success > .panel-heading {
    background-color: #51a98d !important;
    color: white !important;
}
.panel-danger > .panel-heading {
    background-color: #e67a7f !important;
    color: white !important;
}


.panel-body {
    border: 2px solid black;
    background-color: transparent !important;
    border-top: none;
    border-radius: 0px;
}

.panel-footer {
    border: 2px solid black;
    border-top: none;
    border-radius: 0px;
}
.panel-primary > .panel-heading {
    border: 2px solid black;
    background-color: #E6E7E8;
    border-radius: 0px;
    font-weight: bold;
    color: black;
    padding: 7px 10px;
}

td {
    color:black;
}

.padding-xs{
    padding:2px;
}

.dropbtn {
    background-color: #1BA7E3;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    min-width: 160px;
}

.dropdown.main {
    position: relative;
    display: inline-block;
    glyph-orientation-horizontal: initial;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: auto;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #1998cf;
}

.bordermappings {
    border: 1px double black;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

.alert-success{
    z-index: 9999!important;
}
.alert-info {
    z-index: 9999!important;
}
.status-column {
    padding: 3px;
    color: white;
    text-align: center;
    border-radius: 0px;
}

.Processed {
    background-color: #0E5758;
}

.InProcess {
    background-color: #818386;
}

.Failed {
    background-color: #D62229;
}

.Pending {
    background-color: grey;
}

.demo-preview {
    padding-top: 100px;
    padding-bottom: 10px;
    margin: auto;
    width: 50%;
    text-align: center;
}

.progress {
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 0px;
}

    .progress.progress-xs {
        height: 5px;
        margin-top: 5px;
    }

    .progress.progress-sm {
        height: 10px;
        margin-top: 5px;
    }

    .progress.progress-lg {
        height: 25px;
    }

    .progress.vertical {
        position: relative;
        width: 20px;
        height: 200px;
        display: inline-block;
        margin-right: 10px;
    }

        .progress.vertical > .progress-bar {
            width: 100% !important;
            position: absolute;
            bottom: 0;
        }

        .progress.vertical.progress-xs {
            width: 5px;
            margin-top: 5px;
        }

        .progress.vertical.progress-sm {
            width: 10px;
            margin-top: 5px;
        }

        .progress.vertical.progress-lg {
            width: 30px;
        }

.progress-bar {
    background-color: #2196f3;
    box-shadow: none;
}

    .progress-bar.text-left {
        text-align: left;
    }

        .progress-bar.text-left span {
            margin-left: 10px;
        }

    .progress-bar.text-right {
        text-align: right;
    }

        .progress-bar.text-right span {
            margin-right: 10px;
        }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress-bar-secondary {
    background-color: #323a45;
}

.progress-bar-default {
    background-color: #b0bec5;
}

.progress-bar-success {
    background-color: #28B62C;
}

.progress-bar-info {
    background-color: #29b6f6;
}

.progress-bar-warning {
    background-color: #ffd600;
}

.progress-bar-danger {
    background-color: #ef1c1c;
}

.month-range{
    height:32px;
}

.input:focus {
    border-radius:0px
}