﻿.panel-heading {
    background-color: white !important;
    border: none !important;
    padding: initial !important;
}

body {
    font-size: initial !important;
}

@media (min-width: 1200px) {
    .col-lg-10 {
        width: 79.6%;
    }
}


.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.comboboxcss {
    height: 30px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid rgb(204, 204, 204);
}

@media screen and (max-width: 700px) {
    * {
        z-index: 0;
    }

      .col-xs-10, .col-xs-5 {
        width: 100% !important;


    }


}