

/* WHITE TEMPLATE
*********************************************************************************************/

input, textarea
{
    font-family: Arial, Helvetica, Sans-Serif;
}

/* INPUT  *******************************************************************************/

.cmpcd-ui-txt, .cmpcd-ui-txt-datepicker
{
    color: #5A5A5A;
    background-color: #FFF;
    border: 2px solid #CCCCCC;
    margin: 0; 
}

.cmpcd-ui-txt:focus, .cmpcd-ui-txt-datepicker:focus
{
    border:#5A5A5A solid 2px;
    box-shadow:none;
    outline:none;
    }

.cmpcd-ui-txt-disabled
{
    
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #b2b2b2;
    color: #666;
    background-color: #f5f5f5;
}

label.cmpcd-ui-error
{
    font-weight: bold;
    color: #CC0100 !important;
}
input.cmpcd-ui-error
{
    border-top: 1px solid #CC0100;
    border-right: 1px solid #CC0100;
    border-bottom: 1px solid #CC0100;
    border-left: 1px solid #CC0100;
    background-color: #EED5D7;
}


/* SELECT  ******************************************************************************/
/* Migrated Styles to HPE*/

/* Dropdown Default Styles */
.cmpcd-ui-select
{
    position: relative;
    width: 100% !important;
}
.cmpcd-ui-select dl, dt, dd
{
    margin: 0;
    padding: 0;
}
.cmpcd-ui-select a.cmpcd-ui-select-toggle 
{
   
    border: 2px solid #CCC;
    color: #0096D6;
    font-size: 12px;
    cursor: pointer;
    display: block;
    text-decoration: none !important;
    -moz-border-radius: 3px;   
    background: white url(../images/icons/cmpcd_select-arrow.png) no-repeat right -73px;
}
.cmpcd-ui-select a.cmpcd-ui-select-toggle span 
{
    border-right: 1px solid #CCC;
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 10px;
    margin-right: 38px;
    word-wrap: break-word;
}

.cmpcd-ui-select .cmpcd-ui-active a.cmpcd-ui-select-toggle, .cmpcd-ui-select .cmpcd-ui-selected a.cmpcd-ui-select-toggle
{
    border: #5A5A5A solid 2px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .5);
   /*background: white url(../images/icons/cmpcd_select-arrow-hover.png) no-repeat right bottom;*/
   
}

.cmpcd-ui-select .cmpcd-ui-active a.cmpcd-ui-select-toggle span, 
.cmpcd-ui-select .cmpcd-ui-selected a.cmpcd-ui-select-toggle span,
.cmpcd-ui-select a.cmpcd-ui-select-toggle:hover span
{
    border-right: 1px solid #000;
}




.cmpcd-ui-select .cmpcd-ui-active a.cmpcd-ui-select-toggle { border-bottom:none;}


/* Dropdown Hover State */
.cmpcd-ui-select a.cmpcd-ui-select-toggle:hover
{
    /*background: white url(../images/icons/cmpcd_select-arrow-hover.png) no-repeat right bottom;  */
    border: #5A5A5A solid 2px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .5);
    color:#0096D6;
}

.cmpcd-ui-select .cmpcd-ui-active a.cmpcd-ui-select-toggle:hover 
{
     border-bottom:none;
    }


.cmpcd-ui-select-options
{   
    background: white;
    border: #000 solid 2px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .5);
    border-top: none;
    display: none;
    float:left;
    position: absolute;    
   -moz-border-radius: 3px;
    top: 30px; 
}
.cmpcd-ui-select-options span.cmpcd-ui-select-group
{
    display: block;
    padding: 14px 10px 8px;     
    font-weight: bold;
    text-transform: uppercase;
    color: #404040;
}
.cmpcd-ui-select-options a
{
    background: white;
    border-top: 1px solid #CCC;
    cursor: pointer;
    color: black;
    display: block;
    font-size: 16px;
    padding: 8px 10px;      
    text-decoration: none !important;   
}

.cmpcd-ui-select ul.cmpcd-ui-select-options li > a 
{
    background:none; 
    z-index:4000;  
    }


.cmpcd-ui-select-options a:hover, a.cmpcd-ui-select-option-selected
{
    color: #FFF !important;
    background-color: #007DBA !important;
}

/* Disabled Dropdown*/
.cmpcd-ui-select .cmpcd-ui-disabled .cmpcd-ui-select-toggle span {
    min-height: 22px;
}

.cmpcd-ui-select .cmpcd-ui-disabled a.cmpcd-ui-select-toggle
{   
    background: #E5E5E5 url(../images/icons/cmpcd_select-arrow-disabled.png) no-repeat right bottom;
    border-color: #d8d8d8;
    color: #999;
    cursor: default;
}
.cmpcd-ui-select .cmpcd-ui-disabled a.cmpcd-ui-select-toggle:hover
{
    background-position: right bottom;
    box-shadow: none;        
}

.cmpcd-ui-select .cmpcd-ui-disabled a.cmpcd-ui-select-toggle:hover span
{
     border-color: #CCC;
}


.cmpcd-ui-select-hidden
{
    display: none;
}




/* DATEPICKER  ******************************************************************************/

.cmpcd-ui-datepicker-toggler
{
    width: 11px;
    height: 10px;
    cursor: pointer;
    background: url('../images/calendar_icon.png') no-repeat right center;
}

.cmpcd-ui-datepicker-calendar
{
    position: absolute;
    z-index: 4100;
    width: 187px;
    height: 199px;
    padding: 4px;
    border: 1px solid #b2b2b2;
    font-size: 11px;
    line-height: normal;
    background: #fff;
}


/* header */
.cmpcd-ui-datepicker-calendar .header
{
    position: relative;
    background: #404040;
    height: 21px;
    padding-top: 4px;
    margin-bottom: 2px;
}

.cmpcd-ui-datepicker-calendar .header .title
{
    text-align: center;
    padding-top: 1px;
    margin: 0px 42px 0 20px;
}

.cmpcd-ui-datepicker-calendar .header .titleText
{
    color: #fff;
    font-weight: bold;
}
.cmpcd-ui-datepicker-calendar .header .next, .cmpcd-ui-datepicker-calendar .header .previous, .cmpcd-ui-datepicker-calendar .header .closeButton
{
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    text-align: center;
    color: #666;
    top: 5px;
    cursor: pointer;
}
.cmpcd-ui-datepicker-calendar .header .previous
{
    left: 5px;
}
.cmpcd-ui-datepicker-calendar .header .next
{
    right: 28px;
}
.cmpcd-ui-datepicker-calendar .header .closeButton
{
    right: 5px;
}

/* body */
.cmpcd-ui-datepicker-calendar .body
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 187px;
    height: 173px;
    overflow: hidden;
}

/* time */
.cmpcd-ui-datepicker-calendar .time
{
    width: 100%;
    height: 100%;
    background: #eee;
}

.cmpcd-ui-datepicker-calendar .time .hour, .cmpcd-ui-datepicker-calendar .time .separator, .cmpcd-ui-datepicker-calendar .time .minutes
{
    border: 1px solid #ccc;
    background: #fff;
    width: 50px;
    font-size: 32px;
    position: absolute;
    top: 50px;
    text-align: center;
    padding: 2px;
}

.cmpcd-ui-datepicker-calendar .time .hour
{
    left: 30px;
}
.cmpcd-ui-datepicker-calendar .time .separator
{
    background: transparent;
    border: 0px;
    width: 10px;
    left: 91px;
}

.cmpcd-ui-datepicker-calendar .time .minutes
{
    left: 110px;
}
.cmpcd-ui-datepicker-calendar .time .ok
{
    position: absolute;
    top: 105px;
    width: 136px;
    left: 30px;
    font-size: 20px;
}

/* days-grid */
.cmpcd-ui-datepicker-calendar .days .day
{
    float: left;
    background: #aaa;
    cursor: pointer;
    text-align: center;
    padding-top: 2px;
    width: 25px;
    overflow: hidden;
    height: 21px;
    margin: 0 2px 2px 0;
}

.cmpcd-ui-datepicker-calendar .days .day0
{
    margin-right: 0;
}

.cmpcd-ui-datepicker-calendar .days .week5 .day
{
    margin-bottom: 0;
}

/* days-colors */
.cmpcd-ui-datepicker-calendar .days .title
{
    background: #636363;
    font-weight: bold;
    color: #fff;
    cursor: default;
}

.cmpcd-ui-datepicker-calendar .days .otherMonth
{
    background: #eee;
    color: #aaa;
}

/* months */
.cmpcd-ui-datepicker-calendar .months .month
{
    float: left;
    background: #eee;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    width: 60px;
    height: 26px;
    padding-top: 15px;
    margin: 0 3px 3px 0;
}

.cmpcd-ui-datepicker-calendar .months .month3, .cmpcd-ui-datepicker-calendar .months .month6, .cmpcd-ui-datepicker-calendar .months .month9, .cmpcd-ui-datepicker-calendar .months .month12
{
    margin-right: 0;
    width: 61px;
}

.cmpcd-ui-datepicker-calendar .months .month10, .cmpcd-ui-datepicker-calendar .months .month11, .cmpcd-ui-datepicker-calendar .months .month12
{
    margin-bottom: 0;
}

/* years */
.cmpcd-ui-datepicker-calendar .years .year
{
    float: left;
    background: #eee;
    cursor: pointer;
    text-align: center;
    padding-top: 11px;
    width: 46px;
    overflow: hidden;
    height: 25px;
    margin: 0 3px 3px 0;
}

.cmpcd-ui-datepicker-calendar .years .year3, .cmpcd-ui-datepicker-calendar .years .year7, .cmpcd-ui-datepicker-calendar .years .year11, .cmpcd-ui-datepicker-calendar .years .year15, .cmpcd-ui-datepicker-calendar .years .year19
{
    margin-right: 0;
    width: 47px;
}

.cmpcd-ui-datepicker-calendar .years .year16, .cmpcd-ui-datepicker-calendar .years .year17, .cmpcd-ui-datepicker-calendar .years .year18, .cmpcd-ui-datepicker-calendar .years .year19
{
    margin-bottom: 0;
    height: 26px;
}

/* global */
.cmpcd-ui-datepicker-calendar .selected
{
    font-weight: bold;
    border: 1px dotted #404040 !important;
    color: #111 !important;
    background: #c5d2d8 !important;
}
.cmpcd-ui-datepicker-calendar .days .selected
{
    width: 23px !important;
    height: 19px !important;
}
.cmpcd-ui-datepicker-calendar .months .selected
{
    width: 58px !important;
    height: 24px !important;
}

.cmpcd-ui-datepicker-calendar .unavailable
{
    background: #edd !important;
    color: #b88 !important;
    cursor: default !important;
}

.cmpcd-ui-datepicker-calendar .days .week .day:hover, .cmpcd-ui-datepicker-calendar .months .month:hover, .cmpcd-ui-datepicker-calendar .years .year:hover
{
    background: #c5d2d8 !important;
    color: #111 !important;
}
