.gobject.gdateperiod {
	padding: 2px;
	padding-left: 4px;
}

.popupWindowHolder .popupWindowDatePeriod {
    border: 1px solid #DADADA;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.popupWindowHolder .popupWindowDatePeriod .inner {
    width: 447px;
}

.gdateperiod  div.label a {
	border-radius: 4px;
	height: 30px;
	text-align: center;
	display: inline-flex;
	line-height: 30px;
	position: relative;
	box-sizing: border-box;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
/* span for label */
.gdateperiod div.label a span.label {
    margin-left: 6px;
    margin-right: 13px;
    font-weight: normal;
    font-size: 14px;
    position: relative;
}

/* icon inside dialog - font icon on left span of each 'a' tag */
.gdateperiod a i {
    color: white;
    font-size: 17px;
    font-weight: normal;
    position: relative;
    text-decoration: none;
    top: -1px;
}

/* span for icon */
.gdateperiod a span.icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    position: relative;
    top: 1px;
    margin-right: 2px;
    margin-left: 2px;
}

/* for primary */
.gdateperiod div.label a.PopupLinkPrimary {
    background-color: #3276C4;
}

.gdateperiod div.label a.PopupLinkPrimary span.label {
    color: #FFFFFF;    
}

.gdateperiod div.label a.PopupLinkPrimary:hover {
    background-color: #408CE3;
    border-top: 1px solid #408CE3;
    color: #FFFFFF;
    text-decoration: none;
}

.gdateperiod div.label a.PopupLinkPrimary:active, .gdateperiod div.label a.PopupLinkPrimary.cs-activeLabel {
    background-color: #2264AE;
    border-top: 1px solid #1D5493;
    box-shadow: inset 0 1px 0 0 #1D5493;
    border-bottom: 1px solid transparent;
}

.gdateperiod div.label a.PopupLinkPrimary.cs-activeLabel::after {
    border-color: transparent transparent white;
    border-style: solid;
    border-width: 7px;
    bottom: -2px;
    content: "";
    height: 0;
    left: calc(50% - 7px);
    position: absolute;
    width: 0;
    z-index: 2000;
}

.popupWindowHolder .inner table {
    margin-top: 9px; 
    margin-bottom: 3px; 
    width: 100%;
}
.popupWindowHolder .inner table tr td {
    background-color: #ffffff;
}
.popupWindowHolder .inner table.date_period * {
    border-radius: 5px;
    font-size: 14px;
    font-family: "Roboto Regular";
    color: #535353;
    font-weight: normal;
    line-height: 16px;
}
.popupWindowHolder .inner table.date_period span.quarter_sem {
    display: inline-block;
    line-height: 25px;
    box-sizing: border-box;
}
.popupWindowHolder .inner table.date_period tr td {
    font-family: "Roboto Light";
    font-weight: bold;
    color: #0066b7;
    width: 34px;
}

.popupWindowHolder .popupWindowDatePeriod .inner table.date_period tr td a.highlight {
    background: none repeat scroll 0 0 #F1FCFF !important;
    color: #659DD6 !important;
}

.popupWindowHolder .popupWindowDatePeriod .inner table.date_period a:link {
    color: #777777;
}

.popupWindowHolder .popupWindowDatePeriod .inner a.year_period:link {
    color: #535353;
    font-size: 12px;
    background-color: #F6F6F6;
    border: 1px solid #DADADA;
    border-radius: 5px;
    width: 100%;
    height: 28px;
    line-height: 21px;
    display: inline-block;
    box-sizing: border-box;
    font-weight: normal;    
}

.popupWindowHolder .popupWindowDatePeriod .inner table.date_period a.current {
    background: none repeat scroll 0 0 #CCEEFA !important;
}

.popupWindowHolder .popupWindowDatePeriod .inner table.date_period tr td a.dpc_mj:hover, .popupWindowHolder .popupWindowDatePeriod .inner a.clean_filter:hover  {
    background: none repeat scroll 0 0 #CCEEFA  !important;
}

.popupWindowHolder .popupWindowDatePeriod .inner table.date_period a.dpc_mj, .popupWindowHolder .popupWindowDatePeriod .inner table.date_period a.dpc_mj:link, .popupWindowHolder .popupWindowDatePeriod .inner table.date_period a.dpc_mj:visited, .gdateperiod .popupWindowDatePeriod .inner table.date_period a.dpc_mj:active {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    height: 33px;
}

.popupWindowHolder .popupWindowDatePeriod .inner a.date_clickable:hover {
    background: none repeat scroll 0 0 #CCEEFA !important;
    color: #616161 !important;
    border: 1px solid #8DB7CF;
}

.popupWindowHolder .popupWindowDatePeriod .inner table.date_period a, .popupWindowHolder .popupWindowDatePeriod .inner table.date_period a:link, .popupWindowHolder .popupWindowDatePeriod .inner table.date_period a:visited {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    font-weight: normal;
    height: 26px;
}

.popupWindowHolder .popupWindowDatePeriod .inner table.date_period a:link:hover {
	border: 1px solid #8DB7CF;
}

.popupWindowHolder .popupWindowDatePeriod .inner a.goToLastYear {
    background-color: #F6F6F6;
    border: 1px solid #DADADA;    
    float: left;
    display:block; 
    height: 28px;
    width: 23px;
    border-right-style: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
    padding: 2px 0 2px 0;
    line-height: 24px;
}

.popupWindowHolder .popupWindowDatePeriod .inner a.goToLastYear:hover {  
    border: 1px solid #8DB7CF;    
    border-right-style: solid;
}

.popupWindowHolder .popupWindowDatePeriod .inner a.goToNextYear {
    background-color: #F6F6F6;
    border: 1px solid #DADADA;    
    float: left;
    display: block; 
    height: 28px;
    width: 23px;
    border-left-style: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    
    box-sizing: border-box;
    padding: 2px 0 2px 0;
    line-height: 24px;    
}

.popupWindowHolder .popupWindowDatePeriod .inner a.goToNextYear:hover {  
    border: 1px solid #8DB7CF;    
    left: -1px;
    position: relative;
}

.popupWindowHolder .inner span.chYear {
    background-color: red;
}

.popupWindowHolder .popupWindowDatePeriod .inner a.whole_year, .popupWindowHolder .popupWindowDatePeriod .inner a.whole_year:link {
    border-left-style: none;
    border-radius: 0;
    border-right-style: none;
    width: 95px;
    padding: 2px 0 2px 0;
    line-height: initial;
    display: block;
    float: left;
    width: 95px;
    line-height: 22px;
}

.popupWindowHolder .popupWindowDatePeriod .inner a.whole_year:hover {
    border: 1px solid #8db7cf;
    border-right-style: none;
    border-left-style: none;
}

.popupWindowHolder .popupWindowDatePeriod .inner a.whole_year:hover ~ a {
    border: 1px solid #8db7cf;
    border-left-style: none;
    background: #cceefa none repeat scroll 0 0 !important;
}    

.popupWindowHolder .popupWindowDatePeriod .inner a.goToLastYear.hover_whole_year {
    border: 1px solid #8db7cf;
    border-right-style: none;
    background: #cceefa none repeat scroll 0 0 !important;
}

.popupWindowHolder .popupWindowDatePeriod .inner a.goToLastYear i {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
    color: #535353;
}

.popupWindowHolder .popupWindowDatePeriod .inner a.goToNextYear i {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
    color: #535353;
}

.popupWindowHolder .inner table.date_period .btnPrevWeek,
.popupWindowHolder .inner table.date_period .btnNextWeek {
    display: inline-block;
    background-color:#F6F6F6;
    border: 1px solid #DADADA;
    width: 25px;
    height: 28px;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
    line-height: 26px;
    color: #535353;
    cursor: pointer;
}

.popupWindowHolder .inner table.date_period .btnPrevWeek {
    border-radius: 5px 0 0 5px;
    border-right: transparent;
}

.popupWindowHolder .inner table.date_period .btnNextWeek {
    border-radius: 0 5px 5px 0;
    border-left: transparent;
}

.popupWindowHolder .inner table.date_period .btnPrevWeek i,
.popupWindowHolder .inner table.date_period .btnNextWeek i{
	font-family: 'FontAwesome';
}

.popupWindowHolder .inner table.date_period .btnPrevWeek:hover,
.popupWindowHolder .inner table.date_period .btnNextWeek:hover, 
.popupWindowHolder .inner table.date_period .currentWeek:hover {
    background-color: #CCEEFA;
    border: 1px solid #8DB7CF;
}

.popupWindowHolder .inner table.date_period .currentWeek:hover {
	width: calc(90% - 53px);
}

.popupWindowHolder .inner table.date_period .currentWeek {
    display: inline-block;
    background-color: #F6F6F6;
    width: calc(90% - 50px);
    height: 28px;
    border-radius: 0;
    border: 1px solid #DADADA;
    border-left: transparent;
    border-right: transparent;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    cursor: pointer;
}