/*working group table */
.working_groups_table {
    width:100%;
    padding:1.25rem;
}

input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:1;
}
input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  opacity:1;
}
input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  opacity:1;
}
input[type="text"]:-moz-placeholder { /* Firefox 18- */
  opacity:1;
}

.standard_tools {
    border-bottom:.125rem solid #b9b5b1;
}

/*leadership*/
.leadership_side_nav p {
    padding:0 1.25rem;
}
/*advice index page*/
.controls_label{
    font-size:.875rem;
    font-weight:600;
    color:#706961;
    text-transform:uppercase;
}

.activityFilterRow .controls_label:lang(zh){
    margin-bottom:0;
}
.activityFilterRow .controls_label2:lang(zh){
    display:block;
    margin-bottom:0;
}

.controls_label svg {
    height: .75rem;
    width: .75rem;
    position: relative;
    top: .0125rem;
    display:inline;
}

/*advice detail css */

@media (max-width:480px){
    #advice-notification{
        width:100%;
        float:left;
    }
}
.advice_data_container {
    border-top:.125rem solid #e9e8e7;
    border-bottom:.125rem solid #e9e8e7;
    padding:.5rem 0;
    margin-bottom:1.25rem;
}

.advice_data_container div {
    display:inline-block;
    width:33%;
}

.advice_data_container .ref-number {
    vertical-align: top;
    width: 26%;
}
.advice_data_container .delivery-date {
    vertical-align: top;
    width: 42%;
    padding:0 1rem;
}
@media (max-width:980px){
    .advice_data_container .delivery-date{
        width:40%;
    }
}

.advice_data_container .delivery-date a{
    border:none;
}
.advice_data_container .consenus {
    vertical-align: top;
    width: 26%;
}
.advice_data_container span {
    font-weight:700;
}
.advice_data_container span.document_label_text {
    font-size: smaller;
}
@media (max-width:768px){
    .advice_data_container .ref-number{
        width:100%;
        margin-bottom:1rem;
    }
    .advice_data_container .delivery-date{
        width:100%;
        margin-bottom:1rem;
        padding:0;
    }
    .advice_data_container .consenus{
        width:100%;
        margin-bottom:1rem;
    }
}


/*correspondence-incoming-gac*/

.corInco_0 {
    float: left;
    width: 30%;
    box-sizing:border-box;
    padding:0 1.25rem;
    border-bottom: .125rem solid #e9e8e7;
}

#corInco_img_0 {
	vertical-align: middle;
	margin: 0 4px 0 0;
}
#corInco_1 {
	float: right;
	width: 67%;
}
#corInco_h3_0 {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	padding: 6px;
	vertical-align: middle;
	background: #a01300;
	color: #ffffff;
}
#corInco_img_1 {
	vertical-align: middle;
	margin: 0 4px 0 0;
}
#corInco_div_3 {
	float: right;
	width: 67%;
	padding: 20px 0 20px 0;
}
.communiMeta_h3_f50d_1 {
    font-size:1.25rem;
    font-weight:600 !important;
    line-height:1.5rem !important;
    margin-top:0 !important;
    background-color:#bb0000;
    width:49.875rem;
    position:relative;
    padding:.375rem 1rem;
    color:white;
    left:-4rem;
    box-sizing:border-box;
    }

#key-points p, #description p {
        margin-top: 0;
}

/*correspondendent index*/

.sub-menu {
    background: #047bc1 none repeat scroll 0 0;
    line-height: 16px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.sub-menu ul {
    margin: 0;
    padding: 6px 20px;
    text-align: center;
}
.sub-menu ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 13px;
    list-style-type: none;
    margin: 0 4px 0 0;
    padding: 0;
}
.sub-menu ul li a, .sub-menu ul li strong {
    background: transparent none repeat scroll 0 0;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    padding: 0 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: auto;
}
.sub-menu ul li a:focus, .sub-menu ul li a:hover, .sub-menu ul li a:active {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 2px;
    color: #ccc;
    outline: 0 none;
    text-decoration: none;
}
.sub-menu ul li.active {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
}
.sub-menu ul li.active strong, .sub-menu ul li.active a:focus, .sub-menu ul li.active a:hover, .sub-menu ul li.active a:active {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}


    /*  .first
      {
          float: left;
          width: 4%;
          height: auto;
      }*/
      
    .col
    {
        float: none;
        width: 21%;
        height: auto;
    }

    .column
    {
        height: auto;
        width:33%;
    }

    /*.last{
        float: right;
        width: 3%;
        padding-left: 6px;
        padding-top: 15px;
        padding-bottom: 5px;
        height: auto;
        height: auto;
    }*/
    .row{
        border: 1px solid green;
        height: auto;
        overflow: auto;
    }
    .correspondenceFilterRow{
        border: 1px solid green;
        height: auto;
        overflow: auto;
    }
    .adviceFilterRow {
        border: 1px solid green;
        height: auto;
        overflow: auto;
        padding-left: 20%;
    }
    .adviceFilterColumn
    {
        float: left;
        width: 40%;
        padding-left: 1px;
        padding-bottom: 1px;
        padding-top: 1px;
        height: auto;

    }
    .private-lock-icon{
        vertical-align:text-bottom;
        width:12px;
        height:24px;
        fill:#BB0000; 
    }
	.activityFilterRow {
        display:flex;
        width:100%;
        padding: 0 2.5rem 1rem;
        box-sizing:border-box;
        border-bottom: .125rem solid #b9b5b1;
        margin-bottom:1rem;
    }
@media (max-width: 480px) {
        .activityFilterRow {
            padding-left:0;
            padding-right:0;
        }
    }    
    .workingGroupFilterRow {
        overflow: auto;
    }
    .workingGroupColumn{
        text-align: right;
    }
    
    .e
    {
        border-right:1px solid #222;
        padding-left:2px;
        cursor:pointer;
    }

    .e:hover{
        background-color:#EEEEEE;
        border-left: 4px solid #000000;
        visibility: visible;
    }

    .transparent {
        background: white;
        margin-left: auto;
        margin-right: auto;
        max-height: 25px;
        max-width: 25px;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

   .image {
        background: white;
        margin-left: auto;
        margin-right: auto;
        max-height: 25px;
        max-width: 25px !important;
    }
    
    

    .myImageLink {
        display: block;
        width: 15px;
        height: 20px;
        background: url('/application/themes/yaml/images/icon-arrow-rt.svg') bottom;
        text-indent: -99999px;
    }
    .myImageLink:hover {
        background-position: 0 0;
    }

    #search-text-input{
        height:2.5rem;
        outline:0;
        width:275px;
        margin-top: 0px;
        float:left;
        box-sizing:border-box;
    }
    
    #search-text-input::-moz-placeholder {
        color: #cccccc;
    }
    
    #header-search-text-input{
        height:2.5rem;
        outline:0;
        width:275px;
        margin-top: 0px;
        float:left;
        box-sizing:border-box;
    }

    #button-holder{
        border:thin solid;
        float:left;
        cursor:pointer;
        height:2.5rem;
        text-align:center;
        width:30px;
        box-sizing:border-box;
    }

    #button-holder img{
        margin:4px;
        width:20px;
    }
    
    .tablesorter p.resultSummary{
        padding-left:0 !important;
    }
    .tablesorter {
        background-color: #FFFFFF;
        width: 100%;
        text-align: left;
    }
    .tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #FFFFFF;
        padding: 4px;
    }
    .tablesorter thead tr .header {
        background-image: url('/application/themes/yaml/images/small.gif');
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
        padding:0;
        text-align:left;
    }
    .tablesorter tbody td {
        color: #706961;
        vertical-align: middle;
        border-color:transparent;
        overflow-wrap:break-word;
    }
    .tablesorter thead tr .headerSortUp {
        background-image: url('/application/themes/yaml/images/small_asc.gif');
    }
    .tablesorter thead tr .headerSortDown {
        background-image: url('/application/themes/yaml/images/small_desc.gif');
    }
    .tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        color:#002b49;
        text-decoration:none;
    }
    .tablesorter tbody td:hover {
        background-image:none;
        vertical-align: middle;
        border-color:transparent;
        overflow-wrap:break-word;
    }
    .tablesorter tbody tr {
        border-left:.25rem solid transparent;
        border-right:.35rem solid transparent;
        border-top:.125rem solid transparent;
        border-bottom:.125rem solid #e9e8e7;
        cursor:pointer;
    }
    .tablesorter tbody tr:hover {
        border-left:.25rem solid #002b49;
        border-top:.125rem solid #e9e8e7;
        border-bottom:.125rem solid #e9e8e7;
        background-color:#f4f4f3;
        border-right:.25rem solid #f4f4f3;
        cursor:pointer;
    }
     .tablesorter tbody tr:hover td:last-child{
         background-image:url("/application/themes/yaml/images/icon-arrow-rt.svg");
         background-repeat: no-repeat;
        background-size:15px 20px;
        background-position:98% 50%;
     }
    .tablesorter H5 {
        font-size:0.85rem;
        font-weight:600;
        overflow:hidden;
        padding-right:10px;
    }
    .tablesorter H5.tofrom {
        line-height:20px;
        max-height:4rem;
    }
    .tablesorter th {
        color:#047bc1;
        text-decoration:underline;
        text-transform:uppercase;
        font-size:0.85rem;
        font-weight:600;
        border-color:transparent;
    }
    .tablesorter a {
        border:none;
        line-height:26px;
    }
    .tablesorter a:hover {
        background-color:transparent;
      }
    .tablesorter thead tr th:first-child{
        width:50%;
        padding-left:1.125rem;
    }
    .tablesorterPager {
        padding: 10px 0 10px 0;
        background-color: #D6D2C2;
        text-align: center;
    }
    .tablesorterPager span {
        padding: 0 5px 0 5px;
    }
    .tablesorterPager input.prev {
        width: auto;
        margin-right: 10px;
    }
    .tablesorterPager input.next {
        width: auto;
        margin-left: 10px;
    }
    .tablesorterPager input {
        font-size: 8px;
        width: 50px;
        border: 1px solid #330000;
        text-align: center;
    }

    .time {
        display : none;
    }

    .tablesorter thead tr th.sorter-false {
        background-image: none;
        cursor: default;
        padding: 4px;
    }

#topic {
    max-width: 69%;
}
#div_4825_0 {
	padding-left: 7.5%;
}
#div_4825_1 {
	padding-left: 7.5%;
	padding-top: 7px;
}
#myTable {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
    border-collapse:collapse;
    border-color:transparent;
}

.pagedisplay{
    display: inline !important;
    text-align: center;
    width: 3.5rem;
}

/*meetings-and-records/index */

.event > a.ui-state-default {
    background: #80dfff url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	color: #0033cc;
	font: bold;
}
.event > a.ui-state-active {
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	color: #212121;
	font: bold;
}
.meetingcolumn {
	float: left;
	width: 30%;
	padding-left: 6px;
	padding-left: 4px;
	padding-bottom: 5px;
	height: auto;
    border:2px solid;
}
.meetingrow {
	border: 1px solid green;
	height: auto;
	overflow: auto;
}
#search-text-input {
    float:left;
	height: 2.5rem;
	outline: 0 none;
	box-sizing:border-box;
	width: 275px;
}
#button-holder {
	border: thin solid;
	cursor: pointer;
    float:left;
	height: 2.5rem;
    box-sizing:border-box;
	text-align: center;
	width: 30px;
}
#button-holder img {
	margin: 5px;
	width: 20px;
}

#meet_div_4417_0 {
	padding-left: 7%;
	padding-top: 7px;
}
#calendar {
	width: 23%;
	float: left;
	margin-top: 20px;
	padding: 0 14px 0 14px;
}
#meetingsForADate {
	width: 73%;
	float: right;
}