﻿
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Arial;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.bg-cyan.bg-lighten-2 {
    background-color: #90959b!important;
}
.ResetPass>p{
    margin-bottom: 15px;
}
.submitLoginSm {
    width: 355px;
    float: right;
    /* margin-right: 25px; */
    padding: 13px 14px 30px !important;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px !important;
    margin: 23px;
    background: #009b6d !important;
    border-color: #009b6d !important;
}
    .submitLoginSm{
        font-size: 16px;
    }
    .submitLoginSm:hover {
        background: #f26024 !important;
    }
#user-name, #user-password {
    border: 1px solid #dadada;
    /* padding: 8px !important; */
    height: unset;
    line-height: unset;
    font-size: 17px;
    padding: 15px;
    font-size: 16px !important;
    border-radius: 9px !important;
    background: #f7f7f7;
    color: #94999c !important
}
.has-icon-left > input {
    padding-left: 30px !important;
    font-family: Arial;
}
.has-icon-left .form-control-position > i {
    margin-left: -30px;
}


.modal-header, .modal-footer {
    padding: 10px !important;
    /*border: unset !important;*/
    border-radius: unset !important;
}

.close {
    padding: 0px !important;
    margin: 0px !important;
}

.dialog-header-notify {
    background-color: #eeeeee !important;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5 !important;
}

.apidialog .text-info {
    color: #000 !important;
}

.dialog-header-error {
    background-color: #d2322d;
}

.dialog-header-wait {
    background-color: #428bca;
}
h4.text-info{
    font-weight: bold;
}

.dialog-header-notify {
    background-color: #eeeeee;
}

.dialog-header-confirm {
    background-color: #f7941e;
}

    .dialog-header-error span, .dialog-header-error h4,
    .dialog-header-wait span, .dialog-header-wait h4,
    .dialog-header-confirm span, .dialog-header-confirm h4 {
        color: #ffffff;
        padding: 0;
        margin: 0
    }

        .dialog-header-error .close, .dialog-header-wait span .close, .dialog-header-confirm .close {
            color: #fff;
            opacity: 1
        }

.dialog-header-notify .close {
    opacity: 1
}

.dialog-header-error, .dialog-header-wait span, .dialog-header-confirm {
    padding: 10px 15px
}

div#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    margin-top: -31px;
    margin-left: -31px;
    display: none
}

    div#loading i {
        font-size: 48px;
        color: orange;
    }
.btn.btn-default {
    border-color: transparent !important;
    font-size: 14px !important;
    padding: 5px 14px !important;
    border-radius: unset !important;
}
.btn.btn-primary {
    background: #4585f4 !important;
    color: #fff !important;
    border-color: transparent !important;
    font-size: 14px !important;
    padding: 5px 14px !important;
    border-radius: unset !important;
}
    .btn.btn-primary:hover, .btnCancelFrom:hover, .btn.btn-primary:focus, .btnCancelFrom:focus {
        background: #ff601c !important;
    }
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        transition: transform 0.3s ease-out
    }
form#LoginForm {
    display: table-cell;
    vertical-align: middle;
    background-color: #90959b;
    background: url(../so/bgmain.jpg);
    background-size: cover;
}
.login-forrm {
    display: table;
    width: 100%;
    height: 100%;
}

.log-head {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
}
ul.log-ul{color:#f1f1f1;margin-left:20px;}
ul.log-ul li{margin-bottom:5px;list-style-type:disc}
.footer-log {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 25px;
    width: 100%;
}
    .footer-log p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 13px;
    }