﻿.dvBorder {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    min-height: 47px;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/OpenSans-Regular.ttf') format('truetype');
}
/*Applying common font to entire application excluding glyphicon*/
*:not(.glyphicon) {
    font-family: OpenSans !important;
    font-size: 13px;
}

.emptyDataRow {
    width: auto;
    text-align: center;
    min-height: 20px;
    padding-top: 8px;
    font-weight: bold;
    border: 1px solid red;
    vertical-align: middle;
    -moz-border-radius: 5px 5px 5px 5px;
}

body {
    font-family: OpenSans !important;
}

.contentBorder {
    /*border: 1px solid #ccc;*/
    padding: 5px;
    border-radius: 5px;
    min-height: 350px;
    height: auto;
    overflow: auto;
}

.contentInput {
    width: 250px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.contentSelect {
    width: 250px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.contentBorder label {
    width: 150px;
}

.contentBorder em, em {
    color: red;
}


.contentBorder ul {
    padding-left: 5px;
}


    .contentBorder ul li {
        list-style-type: none;
        padding: 5px 0;
    }

.errorMsg {
    color: red;
    font-size: 12px;
    /*display: flex !important;*/
    margin-left: 0;
    float: left;
    width: 100%;
}

.grid {
    clear: both;
    width: 100%;
}

.clear {
    clear: both;
}

.gridpager {
    background-color: #f5f5f5;
}

    .gridpager, .gridpager td {
        padding-left: 7px;
    }


.altRow {
    background-color: #fbfbfb;
}

    .altRow:hover {
        background-color: #fff;
    }


/* Info Messages */
.info, .success, .help, .error, .search, .validation {
    border: 1px solid;
    border-bottom-color: #b8b8b8;
    border-top-color: #8e8e8e;
    border-left-color: #8e8e8e;
    border-right-color: #b8b8b8;
    margin: 10px 0px 10px 60px;
    padding: 10px 35px 10px 35px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 75%;
    font-size: 12px;
    font-family: Calibri;
    position: fixed;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../Content/AppImages/Status/info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../Content/AppImages/Status/success.png');
}

.help {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../Content/AppImages/Status/help.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../Content/AppImages/Status/Error.png');
}

.search {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../Content/AppImages/Status/Search.png');
}

/*end of info message*/

/* Bootstrap modal popup body height*/
.modal_body_height {
    height: auto;
    max-height: 400px;
    overflow-y: auto;
}
