@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

/* @TODO: Ask Praveen to comment out following class, we update it on main.css*/
/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]):not([type=radio]) {
    outline: 0px solid #26b050;
}

.invalid:not([type=checkbox]):not([type=radio]) {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


body {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.color-blue {
    color: #1174C1;
    /*#1f88c9 acanac*/
}

.navbar-brand {
    display: none;
}

@media only screen and (max-width: 780px) {
    .navbar-brand {
        display: block;
    }
}

.chan12 {
    margin: 3px;
    width: 210px;
    height: 50px;
    text-align: center;
    float: left;
    padding: 10px;
}

.chantab {
    margin: 3px;
    width: 140px;
    height: 90px;
    text-align: center;
    display: inline-block;
    padding: 0px;
    position: relative;
}

/*.chantab:hover, .tabtxt:hover 
{
    color:yellowgreen;
}*/

.tabtxt {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #7e7c7c;
}

.chantab div:first-child {
    margin-left: 10px;
}

/**/
.dropdown {
    background-image: initial;
    height: auto;
    width: auto;
}

label.rz-dropdown-label {
    margin-top:0px;
}

.text-right {
    text-align: right;
}

.tncHeader {
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight:bold;
}