
/*
 * Main Stylesheet  
 * Author: Olive Ent.(IN)
   Theme:Tamla Admin Responsive admin template.
 * 
 */
 
/* Google Fonts Import URL  */
 
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Play);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);

/* CSS IMPORT */
@import url("font-awesome.min.css");        /*Font Awesome 4.1.0 */
@import url("weather-icon.css");        	/*Weather icon */
@import url("bootstrap.css");               /*Bootstrap v3.0.3 */
@import url("jquery-ui-1.10.3.custom.css"); /*Jquery UI CSS */
@import url("prettyPhoto.css");				/*Prettyphoto CSS */
@import url("simpletextrotator.css");		/*Text rotetor CSS */
@import url("page/index.css"); 				/*Index Page CSS */
@import url("page/button.css"); 			/*Button Page CSS */
@import url("page/icon.css"); 				/*Icon Page CSS */
@import url("page/widget.css");			    /*Widget Page CSS */
@import url("page/typography.css");			/*typography Page CSS */
@import url("page/grid.css");			    /*Grid Page CSS */
@import url("page/tiles.css");			    /*Tiles Page CSS */
@import url("page/nestable.css");			/*Nestable Page CSS */
@import url("page/wizard.css");			    /*wizard Page CSS */
@import url("page/responsive_table.css");	/*Responsive Table Page CSS */
@import url("page/profile.css");			/*Profile Page CSS */
@import url("page/lock-screen.css");        /*lock screen  Page CSS */
@import url("page/login.css");			    /*login  Page CSS */
@import url("page/invoice.css");			/*invoice  Page CSS */
@import url("page/pricing.css");			/*pricing  Page CSS */
@import url("page/gallery.css");			/*gallery  Page CSS */
@import url("page/search.css");				/*search  Page CSS */
@import url("page/mail.css");				/*mail  Page CSS */

 
/*****Basic  (HTML & Body)*****/
body {
  background-color: #ecf0f1;
  color: #767676;
  font-family:'Open Sans', sans-serif;
  overflow-x: hidden !important;
}
body,
html {
  margin: 0;
  padding: 0;
  font-size: 14px !important;
  
}
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #7b8b9d;
  margin-top: 10px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {
  color: #333333;
}
a:hover,
a:focus {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#map-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
/***** Container Setup *****/
.container-liquid {
  margin: 0 auto;
  padding: 0 15px;
}
.content-liquid-full .container {
  width: 100% !important;
  padding: 0px;
}
.content-liquid-full .container > div {
  padding: 0;
}
.content-liquid-full {
  margin: 0 auto 0 250px;
  padding: 0px 15px;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}

.content-liquid-full.right-sidebar {

}
.content-liquid {
  height: 100%;
}
.space {
  height: 40px;
  display: block;
}

/***** Colors *****/
.green {
  color: #0fddaa !important;
}
.orange {
  color: #e54d26 !important;
}
.blue {
  color: #0099ff !important;
}
.rose {
  color: #e80d53 !important;
}
.success-text{
	color:#82b33a;
}
.info-text{
	color:#3ca0cb;
}
.primary-text{
	color:#2b74b2;
}
.lovender-text{
	color:#6a5fb1;
}
.warning-text{
	color:#cca632;
}
.danger-text {
    color: #D15B3D;
}
.bg-danger {
    background-color: #FF7857 !important;
    color: #FFF !important;
}
.bg-success {
    background-color: #A3C86D !important;
    color: #FFF !important;
}
.bg-lovender {
    background-color: #8075C4 !important;
	 color: #FFF !important;
}
.bg-inverse {
    background-color: #2A3542 !important;
	color: #FFF !important;
}
.bg-important {
    background-color: #FF6C60 !important;
}
.bg-primary {
    background-color: #81DAF6 !important;
    color: #FFF !important;
}
.bg-success {
    background-color: #A3C86D !important;
    color: #FFF !important;
}
.bg-info {
    background-color: #7ACBEE !important;
    color: #FFF !important;
}
.bg-fb {
    background-color:#45619D !important;
    color: #FFF !important;
}
.bg-green {
    background: #00ACAC !important;
    color: #FFF;
}
.bg-red {
    background-color: #F56954 !important;
	color: #FFF;
}
.bg-aqua {
    background-color: #00C0EF !important;
	color: #FFF;
}
.bg-yellow {
    background-color: #F39C12 !important;
	color: #FFF;
}
.bg-navy {
    background-color: #001F3F !important;
	color: #FFF;
}
/* Text colors */
.text-red {
  color: #f56954 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #932ab6 !important;
}
.text-maroon {
  color: #85144b !important;
}
.text-fb {
    color: #45619D !important;
}
.success-text{
	color:#82b33a;
}
.info-text{
	color:#3ca0cb;
}
.primary-text{
	color:#2b74b2;
}
.lovender-text{
	color:#6a5fb1;
}
.warning-text{
	color:#cca632;
}
.danger-text{
	color:#d15b3d;
}
.bg-twitter {
    background-color: #7ACBEE !important;
    color: #FFF !important;
}
.text-twitter {
    color: #7ACBEE !important;
}
.bg-dribble {
    background-color: #E04C86 !important;
    color: #FFF !important;
}
.text-dribble {
    color: #E04C86 !important;
}
.bg-tumbler {
    background-color: #2C4762 !important;
    color: #FFF !important;
}
.text-tumbler {
    color: #2C4762 !important;
}

.bg-muted {
    background-color: #F9F9F9 !important;
}
.bg-inverse {
    background-color: #2A3542 !important;
    color: #FFF !important;
}
.bg-warning {
    background-color: #FDD761 !important;
    color: #FFF !important;
}
.bg-info li a { color:#fff;}
.bg-success li a { color:#fff;}
.bg-primary li a { color:#fff;}
.bg-inverse li a { color:#fff;}
.bg-warning li a { color:#fff;}
.bg-lovender li a { color:#fff;}
.bg-danger li a { color:#fff;}
/*****FULL ****/
body.full .content-liquid-full {
  margin: 0 auto 0 0;
  padding: 0px 15px;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}
body.full .sidebar{
	width:0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;

}
body.full .sidebar-profile{
	opacity:0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition:opacity 0.4s;
       -moz-transition:opacity 0.4s;
         -o-transition:opacity 0.4s;
            transition:opacity 0.4s;
}
body.full .logo-container h1{
   font-size:0px;
	
}
body.full .sidebar .menu > li.active {
  border-left: none !important;
}

/***** Header *****/
header {
  width: 100%;
}
header.fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
}
header .header-bar {
  background-color: #2F3949;
}
.left-side {
  padding: 20px 0px;
  width: 250px;
  float: left;
}
/***** Logo Container *****/
.logo-container {
  max-height: 55px;
  padding-left: 30px;
  line-height: 65px;
  background-color: #5CCDDE;
}
.logo-container h1 {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 33px;
  color: #fff;
  font-size:25px;
  font-family: 'Armata', sans-serif;
  font-weight: 600;
  display: inline-block;
	-webkit-transition:font-size 0.4s;
       -moz-transition:font-size 0.4s;
         -o-transition:font-size 0.4s;
            transition:font-size 0.4s;
}
.logo-container h4 {
  display: inline-block;
  color: #38b8dc;
  font-size: 12px;
  padding-left: 10px;
  margin: 0;
}
.header-bar {
  background-color: #5CCDDE;
  margin: 0px -15px 0px -15px;
  /*margin: 0px -15px 20px -15px;*/
  min-height: 45px;
  padding-top: 10px !important;
}
/***** Header Bar - Left Icons *****/
ul.left-icons,
ul.right-icons {
  margin: 0;
  padding: 0;
  height: 45px;
}
ul.left-icons {
  vertical-align: top;
  float: left;
}
ul.left-icons:after,
ul.right-icons:after {
  content: '';
  display: block;
  clear: both;
}
ul.left-icons li {
  display: inline-block;
  vertical-align: middle;
  line-height: 45px;
}
ul.left-icons li a {
  padding: 0px 1.3em;
  display: block;
}
ul.left-icons li i {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.collapse-sidebar{
line-height: 55px;
text-align: center;
color: #454E59;
position: relative;
min-width: 50px;
color:#fff !important;
top:-10px;
left: -15px;
height:55px;
}
.collapse-sidebar:hover{
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.15);
color:#fff !important;
}
/***** Header Bar - Right Icons *****/
ul.right-icons {
  display: inline-block;
  float: right;
  text-align: right;
  vertical-align: top;
}
ul.right-icons > li.r-s {
  padding-right: 0px;
  display: inline-block;
  vertical-align: middle;
  line-height: 45px;
  margin-left: 10px;
  position: relative;
}
ul.right-icons li a {
  position: relative;
}
ul.right-icons > li > a > i {
  vertical-align: top;
  line-height: 32px;
  color: #ffffff;
}
ul.right-icons > li > a {
  vertical-align: middle;
  background-color: #f9f9f9;
  border: 1px solid transparent;
  border-radius: 3px;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-left: 10px;
  margin-top: 5px;
}

ul.right-icons .notify {
position: absolute;
top: -9px;
right: -12px;
border-radius: 50%;
overflow: hidden;
background-color: #F86868;
width: 20px;
height: 20px;
color: #FFF;
line-height: 19px;
text-align: center;
font-size: 12px !important;
}
ul.right-icons .user {
  background-color: #1abc9c;
}
ul.right-icons .email {
  background-color: #42b3e5;
}
ul.right-icons .info {
  background-color: #a78ed7;
}
ul.right-icons .settings {
  background-color: #343f51;
}
ul.right-icons .lock {
  background-color: #49617b;
}
ul.right-icons li:last-child {
  border-right: 0px solid #2c3e50;
}


.right-icons .user-name {
  color: #F86868;
}
.right-icons .user-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.right-icons .user-avatar img {
  vertical-align: top;
}
ul.right-icons > li > a {
  padding: 0px 0px;
  display: block;
}
ul.right-icons > li > a i {
  font-size: 16px;
  color: #fff
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
ul.right-icons > li > a.user-avatar {
  padding: 0px 0px;
  margin-right: 20px;
  display: inline-block;
}
ul.right-icons li > ul.dropdown {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 3px;
  display: none;
  left: -50%;
  top: 42px;
  margin-left: -13px;
  position: absolute;
  min-width: 120px;
  line-height: normal;
}
ul.right-icons li > ul.dropdown.big {
  margin-left: -73px;
}
ul.right-icons li > ul.dropdown:after,
ul.right-icons li > ul.dropdown:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
ul.right-icons li > ul.dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
ul.right-icons li > ul.dropdown:before {
  border-color: rgba(218, 218, 218, 0);
  border-bottom-color: #DADADA;
  border-width: 11px;
  margin-left: -11px;
}
ul.right-icons li:hover > ul.dropdown {
  display: inline-block;
  z-index: 99999;
  padding: 7px 0px;
}
ul.right-icons li > ul.dropdown li {
  padding: 7px 0px;
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
}
ul.right-icons li > ul.dropdown li a {
  white-space: nowrap;
  color: #49617b;
}
ul.right-icons li > ul.dropdown li a i {
  padding-right: 8px;
  font-size: 15px;
  color: #7b8b9d;
}
ul.right-icons li > ul.dropdown li a:hover i,
ul.right-icons li > ul.dropdown li a:hover {
  color: #45aab3 !important;
}

ul.right-icons li > ul.dropdown li span.description {
  display: block;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  padding-left: 22px;
  color: #95a6b9;
}
ul.right-icons li > ul.dropdown li:hover a i {
  color: #7B8B9D;
}
.breadcrumbs {
    background-color: #FFF;
    border-bottom: 1px solid #E8E8E8;
    padding-left: 10px;
    font-size: 12px;
	padding: 8px 15px;
}
.bread {
    margin-bottom: 10px;
    border-radius: 4px;
}
.breadcrumbs > .active {
    color: #777;
}
.breadcrumbs > li {
    display: inline-block;
}
.breadcrumbs a {
    color: #999;
}
.breadcrumbs > li + li:before {
    padding: 0px 5px;
    color: #CCC;
    content: "/ ";
}
.m-b20 {
    margin-bottom: 15px;
}

/***** Content *****/
.content {
  height: 100%;
  width: 100%;
  position: relative;
}
.content.header-fixed {
  margin-top: 73px;
}
.content .container-liquid {
  height: 100%;
}
.content .container-liquid .row {
  height: 100%;
}
/***** Sidebar *****/

.sidebar {
  background-color: #2c3e50;
  height: 100%;
  min-height: 600px;
  padding: 0px !important;
  width: 250px;
  position: absolute;
   -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}
.sidebar .responsive-menu {
  display: none;
  font-size: 26px;
}
/***** Sidebar - Profile *****/
.sidebar-profile {
  padding: 25px 0px;
  text-align: center;
  border-bottom: 1px solid #252f40;
  opacity:1;
    -webkit-transition:opacity 0.4s;
       -moz-transition:opacity 0.4s;
         -o-transition:opacity 0.4s;
            transition:opacity 0.4s;
}
.sidebar-profile .user-avatar {
  display: inline-block;
  border-radius: 2px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 2px #fff solid;
}
.sidebar-profile .user-avatar img {
  max-width: 150%;
  width: auto;
  height: 100%;
  min-height: 100%;
}
.sidebar-profile .user-infos a {
  color: #7b8b9d;
font-size: 13px !important;
font-weight: bold;
}

/***** Sidebar Main Menu *****/
.sidebar .menu {
  border-top: 1px solid #404c60;
  margin: 0;
  padding: 0 0px !important;
  list-style: none;
  background-color: #343f51;
}
.sidebar .menu li {
  padding: 0px 0px;
  background-color: #2c3e50;
}
.sidebar .menu > li.active {
  background-color: #2f3949;
}
.sidebar .menu li i {
  padding-right: 10px;
  font-size: 16px;
}
.sidebar .menu li a {
  display: block;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  color: #8e99a2;
  height: 45px;
  overflow: hidden;
  position: relative;
}
.sidebar .menu li a:hover {
  text-decoration: none;
  color: #ffffff;
}
.sidebar .menu li a:hover i {
  color: #ffffff;
}
.sidebar .menu > li.active > a,
.sidebar .menu > li.active i {
  color: #ffffff;
}
/***** Sidebar - Main Menu - Menu Text *****/
.sidebar .menu li .menu-text {
  display: inline-block;
  width: 140px;
  height: 45px;
  vertical-align: top;
  line-height: 48px;
}
/***** Sidebar - Main Menu - Parent Icons *****/
.sidebar .menu > li.active {
  border-left: 4px solid #2f3949;
}
.sidebar .menu li.active.lightgreen {
  border-left: 4px solid #45aab3;
}
.sidebar .menu li.active.lightred {
  border-left: 4px solid #d55152;
}
.sidebar .menu li.active.lightblue {
  border-left: 4px solid #6ed2dc;
}
.sidebar .menu li.active.blue {
  border-left: 4px solid #15a4fa;
}
.sidebar .menu li.active.green {
  border-left: 4px solid #7fbf33;
}
.sidebar .menu li.active.purple {
  border-left: 4px solid #7d6ccb;
}
.sidebar .menu li.active.orange {
  border-left: 4px solid #ff6600;
}
.sidebar .menu li.active.lightorange {
  border-left: 4px solid #ff9900;
}
.sidebar .menu li.active.lightyellow {
  border-left: 4px solid #ffff33;
}
.sidebar .menu li.active.pink {
  border-left: 4px solid #ff6699;
}
.sidebar .menu li.active.cream {
  border-left: 4px solid #ffcc99;
}
.sidebar .menu li.active.marine {
  border-left: 4px solid #17a697;
}
.sidebar .menu li.active.darkblue {
  border-left: 4px solid #3366cc;
}
.sidebar .menu li.lightgreen:hover {
  border-left: 4px solid #45aab3;
}
.sidebar .menu li.lightred:hover {
  border-left: 4px solid #d55152;
}
.sidebar .menu li.lightblue:hover {
  border-left: 4px solid #6ed2dc;
}
.sidebar .menu li.blue:hover {
  border-left: 4px solid #15a4fa;
}
.sidebar .menu li.green:hover {
  border-left: 4px solid #7fbf33;
}
.sidebar .menu li.purple:hover {
  border-left: 4px solid #7d6ccb;
}
.sidebar .menu li.orange:hover {
  border-left: 4px solid #ff6600;
}
.sidebar .menu li.lightorange:hover {
  border-left: 4px solid #ff9900;
}
.sidebar .menu li.lightyellow:hover {
  border-left: 4px solid #ffff33;
}
.sidebar .menu li.pink:hover {
  border-left: 4px solid #ff6699;
}
.sidebar .menu li.cream:hover {
  border-left: 4px solid #ffcc99;
}
.sidebar .menu li.marine:hover {
  border-left: 4px solid #17a697;
}
.sidebar .menu li.darkblue:hover {
  border-left: 4px solid #3366cc;
}



.sidebar .menu li a .menu-icon {
  background-color: #2c3e50;
  width: 29px;
  height: 45px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-left: 20px;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.sidebar .menu li a .menu-icon i {
  width: 30px;
  height: 45px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  padding-right: 0px;
  padding-top: 12px;
  color: #818b95;
  line-height: 25px;
}
.sidebar .menu li.active a .menu-icon {
  background-color: transparent;
  width: 29px;
  height: 45px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-left: 15px;
}
.sidebar .menu li.active a .menu-icon i {
  padding-right: 0px;
  padding-top: 12px;
  color: #ffffff;
}
.sidebar .menu li.active a:hover .menu-icon i {
  color: #818b95;
}
.sidebar .menu li.active a .menu-icon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: 0px 0 0 30px;
}
.sidebar .menu li .notification {
  color: #fff !important;
  background-color: #f86868;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  padding: 0px 0px;
  display: inline-block;
  text-align: center;
  margin-top: 13px;
  line-height: 24px;
  font-size: 11px;
}
.sidebar .menu li.parent .notification {
  float: none;
}
/***** Notifications *****/
.sidebar .menu li .notification.green {
  background-color: #109618;
}
.sidebar .menu li .notification.lightgreen {
  background-color: #45aab3;
}
.sidebar .menu li .notification.lightred {
  background-color: #cf3638;
}
.sidebar .menu li .notification.blue {
  background-color: #3366cc;
  color: #ffffff !important;
}
.sidebar .menu li .notification.lightblue {
  background-color: #15a4fa;
}
.sidebar .menu li .notification.orange {
  background-color: #e7a60b;
}
.sidebar .menu li .notification.lightyellow {
  background-color: #eaee77;
  color: #2f3949;
}
.sidebar .menu li .notification.purple {
  background-color: #734cbd;
  color: #ffffff;
}
.sidebar .menu li.notification.marine {
  background-color: #17a697;
  color: #ffffff;
}
.sidebar .menu li:hover .arrow:before {
  color: #818b95;
  
}

/***** Sidebar - Main Menu - Parent *****/
.sidebar .menu li.parent > a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #818b95;
  float: right;
  margin-right: 15px;
  margin-top: 12px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 16px;
}
.sidebar .menu li.parent.active > a:after,
.sidebar .menu li.parent > a.close-child:after {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #818b95;
  float: right;
  margin-right: 15px;
  margin-top: 12px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 16px;
}
.sidebar .menu li.parent.active ul.child {
  display: block;
}
/***** Sidebar - Main Menu - Child *****/
.sidebar .child {
  background-color: #d9e3e5;
  margin-left: 0px;
  padding-left: 0px;
  display: none;
}
.sidebar .child.open {
  display: block;
}
.sidebar .child li {
  background-color: #2f3949;
  border-bottom: 0px solid #b7c9cd;
  border-top: 1px solid #3e495a;
}
.sidebar .child li:last-child {
  border-bottom: 1px solid #3e495a;
}
.sidebar .child li a {
  color: #818b95;
  padding-left: 55px;
}
.sidebar .child li a:hover {
  background-color: #2b3545;
  color: #a0acbf;
}
.sidebar .child li a {
  vertical-align: top;
  display: inline-block;
  line-height: 38px;
  height: 38px;
  width: 100%;
}
/***** Sidebar - Main Menu - Child / Active *****/
.sidebar .child li.active {
  background-color: #2b3545;
}
.sidebar .child li.active a {
  color: #ffffff;
  background-color: #2b3545;
}
/***** Sidebar - Projects *****/
.sidebar .active-projects {
  background-color: #1f3141;
  padding: 20px 20px;
  margin: 25px 0px;
}
.sidebar .active-projects i {
  padding-right: 10px;
  font-size: 18px;
}
.sidebar .active-projects h3 {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.sidebar .active-projects .project-list {
  margin: 0;
  margin-left: 15px;
  padding: 0;
  list-style: none;
}
.sidebar .active-projects .project-list li {
  padding: 3px 0px;
  font-weight: bold;
}
.sidebar .active-projects .project-list li i {
  font-size: 12px;
}
.sidebar .active-projects .project-list li .update {
  display: block;
  padding-left: 23px;
  font-size: 12px;
  color: #f6f6f6;
  font-weight: normal;
  width: 100%;
}
.dropdown-user{
text-align: left;
}
/***DROPDOWN MENU***/
li.dropdown .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #eee;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
li.dropdown .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block !important;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
li.dropdown-extended .dropdown-menu:after {
    border-bottom-color: #EEE;
}
li.dropdown .dropdown-menu:before {
    top: -7px;
    right: 9px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;	
    position: absolute;
}
li.dropdown-extended .dropdown-menu {
    min-width: 160px;
    max-width: 300px;
    width: 233px;
    background-color: #FFF;
}
li.dropdown .dropdown-menu {
    margin-top: 3px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none outside none;
    text-shadow: none;
    padding: 0px;
    margin: 0px;
    background-color: #FFF;
    font-size: 14px;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    border: 1px solid #EFEFEF;
}
li.dropdown-extended .dropdown-menu > li p {
    padding: 10px;
    background-color: #EEE;
    margin: 0px;
    font-size: 10px !important;
    font-weight: 300;
    color: #444;
	text-align:center;
	line-height: 23px;
	font-weight: bold;
}
li.dropdown-extended .dropdown-menu > li .dropdown-menu-list {
    padding-right: 0px !important;
    padding-left: 0px;
    list-style: none outside none;
}
li.dropdown-extended .dropdown-menu > li a {
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    padding: 10px;
    background-color: #FFF;
    border-bottom: 1px solid #F4F4F4 !important;
    text-shadow: none;
    color: #666;
	text-align: left;
}
li.dropdown-notification .dropdown-menu .time {
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    font-style: italic;
    opacity: 0.8;
}
li.dropdown-inbox .dropdown-menu .photo {
  float: left;
  padding-right: 6px;
}
li.dropdown-inbox .dropdown-menu .photo img {
  height: 40px;
  width: 40px;
}
li.dropdown-inbox .dropdown-menu .subject {
  display: block;
}
li.dropdown-inbox .dropdown-menu .subject .from {
  font-size: 14px;
  font-weight: 400;
  color: #02689b;
}
li.dropdown-inbox .dropdown-menu .subject .time {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  position: relative;
  float: right;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
li.dropdown-inbox .dropdown-menu .message {
  display: block !important;
  font-size: 12px;
}
li.dropdown-extended .dropdown-menu > li a .label-icon {
    margin-right: 5px;
}
.label.label-icon {
    padding: 4px 0px 4px 4px;
    margin-right: 2px;
    text-align: center !important;
}
.label.label-sm {
    font-size: 12px;
    padding: 0px 4px 1px;
}
li.dropdown-extended .dropdown-menu > li a:hover {
    background-image: none;
    background-color: #F5F5F5;
    color: #000;
    filter: none;
}
 li > .dropdown-menu{
    right: 0px;
    left: auto;
}
li.external > a > i {
    margin-top: 3px;
    float: right;
}

 li.dropdown-inbox .dropdown-menu:before {
    margin-right: 140px;
}
li.dropdown-notification .dropdown-menu:before {	
    margin-right: 140px;
}
li.dropdown-tasks .dropdown-menu:before {	
    margin-right: 80px;
}
li.dropdown-user .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 300;
}
li.dropdown .dropdown-menu > li > a {
    color: #555;
}
li.dropdown-user .dropdown-menu > li > a i {
    width: 15px;
    display: inline-block;
    margin-right: 3px;
}
/****** Height Class********/
.h-250 {
    height: 250px;
}
.w-85{
width:85%;
}
.w-45{
width:45%;
}
.w-78{
width:78%;
}
.w-95{
width:95%;
}
.w-10{
width:10%;
}
.w-20{
width:20%;
}
.w-35{
width:35%;
}
.w-80{
width:80%;
}
.w-60{
width:60%;
}
.w-40{
width:40%;
}
.min-h-450{
min-height:488px;
}
.h-200{
max-height:200px;
}
.h-250{
height:265px;
}
.h-290{
height:290px;
}
.size-65{
width:65px;
height:65px;
}
.w-8{
width:8px;
}
.clk{
padding: 0; 
width: 162px;
}
.bg-i{
background-color: #3865a8;
}
.mb-20{
margin-bottom:20px;
}
.mb-10{
margin-bottom:10px;
}
.mt-25{
margin-top: 25px;
}
.mt-10{
margin-top: 10px;
}
.mr-5{
margin-right: 5px;
}
.w-50{
width:50%;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.size{
width: 100%; 
margin-bottom: 10px;
}
.ml-30{
margin-left: 30px;
}
.iu{
width: 200px; 
height: 150px;
}
.w-150{
width:150px;
}
/***** Content side *****/
.content-side {
  padding: 20px 25px;
}
.content-side h2 {
  font-weight: 200;
  margin-bottom: 25px;
}
/***** Content Side - Content Box ******/
.content-side .content-box {
  margin-bottom: 20px;
}
.content-side .content-box .inner {
  background-color: #f6f6f6;
  min-height: 100px;
  position: relative;
}
#chart {
  position: relative;
  display: inline-block;
}
/***** Box with Rounded Corners *****/
.boxed {
  margin-bottom: 15px;
}
.boxed .inner {
  padding: 12px 12px;
  background-color: #ffffff;
  border-radius: 3px;
}
.boxed .inner:after {
  content: '';
  clear: both;
  display: block;
}
.boxed .inner input {
  /*width: 100%;*/
}
.boxed .inner.no-radius {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.boxed .inner h2.divider,
.boxed .inner h3.divider {
  margin: 10px 0px;
}
.boxed.no-padding .inner {
  padding: 0px;
}
.boxed .title-bar {
  background-color: #fafafa;
  padding: 10px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  overflow: hidden;
  border-bottom: 1px solid #eff2f7;
}
.boxed .title-bar .close-box,.remove-box{
padding: 6px;
border-radius: 3px;
}
.boxed .title-bar.white {
  background-color: #3CC8AD;
}
.boxed .title-bar.white .close-box,.boxed .title-bar.white .remove-box{
    background-color: #30a58e;
}
.boxed .title-bar.gray {
  background-color: #a9aeae;
}
.boxed .title-bar.gray {
  background-color: #a9aeae;
}
.boxed .title-bar.gray .close-box,.boxed .title-bar.gray .remove-box{
    background-color: #e5e4e4;
}
.boxed .title-bar.info {
    background-color: #5DCFF3;
    border-color: #5DCFF3;
}
.boxed .title-bar.info h4 {
   color: #FFF !important;
}
.boxed .title-bar.info .actions li a i {
  color: #FFF !important;
}
.boxed .title-bar.info .close-box,.boxed .title-bar.info .remove-box{
    background-color: #40b9df;
}
.boxed .title-bar.success {
    background-color: #7DC63C;
    border-color: #73B836;
}
.boxed .title-bar.success h4 {
   color: #FFF !important;
}
.boxed .title-bar.success .actions li a i {
  color: #FFF !important;
}
.boxed .title-bar.success .close-box,.boxed .title-bar.success .remove-box{
    background-color: #65af24;
}
.boxed .title-bar.danger {
     background-color: #FB6B5B;
    border-color: #FB6B5B;
}
.boxed .title-bar.danger h4 {
   color: #FFF !important;
}
.boxed .title-bar.danger .actions li a i {
  color: #FFF !important;
}
.boxed .title-bar.danger .close-box,.boxed .title-bar.danger .remove-box{
    background-color: #e85c4c;
}
.boxed .title-bar.warning {
    background-color: #FCC44D;
    border-color: #FCC44D;
}
.boxed .title-bar.warning h4 {
   color: #FFF !important;
}
.boxed .title-bar.warning .actions li a i {
  color: #FFF !important;
}
.boxed .title-bar.warning .close-box,.boxed .title-bar.warning .remove-box{
    background-color: #e9b23d;
}
.boxed .title-bar.blue {
    background-color: #00AEEF;
    border-color: #00AEEF;
}
.boxed .title-bar.blue h4 {
   color: #FFF !important;
}
.boxed .title-bar.blue .actions li a i {
  color: #FFF !important;
}
.boxed .title-bar.blue .close-box,.boxed .title-bar.blue .remove-box{
    background-color: #0b99ce;
}
.boxed .title-bar.white h4 {
  color: #fff;
}
.boxed .title-bar.white .close-box,.boxed .title-bar.blue .remove-box{
    color: #fff !important;
}
.boxed .title-bar.white .actions li a i {
    color: #fff !important;
}
.boxed .title-bar h4 {
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-size: 13px;
  float: left;
  width: 70%;
  text-transform: uppercase;
  line-height: 20px;
}
.boxed .title-bar .actions {
  float: right;
  width: 25%;
  text-align: right;
  margin: 0;
  padding: 0;
}
.boxed .title-bar .actions li {
  display: inline-block;
  padding-right: 8px;
}
.boxed .title-bar .actions li a i {
  color: #a9abab;
}
.boxed .title-bar .actions li a {
  font-size: 14px;
}
.boxed .title-bar .actions:after {
  display: inline-block;
  content: '';
  clear: both;
}
/***** Box *****/
.box {
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 0px #dbdfe0;
  -moz-box-shadow: 0px 3px 0px #dbdfe0;
  box-shadow: 0px 3px 0px #dbdfe0;
}
.box .title-bar {
  background-color: #27a5f9;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.box .title-bar i {
  font-size: 12px;
  padding: 0px 15px;
}
.box .title-bar .close-box {
  display: inline-block;
  float: right;
  color: #5d4bb0;
}
.box .title-bar .close-box i {
  font-size: 20px;
  padding: 0px 5px;
  position: relative;
  top: -5px;
}
.title-bar .close-box a i {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.title-bar .close-box a:hover i {
  opacity: 0.3;
}
.box .title-bar .close-box:after {
  clear: both;
  display: block;
}
/***** Modals *****/
.modal-open {
  overflow: visible;
}
.modal-content {
  box-shadow: 0 3px 0 #DBDFE0;
  border: 0px;
}
/***** Notifications *****/
.notification {
  border-radius: 3px;
  border: 0px solid;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  color: #333333;
  padding: 20px 20px;
  margin-bottom: 10px;
}
.notification-success {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #3C763D;
}
.notification-warning {
  background-color: #FCF8E3;
  border-color: #FAEBCC;
  color: #8A6D3B;
}
.notification-error {
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  color: #A94442;
}
/********  TO TOP CSS  *********/


#totopscroller {
position: fixed;
right: 30px;
bottom: 30px;
width: 40px;
}
#totopscroller div {
width: 49px;
height: 43px;
position: relative;
}
#totopscroller .btn{
font-weight: bold !important;
font-size: 18px !important;
padding: 3px 12px !important;
}
.totopscroller-top:before {
font-family: FontAwesome;
content:"\f0aa";
    
}
.totopscroller-bottom:before {
font-family: FontAwesome;
content:"\f0ab";
}

/**** FOOTER ****/
.footer {
    border-top: 1px solid #D5DDDF;
    text-align: right;
    padding: 10px !important;
	background-color:#fff;
	
}

/*** RATINGS ***/
/* star rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

.rating span.star,
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.rating span.star:hover,
.rating span.star:hover {
    cursor: pointer;
}

.rating span.star:before,
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #BEC3C7;
}

.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #72d0eb;
}

/****** MAP *******/
.gmaps {
    height: 300px;
    width: 100%;
}
.vmaps {
    position: relative;
    overflow: hidden;
    height: 300px;
}
/***** Charts *****/
.chrt {
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0px auto;
}
.chrt2{
width: 100%;
height:400px; 
text-align: left;
}

/* jQuery UI Draggable Portlets */


.portlet-sortable-placeholder {
  border: 2px dashed #A9ABAB;
  background-color:#E5E4E4;
  margin-bottom: 25px;
}

.portlet-sortable-empty {
  height: 45px;
}
.portlet-sortable > .title-bar {
  cursor: move;
}

/****** CHAT ******/
.chatui.chatui-window.widget{
	position:fixed;
	bottom:0;
	width:250px;
	margin-bottom:0;
	z-index:1028;
	box-shadow:0 0 5px rgba(0,0,0,.2);
	right: 75px;
	margin-right: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.chat-blue {
    background-color: #5DCFF3 !important;
}
.wid-content{
	padding:10px;
}
.wid-content .pull-right {
    margin-left: 20px;
}
.text-w{
color:#fff;
}
#page-container.header-fixed-bottom .chatui.chatui-window{
	bottom:50px
}

.chatui .chatui-action-close,.chatui .chatui-action-open{
	display:none
}

.chatui.chatui-window .chatui-action-close,.chatui.chatui-window.chatui-window-close .chatui-action-open{
	display:inline
}

.chatui.chatui-window.chatui-window-close .chatui-action-close,.chatui.chatui-window.chatui-window-close .chatui-form,.chatui.chatui-window.chatui-window-close .chatui-talk{
	display:none
}

.chatui-talk{
	height:250px;
	overflow-y:auto
}

.chatui-talk ul{
	padding:0;
	margin:0;
	list-style:none
}

.chatui-talk li{
	padding:2px 0;
	margin-bottom:5px
}

.chatui-talk .chatui-talk-msg{
	min-height:40px;
	padding:10px 10px 10px 46px;
	background-color:#f6f6f6;
	border-radius:3px;
	position:relative;
	margin-right:15%
}

.chatui-talk .chatui-talk-msg.chatui-talk-msg-right{
	margin-left:15%;
	margin-right:0
}

.chatui-talk-msg .chatui-talk-msg-avatar{
	position:absolute;
	top:4px;
	left:4px;
	width:32px;
	height:32px;
	border-radius: 3px;
}

.chatui-form{
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #eee
}

.chatui-form .form-control,.chatui-form .form-control:focus{
	border-radius:0;
	border:none
}

/************* RESPONSIVE ************/
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) { }

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.chatui-window{display:none;}
		.left-icons{display:none;}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.chatui-window{display:none;}
		.left-icons{display:none;}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.chatui-window{display:none;}
		.left-icons{display:none;}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) { 
			.chatui-window{display:none;}
			.left-icons{display:none;}
	}

/***** 980px Width *****/
@media (max-width: 980px) {

  .sidebar {
    width: 100%;
    position: relative !important;
    min-height: 0px !important;
  }

  body.horizontal-menu .sidebar {
    min-height: 50px !important;
  }

  body.horizontal-menu .sidebar .responsive-menu a {
  }

  body.horizontal-menu .sidebar .menu {
    text-align: left;
  }

  body.horizontal-menu .sidebar .menu li {
    width: 100%;
  }

  body.horizontal-menu .sidebar .menu {
    border-top:0px;
  }

  body.horizontal-menu .sidebar li .child {
    position: relative;
    top:0;
    left:0;
  }

  body.horizontal-menu .sidebar li .child li {
    padding-left: 35px;
  }

  body.horizontal-menu .responsive-spacer {
    display: block;
    width:100%;
    height:50px;
    background-color: #FFFFFF;
  }

  .sidebar .responsive-menu {
    position: absolute;
    top: 8px;
    right: 11px;
    display: block;
	border-radius: 3px;
	background-color: #319FBD;
	border-color: #2085A0;
	color:#fff !important;
  }
.sidebar .responsive-menu a{
		background-color: #319FBD;
		border-color: #2085A0;
		color:#fff !important;
		padding-left:7px;
		padding-right:7px;
		border-radius:3px;
}
  .sidebar .logo-container {
    display: block;
  }

  .sidebar .sidebar-profile {
    display: none;
  }

  .sidebar ul.menu {
    display: none;
  }

  .content-liquid-full {
    width: 100%;
    margin-left: 0px !important;
  }

  ul.left-icons {
    float:none !important;
  }

  ul.right-icons .notify {

  }

}

/***** 768px Width *****/
@media (max-width: 768px) {

  .sidebar>a {
    display: block;
    width: 70%;
  }

  .sidebar .logo-container {
    border-bottom:0px;
  }

  .sidebar {
    background-color: #5CCDDE;
    border-bottom:1px solid #68c8e3;
  }
  .input-xsmall {	
  width: 100% !important;
}
.input-small {	
  width: 100% !important;
}
.input-medium {	
  width: 100% !important;
}
.input-large {	
  width: 100% !important;
}
.input-xlarge {	
  width: 100% !important;
}

}


/***** 360px Width *****/
@media (max-width: 360px) {

 li.dropdown-extended .dropdown-menu {
    width: 210px !important;
}
ul.right-icons > li > a {
margin-left: 5px;
}
ul.right-icons > li.r-s {
margin-left: 5px;
}
.boxed .title-bar .actions {
width: 28%;
}
  span.in-progress, span.shipped,
  span.delayed, span.on-hold {
    width: 15px;
    height: 15px;
    padding: 0px;
    border-radius:50% !important;
    font-size: 0px;
    vertical-align: middle;
  }
  .input-xsmall {	
  width: 100% !important;
}
.input-small {	
  width: 100% !important;
}
.input-medium {	
  width: 100% !important;
}
.input-large {	
  width: 100% !important;
}
.input-xlarge {	
  width: 100% !important;
}

}

@media (max-width: 1250px) {

  ul.left-icons {
    float:right !important;
  }

  ul.right-icons {
    width: 100%;
    float: none !important;
    text-align: right;
  }

}

@media (max-width: 1280px) {

  .profile .footer h4 {
    text-align: center;
  }

  .profile-socials {
    text-align: center !important;
  }

}


@media (min-width: 1250px) and (max-width: 1280px) {

  .sidebar ul.menu {
    display: block;
  }

}
.input-xsmall {	
  width: 80px ;
}
.input-small {	
  width: 120px ;
}
.input-medium {	
  width: 240px ;
}
.input-large {	
  width: 320px;
}
.input-xlarge {	
  width: 480px;
}
