/*.myinput {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 14px;
}*/

.myinput {
    display: inline-block;
}

.myinput2 {
    display: inline-block;
    height: 30px;
    width: 330px;
    margin: 5px;
}

.mytextarea {
    width: 700px;
    margin: 5px;
}

.mylabel {
    width: auto;
    min-width: 150px;
    display: inline-block;
}

.mylabel2 {
    width: auto;
    margin-left: 15px;
    min-width: 130px;
    display: inline-block;
}

.mylabel3 {
    width: auto;
    margin-left: 15px;
    min-width: 180px;
    display: inline-block;
}

.mylabel4 {
    width: auto;
    margin-left: 15px;
    min-width: 180px;
    display: inline-block;
    font-size: 12px;
    color: blue;
}

.mylabel5 {
    width: auto;
    margin-left: 15px;
    min-width: 180px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.mymessage {
    width: 250px;
    padding: 0px;
    align-content: center;
    margin-bottom: 20px;
}

.mydiv-middle {
    margin: auto;
    width: 75%;
    padding: 2px;
}

.mydiv-center {
    margin: auto;
    width: 75%;
    padding: 2px;
    text-align: center;
}

.mydiv-right {
    margin: auto;
    width: 75%;
    padding: 2px;
    text-align: right;
}

.mybutton {
    margin: 4px;
}

    /*.mybutton:active {
        border-color: cornflowerblue !important;
        background-color: cornflowerblue !important;
    }*/

.myCaptureButton {
    background: url(../../cimsv3/images/captureBtn.png) no-repeat;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    float: right;
    background-size: 100%;
}

    .myCaptureButton:active {
        background: url(../../cimsv3/images/captureBtnA.png) no-repeat;
        background-size: 100%;
    }

.myfieldset {
    border: 1px solid #781351;
    width: 20em;
}

.myselect {
    width: 200px;
}

.mylegend {
    color: black;
    background: white;
    border: 1px solid #781351;
    font: 16px;
    padding: 12px 16px;
    height: 130%;
    width: 50%;
    border-radius: 14px;
}

.myTH {
    border: 0.5px groove;
    height: 35px;
    width: 250px;
    border-radius: 3px;
    padding: 3px 3px 3px 10px;
}

.myTHlabel {
    background-color: #daecf4;
    border: 0px;
    height: 35px;
    width: 200px;
    border-radius: 3px;
    padding: 3px 3px 3px 10px;
    text-align: left;
}

.myGridFormTH {
    background-color: white;
    border: 0;
    height: 30px;
    width: 250px;
    border-radius: 3px;
    padding: 3px 3px 3px 10px;
}

.myGridFormTHlabel {
    background-color: #daecf4;
    border: 1px;
    height: 30px;
    width: 100px;
    border-radius: 3px;
    padding: 3px 3px 3px 10px;
    text-align: left;
}

.myGridFormTHGroup {
    background-color: #daecf4;
    border: 1px;
    height: 30px;
    width: 100px;
    border-radius: 3px;
    padding: 3px 3px 3px 10px;
    text-align: center;
}

.myCheckBox {
    display: inline-block;
    margin-left: 20% !important;
}

.pagination {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

        .pagination a.active {
            background-color: dodgerblue;
            color: white;
            border-radius: 5px;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
            border-radius: 5px;
        }

.paging {
    width: 100%;
    text-align: center;
}

.k-button {
    text-transform: none !important;
}