/* PL.css */


.btn_blue {
  background: linear-gradient(#54c0fe 1%, #2c73a0 50%);
  box-shadow: 2px 2px 5px #333;
  font-weight: bold;
  border: none;
  margin: 5px auto;  
  font-family: 'Arial';
  color: #fff;
}

#playerTraining > .btn-clean {
  background: #fff;
}

.pos-icon{
  padding: 2px;
  font-weight: bold;
  font-family: 'Arial';
}

.field-player{
  display: block;
  background: #19445f;
  font-weight: bold;
  font-family: 'Arial';
  font-size: 10px;
  width: 80px;
  height: 15px;
  padding-top: 1px;
  text-align: center;
  margin-bottom: -10px;
}

.color_lt{color: rgba(234,0,0,3);}
.color_st{color: rgba(255,153,0,2);}
.color_dt{color: rgba(102,223,0,2);}
.color_pending{color: rgba(0,0,255,2);}
.color_success{color: rgba(0,255,0,2);}
.color_failed{color: rgba(255,0,0,2);}
.color_injured{color: rgba(255,0,0,2);}

.icon-pending:before {
  color: rgba(0,0,255,2);
  content: "\f069";
}
.icon-success:before {
  color: rgba(0,255,0,2);
  content: "\f058";  
}
.icon-failed:before {
  color: rgba(255,0,0,2);
  content: "\f057";  

}.icon-injured:before {
  color: rgba(255,0,0,2);
  content: "\f0f9";  
}

.icon-profile-pending:before {
  color: rgba(255,255,255,0.5);
  content: "\f011";  
}

.icon-profile-active:before {
  color: rgba(0,255,0,2);
  content: "\f011";  
}
.icon-profile-failed:before {
  color: rgba(255,0,0,2);
  content: "\f011";  
}

#isInjured {  
  color: #ffffff;
  padding: 15px;
  font-size: 1em;
}

.btn-addInjury {
  display: inline-block;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2em;
  padding: 10px;
  
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.btn-addInjury span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-addInjury span:after {

content: '\00bb';  /* CSS Entities. To use HTML Entities, use &#8594;*/

position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-addInjury:hover span {
  padding-right: 25px;
}

.btn-addInjury:hover span:after {
  opacity: 1;
  right: 0;
}
}


  


/* target */
  .target{width: 100%;}

  .lt .block .header{background: rgba(204,0,0,0.2);}
  .st .block .header{background: rgba(0,0,0,0.2);}
  .dt .block .header{background: rgba(102,153,0,0.2);}

.block .tags{float: left; width: 100%; padding: 10px; font-size: 10px; line-height: 15px; background: rgba(0,0,0,0.1);}

  .parent{
    float: left; 
    width: 100%; 
    padding: 10px; 
    font-size: 0.8em; 
    line-height: 15px; 
    background: rgba(0,0,0,0.1);
    margin-bottom: 10px;
  }
  .st .parent{background: rgba(0,0,0,0.3);}
  .dt .parent{background: rgba(0,0,0,0.3);}

   .elder{
    float: left; 
    width: 100%; 
    padding: 10px; 
    font-size: 0.8em; 
    line-height: 15px; 
    background: rgba(0,0,0,0.1);
  }
   .dt .elder{background: rgba(0,0,0,0.1);}

  .block .footer{background: rgba(110,110,110,0.2);}


        .target .target-item{float: left; width: 100%; padding: 0px 10px; margin-bottom: 10px;}
            .target .target-item .target-item-content{float: left; width: 100%; background: rgba(0,0,0,0.2); margin-bottom: 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
            .target .target-item .target-item-content .target-item-head{float: left; width: 100%; line-height: 30px; font-size: 13px; padding: 5px 10px 0px; font-weight: bold;}
            .target .target-item .target-item-content .target-item-subhead{float: left; width: 100%; padding: 0px 15px; font-size: 11px; margin-bottom: 20px;}
            .target .target-item .target-item-content .target-item-date{float: left; width: 100%; padding: 10px; font-size: 11px; line-height: 20px; background: rgba(0,0,0,0.1);}
            .target .target-item .target-item-content .target-item-parent{float: left; width: 100%; padding: 10px; font-size: 10px; line-height: 15px; background: rgba(0,0,0,0.1);}
                .target .target-item .target-item-content .target-item-date [class^='icon-']{font-size: 14px;}
                .target .target-item .target-item-content .target-item-parent [class^='icon-']{font-size: 12px;}
                .target .target-item.priority-high .target-item-content .target-item-date{background: rgba(204,0,0,0.2);}
                .target .target-item.priority-mid .target-item-content .target-item-date{background: rgba(255,153,0,0.2);}
                .target .target-item.priority-low .target-item-content .target-item-date{background: rgba(102,153,0,0.2);}                
                .target .target-item.priority-high .target-item-content .target-item-parent{background: rgba(204,0,0,0.2);}
                .target .target-item.priority-mid .target-item-content .target-item-parent{background: rgba(204,0,0,0.2);}
                .target .target-item.priority-low .target-item-content .target-item-parent{background: rgba(255,153,0,0.2);}                
                
    .target.target_list .target-item{width: 100%; padding: 0px;}
        .target.target_list .target-item .target-item-content{margin-bottom: 0px;}
        .target.target_list .target-item .target-item-head{width: 70%;}
        .target.target_list .target-item .target-item-subhead{display: none;}
        .target.target_list .target-item .target-item-date{width: 30%; float: right;}
/* eof target */

#swotItems ul{

  list-style-type: none;
  margin: 0;
  padding: 0;

}

#swotItems li{
  cursor:pointer;  
  list-style-type: none;
  font-size: 1.3em;
}

#playerTraining .content {
  background: none;
  font-size:15px;
}
#playerTraining .parent{
  background: rgba(0,0,0,0.2);
  color: orange;
  font-weight: bold;
}
#playerTraining .elder{background: rgba(0,0,0,0.3);}

#das .content {
  background: none;
  font-size:15px;
}
#das .parent{
  background: rgba(0,0,0,0.2);
  color: orange;
  font-weight: bold;
}
#das .elder{background: rgba(0,200,0,0.2);}

.targetbox .header {
  
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #54c0fe), color-stop(1, #2c73a0));
  background:-moz-linear-gradient(top, #54c0fe 5%, #2c73a0 100%);
  background:-webkit-linear-gradient(top, #54c0fe 5%, #2c73a0 100%);
  background:-o-linear-gradient(top, #54c0fe 5%, #2c73a0 100%);
  background:-ms-linear-gradient(top, #54c0fe 5%, #2c73a0 100%);
  background:linear-gradient(to bottom, #54c0fe 5%, #2c73a0 100%);
  box-shadow: 2px 2px 5px #333;
  font-weight: bold;
  text-transform: uppercase; 
  padding: 5px;
  
}

/* Taskbar targets
*******************************/
#task_targets{
  float: left; 
  width: 100%;
  padding: 10px; 
  font-size: 10px; 
  line-height: 15px; 
  background: rgba(0,0,0,0.7);
  text-align: right;
}

/* Videos
******************************/
#video-placeholder{
    max-width: 35%;
    width: 100%;
    position: fixed;
    top: 130px;
    right: 40px;
}

#controls{
    margin-right: 40%;
}

#controls ul{
    list-style: none;
}

#controls pre{
    border: 6px solid #E7E9F3;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#controls ul li {
    margin: 40px;
}

#controls ul li code{
    padding: 24px;
    line-height: 1.45;
    font-size: 13px;
}




.thumbnail{
    cursor: pointer;
    margin: 0 10px 20px 0;
    border: 6px solid #fff;
    box-shadow: 0 1px 1px #ccc;
    width: 200px;
}

/* viewPlayer
*********************************/
/*
.facewuks {
  width:260px; 
  text-align:center; 
  float:left; 
  position:relative
}

.facewuks-label {
  width:85%; 
  color:#FFFFFF; 
  background-color:rgba(0,0,0,0.7); 
  float:left; 
  padding:3px; 
  position:absolute; 
  bottom:20px; 
  left:20px;
}
*/
.facewuks {
  width:180px; 
  text-align:center; 
  float:left; 
  position:relative
}

.facewuks-label {
  width:85%; 
  color:#FFFFFF; 
  background-color:rgba(0,0,0,0.7); 
  float:left; 
  padding:3px; 
  position:absolute; 
  bottom:10px; 
  left:10px;
}

.facewuks-label .pr {
  left:10px;
  float: left;
}

.facewuks-label .position {
  padding-top: 5px;
  padding-right: 30px;
  float: right;
  font-size: 2em;
  font-family: 'Oswald';
  color: #ffffff;
}

.pickgradient {
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.facewuks img{
  position:relative;
  z-index:-1;
  display:block;
  /*height:200px; width:auto;*/
}

#physical:hover, #mental:hover, #technical:hover, #tactical:hover {
  background: rgba(255,255,255,0.1); }

#player_performance .percentage {
  color: #ffffff;
  font-size: 1.5em;
  font-family: 'Oswald';
}

#player_statistics .percentage {
  color: #ffffff;
  font-size: 2em;
  font-family: 'Oswald';
  text-align: center;
  margin-top: -15px;
}

#player_statistics .rank {
  color: #ffffff;
  font-size: 1em;
  font-family: 'Oswald';
  text-align: center;
}

#bonus_targets a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

#bonus_targets a:hover {
    background-color: #ddd;
    color: black;
}

#next_targets{
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  background-color: rgba(0,0,0,0.15);
}

.next_target {  
  width: 100%;
  color: #ffffff;
  font-size: 1.5em;
  font-family: 'Oswald';

}

.previous {
    background-color: rgba(0,0,0,0.05);
    color: white;
    float: left;
}

.next {
    background-color: rgba(0,0,0,0.05);
    color: white;
    float: right;
}

.next:hover, .previous:hover{
  background-color: rgba(0,0,0,0.05) !important;
}

.round {
    border-radius: 50%;
}

.nopadding {
   padding: 1 !important;
   margin-bottom: 5px;
}

/*
.label {
  font-size: 1.5em;
  font-family: 'Oswald';
  font-weight: normal;
}
*/
.tdesc {
  font-size: 1.5em;
  font-family: 'Lato';
  font-weight: bold;
}

table.history-table tr:hover  {
  background-color: rgb(0,0,0,0.2);
}

.titlebar{
  margin-top: -10px;
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
  font-family: 'Oswald';
}
.toolbar{
  margin-top: -10px;
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
  font-family: 'Oswald';
}

.sts_sort {
  background: rgba(0,0,0,0.25);;
  color: #fff;
  font-size: 1em;  
  margin-right: 5px;
  border: none;
  height: 30px;
}
.sts_sort img {
  height: 20px;
}
/* new Player Notes
********************************************************/
#playerNotes .btnblock ul li {  
  display: block;
  margin: 0px 0px 5px 5px;
  padding: 5px;
  line-height: 20px;
  font-size: 12px;
}

#playerNotes .notes-left {
  margin-left: -10px;
}

#playerNotes > .notes-bar {
  position: relative;
  top: -10px;
}
.notes-bar .header{
  font-size: 1.5em;
  font-weight: bold;
  float: left;
  cursor: pointer;
}

.notes-bar .ranks{
  float: right;
}
.notes-bar .type_1{
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Arial';
  color: #ccc;
  float: right;
  margin-right: 10px;
}
.notes-bar .type_2{
  font-size: 30px;
  margin: 10px;
  float: right;
}
.notes-bar .type_3{
  font-size: 30px;  
  float: right;
}
.notes-bar .type_4{
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Arial';
  color: #ccc;
  float: right;
}

.notes-bar .dd{
  font-size:15px;
  font-weight: bold;
}

#playerNotes .profile-main{
  cursor: pointer;  
  background: linear-gradient(#54c0fe 1%, #2c73a0 100%);
  box-shadow: 2px 2px 5px #333;
  font-weight: bold;
  text-transform: uppercase; 
}

#playerNotes .profile-cat {
  cursor: pointer;
  background: rgb(0,0,0,0.4);

}

#playerNotes .title{
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
}

#playerNotes > #info {
  background: #fff;
  margin-top: -20px;
}

#playerNotes .btnblock ul li {  
  display: block;
  margin: 0px 0px 5px 5px;
  padding: 5px;
  line-height: 20px;
  font-size: 12px;
}

#HealthNotes .notes-left {
  margin-left: -10px;
}

#HealthNotes > .notes-bar {
  position: relative;
  top: -10px;
}
#HealthNotes .profile-main{
  cursor: pointer;  
  background: linear-gradient(#54c0fe 1%, #2c73a0 100%);
  box-shadow: 2px 2px 5px #333;
  font-weight: bold;
  text-transform: uppercase; 
}

#HealthNotes .profile-cat {
  cursor: pointer;
  background: rgb(0,0,0,0.4);

}

#loadedPage .title{
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
}
#coachTraining .title{
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
}

#HealthNotes .title{
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
}

#injuries .title{
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
}

#HealthNotes > #info {
  background: #fff;
  margin-top: -20px;
}


/* Player Training
********************************************************/
#playerTraining .btnblock ul li {  
  display: block;
  margin: 0px 0px 5px 5px;
  padding: 5px;
  line-height: 20px;
  font-size: 12px;
}

#playerTraining .notes-left {
  margin-left: -10px;
}

#playerTraining > .notes-bar {
  position: relative;
  top: -10px;
}
.notes-bar .header{
  font-size: 1.5em;
  font-weight: bold;
  float: left;
  cursor: pointer;
}

.notes-bar .ranks{
  float: right;
}
.notes-bar .type_1{
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Arial';
  color: #ccc;
  float: right;
  margin-right: 10px;
}
.notes-bar .type_2{
  font-size: 30px;
  margin: 10px;
  float: right;
}
.notes-bar .type_3{
  font-size: 30px;  
  float: right;
}
.notes-bar .type_4{
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Arial';
  color: #ccc;
  float: right;
}

.notes-bar .dd{
  font-size:15px;
  font-weight: bold;
}

#playerTraining .profile-main{
  cursor: pointer;  
  background: linear-gradient(#54c0fe 1%, #2c73a0 100%);
  box-shadow: 2px 2px 5px #333;
  font-weight: bold;
  text-transform: uppercase; 
}

#playerTraining .profile-cat {
  cursor: pointer;
  background: rgb(0,0,0,0.4);

}

#playerTraining .title{
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
}

#playerTraining > #trinfo {
  background: #fff;
  margin-top: -20px;
}
.info-button {  
  color: white; /* White text */
  padding: 5px; /* Some padding */
  float: left; /* Float the buttons side by side */
  font-size:0.8em;
  margin-right: 5px;
  border:none;
  cursor: pointer;  
  background: rgba(0,0,0,0.1);
  text-transform: uppercase; 
  font-family: 'Oswald';
}

.info-button_add {  
  color: white; /* White text */
  padding: 5px; /* Some padding */
  float: left; /* Float the buttons side by side */
  font-size:1em;
  margin-top:5px;
  width:100%;
  border:none;
  cursor: pointer;  
  background: #62be65;
  
  font-weight: bold;
  text-transform: uppercase;  
}
.info-button_add_video {  
  color: white; /* White text */
  padding: 5px; /* Some padding */
  float: left; /* Float the buttons side by side */
  font-size:1em;
  margin-top:5px;
  width:100%;
  border:none;
  cursor: pointer;  
  background: #62be65;
  
  font-weight: bold;
  text-transform: uppercase; 
}

/* new Player Videos
********************************************************/
#playerVideos .title, .video-title{
  margin-bottom: 5px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
}
.video-title{margin-bottom:0px;}
#playerVideos .videos-title{
  margin-top:5px;
  margin-bottom: 5px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
}
#playerVideos .btnblock ul li {  
  display: block;
  margin: 0px 0px 5px 5px;
  padding: 5px;
  line-height: 20px;
  font-size: 12px;
}

#playerVideos .videos-left {
}

#playerVideos > .videos-bar {
  position: relative;
  top: -10px;
}
.videos-bar .header{
  font-size: 1.5em;
  font-weight: bold;
  float: left;
  cursor: pointer;
}

.btn_play_video {
    color: white; /* White text */
    padding: 5px; /* Some padding */
    float: left; /* Float the buttons side by side */
    font-size:10px;
    margin-right: 10px;
    margin-top: -15px;
    margin-bottom: 15px;
    /* width: 15%; */
    border:none;
    cursor: pointer;  
    background: linear-gradient(#54c0fe 1%, #2c73a0 100%);
    box-shadow: 2px 2px 5px #333;
    font-weight: bold;
    text-transform: uppercase; 
}

/*******************************************************
* Player player_statistics
*******************************************************/
.team-icon {
  width: 20px;
}

.btn_stats {
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: normal !important;
}

.btn_tc {
  background: linear-gradient(#54c0fe 1%, #2c73a0 100%);
  
  font-weight: bold;
  border: none;
  margin-left:5px;  
  font-family: 'Arial';
  font-size:0.8em;
}
#topPlayers .list-topPlayers {
  margin-top: -20px;
}
#topPlayers .list-topPlayers .count {
  font-family: 'Oswald';
}
#topPlayers .list-topPlayers .player_name {
  font-family: 'Oswald';
}
#player_stats small {
  color: #fff;
}
#player_stats .small {
  color: #fff;
}
#player_stats .title{
  margin-bottom: 5px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
}

#stats_overview {margin-bottom: 5px;}
#stats_overview .title{
  margin-bottom: 5px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
  text-align: center;
}
#stats-header {
  width: 100%;
 /* padding: 5px; */
 margin-bottom:5px;
  
}


/*
.btn-group button {
    color: white; 
    padding: 10px 12px 10px; 
    float: left; 
    font-size:12px;
    margin-right: 5px;
   
    border:none;
    cursor: pointer;  
  
  background: rgba(0,0,0,0.25);
  font-weight: bold;
  text-transform: uppercase; 
}
*/
.btn-group.special {
  display: flex;
}

.special .btn {
  flex: 1
}

.swot_button {
    color: white; /* White text */
    padding: 5px; /* Some padding */
    float: left; /* Float the buttons side by side */
    /*font-size:18px;*/
    margin-bottom: 5px;
    width: 100%;
    border:none;
    cursor: pointer;  
  background: linear-gradient(#54c0fe 1%, #2c73a0 100%);
  box-shadow: 2px 2px 5px #333;
  font-weight: bold;
  text-transform: uppercase; 
}

.btn-group button:not(:last-child) {
    /* border-right: none; */ /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: rgba(0,0,0,0.25);
}


/* new Player Dashboard
********************************************************/
#playerDashboard .btnblock ul li {  
  display: block;
  margin: 0px 0px 5px 5px;
  padding: 5px;
  line-height: 20px;
  font-size: 12px;
}

#playerDashboard .dashboard-left {
  margin-left: -10px;
}

#playerDashboard > .dashboard-bar {
  position: relative;
  top: -10px;
}
.dashboard-bar .header{
  font-size: 1.5em;
  font-weight: bold;
  float: left;
  cursor: pointer;
}

.dashboard-bar .ranks{
  float: right;
}
.dashboard-bar .type_1{
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Arial';
  color: #ccc;
  float: right;
  margin-right: 10px;
}
.dashboard-bar .type_2{
  font-size: 30px;
  margin: 10px;
  float: right;
}
.dashboard-bar .type_3{
  font-size: 30px;  
  float: right;
}
.dashboard-bar .type_4{
  font-size: 1.2em;
  font-weight: bold;
  font-family: 'Arial';
  color: #ccc;
  float: right;
}

.dashboard-bar .dd{
  font-size:15px;
  font-weight: bold;
}

#playerDashboard .profile-main{
  cursor: pointer;  
  /* background: linear-gradient(#54c0fe 1%, #2c73a0 100%); */
  /* box-shadow: 2px 2px 5px #333; */
  background: rgba(0,0,0,0.25);
  
  text-transform: uppercase; 
  font-size: 1.3em;
  font-family: 'Oswald';
}

#playerDashboard .profile-cat {
  cursor: pointer;
  background: rgb(0,0,0,0.4);

}

.profile-block .header{
  background: rgb(0,0,0,0.4);
  box-shadow: 2px 2px 5px #333;
  font-family: 'Oswald';
  
  font-size: 1.5em;
  padding: 10px;
  text-transform: uppercase;
}

.profile-graph {
  background: rgb(0,0,0,0.3);
}
.profile-text {
  padding: 10px;
  min-height: 150px;
  background: rgb(0,0,0,0.1);
}

.profile-block .content {
    font-size: 14px;
}

.sectionBtn{
  /*
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #54c0fe), color-stop(1, #2c73a0));
  background:-moz-linear-gradient(top, #54c0fe 5%, #2c73a0 100%);
  background:-webkit-linear-gradient(top, #54c0fe 5%, #2c73a0 100%);
  background:-o-linear-gradient(top, #54c0fe 5%, #2c73a0 100%);
  background:-ms-linear-gradient(top, #54c0fe 5%, #2c73a0 100%);
  background:linear-gradient(to bottom, #54c0fe 5%, #2c73a0 100%);
  box-shadow: 2px 2px 5px #333;
  */
 /* font-weight: bold;*/
  text-transform: uppercase; 
  padding: 5px;
  margin-bottom: 5px;

  
}

.multi-column {
  

   -webkit-column-count: 2;
   -webkit-column-gap: 5px;
   -webkit-column-fill: auto;
   column-count: 2;
   column-gap: 5px;
   column-fill: auto;
}

.multi-column ul li{
    float: left;
    width: 50%;
    margin: 1px;
}
.multi-column ul{
    list-style-type: disc;
}


div#multiColumn {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}


/* Slideshow
**********************************************************/
ul.slides {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.slides li {
  margin: 0;
  /* background: rgba(10, 10, 90, 0.5); */
  padding: 10%;
  color: #fff;
  font-family: 'Lato';
  font-size: 2em;
  font-weight: bold;
  display: flex;
  align-content: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  transition: transform 1.4s cubic-bezier(0.01, 1, 0.91, 1) 0.5s;
}

#quote{
  line-height: 1em;
  font-size: 4em;
  font-family: "Arial Black", Arial;
  font-weight: 900;
  text-transform: uppercase;
  
}
 @media all and (max-width: 760px) {

ul.slides li { font-size: 20vw; }
}

ul.slides li.active { z-index: 10; }

ul.slides li.active.slide-left { transform: translate3d(-100%, 0, 0); }

ul.slides li.active.slide-right {transform: translate3d(100%, 0, 0);  }


ul.slides li.last-active { z-index: 9; }

ul.slides li:first-child {
  left: 0;
  opacity: 1;
}



/* slideReveal
********************************************************/


#menu-btn{
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #333;
}

#menu-btn:hover{
  background-color: #205577;
}

#menu-btn .icon-bar{
  background-color: #fff;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
#menu-btn .icon-bar:not(:first-child){
  margin-top: 4px;
}

#menu-bar{
  margin-top: 100px;
  background-color: #358ec6;
  color: #fff;
  z-index: 5002;
}

.left-shadow-overlay{
  box-shadow: 2px 2px 5px #333;
}
#menu-bar h3{
  background-color: #205577;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
}
#menu-bar a{
  border-bottom: 1px solid #D8D8D8;
  padding: 1em;
  display: block;
  color: #424242;
  font-size: 1.4em;
  font-weight: 300;
  text-decoration: none;  
}
#menu-bar a:hover{
  background-color: #D8D8D8;
}
#menu-bar .handle{
  background-color: #5db560;
  left: 300px;
  padding: 10px 0 10px;
  position: absolute;
  top: 0px;
  width: 20px;
  cursor: pointer;
  /*margin-top: -20px;*/
  /*-moz-transition: 200ms ease all;
  -webkit-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  transition: 200ms ease all;*/
}
#menu-bar .handle:hover{
  /*left: -46px;
  width: 30px;*/
}
#download-bar{
  background-color: #E6E6E6;
  padding: 10px;
  box-shadow: -10px 0 15px -6px #585858 inset;
}

#download-bar div.well{
  margin-top: 10px;
}

.side-panel{
  background-color: #E6E6E6;
  padding: 10px;
}

.side-panel-left{
  box-shadow: -5px 0 15px -6px #585858 inset;
}
.side-panel-left-overlay{
  box-shadow: -10px 0 15px 10px #585858;
}
.side-panel-right{
  box-shadow: 5px 0 15px -6px #585858 inset;
}


#sample-1-btn{
  margin-bottom: 10px;
}

#sample-1 .panel{
  margin-top: 10px;
}


/* Upload
********************************************************/
.main {
position: relative;
text-align: center;

}
.main label{
color: white;

}
#previewing{
  width: 210px;
  height: 310px;  

}
#previewingValueImage{
  width: 260px;
  height: 260px;  

}
#image_preview{
margin-left: 10px;
position: relative;
font-size: 30px;
width: 261px;
height: 312px;
text-align: center;
line-height: 18px;
font-weight: bold;
color: #C0C0C0;
border: 1px solid rgba(200,200,200,0.2);
overflow: auto;
}

#valueImage_preview{
margin-left: 10px;
position: relative;
font-size: 30px;
width: 280px;
height: 280px;
text-align: center;
line-height: 18px;
font-weight: bold;
color: #C0C0C0;
border: 1px solid rgba(200,200,200,0.2);
overflow: auto;
}
#selectImage{
padding: 10px;
position: relative;
bottom: 0px;
width: 100%;

border-radius: 10px;
}
.submit{
color: white;
font-size: 16px;
background: #62be65;

font-weight: bold;
cursor: pointer;
/*width: 200px;*/
border-radius: 5px;
padding: 10px 0;
outline: none;
margin-top: 20px;
margin-left: 15%;
}
.submit:hover{
background: #62be00;
}
#file {
color: white;
padding: 5px;
background-color: #14374c;
margin-top: 10px;
border-radius: 5px;
box-shadow: 0 0 15px #626F7E;
margin-left: 15%;
width: 72%;
}
#message{
position:absolute;
top:120px;
left:815px;
}
#success
{
color:green;
}
#invalid
{
color:red;
}

#error
{
color:red;
}
#error_message
{
color:blue;
}
#loading
{
display:none;
position:absolute;
top:50px;
left:50px;
font-size:25px;
}

/* Multiline charts
***************************************************/
.chart-wrapper {
    max-width: 950px;
    min-width: 304px;
    margin: 0 auto;
    /*background-color: #FAF7F7;*/
}

.chart-wrapper .inner-wrapper {
    position: relative;
    padding-bottom: 50%;
    width: 100%;
}

.chart-wrapper .outer-box {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}

.chart-wrapper .inner-box {
    width: 100%;
    height: 100%;
}

.chart-wrapper text {
  font-family: sans-serif;
  font-size: 11px;
}

.chart-wrapper p {
    font-size: 16px;
    margin-top:5px;
    margin-bottom: 40px;
}

.chart-wrapper .axis path,
.chart-wrapper .axis line {
    fill: none;
    stroke: #1F1F2E;
    stroke-opacity: 0.7;
    shape-rendering: crispEdges;

}
.chart-wrapper .axis path {
  stroke-width: 2px;
}

.chart-wrapper .line {
  fill: none;
  stroke: steelblue;
  stroke-width: 5px;
}

.chart-wrapper .legend  {
    min-width: 200px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 10px 40px;
}
.chart-wrapper .legend > div {
    margin: 0px 25px 10px 0px;
    flex-grow: 0;
}
.chart-wrapper .legend p {
    display:inline;
    font-size: 0.8em;
    font-family: sans-serif;
    font-weight: 600;
}
.chart-wrapper .legend .series-marker {
    height: 1em;
    width: 1em;
    border-radius: 35%;
    background-color: crimson;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: -0.16rem;
}

.chart-wrapper .overlay {
  fill: none;
  pointer-events: all;
}

.chart-wrapper .focus circle {
  fill: crimson;
  stroke: crimson;
  stroke-width: 2px;
  fill-opacity: 15%;
}
.chart-wrapper .focus rect {
    fill: lightblue;
    opacity: 0.4;
    border-radius: 2px;
}
.chart-wrapper .focus.line {
    stroke: steelblue;
    stroke-dasharray: 2,5;
    stroke-width: 2;
    opacity: 0.5;
}
@media (max-width:500px){
    .chart-wrapper .line {stroke-width: 3px;}
    .chart-wrapper .legend {font-size: 14px;}
}

/* D3 v4 
 * progressionChart
 */
svg {
    font-family: Sans-Serif, Arial;
}
.line {
  stroke-width: 2;
  fill: none;
}

.axis path {
  stroke: white;
}

.axis text{
  fill: white;
} 

.text {
  font-size: .80em;
  fill: white;
  stroke: none;
}

.btext {
  font-size: .90em;
 
}

.title-text {
  font-size: 1em;

}

.bc-x-axis path,
.bc-x-axis line {
       fill: none;
     stroke: #fff;
     stroke-width:1px;
   }
.bc-y-axis path,
.bc-y-axis line {
       fill: none;
     stroke: #fff;
     stroke-width:1px;
   }


/* image scroller */
.imgScrollWrap_2 {
            position: relative;
            width: 600px;
            height: 120px;
            border: 1px #999 solid;
            overflow: hidden;
        }
        .imgScrollBtn01_2, .imgScrollBtn02_2, .imgScrollBtn01_3, .imgScrollBtn02_3 {
            position: absolute;
            display: block;
            width: 22px;
            height: 40px;
            background: url(images/mainBG.png) no-repeat 0 0;
            overflow: hidden;
            z-index: 2;
        }

        .imgScrollBtn01_2, .imgScrollBtn01_3 {
            top: 40px;
            left: 0;
        }

        .imgScrollBtn02_2, .imgScrollBtn02_3 {
            top: 40px;
            right: 0;
            background-position: -22px 0;
        }

        .imgScrollBtn01_2:hover, .imgScrollBtn01_3:hover {
            background-position: 0 -40px;
        }

        .imgScrollBtn02_2:hover, .imgScrollBtn02_2:hover {
            background-position: -22px -40px;
        }

        .imgScrollList_2, .imgScrollList_3 {
            position: absolute;
            top: 0;
            left: 20px;
            width: 560px;
            height: 120px;
            overflow: hidden;
            z-index: 1;
        }

        .imgScrollList_2 ul, .imgScrollList_3 ul {
            position: relative;
            width: 9999px;
            height: 120px;
        }

        .imgScrollList_2 li, .imgScrollList_3 li {
            float: left;
            width: 140px;
            height: 120px;
            overflow: hidden;
        }

        .imgScrollList_2 li a, .imgScrollList_3 li a {
            float: left;
            margin: 12px 6px;
            width: 128px;
            height: 96px;
            overflow: hidden;
        }
.imgScrollWrap {
position: relative;
            width: 600px;
            height: 120px;
            border: 1px #999 solid;
            overflow: hidden;
}

.imgScrollBtn01, .imgScrollBtn02 {
  position: absolute;
  display: block;
  width: 22px;
  height: 40px;

  overflow: hidden;
  z-index: 2;
}

.imgScrollBtn01 {
  top: 40px;
  left: 0;
}

.imgScrollBtn02 {
  top: 40px;
  right: 0;
  background-position: -22px 0;
}

.imgScrollBtn01:hover {
  background-position: 0 -40px;
}

.imgScrollBtn02:hover {
  background-position: -22px -40px;
}

.imgScrollList {
  position: absolute;
  top: 0;
  left: 20px;
  width: 560px;
  height: 120px;
  overflow: hidden;
  z-index: 1;
}

.imgScrollList ul {
  position: relative;
  width: 9999px;
  height: 120px;
}

.imgScrollList li {
  float: left;
  width: 560px;
  height: 120px;
  overflow: hidden;
}

.imgScrollList li a {
  float: left;
  margin: 12px 6px;
  width: 128px;
  height: 96px;
  overflow: hidden;
}
/* end image scroller */
