/**/
.field-in-error {border-color: red;}
.fixed-on-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 50px;
}
.fixed-on-top {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 50px;
}

.has-error span.error {
    font-weight: normal; 
    border-color: transparent !important; 
    color: #e74c3c; 
    font-size: 0.85em; 
    margin-left: 10px;
}

.has-error input,
.has-error textarea,
.has-error select {
    border-color: #e74c3c !important;
}

/*osy-datagrid-2*/
.osy-datagrid-2-foot {text-align: center; margin-top: 5px; margin-bottom: 5px;}
.gly-spin {  -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear;}
/**********wait mask***************/
div#waitMask {
    position: absolute;
    background-color: #f8f8f8;
    opacity: 0.70;
    z-index: 1000; 
    top: 0px; 
    left: 0px;
    vertical-align: middle;
    border-radius: 5px;
    border: 1px solid silver;
}
div#waitMask > div.message {
    position: relative;
    font-size: 14px; 
    font-weight: bold;
    text-align: center;
    top: 40%;
}

div#waitMask > div.message > div.progress_msg {
    width: 50%;
    margin: auto;
}

div#waitMask > div.message > div.progress {
    width: 50%;
    border: 1px solid silver;
    margin: auto;
}

.no-border {
    border: 1px transparent !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.overflow-auto {
    overflow: auto;
}

.border-all {
    border: 1px solid silver;
    border-radius: 3px;
}

.osy-hr {
    color: #888;
    font-size: 14px;
    margin-top: 15px;
    position: relative;
    display: block;
    text-align: center;
}

.osy-hr span {
    padding: 0 10px;
    background-color: white;
    z-index: 10;
    position: relative;
}

.osy-hr:before {
    border-top: 1px dotted #E1E2E4;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 0;
}


