body{
    background:#FFF;
}
.main{
    margin-top:20px;
}
.lineBreak{
    height:10px;
    width:100%;
    border-bottom:dashed #636b6f 2px;
}
.spacer{
    height:20px;
}
.spacer2{
    height: 10px;
}
.multipleSelect{
    width:100%;
}
.select2-selection{
    background:url('../images/drop.png');
    background-position:top right;
    background-repeat:no-repeat;
    background-size:30px 30px;
}
.row{
    margin-top:20px;
}
select{
    background-image:url('../images/drop.png')!important;
    background-position:top right;
    background-repeat:no-repeat;
    background-size:34px 34px;
}
.colorRed{
    color:#e00000;
}
.btn-new, .btn-new:visited{
    margin:auto;
    color:#FFF;
    font-size:34px;
    font-weight:bold;
    padding:5px 30px;
    background:#8a8a8a;
    border-style:outset;
    border-width:10px;
    border-bottom:#4e4e4e outset 10px;
    border-left:#747474 outset 10px;
    border-right:#747474 outset 10px;
    border-top:#bfbfbf outset 10px;
    border-radius:10px;
}
.btn-new:hover{
    color:#f1f1f1;
    border-top:#4e4e4e inset 10px;
    border-right:#747474 inset 10px;
    border-left:#747474 inset 10px;
    border-bottom:#bfbfbf inset 10px;
    background:#4e4e4e;
}
.alignCenter{
    text-align:center;
}
select::-ms-expand {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.right{
    text-align:right;
}
.checkbox{
    display:inline;
}
.regular-checkbox{
    display: none;
}
.regular-checkbox + label {
background-color: #fafafa;
border: 1px solid #cacece;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
padding: 9px;
border-radius: 3px;
display: inline-block;
position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
background-color: #e9ecee;
border: 1px solid #adb8c0;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
color: #99a1a7;
}
.regular-checkbox:checked + label:after {
content: '\2714';
font-size: 14px;
position: absolute;
top: 0px;
left: 3px;
color: #333;
}
.big-checkbox + label {
padding: 18px;
}
.big-checkbox:checked + label:after {
font-size: 28px;
left: 6px;
}
.center{
    text-align:center;
    margin:auto;
}
.Page404{
    height:100%;
    display:flex;
    align-items: center;
    color:#c8a13e;
    font-weight:bold;
}
.Error404{
    color:#c8a13e;
    font-size:92px;
    font-weight:bold;
}