﻿@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/OpenSans-Regular.ttf') format('truetype');
}
/*Applying common font to entire application excluding glyphicon*/
*:not(.glyphicon) {
    font-family: OpenSans !important;
    font-size: 13px;
}

body {
    font-family: OpenSans !important;
}

.fade {
    opacity: inherit;
}

.ZebraDialog {
    width: auto !important;
    min-width: 450px;
    max-width: 900px;
    top: 100px !important;
}

    .ZebraDialog .ZebraDialog_Icon {
        background-position: 30px 10px !important;
    }

    .ZebraDialog .ZebraDialog_Body {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        padding-right: 10px !important;
        padding-left: 10px;
    }

.columnInfo .ZebraDialog_Body {
    padding-left: 10px !important;
}

.field-validation-error {
    color: red;
}

.form-group em {
    color: red;
}

.file-extension-error {
    color: red;
}

.navbar-inverse {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

.navbar-nav > li {
    margin: 0 5px;
}

.dropdown-toggle {
    min-width: 125px;
    text-align: left;
}

.dropdown {
    margin-top: 15px;
}

    .dropdown .btn-default {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
    }

.container {
    width: 100%;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.btn {
    border-radius: 0;
}

.body-content {
    width: 90%;
    margin: 10px auto;
    padding: 0;
}

.loginImg {
    border-radius: 16px;
    bottom: 0;
    height: 309px;
    left: 0px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 412px;
}

.background-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.background {
    background: url('https://myrror.co/etc/419062774_1385132057.jpg');
    background-size: cover;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    height: 105%;
    position: relative;
    width: 105%;
    right: -2.5%;
    left: -2.5%;
    top: -2.5%;
    bottom: -2.5%;
}

* {
    box-sizing: border-box;
    cursor: default;
    outline: none;
}

section {
    background: url(/Content/AppImages/background.png) no-repeat;
    border-radius: 16px;
    bottom: 0;
    height: 309px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 412px;
    background-color: rgba(58,157,207,1);
    margin-left: 550px;
}

    section:after {
        content: "";
        display: block;
        height: 1px;
        left: 50px;
        position: absolute;
        top: 0;
    }

    section:before {
        border-radius: 50%;
        content: "";
        display: block;
        height: 5px;
        left: 34%;
        position: absolute;
        top: -7px;
        width: 8px;
    }

.inset {
    padding: 65px 70px 0px 70px;
    min-height: 225px;
}

    .inset p {
        min-height: 50px !important;
    }

section h1 {
    font-family: 'arial';
    border-bottom: 1px solid #fff;
    font-size: 18px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #000;
}

section h1 {
    color: #fff;
    font-family: arial;
    font-weight: normal;
}

    section h1.poweron {
        color: #ffffff;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-animation: flicker 1s ease-in-out 1 alternate, neon 1.5s ease-in-out infinite alternate;
        animation: flicker 1s ease-in-out 1 alternate, neon 1.5s ease-in-out infinite alternate;
        -webkit-animation-delay: 0s, 1s;
        animation-delay: 0s, 1s;
    }

    section h1:after {
        position: absolute;
        width: 250px;
        height: 180px;
        content: "";
        display: block;
        pointer-events: none;
        top: 0;
        margin-left: 138px;
        -webkit-transform-style: flat;
        transform-style: flat;
        -webkit-transform: skew(20deg);
        transform: skew(20deg);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsla(0,0%,100%,0.2)), color-stop(100%, hsla(0,0%,100%,0)));
        background: -webkit-linear-gradient(top, hsla(0,0%,100%,0.1) 0%, hsla(0,0%,100%,0) 100%);
        background: -ms-linear-gradient(top, hsla(0,0%,100%,0.1) 0%, hsla(0,0%,100%,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ffffff', endColorstr='#00ffffff', GradientType=0 );
        background: linear-gradient(to bottom, hsla(0,0%,100%,0.1) 0%, hsla(0,0%,100%,0) 100%);
    }

#accesspanel input[type=text], #accesspanel input[type=password] {
    background: #fff !important;
    border: 1px solid #359ace;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 9px 36px;
    width: 100%;
}

input[type=text]:disabled, input[type=password]:disabled {
    color: #999;
}

label[for=remember] {
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    padding: 0 0 0 5px;
}

.p-container {
    padding: 0px 70px;
}

    .p-container:after {
        clear: both;
        content: "";
        display: table;
    }

    .p-container span {
        color: #0d93ff;
        display: block;
        float: left;
        padding-top: 8px;
    }

input[type=submit] {
    background: #1d80b3;
    border: 1px solid #0b6898;
    border-radius: .3em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    /*padding: 5px 20px;*/
    width: 100%;
}

.denied {
    color: white !important;
    text-shadow: 0 0 1px black;
    background: #EE0000 !important;
}

input[type=submit]:hover, input[type=submit]:focus {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -10px 10px rgba(255,255,255,0.1);
}

input[type=text]:hover:not([disabled]), input[type=text]:focus, input[type=password]:hover:not([disabled]), input[type=password]:focus, label:hover ~ input[type=text], label:hover ~ input[type=password] {
    background: #fff;
}

input[type="checkbox"] {
    opacity: 0;
    background: red;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.checkboxouter {
    height: 18px;
    width: 18px;
    border-radius: 2px;
    background-color: #1d80b3;
    position: relative;
    display: inline-block;
}

.checkbox {
    position: absolute;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    background-color: transparent;
    min-height: 10px !important;
    width: 5px;
    margin: auto;
    left: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: -35% 30%;
    transform-origin: -35% 30%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#url_user {
    position: absolute;
    display: block;
    margin-top: -38px;
    float: left;
    padding-right: 10px;
    margin-left: 9px;
}

input[type="checkbox"]:checked ~ .checkbox {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 2px solid #ffcc00;
    border-right: 2px solid #ffcc00;
}

@-webkit-keyframes neon {
    from {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }

    to {
        text-shadow: 0 0 3px #fff, 0 0 7px #fff, 0 0 13px #fff, 0 0 17px #B6FF00, 0 0 33px #B6FF00, 0 0 38px #B6FF00, 0 0 48px #B6FF00, 0 0 63px #B6FF00;
    }
}

@keyframes neon {
    from {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }

    to {
        text-shadow: 0 0 3px #fff, 0 0 7px #fff, 0 0 13px #fff, 0 0 17px #B6FF00, 0 0 33px #B6FF00, 0 0 38px #B6FF00, 0 0 48px #B6FF00, 0 0 63px #B6FF00;
    }
}

@-webkit-keyframes flicker {
    0% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }

    2% {
        text-shadow: none;
    }

    8% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }

    10% {
        text-shadow: none;
    }

    20% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }

    22% {
        text-shadow: none;
    }

    24% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }

    28% {
        text-shadow: none;
    }

    32% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }

    34% {
        text-shadow: none;
    }

    36% {
        text-shadow: none;
    }

    42% {
        text-shadow: none;
    }

    100% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }
}

@keyframes flicker {
    0% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }

    2% {
        text-shadow: none;
    }

    8% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }

    10% {
        text-shadow: none;
    }

    20% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }

    22% {
        text-shadow: none;
    }

    24% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }

    28% {
        text-shadow: none;
    }

    32% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }

    34% {
        text-shadow: none;
    }

    36% {
        text-shadow: none;
    }

    42% {
        text-shadow: none;
    }

    100% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }
}


































.footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: #337ab7;
    color: #fff;
    padding: 5px;
}

.dvBorder {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    border-bottom: none !important;
}

.validations {
    color: red;
}

.dvAddSection {
    border: 1px solid #ddd;
    width: 90%;
    margin: 0 auto;
    min-height: 400px;
    height: auto;
    padding: 5px;
    overflow: hidden;
}

hr {
    margin-top: 10px;
}

.errvalid {
    color: red;
}

.pMsg {
    color: red;
}

.spnMsg {
    color: red;
}

.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-right: none !important;
    border-left: none !important;
    padding: 2px 5px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th {
    padding: 5px;
    border-bottom: none !important;
}



@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg); /* Firefox 16+*/
    }

    100% {
        -moz-transform: rotate(360deg); /* Firefox 16+*/
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#preloader, #dvImg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffffff;
    opacity: .8;
    filter: alpha(opacity=70);
}

    #preloader > div {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: orange;
        /*transform: translate3d(0, 0, 0);*/
        animation: spin 2s linear infinite;
        /* Chrome, Firefox 16+, IE 10+, Opera */;
    }

        #preloader > div:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #009688;
            -webkit-animation: spin 3s linear infinite;
            /* Chrome, Opera 15+, Safari 5+ */
            animation: spin 3s linear infinite;
            /* Chrome, Firefox 16+, IE 10+, Opera */;
        }

        #preloader > div:after {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: yellow;
            animation: spin 1.5s linear infinite;
            /* Chrome, Firefox 16+, IE 10+, Opera */
        }

.footer > footer > p {
    margin: 0px;
}

.dvBorderNew {
    margin-bottom: 30px !important;
}
