﻿html, body
{   background-color: #E0E5E8;
    margin: auto;
    font-family: 'Trebuchet MS';
    width:100%;
}


.header-div
{
    background-color: #FFFFFF;
    border-style: solid;
    border-bottom-color: #B4C3C8;
    border-width: 0px 0px 1px 0px;
    width: 100%;
    height: 60px;
    vertical-align: middle;
}

.header-container
{
    margin: auto;
    width: 100%;
    height: 60px;
}

#app-logo
{
    float: left;
    width: 220px;
    display: block;
    padding: 2px 2px 2px 20px;
}

#coy-logo
{
    width: 80px;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-menu-main
{
    height: 60px;
    float: left;
    padding-left: 20px;
}

.Tab
{
    border: 1px solid #C7D0D6;
    cursor: pointer;
    margin: 5px 5px -11px 0px;
    min-width: 150px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    background-color: #E0E5E8;
    color: #6A7E85;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.TabStatic
{
    border-style: solid;
    border-width: 5px 1px 1px 1px;
    border-color: #6A7E85 #B4C3C8 #FFFFFF #B4C3C8;
    cursor: pointer;
    margin: 5px 5px -11px 0px;
    min-width: 150px;
    height: 40px;
    vertical-align: bottom;
    text-align: center;
    font-family: 'trebuchet MS';
    font-size: 13pt;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 300;
}

.Tab:hover, .Tab:active
{
    border: 1px solid #B4C3C8;
    margin: 5px 5px -11px 0px;
    min-width: 150px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    background-color: #E0E5E8;
    color: #000000;
    cursor: pointer;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
}


.header-menu-main li
{
    float: left;
    vertical-align: middle;
    text-align: center;
    border-left-style: solid;
    border-left-width: 2px;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    color: #808080;
    text-decoration: none;
    border-left-color: #CCCCCC;
}

.header-menu-main li:hove
{
    float: left;
    vertical-align: middle;
    text-align: center;
    border-left-style: solid;
    border-left-width: 2px;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    color: #000000;
    text-decoration: none;
    border-left-color: #C0C0C0;
}

.header-menu-right
{
    height: 60px;
    float: right;
    padding-right: 20px;
    vertical-align: middle;
    padding-top: 10px;
}

.div-page-title
{
    padding: 0px 50px 30px 50px;
    background-color: #003366;
   font-size: 35pt;
    font-family: 'open Sans';
    color: #FFFFFF;
}

.page-title
{
    font-family: 'open Sans';
    padding: 0px 0px 20px 0px;
    font-size: 35pt;
    color: #B4C3C8;
}
.div-page-content
{
    padding: 25px 50px 25px 50px;
    background-color: #E0E5E8;
}

.popup
{
    margin: 0px;
    background-position: left top;
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: url('../../images/bg-trans.png');
    background-repeat: repeat;
}

.popup #divmodifyframe, .popup #divModifyFrameNew, .popup #divModifyFrameBooked, .popup #divModifyFrameMob, .popup #divModifyFrameDeMob
{
    max-width: 650px;
    max-height: 90%;
    margin: 20px auto 0px auto;
    background-color: #FFFFFF;
    border: 1px solid #B4C3C8;
    background-color: #FFFFFF;
    border-radius: 7px;
    overflow-y: scroll;
}


.Loading
{
    position: absolute;
    width: 20%;
    height: 20%;
    margin: 20%;
    z-index: 220;
    background-color: #FFFFFF;
}

.Loading img
{
    margin: auto;
    width: 250px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.boby-container
{
    padding: 5px;
    margin: auto;
    max-width: 1000px;
    height: 100%;
}

.Repeater
{
    border-style: solid;
    border-width: 5px 1px 1px 1px;
    border-color: #003366;
    width: 25%;
    min-width: 300px;
    float: left;
    padding: 15px;
    margin-right: 10px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.Repeater2
{
    border-style: solid;
    border-width: 5px 1px 1px 1px;
    border-color: #808080 #999999 #999999 #999999;
    width: 29.1%;
    min-width: 300px;
    float: left;
    padding: 15px;
    margin-right: 10px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.BulkOffering
{
    float: right;
    font-size: 11pt;
    color: #666666;

}

.grid
{
    font-size: 9pt;
    color: #666666;
}

.hide-grid-column
{
  display:none; 
}

.printdiv
{
    width: 100%;
    text-align: center;
}

.hide-grid-preview
{
  display:none; 
}

.details {float: left; max-width: 660px;}

.Stage
{
    margin: 30px auto 10px auto;
    text-align: center;
}

.form-frame
{
    border: 1px solid #B4C3C8;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-x:auto;
}


fieldset
{
    margin: 15px;
    border: 1px solid #B4C3C8;
    font-weight: bold;
    font-size: 14pt;
    color: #000000;
    text-align: left;
}


.form-frame2
{
    padding: 0px;
    border: 1px solid #B4C3C8;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
}


.form-title
{
    padding: 15px 0px 10px 10px;
    font-size: 16pt;
    font-weight: bold;
}

.form-subtitle
{
    background-color: #E0E5E8;
    padding: 5px 0px 5px 10px;
    font-size: 12pt;
    font-weight: bold;
    line-height: 24px;
}

hr
{
    border-style: none none solid none;
    border-bottom-width: 1px;
    border-bottom-color: #B4C3C8;
}


.lable
{
    margin: 10px;
    text-align: right;
    font-size: 10pt;
    line-height: 24px;
    width: 150px;
    display: block;
    float: left;
    vertical-align: middle;
    height: 33px;
}

.lable2
{
    margin: 5px 10px 5px 10px;
    text-align: right;
    font-size: 10pt;
    line-height: 14px;
    width: 140px;
    display: block;
    float: left;
    vertical-align: middle;
    height: 20px;
}


.textbox
{
    margin: 10px;
    border: 1px solid #B4C3C8;
    font-size: 14pt;
    height: 33px;
    width: 400px;
    display: block;
    float: left;
    padding-left: 5px;
}

.textbox-short
{
    margin: 10px;
    border: 1px solid #B4C3C8;
    font-size: 12pt;
    height: 30px;
    width: 200px;
    display: block;
    float: left;
    padding-left: 5px;
}

.textbox-No-Float
{
    margin: 10px;
    border: 1px solid #B4C3C8;
    font-size: 14pt;
    height: 33px;
    width: 400px;
    padding-left: 5px;
}

.GuestFrame
{
    width: 550px;
    padding: 5px;
    margin: 7px 7px 7px 30px;
}

.listbox
{
    margin: 10px;
    border: 1px solid #B4C3C8;
    font-size: 14pt;
    height: 33px;
    width: 240px;
    display: block;
    float: left;
    padding-left: 5px;
}

.listbox2
{
    margin: 10px;
    border: 1px solid #B4C3C8;
    font-size: 14pt;
    height: 33px;
    width: 100px;
    display: block;
    float: left;
    padding-left: 5px;
}

.button-cancel
{
    border: 1px solid #DDDDDD;
    margin: 5px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-weight: normal;
    background-color: #F5F5F5;
    color: #666666;
    cursor: pointer;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.button-cancel:hover, .button-cancel:active
{
    border: 1px solid #DDDDDD;
    margin: 5px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-weight: normal;
    background-color: #F5F5F5;
    color: #000000;
    cursor: pointer;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.button-search
{
    margin: 10px 10px 10px 0px;
    border-style: solid;
    border-width: 0px;
    height: 35px;
    width:80px;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    background-color: #718D97;
    color: #FFFFFF;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

.button-search:hover, .button-search:active
{
    margin: 10px 10px 10px 0px;
    border-style: solid;
    border-width: 0px;
    height: 35px;
    width:80px;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    background-color: #B4C3C8;
    color: #FFFFFF;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

.button-submit
{
    border: 1px solid #C13E26;
    cursor: pointer;
    margin: 5px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    background-color: #D64830;
    color: #FFFFFF;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.button-submit:hover, .button-submit:active
{
    border: 1px solid #800000;
    margin: 5px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    background-color: #B93A25;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.button-disabled
{
    border: 1px solid #CCCCCC;
    cursor: default;
    margin: 5px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    background-color: #D7DADF;
    color: #C0C0C0;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}


.button-submit-cancel
{
    cursor: pointer;
    margin: 5px;
    border-style: solid;
    border-width: 0px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    background-color: #CC0000;
    color: #FFFFFF;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.button-submit-cancel:hover, .button-submit-cancel:active
{
    margin: 5px;
    border-style: solid;
    border-width: 0px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    background-color: #990033;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.alink:link, .alink:visited
{
    vertical-align: middle;
    text-align: center;
    color: #000000;
    text-decoration: underline;
}

.alink:hover, .alink:active
{
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #999999;
}

.homelink
{
    border: 1px solid #C0C0C0;
    padding: 10px 10px 30px 10px;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 25%;
    min-width: 300px;
    float: left;
    font-family: 'Century Gothic';
    font-size: 12pt;
    background-color: #F4F4F4;
    border-radius: 5px;
}


.homelink:hover, homelink:active
{
    border: 1px solid #999999;
    padding: 10px 10px 30px 10px;
    vertical-align: middle;
    text-align: center;
    color: #666666;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 25%;
    min-width:300px;
    background-color: #FFFFFF;
    float: left;
    font-family: 'Century Gothic';
    font-size: 12pt;
    border-radius: 5px;

}

.homelink span, .homelinkhelp span
{
    font-family: 'Century Gothic';
    font-size: 20pt;
    display: block;
    font-weight: bold;
    color: #666666;
}

.homelinkhelp
{
    border: 1px solid #C0C0C0;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 8%;
    min-width:110px;
    float: left;
    font-family: 'Century Gothic';
    font-size: 12pt;
    background-color: #F4F4F4;
    border-radius: 5px;

}


.homeactivities
{
    width: 100%;
    min-width:40%;
    float: left;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
}

.water-mark
{
    color: #CCCCCC;
    margin: 10px;
    border: 1px solid #B4C3C8;
    font-size: 12pt;
    height: 30px;
    width: 200px;
    display: block;
    float: left;
    padding-left: 5px;
}

.tips{float: left; width: 300px; margin-left: 20px;}

.tips-info
{
    margin: 20px auto 10px auto;
}
.tips-info img
{
    float: left;
    margin-right: 10px;
}
.tips-info h1
{
    float: left;
    font-size: 15pt;
    font-weight: bold;
    margin-bottom:5px;
    margin-top:6px;
}
.tips-info p
{
    float: left;
    font-size: 10pt;
    font-weight: normal;
    line-height: 14px;
}

.tip-frame
{   
    clear:left;
    border: 1px solid #B4C3C8;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tip-details
{
    margin: 0px;
    padding: 10px;
    background-color: #FFFFFF;
}

.tip-details p {
    font-size: 10pt;
}
.tip-details p:first-letter
{
    font-size: 36pt;
    float: left;
    color: #A6A9AB;
    margin-top: -15px;
}

.tip-details ul li
{
    list-style-type: none;
    font-size: 10pt;
}

.tip-details-subtitle
{
    padding: 5px 0px 5px 10px;
    font-size: 12pt;
    font-weight: bold;
    line-height: 24px;
}

.information
{
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #FFCC00;
    background-position: 10px center;
    font-size: 11pt;
    font-weight: normal;
    background-color: #FFFFCC;
    padding: 10px 10px 10px 60px;
    margin: 10px;
    text-align: left;
    background-image: url('../../images/info-icon.png');
    background-repeat: no-repeat;
}
.failure
{
    border-style: solid;
    border-width: 0px;
    border-color: #FF0000;
    font-size: 11pt;
    font-weight: bold;
    background-color: #FFE8E8;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

.success
{
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #009900;
    font-size: 11pt;
    font-weight: bold;
    background-color: #DBF7DB;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

.success span
{
    font-size: 16pt;
    font-weight: bold;
}

.success p
{
    font-size: 12pt;
    text-transform: none;
    text-align: center;
    color: #000000;
}


.Required
{
    background-position: center center;
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}

.Required2
{
    font-size: 8pt;
    color: #CC0000;
    display: block;
}

.footer-div
{
    position: fixed;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    width: 100%;
    height: 50px;
    border-top-color: #B4C3C8;
    bottom: 0px;
    padding-left: 20px;
    padding-top: 7px;
}

.footer-container { margin: auto; font:'Trebuchet MS'; font-size:10pt; line-height:24px;}

/* Home page */
.home-container
{
    width: 100%;
    background-color: #F9F9F9;
    height: 90%;
}

.home-frame
{
    border-style: solid none none none;
    border-width: 10px;
    border-color: #003D7D;
    padding: 30px 30px 30px 30px;
    margin: 20px auto 20px auto;
    width: 550px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
}

.home-text-frame
{
    border: 1px solid #E0E5E8;
    margin: 10px auto 10px auto;
    width: 400px;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}

.home-textbox
{
    border: 0px solid #B4C3C8;
    font-size: 14pt;
    height: 50px;
    min-width: 260px;
    padding-left: 5px;
   
}

.home-textbox:focus 
{
    border: 0px solid #B4C3C8;
    font-size: 14pt;
    height: 50px;
    min-width: 260px;
    padding-left: 5px;
    outline:none;
}
.home-lable
{
    text-align: right;
    font-size: 12pt;
    line-height: 24px;
    width: 100px;
    display: block;
    float: left;
    vertical-align: middle;
    padding-top: 15px;
}

.home-button-submit
{
    border-style: solid;
    border-width: 0px;
    width: 400px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    background-color: #CC3300;
    color: #FFFFFF;
    cursor: default;
    border-radius: 3px;
}

.home-button-submit:hover, .home-button-submit:active
{
    border-style: solid;
    border-width: 0px;
    width: 400px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    background-color: #8A2300;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 3px;
}


.home-information
{
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #FFCC00;
    background-position: 10px center;
    font-size: 11pt;
    font-weight: normal;
    background-color: #FFFFCC;
    padding: 10px 10px 10px 60px;
    margin: 10px;
    text-align: left;
    background-image: url('../../images/info-icon.png');
    background-repeat: no-repeat;}

input[type="checkbox"]
{
  width: 18px; /*Desired width*/
  height: 18px; /*Desired height*/
  cursor: pointer;
}


.CarGreen
{
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    background-color: #33CC33;
    border: 1px solid #666666;
    padding: 10px 2px 2px 2px;
    margin: -5px 2px 2px 2px;
    width: 60px;
    height: 20px;
    float: right;
    vertical-align: middle;
    text-align: center;
}

.CarAmber
{
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    background-color: #FFCC66;
    border: 1px solid #666666;
    padding: 10px 2px 2px 2px;
    margin: -5px 2px 2px 2px;
    width: 60px;
    height: 20px;
    float: right;
    vertical-align: middle;
    text-align: center;
}

.CarRed
{
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    background-color: #FF0000;
    border: 1px solid #666666;
    padding: 10px 2px 2px 2px;
    margin: -5px 2px 2px 2px;
    width: 60px;
    height: 20px;
    float: right;
    vertical-align: middle;
    text-align: center;
}

/* ---------- Gridview Pager Start -------------------------*/
.GridPager a, .GridPager span
{
    display: block;
    height: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}
    .GridPager a
{
    background-color: #f5f5f5;
    color: #000000;
    border: 1px solid #969696;
}
    .GridPager span
{
    background-color: #6A7E85;
    color: #FFFFFF;
    border: 1px solid #6A7E85;
}
    
/* ---------- Pager End -------------------------*/