@font-face {
    font-family: "Open Sans";
    src: url("../../Content/fonts/OpenSans-Regular.eot?") format("eot"),url("../../Content/fonts/OpenSans-Regular.woff") format("woff"),url("../../Content/fonts/OpenSans-Regular.ttf") format("truetype"),url("../../Content/fonts/OpenSans-Regular.svg#OpenSans") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*body {
    font-family: 'Open Sans', sans-serif;
}*/

.header_name {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.font-calibri {
    font-family: Calibri;
}

.text-center {
        text-align: center;
    }

.text-right {
        text-align: right;
    }


.table-common thead > tr > th {
        background-color: rgb(223,228, 238);
        font-size: 16px;
        font-weight: normal;
        line-height: 2;
        vertical-align: middle;
    }
    .table-common {
        border: 1px solid #BFBFBF;
    }
        .table-common > thead > tr > th {
                border: 1px solid #BFBFBF;
                border-bottom: 1px solid #BFBFBF !important;
            }

        .table-common > tbody > tr > td  {
                border: 1px solid #BFBFBF;
                border-bottom: 0 !important;
                border-top: 0 !important;
            }

        .table-common > tbody > tr > td > a {
            text-decoration: underline;
            font-size: 14px;
            line-height: 1.8;
        }

.table-normal thead > tr > th {
        background-color: rgb(223,228, 238);
        font-size: 16px;
        font-weight: normal;
        vertical-align: middle;
        }

.table-normal {
        border: 1px solid #BFBFBF;
    }
        .table-normal > thead > tr > th {
                border: 1px solid #BFBFBF;
                border-bottom: 1px solid #BFBFBF !important;
            }

.btn-blue {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    background: #689AE4;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    min-width: 160px;
}

.btn-blue:hover {
    background: #5085cf;
    text-decoration: none;
    color: #ffffff;
}


.btn-gray {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #A6A6A6;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  min-width: 160px;
}

.btn-gray:hover {
  background: #858385;
  text-decoration: none;
  color: #ffffff;
}

.btn-blue > span.right {
    margin-left: 10px;
    font-size: 14px;
}

.btn-blue > span.left {
    margin-right: 10px;
    font-size: 14px;
}

/* For Modal */
.btn-blue-modal {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    background: #689AE4;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    min-width: 140px;
}

.btn-blue-modal:hover {
    background: #5085cf;
    text-decoration: none;
    color: #ffffff;
}


.btn-gray-modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #A6A6A6;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  min-width: 140px;
}

.btn-gray-modal:hover {
  background: #858385;
  text-decoration: none;
  color: #ffffff;
}

.btn-blue-modal > span {
    margin-left: 10px;
    font-size: 14px;
}

.modal-header-custom {
    background-color: #869CB8;
}
    .modal-header-custom h3 {
        font-family: Calibri;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #ffffff;
        font-weight: 500 !important;
    }

.modal-body-custom {
    background-color: #DFE4EE;
    min-height: 100px;
}

.modal-footer-custom {
    background-color: #DFE4EE;
}


/* Search text box */
.custom-search-form fieldset {
    position: relative;
    display: block;
}

.custom-search-form fieldset div.input {
    width: 100% !important;
    padding: 5px 15px 7px 15px;
    border: 1px solid #c6d2db;
    border-top: 1px solid #b4c1cb;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
    float: right;
    background: #e8edf1;
}

.custom-search-form fieldset div.input.focus {
        border: 1px solid #9ecbe2;
        box-shadow: 0 0 6px #abdcff, inset 0 1px 2px rgba(0,0,0,0.08);
    }

.custom-search-form fieldset div.input input{
    width: 90%;
    border: 0;
    background: transparent;
    height: 16px;
    /* color: #b4bdc4; */
    text-shadow: 0 1px 1px #fff;
    height: 22px;
}

.custom-search-form fieldset div.input input:focus {
        outline: none;
    }

.custom-search-form fieldset span.search_icon {
    position: absolute;
    right: 10px;
    top: 8px !important;
    cursor: pointer;
}

.custom-search-form fieldset span.search_icon img.imgSearch_Main {
    margin-top: 2px;
}

.margin-top-20 {
    margin-top: 20px;
}

.text-red {
    color: red;
}

.margin-top-minus-25 {
    margin-top: -25px;
}

.panel-heading-custom {
    background-color: #859DB8 !important;
    color: white !important;
    cursor: pointer;
}

.border-none {
    border:none !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-8 {
    padding-top: 8px;
}

.content-bottom {
    position: absolute;
    bottom: 0;
}

.content-body {
    margin-bottom: 70px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-left-10 {
margin-left: 10px;
}

span.right {
    margin-left: 5px;
}

span.left {
    margin-right: 5px;
}

.k-grid-header th.k-header {
    vertical-align: top !important;
    font-weight: bold !important;
}