﻿.noDisplay {
    display: none;
}

.clsPass {
    text-transform: none !important;
}

.req {
    color: red;
    font-size: 16px;
}

.cssReadOnly {
    background-color: mistyrose;
}

/*input[type="text"] {
    text-transform: none !important;
}*/

fieldset {
    border: solid 1px #013972;
    /*background-color: yellow !important;*/
}

.txtRight{
    text-align:right;
}


table.tblPrv {
    border-collapse: collapse;
    width: 100%;
}
    table.tblPrv tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    table.tblPrv td {
        border: 1px solid #ddd;
        text-align: left;
        padding: 8px;
    }



.Grd {
    margin-bottom: 1.667em;
    border: 0px solid #999999;
    border-collapse: separate;
}

.Styleheader {
    /*background-image:url(../Images/old-browsers-bg/planning-header-bg.png); */
    /*background: #a4a4a4 url(../Images/old-browsers-bg/planning-header-bg.png) repeat-x; */
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient( top, #103495, #013972 );
    background: -webkit-gradient( linear, left top, left bottom, from(#103495), to(#013972) );
    color: white;
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    border-top: 1px solid white;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #828282;
    padding: 0.5em 0.75em;
    height: 30px;
    font-weight: bold;
    line-height: 1.5em;
}

    .Styleheader th,
    .Styleheader thead td {
        vertical-align: middle;
        text-align: left;
        padding: 0.5em 0.75em;
        border-left: 1px solid #dddddd;
    }


    .Styleheader:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

.StyleRow td {
    vertical-align: top;
    text-align: left;
    padding: 0.50em;
    border-left: 1px dotted #333333;
    background: #f2f2f2;
}

    .StyleRow td:first-child {
        border-left: none;
    }
    /* IE class */

    .StyleRow td.first-child {
        border-left: none;
    }

.StyleRow:nth-child(even) th {
    background: #d9d9d9;
}
/* IE class */
.StyleRow.even td {
    background: #d9d9d9;
}

.StyleRow:nth-child(even) td {
    background: #e6e6e6;
}
/* IE class */
.StyleRow.even td {
    background: #e6e6e6;
}

/*
.StyleRow:hover td {
    background: #d1e5ef;
}
    */
.AlterRowStyle {
    vertical-align: top;
    text-align: left;
    padding: 0.25em;
    border-left: 1px dotted #333333;
    background: #f2f2f2;
    background: #d9d9d9;
    border-left: none;
}

.PageStyle {
    border-bottom: 1px solid #999999;
    /*background: white url(../Images/old-browsers-bg/block-controls-bg.png) repeat-x;*/
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient( top, white, #e5e5e5 88%, #d8d8d8 );
    background: -webkit-gradient( linear, left top, left bottom, from(white), to(#d8d8d8), color-stop(0.88, #e5e5e5) );
    margin: 0 -1.667em 1.667em -1.667em;
    padding: 1em;
}



    .PageStyle table td {
        /*display: block;
	margin: -1px 0 -1px 0.5em; */
        line-height: 1.333em;
        padding: 0.333em 0.25em; /*padding around pager numbers */
    }


    .PageStyle a,
    .PageStyle span {
        display: block;
        text-decoration: none;
        color: #333333;
        min-width: 1.083em;
        padding: 0.333em 0.5em;
        text-align: center;
        border: 1px solid white;
        -moz-border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
        border-radius: 0.5em;
        /*background: #e7e7e7 url(../Images/old-browsers-bg/controls-bt-bg.png) repeat-x top;*/
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        background: -moz-linear-gradient( top, #f8f8f8, #e7e7e7 );
        background: -webkit-gradient( linear, left top, left bottom, from(#f8f8f8), to(#e7e7e7) );
        -moz-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
    }

PageStyle td table tr a:hover,
a.current {
    border-color: #1eafdc #1193d5 #035592;
    /*background: #057fdb url(../Images/old-browsers-bg/block-control-hover-bg.png) repeat-x;*/
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient( top, white, #2bcef3 5%, #057fdb );
    background: -webkit-gradient( linear, left top, left bottom, from(white), to(#057fdb), color-stop(0.05, #2bcef3) );
    color: white;
}


.PageStyle a:visited {
    border-color: #1eafdc #1193d5 #035592;
    /*background: #057fdb url(../Images/old-browsers-bg/block-control-hover-bg.png) repeat-x;*/
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient( top, white, #2bcef3 5%, #057fdb );
    background: -webkit-gradient( linear, left top, left bottom, from(white), to(#057fdb), color-stop(0.05, #2bcef3) );
    color: white;
}
/*
.PageStyle span
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}*/

.txtUpper {
    text-transform: uppercase;
}


#tblHis {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#tblHis td, #tblHis th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tblHis tr:nth-child(even){background-color: #f2f2f2;}

#tblHis tr:hover {background-color: #ddd;}

    #tblHis th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #013972;
        color: white;
    }


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus,
    .btn:focus,
    .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active,
    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.focus,
    .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active,
    .btn-default:active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default.active.focus,
        .btn-default.active:focus,
        .btn-default.active:hover,
        .btn-default:active.focus,
        .btn-default:active:focus,
        .btn-default:active:hover,
        .open > .dropdown-toggle.btn-default.focus,
        .open > .dropdown-toggle.btn-default:focus,
        .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.active,
    .btn-default:active,
    .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled,
    .btn-default.disabled.active,
    .btn-default.disabled.focus,
    .btn-default.disabled:active,
    .btn-default.disabled:focus,
    .btn-default.disabled:hover,
    .btn-default[disabled],
    .btn-default[disabled].active,
    .btn-default[disabled].focus,
    .btn-default[disabled]:active,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default,
    fieldset[disabled] .btn-default.active,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary.active,
    .btn-primary:active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

        .btn-primary.active.focus,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary:active.focus,
        .btn-primary:active:focus,
        .btn-primary:active:hover,
        .open > .dropdown-toggle.btn-primary.focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .btn-primary.active,
    .btn-primary:active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled,
    .btn-primary.disabled.active,
    .btn-primary.disabled.focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled],
    .btn-primary[disabled].active,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary.active,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.focus,
    .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active,
    .btn-danger:active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger.active.focus,
        .btn-danger.active:focus,
        .btn-danger.active:hover,
        .btn-danger:active.focus,
        .btn-danger:active:focus,
        .btn-danger:active:hover,
        .open > .dropdown-toggle.btn-danger.focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.active,
    .btn-danger:active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled,
    .btn-danger.disabled.active,
    .btn-danger.disabled.focus,
    .btn-danger.disabled:active,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:hover,
    .btn-danger[disabled],
    .btn-danger[disabled].active,
    .btn-danger[disabled].focus,
    .btn-danger[disabled]:active,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger,
    fieldset[disabled] .btn-danger.active,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:active,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }


.table_nominee {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #013972;
}

    .table_nominee th {       
        color: white;
        background-color: #013972;
        text-align: center;
        border: 1px solid #013972;
        padding: 15px;
    }
    .table_nominee td {
        text-align: left;
        border: 1px solid #013972;
        padding: 10px;
    }

    .nomineel{
        width:100%;
    }