﻿body
{
    color: #043154;
    font-size: 9pt;
    font-family: Tahoma; /*scrollbar-face-color: #636566;     scrollbar-shadow-color: #636566;     scrollbar-highlight-color: #C8CBCC;     scrollbar-3dlight-color: #D4CD83;     scrollbar-darkshadow-color: #91C78B;     scrollbar-track-color: #A9ADB0;      scrollbar-arrow-color: #A9ADB0;      scrollbar-base-color: #CDD0D1;*/
}

span
{
    color: #043154;
    font-size: 9pt;
    font-family: Tahoma;
    border-right: 2px solid #4455F6;
    text-align: left;
    border-right-style: none;
}

.spanRequired
{
    color: #ee0101;
}

input[type=text], input[type=password], textarea
{
    border: 1px solid #a8babd;
    padding: 2px;
    font-family: Tahoma;
    font-size: 9pt;
    background: rgb(237,237,237); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 53%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(53%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 53%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 53%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 53%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 53%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

input[type=text]:focus, input[type=password]:focus, textarea:focus
{
    background: rgb(213,227,225); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(244,250,250,1) 0%, rgba(213,227,225,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,250,250,1)), color-stop(100%,rgba(213,227,225,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(244,250,250,1) 0%,rgba(213,227,225,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(244,250,250,1) 0%,rgba(213,227,225,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(244,250,250,1) 0%,rgba(213,227,225,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(244,250,250,1) 0%,rgba(213,227,225,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fafa', endColorstr='#d5e3e1',GradientType=0 ); /* IE6-9 */
}

select
{
    border: 1px solid #a8babd;
    padding: 1px 1px 1px 0;
    font-family: Tahoma;
    font-size: 9pt;
    background: rgb(237,237,237); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(53%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: rgb(237,237,237); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
    margin-left: 0px; /*width: 133px;*/
}

select:focus
{
    background: rgb(213,227,225); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(213,227,225,1) 0%, rgba(244,250,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,227,225,1)), color-stop(100%,rgba(244,250,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(213,227,225,1) 0%,rgba(244,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(213,227,225,1) 0%,rgba(244,250,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(213,227,225,1) 0%,rgba(244,250,250,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(213,227,225,1) 0%,rgba(244,250,250,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e3e1', endColorstr='#f4fafa',GradientType=0 ); /* IE6-9 */
}

.Btn
{
    border-radius: 2px;
    border: 1px solid;
    border-color: #ffffff;
    background: #006086;
    color: #ffffff;
    cursor: pointer;
    font-family: Tahoma;
    font-size: 10pt;
    padding: 1px 2px 2px 2px;
    margin: 2px;
    -moz-box-shadow: 0 0 10px 0 #c2c6c6;
    -webkit-box-shadow: 0 0 10px 0 #c2c6c6;
    box-shadow: 0 3px 3px 0 #c2c6c6;
    width: 70px;
}

.fa-input
{
    font-family: FontAwesome, 'Source Sans Pro' , 'Helvetica Neue' , Helvetica, Arial, sans-serif;
}


.btn_standered
{
    padding: 0px;
    color: #fff;
    background: linear-gradient(154deg, #38afd7 50%, #4cbdcb 100%) !important;
    border-bottom: 2px solid #00a2c2 !important;
    transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
}
.btn
{
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 0;
    font-size: 13px;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn:hover
{
    background: #2E5A7B !important;
    /*border-bottom: 2px solid #043250 !important;*/
}

.Btn:hover
{
    color: #ffffff;
    border-radius: 2px;
    border: 1px solid #ffffff;
    background: #3c8bab;
}

.BtnDisable
{
    border: 1px solid #aecacf;
    border-radius: 2px;
    background: #F2F2F2;
    color: #789094;
    padding: 1px 2px 2px 2px;
    font-family: Tahoma;
    font-size: 10pt;
    padding: 1px 2px 2px 2px;
    margin: 2px;
    width: 70px;
}

.BtnFirst
{
    width: 23px;
    height: 23px;
    border: 1px solid #605B57;
    border-radius: 5px;
    background-color: #708090;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    cursor: pointer;
    background-image: url(../../App_Images/Default/first.png);
    background-position: center;
    background-repeat: no-repeat;
}
.BtnFirst:hover, .BtnFirst:focus
{
    background-color: rgba(0,164,364,0.25);
    color: Black;
}

.BtnNext
{
    width: 23px;
    height: 23px;
    border: 1px solid #605B57;
    border-radius: 5px;
    background-color: #708090;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    cursor: pointer;
    background-image: url(../../App_Images/Default/next.png);
    background-position: center;
    background-repeat: no-repeat;
}
.BtnNext:hover, .BtnNext:focus
{
    background-color: rgba(0,164,364,0.25);
    color: Black;
}

.BtnPrevious
{
    width: 23px;
    height: 23px;
    border: 1px solid #605B57;
    border-radius: 5px;
    background-color: #708090;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    cursor: pointer;
    background-image: url(../../App_Images/Default/previous.png);
    background-position: center;
    background-repeat: no-repeat;
}
.BtnPrevious:hover, .BtnPrevious:focus
{
    background-color: rgba(0,164,364,0.25);
    color: Black;
}

.BtnLast
{
    width: 23px;
    height: 23px;
    border: 1px solid #605B57;
    border-radius: 5px;
    background-color: #708090;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    cursor: pointer;
    background-image: url(../../App_Images/Default/last.png);
    background-position: center;
    background-repeat: no-repeat;
}
.BtnLast:hover, .BtnLast:focus
{
    background-color: rgba(0,164,364,0.25);
    color: Black;
}

.divGrid
{
    table-layout: fixed;
    margin: 5px auto 0 5px;
    z-index: 10;
}

.divEntry
{
    margin: 0 auto 0 auto; /*height: 510px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.divButton
{
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 11px;
    height: 30px;
    background-color: #dbe9ff; /*#006086;*/
    border-top: 3px Solid #fff;
    border-bottom: 1px Solid #badae6;
    width: 100%;
    z-index: 1;
}

.divControl
{
    margin: 35px 5px 5px 5px;
}

.tabs-container
{
    /* position:fixed;*/
}

.divButtonPopup
{
    text-align: right;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    background-color: #707070;
    border-bottom: 1px Solid #707070;
    width: 100%;
}
.nodisplay
{
    display: none;
}

.ModalPopupBG
{
    background-color: #A4A4A4;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.ModalPopup
{
    background-color: #FFFFFF;
    width: 750px;
    height: 250px;
    /*border: 1px solid #848484;*/
    z-index: -1;
    padding: 0;
}
.ModalPopup .Header
{
    /*border-bottom: 1px Solid #848484;*/
    height: 24px;
    background-color: #848484;
    color: White;
    text-align: left;
    font-weight: bold;
    cursor: default !important;
    border-collapse: collapse;
}
.ModalPopup .Body
{
    height: 196px;
    text-align: left;
}
.ModalPopup .Footer
{
    text-align: right;
    /*border: 1px Solid #E3E3E3;*/
    background-color: #E3E3E3;
    color: White;
    width: 100%;
}
.ModalPopup .HeadCap
{
    background-color: #848484;
    text-align: center;
    color: White;
    font-weight: bold;
}
