.cifAccordion{
  font-family: "Times New Roman", Times, serif;
}
.cifAccordion > li.active > a  {
    /*background-color: #3182bd;*/
    background-color: #2F83C5;
}


.cifAccordion, .cifAccordion ul, .cifAccordion li {
    list-style: none;
}

.cifAccordion ul {
    padding: 0;
    margin: 0 0 0 18px;
}

.cifAccordion {
    padding: 4px;
    margin: 0px;
}

.cifAccordion > li {
    margin: 4px 0;
}

.cifAccordion > li li {
    margin: 2px 0;
}

.cifAccordion a.title1 {
    color: #333;
    display: block;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}


.cifAccordion .title1{
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.cifAccordion .title2{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
}
.cifAccordion .title3{
    font-size: 14px;
    cursor:pointer;
    color: #000;
}

.cifAccordion .info{
    float: right;
    font-weight: bold;
    font-style: italic;
    /*font-size: 13px;*/
    text-align: center;
    margin-right: 13px;
    width: 10px;
    color: #2F83C5;
    cursor: help;
}
.cifAccordion .infoIcon{
    width: 18px;
    height: 18px;
    color: #2F83C5;
    cursor: help;
}


.cifAccordion > li.accordionGroup > a{
    background-color: #2F83C5;
    color: #f5f5f5;
    padding: 4px 25px;
}
.cifAccordion > li.accordionGroup > a:hover{
    background-color: #5D5D5D;
}

li.accordionGroup li.open{
    background-color: #F1F1F2 !important;
}

.cifAccordion li.accordionGroup > a > span {
    float: right;
    font-size: 19px;
    font-weight: bolder;
}
.cifAccordion li > a > span:after {
    content: '\25be';
}
.cifAccordion li.open > a > span:after {
    content: '\25b4';
}

.cifAccordion .accordionGroup{
    position: relative;
}
.cifAccordion .accordionGroup .groupInfo{
    position: absolute;
    top: 3px;
    right: 0px;
    width: 22px;
    height: 22px;
}
.cifAccordion .accordionGroup .groupCheckbox{
    position: absolute;
    top: 3px;
    left: 0px;
    width: 18px;
    height: 18px;
    background-color: #000;
    color: #FFF;
}

/*.cifAccordion  .cifCheckboxLabel {
	display: inline-block;
	cursor: pointer;
	font-size: 13px; margin-right:10px; line-height:18px;
}
.cifAccordion input[type=checkbox] {
	display:none;
}
.cifCheckboxLabel:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align:middle;
	background-color: #0088cc;
	color: #f3f3f3;
	text-align: center;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	border-radius: 3px;
}
input[type=checkbox]:checked{
  background-color: #CCC;
}
input[type=checkbox]:checked + .cifCheckboxLabel:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
}*/

.cifTable{
    border-collapse: collapse;
    width: 100%;
    margin-right: 5px;
}

.cifTable tr{
    border-bottom: #3B517B 1px solid;*/
}

.cifTable td{
    border-top: 0px solid #ddd;
    padding: 1px;
}


.cifTable .cifLabel, .cifTable .cifSubLabel{
    width: 35%;
    /*border-bottom: 1px double #3b517b;*/
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-left: 20px;
    /*padding: 2px 5px 3px 6px;*/
}
.cifTable .cifLabel, .cifTable .cifSubLabel{
    width: 35%;
    /*border-bottom: 1px double #3b517b;*/
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-left: 20px;
    /*padding: 2px 5px 3px 6px;*/
}
.cifTable .cifSubLabel{
    text-align: right;
    font-style: italic;
    font-weight: normal;
}


.cifTable .cifData{
    width: 65%;
    /*border-bottom: #3B517B 1px solid;*/
    border-right: #3B517B 1px solid;
    font-size: 14px;
    padding-left: 5px;
    white-space:pre-line;
    /*padding: 2px 5px 3px 6px;*/
    color: #000;
}

.cifFigureLabel{
    border-bottom: 1px double #3b517b;*/
    font-size: 105%;
    font-weight: bold;
    color: #000;
    padding: 2px 5px 3px 6px;
    text-align: right;
}
.cifFigureData{
    border-bottom: #3B517B 1px solid;
    border-right: #3B517B 1px solid;
    font-size: 100%;
    padding: 2px 5px 3px 6px;
    color: #000;
    text-align: left;
}
.cifFigureLink{
    color: blue;
    text-align: center;
}

.cifTextInput{
    padding: 2px 2px;
    width: 80%;
}

.cifTextarea{
    padding: 2px 2px;
    width: 80%;
}

.cifButton{
    clear: both;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #3182bd;
    float: right;
    cursor: pointer;
    padding: 5px 15px;
    font-size: 14px;
}

.cifCheckbox{
    /*width: 20px;*/
    border-bottom: #3B517B 1px solid;
}

.cifSeperator{
    color: #000;
}
.cifInfoIcon{
  width: 12px;
  height: 12px;
  color: #2F83C5;
  cursor: help;
}
.cif_logo{
  width: 128px;
  height: 128px;
  float: left;
}
.cif_header{
  font-size: 20px;
  vertical-align: middle;
  font-weight: bold;
  color: #0070c0;
}
.cif_details_list li{
  margin-left: 20px;
  padding-top: 5px;
}
.cifIntro{
  font-size: 105%;
  padding: 5px 5px 10px 5px;
  color: #000
}
.cifIntro a{
  color: blue;
}

.cifSelectionBox{
  background-color: #d6d0c5;
  border: solid 1px #3B517B;
  cursor: pointer;
  font-size: 95%;
  font-weight: bold;
  padding: 1px 1px 1px 1px;
}

#table_hosted_events{
  table-layout: fixed;
  width: 100%;
}
#table_hosted_events td{
  vertical-align: bottom;
  overflow: hidden;
  line-height: 0px;
  width: 100px;
}
#table_hosted_events td input{
  width: 100%;
}


#table_participated_events{
  table-layout: fixed;
  width: 100%;
}
#table_participated_events td{
  vertical-align: middle;
  overflow: hidden;
  line-height: 0px;
  width: 100%;
}
#table_participated_events td input{
  width: 100%;
}

#table_ministries{
  table-layout: fixed;
  width: 100%;
}
#table_ministries td input{
  vertical-align: middle;
}

#table_ministries td{
  vertical-align: middle;
  overflow: hidden;
  /*line-height: 0px;*/
  width: 100%;
}
#table_ministries td input{
  width: 100%;
}

#table_cabinet_members{
  table-layout: fixed;
  width: 100%;
}
#table_cabinet_members td input{
  vertical-align: middle;
}

#table_cabinet_members td{
  vertical-align: middle;
  overflow: hidden;
  /*line-height: 0px;*/
  width: 100%;
}
#table_cabinet_members td input{
  width: 100%;
}

#table_places_to_see{
  table-layout: fixed;
}
#table_places_to_see td{
  vertical-align: top;
  overflow: hidden;
  width: 100px;
}
#table_places_to_see td textarea{
  width: 260px;
}


#show_details{
  background-color: #2F83C5;
  color: #f5f5f5;
  padding: 4px 10px;
}

.cifCountries .title2{
  font-size: 13px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
tr .bg_different{
    background-color: #F1F1F2;
}

img.imageFlag{
  width: 25px;
  height: 15px;
}

.cifDataTable{
  font-size: 11px;
  width: 100%;
  text-align: center;
  border: 1px solid black;
  border-collapse: collapse;
}
.cifDataTable td , .cifDataTable th{
  border: 1px solid black;
}

#table_hosted_events th, #table_participated_events th{
  text-align: center;
}

.cifFlags img{
  width: 50%;
  /*margin-left: 20px;*/
  height: 256px;
}

.cifGroupCheckboxLabel{
  position: absolute;
  height: 15px;
  width: 15px;
  margin: 5px;
}
.cifCheckboxLabel{
  position: absolute;
  height: 15px;
  width: 15px;
}
.cifCheckboxLabel input, .cifGroupCheckboxLabel input {
  display: none;/* <-- hide the default checkbox */
}
.cifCheckboxLabel span, .cifGroupCheckboxLabel span {/* <-- style the artificial checkbox */
  height: 100%;
  width: 100%;
  border: 1px solid grey;
  display: inline-block;
  background: #FFF;
  position: relative;
}
[type=checkbox]:checked + span:before {/* <-- style its checked state..with a ticked icon */
  content: '\2714';
  background: #FFF;
  color: #3E8AF6;
  font-size: 15px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.cifDataTable td{
  text-align: center;
  vertical-align: middle;
}
.cifAccordion input, .cifAccordion textarea, .cifAccordion select{
    font-family: "Times New Roman", Times, serif;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}
