

/************************widgets common*********************/

.widget-border{
  border:1px solid #dddddd;
  padding:20px
}

.widget-cont {
  margin-top: 30px;
}
.col-md-4.col-sm-4 {
  margin-bottom: 20px;
}
.widget-box {
  background-color: #ffffff;
  padding: 30px;
  min-height: 600px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.28);
  -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.28);
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.28);
}
.widget-footer {
  /*border-top: 1px solid #dddddd;*/
  padding-top: 30px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.bottom-link {
  font-size: 12px;
  color: #5c5c5c;
  padding-bottom: 20px;
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
  display: block;
}
.bottom-link:hover {
  color: #424242;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-cont li {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-top: 20px;
}
li:last-child {
  border-bottom: none;
}

.widget-navigation .nav{
  width:13px;
  height:13px;
  background: url('../img/bullet.png') no-repeat;
  float:left;
  margin-left:5px;
  margin-right:5px
}

.widget-navigation .nav:hover{
    background: url('../img/bullet-hover.png') no-repeat;
}

.widget-navigation .nav.selected{
  background: url('../img/bullet-selected.png') no-repeat;
}

.widget-navigation .nav.selected:hover{
  background: url('../img/bullet-selected-hover.png') no-repeat;
}

.widget-navigation{
  display:inline-block;
  margin-left:Auto;
  margin-right:auto;
  margin-top:30px
}

.arrows-navigation{
  width:100%;
  position:Relative;
  
}

.arrows-navigation .next{
  position:absolute;
  bottom:-21px;
  right:-21px;
}

.arrows-navigation .prev{
  position:absolute;
  bottom:-21px;
  left:-21px;
  
}

.arrows-navigation .prev img, .arrows-navigation .next img{
  margin-bottom:0;
  padding-bottom:0
}



@media (max-width: 767px) {
  .widget-box {
    min-height: 100px!important;
    padding-bottom: 100px;
  }
}
input[type=checkbox].css-checkbox {
  display: none;
}
input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 20px!important;
  height: 20px!important;
  display: inline-block !important;
  line-height: 21px!important;
  background-repeat: no-repeat !important;
  background-position: 0 0!important;
  font-size: 15px!important;
  vertical-align: middle!important;
  cursor: pointer!important;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px !important;
}
.css-label {
  background-image: url(../img/depressed.png) !important;
}
.widget-box.centered {
  text-align: center;
}
.with-img img {
  margin-bottom: 20px;
}
h5 {
  margin-top: 0 !important;
}

/*******************weather*****************/

.weather.with-img h5 {
  margin-bottom: 0;
}
.weather .weather_details {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  overflow: hidden;
}
.weather .weather_details div {
  float: left;
  text-align: left;
  margin-left: 20px;
  line-height: 10px;
}
.weather .weather_details img {
  float: left;
}

/*******************weather-list*****************/

.weather-list.list img {
width: 20px;
margin-right: 10px;
}

.weather-list.list .title div{
  float:right
}

.weather-list.list h5{
  padding-top:3px;
  text-align:left
}

.weather-list.list h5{
  font-weight:normal
}

.weather-list.list h5 span{
  font-weight:bold!important;
  float:Right
}


.weather-list h4{
  margin-bottom:40px;
  text-align: left
}

.weather-list .widget-navigation {
  margin-top:0
}

.location-weather h4{
  margin-bottom:10px
}

.location-weather .date{
  text-align:left;
  margin-left:0;
  color:#c1c3c5
}

/*******************article***************/

.article img{
  width:100%
}


/*****************charts*******************/

.charts img {
  height: 15px;
  float: left;
  margin-right: 5%;
}
.charts h5 {
  float: left;
  margin-bottom:10px;
}
.charts .sign {
  float: left;
  margin-top: 2px;
  width: 40%;
}
.charts .bar-chart {
  float: left;
  background-color: #1bbc9b;
  color: #fff;
  margin-left: 10px;
  width: 54%;
  padding: 0 5px;
}

.charts li{
  margin-top:10px
}

/**********matches***********************/

.matches li div{
  width:15%;
  float:left;
  height:40px
}

.matches li h5{
  width:85%;
  float:left
}

.matches li{
  position:relative
}

.matches li .flag{
  position:absolute;
  right:0;
  top:0;
  margin-right:0
}

.matches li .time{
  position:absolute;
  right:0;
  bottom:8px;
  
}

/*********************list***************/

.list img {
  width: 15px;
  margin-right: 10px;
}
.list .title div {
  width: 10%;
  float: left;
  line-height: 10px;
}
.list .title h5 {
  float: left;
  width: 80%;
}
.list .title {
  overflow: hidden;
}
.list p {
  margin-left: 10%;
}
.list h5 {
  margin-bottom: 10px;
}
.list li {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.list.no-image p {
  margin-left: 0;
}

/*****************tabs***********************/

.widget-tabs h5 {
  margin-bottom: 0;
}
.widget-tabs .nav-tabs li {
  border-bottom: 0;
  margin-top: 0;
}
.widget-tabs img {
  float: left;
  margin-right: 10px;
  width:50px;
  margin-top:4px
}
.widget-tabs .navtabs-content li {
  padding-bottom: 10px;
}

/****************table******************/

.table h5 {
  margin-bottom: 0;
}
.widget-table {
  overflow: hidden;
}
.widget-table .table td {
  padding: 20px 0;
}

/*******************row*********************/
.single-row-widget{
white-space:nowrap;
}

.single-row-widget h5 {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
  display: inline;
}

.single-row-widget h5 span{
  color:#1bbc9b;
  margin-left:5px
}

.single-row-widget p {
  float: left;
  line-height: 15px;
  margin-right: 5px;
  display: inline;
}
.single-row-widget img {
  float: left;
  margin-right: 10px;
}
.single-row-widget .row-widget-wrapper {
  overflow: hidden;
  border: 1px solid #dddddd;
  padding: 10px 10px 0 10px;
  position:relative
}

.single-row-widget .site-link{
  position:absolute;
  right:0;
  top:1px;
  background:#1bbc9b;
  height:35px;
  width:90px!important;
  line-height:35px;
  text-align:center;
  color:#fff;
  -webkit-box-shadow: -7px 0px 0px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow:    -7px 0px 0px 0px rgba(255, 255, 255, 1);
  box-shadow:         -7px 0px 0px 0px rgba(255, 255, 255, 1);
}

.single-row-widget .site-link a{
  color:#fff
}

.single-row-widget .row-widget-wrapper div {
  /*width: 200%;*/
  float:left
}

/**********************game*******************/

.game-container {
  width: 162px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}
.game-container .game-square {
  width: 26px;
  height: 26px;
  background-color: #1bbc9b;
  float: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.game-widget p {
  margin: 20px 0;
}

/**********************chat******************/

.chat-widget .tab-chat {
  width: 49%;
  float: left;
  background-color: #eeeeee;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
.chat-widget .tab-chat.active {
  background-color: #1bbc9b;
  color: #fff;
}
.chat-widget .tab-chat:last-child {
  margin-right: 0!important;
  margin-left:2%;
}
.c-tabs {
  overflow: hidden;
  margin-bottom: 20px;
}
.chat-widget .chat-wrapper h5 {
  margin: 0 10px 0 0;
  float: left;
}
.chat-widget .chat-wrapper p {
  line-height: 16px;
}
.chat-widget .chat-wrapper {
  border: 1px solid #dddddd;
  padding: 5px 10px;
  height: 150px;
  overflow: auto;
}
.chat-widget .chat-wrapper div {
  padding: 5px 0;
}
.chat-widget input,
.chat-widget textarea {
  width: 100%;
  border: 1px solid #dddddd;
  outline: none;
}
.chat-widget input.name {
  background: url('../img/user.png') no-repeat 3% 50%;
  padding: 5px 10%;
  margin-top: 20px;
}
.chat-widget .message {
  margin-top: 10px;
  height: 60px;
  padding: 5px;
}
.send-row {
  overflow: hidden;
}
.chat-widget .btn-default {
  margin-top: 10px;
  float: left;
}
.chat-widget .online {
  float: right;
  margin-top: 15px;
}
.chat-widget .online img {
  float: left;
  margin-top: 8px;
  margin-right: 5px;
}


