﻿body {
    padding-top: 100px;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* navbar logo */
.logo {
    height: auto;
    width: auto;
    left: 1%;
    position: absolute;
    display: block;
    max-height: 60px;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

.logo-footer {
    height: auto;
    width: auto;
    position: relative;
    display: block;
    max-height: 60px;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

/* nav.pills */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #FFFFFF;
    background-color: #3C9DBB;
}

/* button */
.btn-default {
    background-color: transparent;
    border: 2px solid #3C9DBB;
    color: #444444;
    padding: 9px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    width: 220px;
    height: 45px;
    border-radius: 32px !important;
    outline: none;
}



.btn-default:focus {
    outline: 0;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #FFFFFF;
    background-color: #3C9DBB;
    border-color: #3C9DBB;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    background-color: transparent;
    border: 2px solid #3C9DBB;
    color: #444444;
    outline: 0;
    box-shadow: none !important;
}

.btn-default:disabled, .btn-default:disabled:hover {
    background-color: #c2c2c2;
    border: transparent;
    color:#fff;
}

span.highlight {
    color: blue;
}

span {
    color: lightgray;
}

a.disabled {
    background-color: #c2c2c2;
    pointer-events: none;
    color: #fff;
    border: transparent;
    cursor: not-allowed;
}

/* navigation icons */
.glyphicon {
    top: 7px;
}

.glypownfirst {
    margin-left: 20px;
    margin-right: 5px;
    font-size: 21px;
}

.glypown {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 21px;
}

.glypownsmall {
    top: 1px;
    font-size: 13px;
}

.btnown {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* navbar */
.navbar-inverse {
    background-color: #3C9DBB;
    border-color: #3C9DBB;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    /*margin-left: 50px;*/
}

.navbar-inverse .btn-link {
    color: #FFFFFF;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #444444;
    text-decoration: none;
}

.navbar-btn {
    /*padding-left: 20px;*/
    margin-top: 28px;
    font-size: 20px;
}

.navbar {
    min-height: 100px;
    font-size: 20px;
}

@media (min-width: 1200px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 130px;
    }

    .navbar-nav > li > a {
        padding-top: 40px;
    }
}

@media (max-width: 1199px) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #FFFFFF;
        margin-top: 35px;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #444444;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #FFFFFF;
        margin-top: 25px;
    }

    /*.navbar-inverse .btn-link {
        margin-left: 50px;
    }*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.w3-badge, .w3-tag {
    background-color: #EC0505;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.w3-badge {
    border-radius: 50%
}










.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s
    }

    .animated.fast {
        -webkit-animation-duration: .8s;
        animation-duration: .8s
    }

    .animated.faster {
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s
    }

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }
}


@-webkit-keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}


.future > tbody > tr {
    background-color: orange;
}

.datetimeformat {
    width: 25%;
    word-wrap: normal;
    word-break: normal;
}

.tablefixed {
    table-layout: fixed;
}

#cdrtool {
    position: absolute;
    right: 300px;
    top: 135px;
}

#openEmailOperator {
    position: absolute;
    right: 550px;
    top: 135px;
}

#retryBtn {
    position: absolute;
    margin-top: 180px;
}

#deleteBtn {
    position: absolute;
    margin-right: 50px;
    margin-top: 260px;
}

.green-bg {
    background-color: #00FF21;
}

.yellow-bg {
    background-color: #FFFF3F;
}

.red-bg {
    background-color: #EC0505;
}

/* Popup form - hidden by default */
.form-popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    border: 3px solid #f1f1f1;
    z-index: 9;
    padding: 10px;
    background-color: white;
}

.button-emailOperator {
    margin-left: 25%;
    margin-bottom: 5%;
}

#auditError {
    background-color: #EC0505;
    color: white;
    display: inline-block;
    padding: 3px 15px;
}

.datetimeformat {
    width: 15%;
    word-wrap: normal;
    word-break: normal;
}

#title-area {
    display: inline-flex;
}

    #title-area > h3 {
        margin-bottom: 30px;
    }

.form-search {
    margin: 0 auto;
    width: 250px;
}

.active-blue-2 {
    border-bottom: 2px solid #399BB8;
    box-shadow: 0 2px 0 0 #399BB8;
}

.active-blue {
    border-right: 1px solid #399BB8;
    box-shadow: 1px 0 0 0 #399BB8;
}

.table-application {
    table-layout: fixed;
    white-space: nowrap;
    width: 100%;
}

    .table-application > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
    }

    .table-application > tbody > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
    }

.table-applicationlog {
    table-layout: fixed;
    white-space: nowrap;
}

    .table-applicationlog > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
    }

    .table-applicationlog > tbody > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
    }

.scrollable {
    height: 580px;
    margin-left: -72px;
    overflow: auto;
    width: 1400px;
}

.scrollable-mini {
    height: 195px;
    overflow: scroll;
}

.applicationlog {
    width: 1780px;
    margin-left: -300px;
}

.details-margin {
    margin-left: -72px;
}

.input-center {
    text-align: center;
}

.labelinput {
    margin-top: 7px;
    margin-right: 10px;
}

.dropdown.open {
    background-color: #000000;
    color: #ffffff;
}

.navbar .badge {
    background-color: #c70000;
    color: #fff;
}

.word-break-all{
    word-break:break-all;
}