﻿
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

#idtblphts tr td{
	border: 1px solid black;
	text-align:center;
	font-size:18px
	
}

.overr > * {
  position: absolute;
display: grid;
}

.areacs:hover{
	
	background-color: red;
	 display:none;
}


@media (min-width: 1599px){
  .container {
    width: 100%; /*1570px;*/
  }
}
.tableFixHead          { overflow-y: auto; /*height: 100px;*/ }
.tableFixHead thead th { position: sticky; top: 0; background: linear-gradient(#3f87a6, #3f87a6);font-size:13px;  color:white;  padding: 0px !important; text-align:center }
.tableFixHead tfoot th { position: sticky !important ; bottom: 0 !important ;background-color: #e6ced0;font-size:13px;    padding: 0px !important; text-align:center }
.tableFixHead tfoot td { position: sticky !important ; bottom: 0 !important ;background-color: #e6ced0;font-size:13px;    padding: 0px !important; text-align:center}
.tblinfo tr td {padding:0px !important;}
.menuscrol{
	overflow-y: auto;
	height: 250px;
}
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

/* =============================================================
   GENERAL STYLES
 ============================================================ */

.tablered th{
	background-color: green;
	color: white;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height:28px;
min-width: 1200px;
      /* min-height: 100vh;*/
    
  /*    background: url(../../a.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.set-radius-zero {
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
.content-wrapper {
	
    background-color: white;
   /* margin-top: 10px;*/
       min-width: 1200px;
    min-height:500px;
    /*padding-bottom:90px;*/
}
.header-line {
    font-weight:900;
    padding-bottom:25px;
    border-bottom:1px solid #eeeeee;
    text-transform:uppercase;
}
.pad-botm {
    padding-bottom:10px;
}

.rechtab td
{
	padding-left:15px;
	padding-right:15px;
	
}


/* =============================================================
   NAVBAR & MENU STYLES
 ============================================================ */
.displaynews
{
	
	
	
}
.rotateor {
  animation: rotationn 4s infinite ease-in-out;
  color: white; 
  background-color: #5bc0de; 
  border-color: #46b8da;
  text-align: center;
}
@keyframes rotationn {
  0% {
  transform: scale(1);
  }
  10% {
    transform: scale(1.02);
  }
    15% {
    transform: scale(0.95);
  }
   20% {
    transform: scale(1.05);
  }
    28% {
   transform: scale(1);
  }
    
  
  100% {
    transform: scale(1);
  }
}
.dailor {
  animation: dailonn 3s infinite ease-in-out;
}
@keyframes dailonn {
  0% {
  filter: grayscale(100%);
  }
  10% {
    transform:  opacity: 0.9;
  }
    15% {
    transform: scale(1);
  }
   20% {
    transform:opacity: 0.8;
  }
    50% {
  filter: grayscale(00%);
  }
    
  
  100% {
    filter: grayscale(100%);
  }
}


.right-div {
    float: right; 
    padding: 20px;
}
#menu-top a {
	font-size: 12px;
    color:#000;
    text-decoration:none;
    font-weight:500;
	padding: 6px 20px 6px 20px;
    /*padding: 25px 15px 25px 15px;*/
    text-transform:uppercase;

}
.menu-section {
    background-color: #f7f7f7;
    border-bottom:5px solid #246530;
	color: #f7f7f7;
    /*width:100%*/
}
.menu-top-active {
    background-color:#eeeeee;
}
.navbar-inverse {
background-color: #ffffff00;
border-color: rgba(155, 153, 153, 0.23);

}

.navbar {
    min-height: 120px;
    margin-bottom: 0px;
   
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:transparent;
}
.navbar-toggle {
background-color: black;
border: 1px solid black;
}

    /* =============================================================
   DASHBOARD STYLES
 ============================================================ */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 1% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}


.img-comments {
   border: 3px double #e1e1e1;
height: 60px;

}

.chat-widget-main {
    max-height:330px;
    overflow:auto;
}

.slide-bdr {
   border:2px solid #9997a0;
}
.chat-widget-left:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #F70E62;
    border-width: 15px;
    margin-left: -15px;
}

.chat-widget-left {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #F70E62;
    font-size:12px;
}
.chat-widget-right:after {
    top: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #5AA8CC;
    border-width: 15px;
    margin-left: -15px;
}

.chat-widget-right {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #5AA8CC;
    font-size:12px;
}

.chat-widget-name-left {
   color: #808080;
    margin-top: 30px;
    margin-left: 60px;
    text-align:left;
}

    .img-left-chat {
        border:3px double #e1e1e1;
        float:left;
        margin-right:30px;
    }
     .img-right-chat {
        border:3px double #e1e1e1;
        float:right;
        margin-left:30px;
    }
     .chat-widget-main img-right {
        border:3px double #e1e1e1;
        float:left;
    }
.chat-widget-name-left h4 {
    font-weight:normal;
    font-size:11px;
    
}
.chat-widget-name-left h5 {
    font-weight:normal;
    font-size:10px;
}
.chat-widget-name-right h4 {
    font-weight:normal;
    font-size:11px;
}
.chat-widget-name-right h5 {
    font-weight:normal;
    font-size:10px;
}
.chat-widget-name-right {
    color: #808080;
    margin-top: 40px;
    margin-right: 60px;
    text-align:right;
}

.recent-users-sec img {
    max-height:80px;
    margin:15px;
}

.back-widget-set {
    background-color:transparent;
	width:150px;
}

/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
.footer-section {
   /* padding:25px 50px 25px 50px;*/
    color:#000;
    font-size:13px;
      background-color: #f7f7f7;
      text-align:right;
       border-top:5px solid #d82234;

}

    .footer-section a, .footer-section a:hover {
        color:#000;
    }


.container {
	background-color: #ffffffe8;
	    width: 100%;
}
video { 
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
 -webkit-transition: 1s opacity; transition: 1s opacity; }