﻿
.Button {
    background-color: rgb(51, 75, 255);
    color:white;
    font-weight:bold ;
}


    .Button:focus {
        background-color: #39C46E;
        color: white;
        font-weight: bold;
    }

input[type="checkbox"]:focus + label {
    outline: none;
    box-shadow: 0 0 1px 2px rgba(0, 240, 255, 0.4);
    background-color: rgba(0, 240, 255, 0.4);
}

.active, .btn:hover {
    background-color: #334BFF;
    color: white;
}
.jumbotron1 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 9px;
    color: inherit;
    background-color: #eeeeee;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
    max-width: 100%;
    padding-top: 43px;
    padding-bottom: 0px;
    padding-right: 60px;
    padding-left: 60px;
}

.largebtn {
    height: 28px;
    font-size: 125%;
}


.errMsgColor {
    color: red;
}

.highlightEditField {
    background-color: #39C46E !important;
    border: 2px solid black !important;
    /*color: white !important;*/
    opacity: 1;
}

.highlightFieldRed {
    background-color: red !important;
    /*color: white !important;*/
    opacity: 1;
}

tbody {
    overflow: scroll;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100px;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    width: 50px;
}

.thead {
    background-color: rgb(51, 75, 255);
}

.selectDropdown {
    width: 160px;
}

coral-text-field {
    width: 300px;
}
label {
    font-size: 15px;
}

input, coral-number-field {
    border: 2px solid ;
    /*margin-bottom: 5px;*/
}

coral-number-field, coral-number-field, textarea, coral-input, coral-text-field, coral-combo-box, emerald-datetime-picker {
    border: 2px solid;
    /*margin-bottom: 5px;*/
}

input[type=text]:focus {
    border: 2px solid #39C46E !important;
}
[icon=cross].large {
    font-size: 24px;
}

[icon=cross].Dynamic {
    font-size: 24px;
    position: absolute;
}