﻿html, body {
    height: 100%;
    background-color: rgb(29, 102, 150);
    font-family: 'Roboto', sans-serif;
    /*font-family: Arial;*/
    background: linear-gradient(rgba(29, 102, 150, 0.6), rgba(29, 102, 150, 0.6)), url("../img/background.jpg");      
    background-repeat: repeat;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
    letter-spacing: .03em;
}

#version_number {
    color: #FFFFFF;
    font-size: 14px;
    float: right;
}

.background-color-default {
    background-color: #2072a9;
}

.width_100 {
    width: 100%;
}

.width_1px {
    width: 1px;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}


.modal {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    /*z-index: 100001;*/
    display: none;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

    .modal.light {
        background-color: rgba(255, 255, 255, 0.5) !important;
    }

    .modal:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.modal-window {
    position: relative;
    background-color: #fff;
    display: inline-block;
    -webkit-box-shadow: 0px 5px 10px 0px #555;
    -moz-box-shadow: 0px 5px 10px 0px #555;
    box-shadow: 0px 5px 10px 0px #555;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid #666;*/
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    margin: 0px auto;
}

.modal-window-inner {
    /*padding: 10px;*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    position: relative;
    /*width:1px;*/
}

.modal-title {
    background-color: #2073aa;
    color: #FFF;
    /*font-weight: bold;*/
    font-size: 14px;
    padding: 10px 16px;
}

.modal-content {
    margin: 10px;
    overflow: auto;
    position: relative;
}

.modal-footer {
    text-align: center;
    margin: 10px;
}

.modal-footer-container {
    display: inline-block;
}

.modal-footer-btn {
    min-width: 120px;
}

.modal-window-2 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}

    .modal-window-2:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.modal-window-content-2 {
    position: relative;
    background-color: #fff;
    display: inline-block;
    -webkit-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.7);
    box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.7);
    vertical-align: middle;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    min-width: 200px;
    min-height: 200px;
    padding: 10px;
}

.filter_style {
    width: 200px;
}

.img_input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #1d6696;
    display: inline-block;
    width: 200px;
    text-align: left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

    .img_input img {
        vertical-align: middle;
        background-color: #1d6696;
        padding: 6px;
    }

    .img_input input[type='text'], .img_input input[type='password'] {
        vertical-align: middle;
        border: none;
        outline: none;
        width: 160px;
    }

.img_button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #1d6696;
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 34px;
    line-height: 32px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

    .img_button img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .img_button span {
        vertical-align: middle;
        color: white;
    }


    .img_button:hover, .img_button:focus, .img_button:active {
        cursor: pointer;
        background-color: #2072a9;
    }


.progress_dialog_2 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100002;
    display: none;
    text-align: center;
}

    .progress_dialog_2:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .progress_dialog_2 .inner {
        padding: 10px;
        display: inline-block;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 10px -3px #333;
        -moz-box-shadow: 0px 2px 10px -3px #333;
        box-shadow: 0px 2px 10px -3px #333;
        vertical-align: middle;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #666;
    }

.spinner {
    padding-top: 3px;
    width: 100px;
    text-align: center;
}

    .spinner > div {
        width: 16px;
        height: 16px;
        background-color: #fff;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
        -moz-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
        -o-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
        -webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
        animation: sk-bouncedelay 1.7s infinite ease-in-out both;
        margin-right: 5px;
        /*background: #F24235;*/
        background: #2073aa;
    }

    .spinner .spinner__item1 {
        -moz-animation-delay: -0.60s;
        -o-animation-delay: -0.60s;
        -webkit-animation-delay: -0.60s;
        animation-delay: -0.60s;
    }

    .spinner .spinner__item2 {
        -moz-animation-delay: -0.40s;
        -o-animation-delay: -0.40s;
        -webkit-animation-delay: -0.40s;
        animation-delay: -0.40s;
    }

    .spinner .spinner__item3 {
        -moz-animation-delay: -0.20s;
        -o-animation-delay: -0.20s;
        -webkit-animation-delay: -0.20s;
        animation-delay: -0.20s;
    }

.default_textbox {
    border: 1px solid #888;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding:3px;
}

#login-logo {
    padding: 10px 30px;
    color: #195a86;
}

    #login-logo img {
        vertical-align: middle;
        margin-right: 10px;
    }

    #login-logo span {
        font-size: 24px;
        vertical-align: middle;
    }
