﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}
/*
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

input,
select,
textarea {
    max-width: 280px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}*/


.border-bottom-primary {
    border-bottom: 0.40rem solid #EF027F !important;
}

.gvCellRight {
    text-align: right;
}

.gvCellCenter {
    text-align: center;
}

.gvCellCenterCheckBox {
    text-align: center;
    align-content: center;
    height: 100%;
    margin-bottom: 10px;
    /*font-size: 30px !important;*/
    margin-left: 25px;
}

.BolderText {
    font-weight: bolder;
}

.BoldText {
    font-weight: bold;
}


.NoDisplay {
    display: none;
}

.SmallRedText {
    font-size: x-small;
    color: red;
}

.SmallgeneralText {
    font-size: 12px;
}

.table-condensed tr th {
    border: 0px solid #2b83b0;
    color: #FEFEFE;
    background-color: #777777 !important;
}

.table-condensed, .table-condensed tr td {
    border: 0px solid #000;
}

tr {
    background: #f8f7ff;
}

/*tr:nth-child(odd) {
            background: #fff;
        }*/
		
/*.clickable-row {
    color: white;
    font-weight: bold;
    background-color: #a7a1a1;
}*/

.clickable-row {
    color: white;
    font-weight: bold;
    background-color: #26a69a;
}

.headerStyle {
    background-color: #f5f5f5;
}

.rowHeaderStyle {
    text-align: center;
    text-transform: uppercase;
    background-color: #f5f5f5;
    font-weight: bold;
}

.rowHeaderContent {
    margin-top: 10px;
    text-align: justify-all;
}

.rowCellNumberTextBox {
    min-width: 93px;
    /*text-align: right;*/
}

.rowCellPercentTextBox {
    min-width: 75px;
    /*text-align: right;*/
}

.gridview a {
    margin: auto 1%;
    border-radius: 50%;
    background-color: #444;
    padding: 5px 10px 5px 10px;
    color: #fff;
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}

    .gridview a:hover {
        background-color: #880e4f;
        color: #fff;
    }

.gridview span {
    background-color: #ef027f;
    color: #fff;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}


span.fancy-checkbox {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    cursor: pointer;
    /* Make text & control un-selectable, otherwise it will
       sometimes get selected if the user repeatedly clicks quickly */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ASP.Net CheckBoxList - Rendered in a TABLE */
table.fancy-checkbox td {
    position: relative;
    padding-left: 20px;
    /* Make text & control un-selectable, otherwise it will
       sometimes get selected if the user repeatedly clicks quickly */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancy-checkbox input {
    display: none;
}

.fancy-checkbox label {
    cursor: pointer;
    padding-left: 0;
}

.fancy-checkbox input[type="checkbox"] + label:before {
    position: absolute;
    top: 1px;
    left: 0;
    font-family: FontAwesome;
    content: "\f096";
    font-size: 20px;
    line-height: 1;
    color: #aaa;
}

.fancy-checkbox input[type="checkbox"]:checked + label:before {
    content: "\f14a";
    color: #4285f4;
    font-size: 18px; /* Shrink checked icon slightly to match unchecked */
}

.fancy-checkbox input[type="checkbox"]:disabled + label:before {
    color: #ccccdd;
}

.fancy-checkbox.aspNetDisabled label,
.fancy-checkbox .aspNetDisabled label {
    cursor: not-allowed;
}

span.fancy-checkbox-toggle {
    position: relative;
    display: block;
    padding: 0 0 0 29px;
    cursor: pointer;
    /* Make text & control un-selectable, otherwise it will
       sometimes get selected if the user repeatedly clicks quickly */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ASP.Net CheckBoxList - Rendered in a TABLE */
table.fancy-checkbox-toggle td {
    position: relative;
    padding-left: 29px;
    /* Make text & control un-selectable, otherwise it will
       sometimes get selected if the user repeatedly clicks quickly */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancy-checkbox-toggle input {
    display: none;
}

.fancy-checkbox-toggle label {
    cursor: pointer;
    padding-left: 0;
    font-weight: normal;
}

.fancy-checkbox-toggle input[type="checkbox"] + label:before {
    position: absolute;
    top: -1px;
    left: 0;
    font-family: FontAwesome;
    content: "\f204";
    font-size: 30px;
    line-height: 1;
    color: #aaa;
    /*color: #d2322d;*/
}

.fancy-checkbox-toggle input[type="checkbox"]:checked + label:before {
    content: "\f205";
    /*color: #4285f4;*/
    color: #5cb85c;
}

.fancy-checkbox-toggle input[type="checkbox"]:disabled + label:before {
    color: #ccccdd;
}

.fancy-checkbox-toggle.aspNetDisabled label,
.fancy-checkbox-toggle .aspNetDisabled label {
    cursor: not-allowed;
}

.hidden {
    visibility: hidden;
}
