﻿/* English */
/*=============================================================
    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
   
    ========================================================  */

@font-face {
    font-family: myFirstFont;
    src: url(DroidKufi-Regular.ttf);
}

/* =============================================================
   GENERAL STYLES
 ============================================================ */

body {
    font-family: 'Open Sans', sans-serif; 
    
    line-height:28px;
    background-color: #eaeae0;
	  margin-top: 0px;
	   font-size:13px;
   
}
.set-radius-zero {
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

 .content-wrapper {
    margin-top:5px;
    min-height:600px;
    padding-bottom:20px;
    width:100%;
   
} 
.header-line {
    font-weight:700;
    padding-bottom:2px;
    border-bottom:1px solid #eeeeee;
    font-size:16px;
 /*   text-transform:uppercase;*/
}
.pad-botm {
    padding-bottom:5px;
}

.WAWYlabel {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 2.2px;
  font-weight: bold;
}

/* =============================================================
   NAVBAR & MENU STYLES
 ============================================================ */
.center-div {
    float:left ; 
    padding: 10px;
    font-size:20px;

    color:white;
    font-family:Arial Baltic
    font-weight:bolder;
}
.right-div {
    float: right; 
    padding: 10px;
    direction:ltr;
}
#menu-top a {
    color:#000;
    text-decoration:none;
    font-weight:300;
    padding: 10px 10px 10px 10px;
    text-transform:uppercase;

}
.menu-section {
    background-color: #f7f7f7; 
	border-bottom:2px solid #CCCCCC;
    width:100%;
    font-size:16px;
    font-weight:500;  
    
}
.menu-top-active {
    background-color:#eeeeee;
}





/**.navbar {
    min-height: 40px;
    margin-bottom: 0px;
   
} */

/*
.navbar{
background: rgb(255,255,255); 
background: -moz-linear-gradient(left,  rgb(255,255,255) 0%, rgb(255,255,255) 20%, rgb(125,185,232) 20%); 
background: -webkit-linear-gradient(left,  rgb(255,255,255) 0%,rgb(255,255,255) 20%,rgb(125,185,232) 20%);
background: linear-gradient(to right,  rgb(255,255,255) 0%,rgb(255,255,255) 20%,rgb(125,185,232) 20%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7db9e8',GradientType=1 ); 
min-height: 40px;
    margin-bottom: 0px; 
}

*/

.navbar{
background: rgb(255,255,255); 
background: -moz-linear-gradient(left,  rgb(255,255,255) 0%, rgb(255,255,255) 10%, rgb(125,185,232) 25%); 
background: -webkit-linear-gradient(left,  rgb(255,255,255) 0%,rgb(255,255,255) 10%,rgb(125,185,232) 25%);
background: linear-gradient(to right,  rgb(255,255,255) 0%,rgb(255,255,255) 10%,rgb(125,185,232) 25%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7db9e8',GradientType=1 ); 
min-height: 40px;
    margin-bottom: 0px; 
}

.navbar-inverse {
background-color: #FFF;
border-color: rgba(155, 153, 153, 0.23);

}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:transparent;
    
}
.navbar-toggle {
background-color: black;
border: 1px solid black;
}

    /* =============================================================
   DASHBOARD STYLES
 ============================================================ */

.img-comments {
   border: 3px double #e1e1e1;
height: 60px;

}

.chat-widget-main {
    max-height:330px;
    overflow:auto;
}

.slide-bdr {
   border:5px solid #9170E4
}
.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;
}

/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
.footer-section {
    padding:10px 25px 10px 20px;
    color:white;
    font-size:13px;
      background-color: #70777a;
      text-align:center;
       border-top:3px solid #70777a;

}

    .footer-section a, .footer-section a:hover {
        color:white;
    }



/** Custmized Styles */


/** other theme */

Cal_Theme .ajax__calendar_container
{
background-color: #EDCF81; border:solid 1px #cccccc;
}

.Cal_Theme .ajax__calendar_header
{
background-color: lightblue; margin-bottom: 2px;
} 

.Cal_Theme .ajax__calendar_title,
.Cal_Theme .ajax__calendar_next,
.Cal_Theme .ajax__calendar_prev
{
color: #004080; padding-top: 3px;
}

.Cal_Theme .ajax__calendar_body
{
background-color: #FFFFEA; border: solid 4px #cccccc;
}

.Cal_Theme .ajax__calendar_dayname
{
text-align:center; font-weight:bold; margin-bottom: 2px; margin-top: 2px;
} 

.Cal_Theme .ajax__calendar_day
{
text-align:center;
width:20px;
height:20px;
}

.Cal_Theme .ajax__calendar_hover .ajax__calendar_day,
.Cal_Theme .ajax__calendar_hover .ajax__calendar_month,
.Cal_Theme .ajax__calendar_hover .ajax__calendar_year,
.Cal_Theme .ajax__calendar_active
{
color: #FFFFFF; font-weight:bold; background-color: #4A89B9;
}

.Cal_Theme .ajax__calendar_today
{
font-weight:bold;
}

.Cal_Theme .ajax__calendar_other,
.Cal_Theme .ajax__calendar_hover .ajax__calendar_today,
.Cal_Theme .ajax__calendar_hover .ajax__calendar_title
{
color: #000000;
}

/* end of Calendar Theme */

img.PopupImg {
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    border: none;
}


/** End of Calendar */



/** Textbox  style*/
 

  .txt { 
    border: 1px solid #c4c4c4; 
    height: 33px; 
    width: 80%; 
    font-size: 12px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.txt:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 

/** end of teext style*/

/** Dropdownlist1 */

.selectbox
{
       width: 80%; 
     border: 1px solid #c4c4c4; 
    height: 30px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;  
} 


.selectbox :focus
{
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}


/** Ajax Tab control */


/*Header*/

.ajax__calendar .ajax__calendar_today .ajax__calendar_day
        {
            border-color: #0066cc;
            background-color: #0099ee;
            color: #fff;
            font-weight: bold;
        }
   

/** end of Tab Controls */
.RadComboBoxDropDown label
{
display: inline !important;
}
.rddtPopup {
    direction: ltr !important;
    text-align: left !important;
}

.rddtFilterInput, .rddtFakeInput {
    text-align: left !important;
}​      
 
 /** style for Header*/
 
 .subheader
 {
 	background-color:Blue;
 	color:Red;


 }
 
 .h4
 {
 	font-weight:bolder;
 }


/** Dash board */


  
.main-box {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    border-radius: 3px;
    background-clip: padding-box;
}

.main-box h2 {
    font-size: 1.3em;
    line-height: 29px;
    margin: 0;
    padding: 0;
}

.main-box .main-box-header {
    min-height: 50px;
    padding: 10px 20px;
}
.main-box .main-box-header.with-border {
    border-bottom: 1px solid #ecf0f1;
}
.main-box .main-box-body {
    padding: 0 20px 20px 20px;
}

.infographic-box {
    padding: 20px;
}
.infographic-box i {
    font-size: 2.4em;
    display: block;
    float: left;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
}
.infographic-box .headline {
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    text-align: right;
}
.infographic-box .value {
    font-size: 1.6em;
    font-weight: 600;
    margin-top: -5px;
    display: block;
    text-align: right;
}
.infographic-box.merged {
    border-top: 2px solid #e7ebee;
    border-right: 2px solid #e7ebee;
    width: 50%;
}

@media (max-width: 767px) {
    .infographic-box.merged {
        width: 100%;
        border-right: none;
    }
}
.infographic-box.merged .headline {
    text-align: left;
    font-size: 0.8em;
    margin-top: -2px;
    text-transform: uppercase;
    font-weight: 600;
}
.infographic-box.merged .value {
    text-align: left;
    font-size: 1.8em;
    font-weight: 400;
    margin-top: 2px;
}
.infographic-box.merged.merged-top {
    border-top: none;
}
.infographic-box.merged.merged-right {
    border-right: none;
}
@media (max-width: 767px) {
    .infographic-box.merged.merged-top.merged-right {
        border-top: 1px solid #e7ebee;
    }
}
.infographic-box.colored {
    color: #fff;
    border: 0!important;
}
.infographic-box.colored i {
    font-size: 4.6em;
    margin-left: 7px;
    color: #fff;
}
.infographic-box.colored .headline {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 4px;
}

.emerald-bg {
     background-color: #03a9f4!important; 
}
.red-bg {
    background-color: #e84e40!important;
}
.yellow-bg {
    background-color: #ffc107!important;
}
.green-bg {
    background-color: #8bc34a!important;
}
.purple-bg {
    background-color: #9c27b0!important;
}
.gray-bg {
    background-color: #90a4ae!important;
}
.white-bg {
    background-color: #ffffff!important;
}
.emerald {
    color: #03a9f4!important;
}
.red {
    color: #e84e40!important;
}
.yellow {
    color: #ffc107!important;
}
.green {
    color: #8bc34a!important;
}
.purple {
    color: #9c27b0!important;
}
.gray {
    color: #90a4ae!important;
}
.status-green {
    color: #005826;
}
.status-red {
    color: #9e0b0f;
}

/* end of Dashboard*/

/* Subheader Background color */
.headerbg
{
	background-color:#7EC9F1;
	padding:1;
}
.formbg
{
	background-color:white;
	padding:1;
}
.subheaderbg
{
	background-color:#cce6ff;
	padding:1;
}

.gridheaderbg
{
	background-color:#e3e3e3;
	padding:1;
}

.panel-default >.panel-heading
{
    background:#7EC9F1;
}

.mymenu
{
     /** background-color: #8BCB35;
  background-color: #F1A67E; */
  
   padding:3;
   font-weight:bold;
   font-size:17px;
}

.topheader
{

  background-color:#0099CC;

   padding:1;
}

/* ==============
    Preloader CSS 
==================================== */
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
}
.loader {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
.spinner {
	width: 60px;
	height: 60px;
	position: relative;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #31DEE4;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
    0%, 100% { 
        -webkit-transform: scale(0.0) 
    }
    50% { 
        -webkit-transform: scale(1.0) 
    }
}
@keyframes sk-bounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* ==============
    End Preloader CSS 
==================================== */


/* ==============
    Navbar CSS 
==================================== */


/* end of new menu bar */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;

}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


