﻿.legendStyle {
    background: #518aa5;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg0);
    font-weight: bold;
}

.boxStyle {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
    padding: 10px 10px;
}

.formTitle {
    font-size: 15px;
    font-family: sans-serif;
    border-bottom: 2px solid #c1c0c0;
    padding-bottom: 5px;
    text-transform: capitalize;
    color: cadetblue;
    font-weight: 600;
}
/*Thead style*/
/*.theadStyle {
    color: white;
    text-transform: uppercase;
    padding: 3px;
    left: 0;
    top: 0;
    font-weight: bold;
}

    .theadStyle tr th {
        background: #518aa5;
        text-align: center;
    }*/
.form-header {
    text-align: left;
    display: block;
    padding: 20px 25px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    /*background: rgba(248,248,248,.9);*/
    font-size: 20px;
    font-weight: 400;
    /*color: #232323;*/
    text-transform: capitalize !important;
    margin: 0;
}

/*.trow tbody tr:hover {
    background: #ff0;
}*/

/*thead {
    /* background-color: darkblue; 
    color: #fff;
    background: #bdc3c7;
    background: -webkit-linear-gradient(to right, #404e67, #bdc3c7);
    background: linear-gradient(to top, #404e67, #bdc3c7);
}*/

/*.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e0ecec;
}*/