﻿/*media all*/
a {
    color: #373737;
    text-decoration: none;
}

a:hover {
    color: #854028;
    text-decoration: none;
}

.validationErrorMessage {
    position: relative;
    min-height: 1em;
    margin: 1em 0;
    background: #fff6f6;
    padding: 1em 1.5em;
    line-height: 1.4285em;
    color: #9f3a38;
    transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;
    border-radius: 0;
    box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}
.validationOkMessage {
    position: relative;
    min-height: 1em;
    margin: 1em 0;
    background: #edf8ed;
    padding: 1em 1.5em;
    line-height: 1.4285em;
    color: #006600;
    transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset, 0 0 0 0 transparent;
}
.modalDiv {
    color: #494949;
    text-align: center; 
    overflow-y: auto;
}
.errorMsg {
    border: 1px solid black; 
    background-color: white;
    text-align: center; 
    padding: 20px; 
    margin:25px;
}
.tableSortColumn {
    cursor: pointer !important;
    padding-left: 10px !important;
    text-decoration: underline !important;
}
.tableSortColumn:hover {
    cursor:pointer !important;
    color: #AA5435 !important;
    text-decoration: underline !important;
}
.tableColumnAlignCenter {
    text-align: center;
}
.tableColumnAlignLeft {
    text-align: left;
}
.tableColumnAlignRight {
    text-align: right;
}
/*i.close.icon::before {
    content: "\f00d" !important;
}*/
.osidButton {
    background-color:#006600
}
.button.ui {
    background-color: #AA5435;
    color: #fff;
}

.button.ui:hover {
    background-color: #854028;
    color: #fff;
}

.button.ui:focus {
    background-color: #AA5435;
    color: #fff;
}
.txtReadOnly { 
    background-color:#e6e6e6 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bfbfbf !important;
    opacity: 1 !important;  /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bfbfbf !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bfbfbf !important;
}
@media only screen and (min-width:1200px) {
    .modal.ui {
        width: 1000px !important;
    }
}
@media only screen and (min-width:1920px) {
    .modal.ui {
        width: 1000px !important;
    }
}
@media only screen and (min-width:1200px) {
    .modal.ui.mini {
        width: 35.2% !important;
    }
}
@media only screen and (min-width:1920px) {
    .modal.ui.mini {
        width: 25.2% !important;
    }
}
