﻿
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url('https://fonts.googleapis.com/css?family=Tajawal:500,700&subset=arabic');

body {
	
    font-family: 'Tajawal', sans-serif;
    line-height: 30px;
}

#my_centered_buttons { display: flex; justify-content: center; }

.video-container {

position: relative;

padding-bottom: 56.25%;

padding-top: 0px;

height: 0;

overflow: hidden;

z-index:0;

}

.video-container iframe,  

.video-container object,

.video-container video,

.video-container embed {

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

}

.video-container .i3contenair{
width: 100%;
height: 100%;
background: rgba(207, 207, 207, 0.60);
/* margin: 30px 80px; */
position:absolute;
z-index:1;}
.video-container .i3contenair .ad_header{background:#999;padding:0;text-align:center;color:#fff;font-size:12px;font-weight:bold;width:auto; margin: 0 auto;}
.video-container .i3contenair .ad_content{width:300px;height:auto;text-align:center;background:#fff; margin: 0 auto;}
.video-container .ad_overlay{background:#ffffff; filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;width:500px;height:400px;position:absolute; margin: 0 auto;}


.panel > .panel-heading {
    background-image: none;
    background-color: #f17d00;
    color: #fff;

}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 600px;
    padding-bottom: 60px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0677C;
    text-transform: uppercase;
    color: #F0677C;
    font-size: 20px;
    margin-bottom: 40px;
}

.btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #fff;
text-align: center;
cursor:pointer;
background-color:#F0677C;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}

.matchTeam { 
    font-size: 20px;
	font-weight: bold;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #21528c;
	min-height: 60px;
}

.matchCompt { 

	font-size:11px;
	display; block;
	line-height: 0px;
	color: #7d7d7d;
	font-weight: bold;
}

.matchTime { 

	font-size:24px;
	font-weight: bold;
}

.cardMatch {
  overflow: hidden;
  background-color: #ffffff;
  display: block;
  position: relative;
}

.cardMatch:hover {
  background-color: #fff;
}

.cardMatch:hover .overlayMatch1 {
  opacity: 0.9;
  cursor: pointer;
  transition: .4s ease;
}

.overlayMatch1 {
display: flex;
    align-items: center;
    justify-content: center;
  position: absolute;
	color: #fff;
  font-size: 20px;
  font-weight: bold;
  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  opacity: 0;
  
  border-radius: 5px;

  background-color: #333;
  
    text-align: center;
  
    transition: .4s ease;

}

/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
    text-align: center;
	background: #333 url('wall.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.navbar-brand {
    width: 250px;
    padding-top: 30px;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #F0677C;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #C36464!important;
    }

    .user-settings-wrapper img {
        height: 64px;
        width: 64px;
        border: 1px solid #000000;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #3D3D3D;
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #C36464;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #F0677C!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #F0677C!important;
}

.navbar-inverse {
    background-color: #C36464;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #F0677C;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #f17d00;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #000;
    }

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}

.social_icon1{

    padding-top: 0px;

    float: left;

}

.social_icon1 .fa{

    width: 24px;

    height: 24px;

    line-height: 1.6;

    text-align: center;
	font-size: larger;

    margin-right: 5px;

    cursor: pointer;

    color: #fff;

}

.social_icon1 .fa:hover,.header-section .social_icon1 .fa:focus{

    color: #21528c;

}

@media only screen and (max-width: 768px) {
	
	.matchTeam { 
    font-size: 18px;
	font-weight: bold;
	min-height: 60px;
}
}
