﻿\/* These imports may be needed for the animated checkbox */
/*@import "modular-scale";
@import "neat";
@import "bourbon";
@import "color-schemer";
@import "compass";
@import "color-schemer";
@import "compass";
@import "breakpoint";
@import "susy";
@import "bourbon";*/

/**
    OLD COLOR -> NEW COLOR        
    #66b2cc -> #4a5a8f 
    #1995dc -> #1e2d5f
    #2fa4e7 -> #1e2d5f
*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-widget-header {
    background: rgba(255,255,255,0.8);
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog-buttonpane {
    border-width: 0 !important;
}

#message-dialog-image {
    float: right;
    vertical-align: central;
}

#message-dialog-text {
    float: left;
    vertical-align: central;
    font-size: 14px;
}

#footer {
    width: 100%;
    position: fixed;
    background: white;
    bottom: 1px;
    height: 45px;
    /*left: 30px;*/
}

    #footer hr {
        margin: 0;
        padding: 1px;
        position: relative;
    }

#enmanos-footer {
    float: left;
}

#emergent-footer {
    text-align: right;
    font-style: italic;
    right: 10px;
}
/**
    New Color 
    #1e2d5f

*/

/*NavBar
http://stackoverflow.com/questions/18529274/change-navbar-color-in-twitter-bootstrap-3
*/
.navbar {
    margin-bottom: 0px;
}
/*.navbar-default {
    color: aliceblue;
    background-color: #2fa4e7;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 300px;
}

nav navbar-nav navbar-right {
    margin-right: 0;
    color: aliceblue;
}

.navbar-default .navbar-nav > li > a {
    color: aliceblue;
}*/
/*Nab Tabs */
.nav-tabs {
    background-color: #1e2d5f;
}

    .nav-tabs li a:hover {
        background-color: #4a5a8f; /*#66b2cc;*/
        color: aliceblue;
    }


    .nav-tabs a {
        color: aliceblue;
    }
/*Nav Tabs End*/

/*Buttons*/
.btn-default {
    background: #1e2d5f;
    color: aliceblue;
}

.dashboard-title-font-size {
    font-size: 20pt;
}

.dashboard-subtitle-font-size {
    font-size: 17pt;
}

.dashboard-button-size {
    width: 350px;
    height: 60px;
    font-size: 14pt;
}

#action-list-container-center {
    width: 360px;
    margin: 0 auto;
    height: 100%;
}

.editcase-button-size {
    width: 100%;
    height: 60px;
    font-size: 12pt;
}

a.editcase-button-size {
    line-height: 2.751429;
}


.editcase-icon-quadbutton-size {
    width: 96px;
    height: 60px;
    margin-left: -15px;
    margin-right: -15px;
}

.editcase-icon-duobutton-size {
    width: 192px;
    height: 60px;
    margin-left: -15px;
    margin-right: -15px;
}

editcase-icon-button-row-size {
    width: 360px;
    height: 60px;
}

editcase-icon-button-row-size {
    width: 360px;
    height: 60px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background: #4a5a8f; /*#66b2cc;*/
    color: white;
}

.btn-default:hover {
    color: white;
}

.btn-default :disabled .btn-default :disabled:matches(:hover) {
    opacity: 0.65;
    cursor: not-allowed;
}

.btn-default[disabled]:hover {
    background: #4a5a8f; /*#66b2cc;*/
    opacity: 0.65;
    cursor: not-allowed;
}
/*Buttons End */

.centered-container {
    /*margin: 0;*/
    position: absolute;
    top: 300%;
    left: 30%;
    /*margin-right: -50%;*/
    /*transform: translate(-50%, -50%);*/
}

/*Select 2 Dropdown*/
.select2 {
    width: 100% !important;
    max-width: 280px;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
/*Select2 End*/

.logo {
    padding: 6px 2px 1px 2px;
    max-height: 48px;
    min-height: 30px;
}

body {
    /*padding-top: 50px;*/
    position: relative;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

    input[type=checkbox].form-control {
        max-width: 20px;
        max-height: 20px;
    }

textarea.form-control {
    height: 120px;
    max-width: 370px;
}

div.radio /*, div.checkbox*/ {
    margin-top: 0px;
    padding-left: 0px;
}


.size-18 {
    font-size: 18px;
}

.activeCountry {
    text-decoration: underline;
}

/*Center All Tables In their containers
http://stackoverflow.com/questions/7059394/how-to-position-a-table-at-the-center-of-div-horizontally-vertically
*/

/* http://stackoverflow.com/questions/18075794/bootstrap-table-without-stripe-borders/24830641#24830641 */
.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

/* ============================== */

/* for input groups that get their addons splitted from the control */
.input-constrained {
    max-width: 280px;
}

.table > tbody > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

/* for options column to minimum and no wrap */
.table-options-header {
    width: 1%;
    white-space: nowrap;
}

.table-options-cell {
    width: 1%;
    white-space: nowrap;
}


/*table {
    margin: 0 auto; /* or margin: 0 auto 0 auto 
}

    table tr td {
        padding: 2px;
    }

        table tr td span {
            padding: -1px;
        }

    table th {
        padding: 6px; /* or margin: 0 auto 0 auto 
    }

tfoot {
    text-align: right;
}

.table-bottom {
    bottom: 20px;
    position: absolute;
}

.table-indend {
    padding: 5px;
    width: 100%;
    height: 100%;
}*/


.section_indent {
    padding-left: 15px;
    padding-right: 15px;
}

.tab-container {
    padding: 15px;
}

.max-height-container {
    max-height: 70vh;
    overflow-y: auto;
}

.container {
    width: 1500px;
}

.text-almost-right {
    text-align: right;
    margin-right: 20px;
}


.new-case-container {
    width: 100%;
    max-height: 80vh;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
}

tr.border_top_bottom td {
    border-bottom: 1pt solid black;
    border-top: 1pt solid black;
}

.icon-size {
    font-size: 87px;
}

#tabnavigation {
    margin-bottom:20px;
}

.navbar-login {
    width: 305px;
    /*padding: 10px 20px 0px 10px;*/
    padding: 10px;
    padding-bottom: 0px;
}

/*Case Status Progress Bar*/
.progress {
    height: 50px;
    position: relative;
    text-size-adjust: 150%;
}

.progress-bar {
    font-size: 20px;
    line-height: 40px;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
}
/**/

.not-active {
    pointer-events: none;
    cursor: default;
}

.dashboard-annual-case-volume-box {
    position: center;
    width: 100%;
    height: auto;
}

/*==================================================*/

.loader {
    height: 8px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

    .loader:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 8px;
        background-color: #4a5a8f;
        animation: loading 2s linear infinite;
    }

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

/* ============================== */
/*old loader*/
/*#loading {
    --background-image: url('images/loader.gif');
    position: absolute;
    left: 50%;
    top: 50%;
    width: 512px;
    height: 128px;
    margin-left: -256px;
    margin-top: -64px;
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    --z-index: 15;
}*/

/*=============================================*/
/*.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        -moz-animation-delay: -1.1s;
        -o-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        -moz-animation-delay: -1.0s;
        -o-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        -moz-animation-delay: -0.9s;
        -o-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        -moz-animation-delay: -0.8s;
        -o-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4) transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0) transform: scaleY(1.0);
    }
}

@-moz-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        -moz-transform: scaleY(0.4);
        -ms-transform: scaleY(0.4);
        -o-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -moz-transform: scaleY(1.0);
        -ms-transform: scaleY(1.0);
        -o-transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -moz-transform: scaleY(0.4);
        -ms-transform: scaleY(0.4);
        -o-transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -moz-transform: scaleY(1.0);
        -ms-transform: scaleY(1.0);
        -o-transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}*/

/* ============================== */
/*Loading End*/

/*Modals*/
.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    /*overflow-y: auto;*/
}

.modal-body {
    max-height: 85vh;
    overflow-y: auto;
}

.modal-md-lg {
    width: 700px;
}

@media (min-width: 620px) {
    .modal-md-lg {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .modal-md-lg {
        margin-right: auto;
        margin-left: auto;
    }

    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }

    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }
}

.modal-body-for-containing-date-picker /*For Datepicker to show better in popups*/ {
    overflow: visible;
}

#message-dialog-title {
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
}

/* Checkbox animation for save popup */

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

/* X animation for error popup */

/*Modals End*/

svg {
    fill: white;
}

.pager a {
    cursor: pointer;
}

.pager li.active > a, .pager li.active > span {
    background-color: #eee;
    pointer-events: none;
}

/* http://stackoverflow.com/questions/18075794/bootstrap-table-without-stripe-borders/24830641#24830641 */
.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

/* ============================== */

.form-group.has-error.bypass-has-error .form-control {
    color: #555;
    background-color: #fff;
    background-image: none;
    border-color: #ccc;
}

.form-group.has-error.bypass-has-error .form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.form-group.has-error.bypass-has-error .input-group-addon {
    color: #555;
    background-color: #eee;
    border-color: #ccc;
}

span.field-validation-error.bypass-field-validation-error {
    display: none;
}

table.table-layout-only {
    border-collapse: collapse;
}

    table.table-layout-only > tbody > td {
        padding: 0;
        margin: 0;
    }

.popover-container {
    position: relative;
}

.popover .table-output {
    max-width: 1024px;
}
/*=======================================================*/







li .pagination-dots {
    border: none !important;
    margin: 2px;
    padding: 2px;
}
