body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif , microsoft yahei;
  background-color: #f7f7f7;
  position: relative;
  margin: 0px;
  font-size: 12px;
  padding: 0px;
}

.page-content > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 30px;
}

/* Footer */

footer{
	position:fixed;
	width:100%;
   background-color:#ececec;
   box-shadow:inset 0px 0px 3px #ccc;
   color:#888;
   font-size:14px;
   line-height:25px;
   padding:10px 0px 10px 0px;
   bottom: 0px;
}

footer a{
   color:#eee;
   text-decoration:none;
   border-bottom:1px dotted #888;
}

footer a:hover{
   color:#aaa;
   text-decoration:none;
   border:0px;
}

footer hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: #000 1px solid;
	border-bottom: #212121 1px solid;
}

footer .copy{
   font-size:13px;
   margin:15px 0px;
   padding-left:20px;
}
@media (max-width:414px){
	footer{position:relative;}
	footer .copy{margin:5px 0; line-height:20px; font-size:80%;}
}

/* Logo & Navigation */

.header{
   /*height:50px;
   background-color: #2c3742;*/
}

.header .logo h1{
   font-size:30px;
   margin:0px;
   padding:10px 0px;
}

.header .logo h1 a{
   color:#fff;
   font-family: 'Open Sans Condensed', sans-serif;
}

.header .logo h1 a:hover{
   color:#fff;
   text-decoration:none;
   border:0px;
}

.header .form{
   margin-top:10px;
   width:100%;
   max-width:300px;
   margin:10px auto;
}

.header .navbar *{
   box-shadow:none !important;
}

.header .navbar .label{
   font-size:12px;
   padding:4px 8px;
   margin:0px 2px;
   border-radius:15px !important;
}

.header .navbar{
   background:none !important;
   border:0px !important;
}

.header .navbar i{
   margin-right:3px;
}

.header .navbar .nav > li > a{
   color:#fff !important;
   font-size:13px !important;
   border-bottom:0px !important;
   margin-top:0px !important;
   font-weight:bold;
}

.nav {color:#fff;}

.header .navbar-nav>.open>a,.header  .navbar-nav>.open>a:hover,.header  .navbar-nav>.open>a:focus {
   background:none !important;
}

.header .navbar-collapse{
   border:0px !important;
}

.header .navbar-header{
   width:43px;
   margin:0 auto;
}

.header .navbar-header button{
   color:#fff !important;
   padding:5px 10px;
}

.header .navbar-toggle{
   background-color: #1dc1da !important;
   border:1px solid #0fa6bc !important;
}

.header .navbar-toggle:hover, .header .navbar-toggle:focus {
   background-color: #0fa6bc !important;
   border:1px solid #0fa6bc !important;
}

.header .dropdown-menu{
   border-radius:6px !important;
   background:#fff !important;
}

.header .dropdown-menu li{
   font-size:13px;
   padding:6px 15px;
   border-bottom:1px dashed #f3f3f3;
}

.header .dropdown-menu li a {
   color:#888;
   padding-left:0px !important;
}

.header .dropdown-menu li:last-child{
   border:0px;
}

.header .dropdown-menu li a:hover{
   background:none !important;
   color:#666 !important;
   border:0px !important;
}

.header .dropdown-big{
   min-width:300px;
}

.header .dropdown-big .dropdown-head{
   padding:7px 15px;
   background:#fcfcfc;
   border-bottom:1px solid #ddd;
   margin-top:-5px;
   border-top-left-radius:5px;
   border-top-right-radius:5px;
}

.header .dropdown-big .dropdown-title{
   font-size:13px;
   font-weight:bold;
   color:#999;
}

.header .dropdown-big .dropdown-body{
   background:#fff;
}

.header .dropdown-big .dropdown-foot{
   padding:7px 15px;
   background:#fcfcfc;
   border-top:1px solid #ddd;
   margin-bottom:-5px;
   border-bottom-left-radius:5px;
   border-bottom-right-radius:5px;
   font-size:12px;
}

.header .dropdown-big .dropdown-foot a{
   color:#888;
}

.header .dropdown-big .dropdown-foot a:hover{
   color:#555;
   border-bottom:0px;
}

.header .navbar-nav .caret{
   border-top-color:#fff !important;
   border-bottom-color:#fff !important;
}

.header .navbar-nav>.open>a .caret,.header  .navbar-nav>.open>a:hover .caret,.header  .navbar-nav>.open>a:focus .caret {
   border-top-color: #fff !important;
   border-bottom-color: #fff !important;
}

/* Sidebar navigation */
.sidebar {
	position:fixed;
    width: 15%;
	
}
.content_divbox{
	border-radius:10px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(222, 222, 222, 0.5);
	box-shadow: 0 4px 10px 0 rgba(222, 222, 222, 0.5);
}

.content-box, .content-box-large {
   margin-bottom:30px;
   background:#fff;
   border-radius:10px;
   padding:10px;
   /*border-left:1px solid #eee;
   border-top:1px solid #eee;
   border-right:2px solid #eee;*/
   border-bottom:2px solid #ddd; 
}

.content-box-large {
  padding: 20px;
}

.box-with-header {
  border-top: none;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}

.content-box-header {
min-height: 40px;
font-size: 16px;  
border-top-left-radius:5px;
border-top-right-radius:5px;
background:#48c190;
/* border-left:1px solid #eee;
border-top:1px solid #eee;
border-right:2px solid #eee;*/
padding:10px;
color: #FFFFFF;
border-color: #262D39;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-box-header a{
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
.content-box-header a:hover{
	color:#9c9c9c;
	text-decoration:none;
}

.content-box-header:after {
  clear:both;
}

.sidebar ul.nav, .sidebar ul.nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.sidebar ul.nav ul {
   margin:0px;
   padding:0px;
   display:none;
}

.sidebar .nav li.open ul{
   display:block;
}

.sidebar .nav > li {
	margin: 0;
   border-bottom:1px dashed #eee;
}

.sidebar .nav > li:last-child{
   border-bottom:0px;
}

.sidebar .nav > li li {
	margin: 0;
}

.sidebar .nav > li li a{
   padding-left:25px;
}

.sidebar .nav > li > a {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 15px;
	color: #000;
	display: block;
   font-weight:bold;
   background:none;
	text-decoration: none;
   border-top:0px;
   font-weight:bold;
}

.sidebar .nav > li > a > i{
   margin-right:5px;
}

.sidebar .nav > li > ul > li > a {
	font-size: 13px;
	line-height: 20px;
	padding: 8px 10px 8px 40px;
	color: #999;
   background:#fff;
	display: block;
	text-decoration: none;
   border-top:0px;
   font-weight:bold;
}

.sidebar .nav > li > ul > li.active > a{
   background:#fff;
   border-top:0px;
   color:#555;
}

.sidebar .nav > li > ul > li > a:hover{
   background:#fff;
   color:#555;
   border-bottom:0px;
}

.sidebar .nav li a:hover, .sidebar .nav li.current > a {
	background: #fff;
	color: #555;
   border-bottom:0px;
}

.sidebar .nav li.open > a {
   background:#fff;
   color: #555;
   border-bottom:1px dashed #eee;
}

.sidebar .nav a .caret {
	float: right;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
   margin-top: 8px;
	margin-left: 2px;
}

.sidebar .nav a:hover .caret {
	border-top-color: #aaa;
}

.sidebar .nav li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #aaa !important;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sidebar .nav li.open > a:hover > .caret {
	border-bottom-color: #aaa;
}

.login-bg {
  background:url(../images/slider-bg-03.jpg) no-repeat;
  background-size:cover;
  /*background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-color: #eff0f3;*/
  background-repeat: no-repeat;
  background-color:#000;
}

body {
  font-family:"Open Sans", sans-serif;
  /*background: url(../images/slider-bg-03.jpg) no-repeat;*/
  background-size: 100% auto;
  background-attachment: fixed;
  background-color:#f8f8f8;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family:"Open Sans", sans-serif;}
a{font-family:"Open Sans", sans-serif;}

/** Login & Signup **/

.login-wrapper {
  /*position: absolute;*/
  left: 0;
  right: 0;
  text-align: center;
}


.login-wrapper .box {
  margin: 0 auto;
  padding: 30px 0 30px;
  float: none;
  /*-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;*/
}
.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 0 auto;
}
.login-wrapper .box h6 {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 600;
}
.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
  font-size: 15px;
  height: 40px;
  margin-bottom: 10px;
  border-color: #222;
  background:#222;
  color:#efefef;
  padding-left: 12px;
  left:0;
}
.login-wrapper .box input[type="text"]:focus,
.login-wrapper .box input[type="password"]:focus {
  border: 1px solid #28a0e5;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -moz-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -ms-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -o-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  box-shadow: inset 0 1px 2px #dddddd, 0px 0 5px #28a0e5;
}
.login-wrapper .box input[type="password"] {
  margin-bottom: 10px;
}
.login-wrapper .box select.form-control{background:#222; border-color:#222; color:#999;}

.login-wrapper .box .action {
  position: relative;
  top: 30px;
  padding: 15px 0px;
}
.login-wrapper .box .signup {
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 25px;
  border-radius: 5px;
}
.login-wrapper .already {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}
.login-wrapper .already p {
  display: inline-block;
  color: #222;
}
.login-wrapper .already a {
  color: #222;
  margin-left: 7px;
  border-bottom: 1px solid;
}
.login-wrapper .already a:hover {
  text-decoration: none;
  color: #000;
  border-bottom-color: #000;
}


.login-wrapper .box .social{
  margin: 0 auto;
  width: 90%;
}
.login-wrapper .box .social a.face_login{
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#4566a9));
  background: -webkit-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#4566a9 100%); 
  background: linear-gradient(to bottom, #6887c4 0%,#4566a9 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#4566a9',GradientType=0 );
  border: 1px solid #3B4868;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 37px;
    overflow: hidden;
    width: 99%;

    text-decoration: none !important;
}
.login-wrapper .box .social a.face_login:hover {
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #5773AC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#5773AC));
  background: -webkit-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#5773AC 100%); 
  background: linear-gradient(to bottom, #6887c4 0%,#5773AC 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#5773AC',GradientType=0 );
}
.login-wrapper .box .social a.face_login span.face_icon{
  background-color: #39599F;
    border-radius: 3px 0 0 3px;
    float: left;
    height: 37px;
    text-align: center;
    width: 51px;
}
.login-wrapper .box .social a.face_login span.face_icon img{
  margin-top: 5px;
}
.login-wrapper .box .social a.face_login span.text{
  color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0 0 25px;
    text-shadow: 1px 1px 0 #39599F;
}
.login-wrapper .box .division{
  display: inline-block;
    margin: 17px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
}
.login-wrapper .box .division hr{
  border-color: #E2E2E4;
    border-width: 1px;
    margin: 0;
    position: absolute;
    width: 40%;
}
.login-wrapper .box .division hr.left{
  top: 13px;
}
.login-wrapper .box .division hr.right{
  bottom: 6px;
    right: 0;
}
.login-wrapper .box .division span{
  color: #666666;
  font-size: 18px;
}

.panel-heading>.panel-title, .content-box-header .panel-title {
    float: left;
    padding: 0px 15px;
	overflow: hidden;
    text-overflow: ellipsis;
}

.panel-heading>.panel-title>*, .content-box-header .panel-title>* {
    margin: 0;
}

.panel-heading>.panel-title>span, .content-box-header .panel-title>span {
    font-weight: normal;
}

.panel-heading>.panel-options, .content-box-header .panel-options {
    float: right;
    padding-right: 15px;
}

.panel-heading>.panel-options>a, .content-box-header .panel-options>a {
    margin-top: 10px;
}

.panel-title2 {
	text-align:center; margin:0;	
}

.panel-body {
  clear:both;
}

/* ---------------------------------------------------
    utilities STYLE
----------------------------------------------------- */

.padding-bottom-30{padding-bottom:30px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-30{margin-bottom:30px;}
.padding-horiz-10{padding-left:10px; padding-right:10px;}

/* ---------------------------------------------------
    LOGIN page
----------------------------------------------------- */
.logo img{max-width:100%;}
.langchoose{color:#555;}
.langchoose ul{margin:0; padding:0;}
.langchoose li{display:block; float:left; list-style:none;padding-right:5px;padding-left:10px;color:#555;font-size:14px;}
.langchoose li a{color:#555; text-decoration:none;}
input#_submit{width:100%; margin-top:10px; border-radius:8px; background:#4ebd90; transition:all ease .3s;}
input#_cancel{border-radius:8px; background:#4ebd90; transition:all ease .3s;}
input#_upload{border-radius:8px; background:#4ebd90; transition:all ease .3s;}
input#_upload:hover{background:#49ab83;}
input#_cancel:hover{background:#49ab83;}
input#_submit:hover{background:#49ab83;}
@media (max-width:414px){
	.langchoose li{width:100%; text-align:left; padding:0 0 5px;}
}
.btn-invoice {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

div.msg_info2{
	width:100%;
	margin:5px 0 10px 0;
}

div.msg_info2 div{
	border:1px solid #FFCC00;
	background-color:#FFFFCC;
	color:#000000;	
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:5px;
	padding-left:50px;
	background-image:url('../images/msg_info.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    padding:0; display:flex; align-items: stretch;
}
#content {
	width:100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}
.insiderLogo{float:left;}
.insiderLogo img{max-width:200px;}
.navbar-default{background:#2c3742;
border:none; border-top:none; border-right:none; border-left:none; border-bottom:none; border-radius:0;}
.greyNavB{background:none; border:none; padding-top:20px; margin-bottom:20px;}
.greyNavB ul.nav a{font-size:14px; font-weight:bold; }
.navbar-inverse .navbar-nav > li > a{color:#242f46;}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{background:none;}
.navbar-inverse .navbar-collapse{border-color:rgba(0, 0, 0, 0.075);}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background:rgba(0,0,0,.3);}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{border-color: #222;}
.navbar{min-height:0;}
.float-right{float:right;}
.collapseBtn{display:none;}
.page-title{margin-bottom:20px;}
.page-title h1{margin:10px; font-size:2em; font-weight:bold; color:#2b343e;}
.page-title h1 span.hometitle{font-size:14px;}
.panel-green{border-color:#5cb85c;}
.panel-yellow{border-color:#f0ad4e;}
.panel-red{border-color:#d9534f;}
.panel-green > .panel-heading{background:#5cb85c; color:#fff;}
.panel-yellow > .panel-heading{background:#f0ad4e; color:#fff;}
.panel-red > .panel-heading{background:#d9534f; color:#fff;}
span.pagenum{color:#000;}
span.jumpto_caption{color:#000;}
.prev_next{color:#000;}

/*.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}*/

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

#sidebarNav {
    min-width: 250px;
    max-width: 250px;
	background:#0e3c9c;
/*background: rgb(35,66,178);
background: -moz-linear-gradient(top, rgba(35,66,178,1) 0%, rgba(107,224,234,1) 100%);
background: -webkit-linear-gradient(top, rgba(35,66,178,1) 0%,rgba(107,224,234,1) 100%);
background: linear-gradient(to bottom, rgba(35,66,178,1) 0%,rgba(107,224,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2342b2', endColorstr='#6be0ea',GradientType=0 );*/
    color: #000;
    transition: all 0.3s;
}

#sidebarNav.active {
    margin-left: -250px;
}

#sidebarNav .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebarNav ul.components {
    padding: 20px 0;
}

#sidebarNav ul p {
    color: #5c5c5c;
    padding: 10px;
}

#sidebarNav ul li a {
    padding:15px 10px;
    font-size: 1.1em;
    display: block; color: #83aed4; border-bottom:1px solid #23527b;
}
#sidebarNav ul li a:hover {
    color: #7386D5;
    background: #0c2a69;
}

#sidebarNav ul li.active > a, a[aria-expanded="true"] {
    color: #5c5c5c;
    background: #efefef;
}
ul#homeSubmenu li a, ul#pageSubmenu li a, ul#pageSubmenu2 li a, ul#pageSubmenu3 li a, ul#pageSubmenu4 li a, ul#pageSubmenu5 li a, ul#pageSubmenu6 li a, ul#pageSubmenu7 li a{background:#0c2a69;border-bottom:1px solid #214186;}
.table>thead:first-child>tr:first-child>th{background:#fff;}
.table-striped{background:#fff;}
table#gtable{width:1000px;}

.panel-divbox{background:none; border:8px solid rgba(0, 0, 0, 0.33); margin-bottom:0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.col-divbox{/*background:url(../images/colBg.jpg);background-position:-30px 100px;*/ border:1px solid rgba(189, 189, 189, 0.15);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.col-divbox a{text-decoration:none;}
.col-divbox ul{margin:0;padding:0;}
.col-divbox li{display:block;float:left;list-style:none;}
.bluebgfooter{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b88d9+39,002868+100 */
background: rgb(43,136,217); /* Old browsers */
background: -moz-linear-gradient(top, rgba(43,136,217,1) 39%, rgba(0,40,104,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(43,136,217,1) 39%,rgba(0,40,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(43,136,217,1) 39%,rgba(0,40,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b88d9', endColorstr='#002868',GradientType=0 ); /* IE6-9 */
}
.greenbgfooter{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008a00+45,005405+100 */
background: rgb(0,138,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,138,0,1) 45%, rgba(0,84,5,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,138,0,1) 45%,rgba(0,84,5,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,138,0,1) 45%,rgba(0,84,5,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a00', endColorstr='#005405',GradientType=0 ); /* IE6-9 */
}
.orangebgfooter{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+35,e26c04+100 */
background: rgb(255,183,107); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 35%, rgba(226,108,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 35%,rgba(226,108,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 35%,rgba(226,108,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#e26c04',GradientType=0 ); /* IE6-9 */
}
.redbgfooter{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe9090+21,d13030+100 */
background: rgb(254,144,144); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,144,144,1) 21%, rgba(209,48,48,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(254,144,144,1) 21%,rgba(209,48,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(254,144,144,1) 21%,rgba(209,48,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9090', endColorstr='#d13030',GradientType=0 ); /* IE6-9 */}
.getTitleNow{margin:10px; font-size:2.2em; color:#fff; font-family:'Microsoft JhengHei'; font-weight:bolder; text-shadow:3px 3px 5px rgba(0,0,0,.5);}
.col-divbox .nowrap{overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.col-divbox span.glyphicon{color:#fff;margin-right:10px;}
.fa-4x{font-size:4em;}
.fa-5x{font-size:5em;}

/* Responsive CSS */

/* Mobile phones */

@media (max-width: 480px){
	.getTitle{font-size:1.0em;}
}

/* Tablets */
@media (max-width: 767px){
   .container{
      width:100%;
   
   }
   body {
	   background-size:auto !important;
   }
   
   
   .header{
      height:auto;
      padding:15px 0px;
   }  
   .header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   .header .navbar .nav > li > a:hover{
      background:#0fa6bc;
      border-radius:5px;
   }
   .navbar-toggle {
      margin-right:0px !important;
   }
   
   #sidebarNav {
        margin-left: -250px;
    }
    #sidebarNav.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
	#content{padding:0;}
	.collapseBtn{display:block; position:absolute; margin-top:2%;}
	.float-right{float:none;}
	.insiderLogo{padding-left:30%;}
	.getTitle{font-size:1.5em; padding:2%; margin:0px;}
	.getTitleNow{font-size:1.5em; padding:2%; margin:0px;}
	.nonpadding{padding:0px;}
	.paddingHoriz10{padding-left:10px; padding-right:10px;}
	.paddingHoriz5{padding-left:5px; padding-right:5px;}
	.fa-4x{font-size:100%;}
}

/* Desktop */

@media (max-width: 991px){
   .header{
      height:auto;
      padding:15px 0px;
   }  
   .header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   .header .form{
      margin:10px auto;
   }
   .sidebar, content-box{
      margin-bottom:30px;
      width:100%;
      float:none;
      position:relative;
   }  
   .mainy{
      margin-left: 0px;
   }
   .sidebar-dropdown{
      display:block;
      text-align:center;
      margin:0 auto;
      margin-bottom:10px;
      border-bottom:1px dashed #eee;
      padding-bottom:10px;
   }
   .sidebar-dropdown a, .sidebar-dropdown a:hover{
      color:#fff;
      background:#16cbe6;
      display:block;
      padding:6px 12px;
      border-bottom:0px;
      box-shadow:0px 0px 1px #0fa6bc;
      border-radius:10px;
   }  
   #gen_network{overflow:scroll;}
   table#gtable{width:800px;}
}
@media (max-width: 1024px){
	.getTitle{font-size:1.2em; margin:0px;}
	.getTitleNow{font-size:1.5em; margin:0px;}
	.fa-4x{font-size:2em;}
	.col-divbox{padding:10px 5px 10px 12px;}
	.col-divbox li{width:100%;float:none;text-align:center;}
	.col-divbox span.glyphicon{margin-right:0;}
}
@media (max-width: 414px){
	.getTitle{font-size:1.2em;}
	.getTitleNow{font-size:2em;}
	.greyNavB{margin-bottom:0; padding-top:0;}
	.insiderLogo h1{margin:2%;}
	.navbar-nav > li > a{padding-top:5px; padding-bottom:5px;}
	.navbar-inverse .navbar-nav > li > a{color:#fff;}
	.insiderLogo img{max-width:165px;}
}
@media (max-width: 320px){
	.getTitle{font-size:1.0em;}
	.getTitleNow{font-size:1.5em;}
	.fa-4x{font-size:1.5em;}
	.padding-horiz-10{padding:0;}
}

/**** client system css here ****/
.white_div{background:rgba(0,0,0,.6); margin:15% 0; border-radius:10px; box-shadow:0 3px 5px rgba(0,0,0,.5);}
.login_left_box{width:50%; float:left; padding:5% 0;}
.login_left_box .alert{position:relative;}
.login_left_box .alert span.close{position:absolute; right:10px; top:10px;}
.login_right_box{width:50%; float:left; min-height:400px; background:rgba(0,0,0,1); border-radius: 0 10px 10px 0}
.logo{padding:10px 0;}
.logo img{max-width:250px;}
.welcome_msg p{font-size:16px; color:#999;}
.welcome_msg h2{color:#dadada; letter-spacing:2px;}
.login_portal{margin:0px 0 20px; color:#fff; font-size:2em; font-weight:600; color:#ddd;}
.login_with_fb{font-size:14px; width:48.6%; background:#4267B2; border-radius:5px; margin:10px 5px 10px 0px; padding:10px; float:left; transition:all ease .3s;}
.login_with_fb:hover{background:#084779; margin:10px 5px 10px 0px; border-radius:10px;}
.login_with_fb a{color:#fff;}
.login_with_fb .fa{padding-right:5px; color:#fff;}
.login_with_fb a:hover{text-decoration:none;}
.login_with_google{font-size:14px; width:50%; background:#bd070f; border-radius:5px; margin:10px auto; padding:10px; float:left; transition:all ease .3s;}
.login_with_google:hover{background:#dc363d; margin:10px auto; border-radius:10px;}
.login_with_google a{color:#fff;}
.login_with_google .fa{padding-right:5px; color:#5d0005;}
.login_with_google a:hover{text-decoration:none;}
@media (max-width:414px){
	.login_left_box{padding:0;}
	.logo{padding:0;}
	.logo img{width:65%;}
	.white_div{border:none; margin:0 0; background:none;}
	.login_left_box, .login_right_box{width:100%;}
	.login_right_box{border-radius:0;}
	.login_with_fb{width:100%; margin:5px 0; padding:10px; text-align:left;}
	.login_with_google{width:100%; margin:5px 0; padding:10px; text-align:left;}
}
/*-----------------------------------------------------------------------------------*/
/* Utility Classes */
/*-----------------------------------------------------------------------------------*/
.color-green{color:#00b249;}

.select_plan{margin:0; padding:0;}
.select_plan ul{margin:0; padding:0;}
.select_plan li{display:block; list-style:none; margin-bottom:5px; border:1px solid #222; border-radius:5px; padding:10px; position:relative; transition:all ease .3s;}
.select_plan li:hover{background:#1b1b1b;}
.select_plan li input{position:absolute; left:20px; opacity:0;}
.plan{color:#ddd;text-align:center;}
.plan_title{font-weight:bold;}
.plan_des{font-style:italic;}
.plan_price b{padding:0 5px; color:#d00; font-size:16px;}

.planSelect{color:#000;text-align:center;}
.planSelect_img{}
.planSelect_title{font-weight:bold;}
.planSelect_des{font-style:italic;}
.planSelect_price b{padding:0 5px; color:#d00; font-size:16px;}
.click_select_plan{border:1px solid #ddd; border-radius:30px; max-width:125px; padding:5px 20px; margin:10px auto 30px; transition:background ease .3s;}
.click_select_plan:hover{background:#f7f7f7;}
.click_select_plan input{margin:4px 5px;}

/***package item select***/
.pricing_item{margin:0; padding:0 0 15px 0;}
.pricing_item ul{margin:0; padding:0;}
.pricing_item li{display:block; float:left; width:24.55%; list-style:none; padding:0 15px; margin-right:5px; position:relative; z-index:0; text-align:center;}
.pricing_item li:before{
	content: " ";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
	border:1px solid #ededed;
	z-index:-1;
	background:#fff;
	transition:background ease .3s;
	}
.pricing_item li:hover:before{background:#efefef;}
.item_title{width:85px; height:85px; border-radius:50%; background:#48c08f; color:#fff; margin:0 auto 15px;display:table;}
.item_name{font-size:14px; font-weight:bold; padding:10px 0;}
.item_dec{font-size:12px; line-height:2;}
.item_price{line-height:2;}
.item_price strike{padding-right:5px;}
.title_child{display:table-cell; vertical-align:middle; font-size:1.5em;}
@media (max-width:414px){
	.pricing_item li{width:100%;}
}

.payment_method{margin:0; padding:0;}
.payment_method ul{margin:0; padding:0;}
.payment_method li{display:block; float:left; padding:10px; list-style:none; transition:all ease .3s; width:20%;}
.payment_method li:hover{background:#f8f8f8;}
.payment_method li img{display:block; margin:auto; width:45px; height:45px;}
.ebanking_name{font-size:1em; margin:5px 0; color:#000; text-align:center;}
@media(max-width:414px){
	.payment_method li{width:100%;}
}
.our_service{margin:0 0 15px 0; padding:0;}
.our_service ul{margin:0; padding:0;}
.our_service li{display:block; list-style:none; float:left; padding:0px; margin-right:5px; width:24.55%; border-radius:15px; background:#41c18d;
-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.service_info{padding:0px 0; flex-direction:row; display:flex;}
.service_info_left{background:#2b343e; padding:15px; border-radius:10px 0 0 10px;}
.service_info_left img{width:65px; height:65px;}
.service_info_right{padding:15px 20px 10px;}
.service_info_right h2{font-size:2.5em; margin:5px 0 5px; color:#fff;}
.service_info_right h3{font-size:1.5em; margin:5px 0 5px; color:#fff;}
.service_info_right a{color:#fff;}
.service_info_right a:hover{text-decoration:none;}
.btn_viewmore{padding:5px 10px; margin:5px 0; border-radius:8px; display:inline-block; background:#efefef; transition:background ease .3s; box-shadow:1px 1px 5px rgba(0,0,0,.3);}
.btn_viewmore:hover{background:#ddd;}
.btn_viewmore a{color:#222; text-decoration:none;}
@media (max-width:1360px){
	.our_service li{width:46.66%; margin-bottom:5px;}
}
@media (max-width:414px){
	.our_service li{width:100%;}
	.service_info_left img{width:35px; height:35px;}
	.service_info_right h2{font-size:1.25em; margin:0 0 5px 0;}
	.btn_viewmore{padding:0px; margin:0; background:none; box-shadow:none;}
}
.invoice_detail{font-size:14px;}
.invoice_table{border:none; width:100%; table-layout:fixed;}
.invoice_table thead tr {background:#fbf8f1; border-bottom:1px solid #e8e1d1;}
.invoice_table thead tr td{padding:5px 10px; font-weight:bold;}
.invoice_table tbody tr td{padding:10px 0px; word-break:break-all; vertical-align:top;}
.payment_methods{margin:10px 0; padding:0 0px;}
.payment_methods ul{margin:0px 0; padding-left:20px;}
.payment_methods li{padding:10px; display:inline-block;}
.payment_methods li img{height:20px;}
.csstable tr td{color:#555; font-size:14px; font-weight:normal; padding:10px;}
.csstable tr td.label{display:block; text-align:left; line-height:normal; padding-top:15px;}
@media (max-width:414px){
	.csstable tr td{width:100%; display:inline-block;}
}
.flexBox{padding:0px 0; flex-direction: row; display: flex;}
.flexBox_left{padding:15px;}
.flexBox_left img{max-width:100px;}
.flexBox_right{padding:15px; font-size:14px;}
.flexBox_right h3{margin:0 0 5px;}
@media (max-width:414px){
	.flexBox{display:block;}
	.flexBox_left{padding:0px 15px;}
	.flexBox_left img{text-align:center; width:65px;}
	.flexBox_right h3{font-size:1.5em;}
}
.card_preview{margin:10px 0; padding:10px; background:#28af75; font-size:14px;}
.cc_number{color:#fff;}
/* products & services select****/
.pricing_nav{margin:0; padding:0;}
.pricing_nav ul.all_product_nav{max-width:1024px; margin:0 auto;}
.pricing_nav ul.all_product_nav span{padding-left:5px; font-size:1.5rem;}
.pricing_nav ul.all_product_nav > li.active > a{background:#fcb32c;}
.pricing_nav ul.all_product_nav > li.active > a:after{opacity:1;}
.pricing_nav ul.all_product_nav > li > a{padding:15px 25px; background:#47c795; color:#fff;}
.pricing_nav ul.all_product_nav > li > a:after{
	content: " ";
    position: absolute;
    left: 33px;
    bottom: -8px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 4px 7px;
    border-color: #bd8318 transparent transparent;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 4;
}
.pricing_nav .tab-content{padding:15px;}
.item_list ul{margin:0; padding:0 3rem;}
.item_list li{list-style:none; display:inline-block; width:20%; margin:0 1rem; vertical-align:top;}
.product_service_Div{position:relative; text-align:center; padding:0 10px;
    -webkit-transition:color .25s ease-in-out;
    transition:color .25s ease-in-out;
    z-index:0;
}
.product_service_Div:hover:before {background:#47c795;border: 5px solid #000; transition:all ease .2s;}
.product_service_Div:before{
	content: " ";
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #000;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -webkit-transition-property: background-color, opacity;
    transition-property: background-color, opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    z-index: -1;
}
.psDiv_title .h4{
	display: inline-block;
    width: 100px;
    height: 100px;
    padding: 11px 5px;
    color: #fff;
    background-color: #47c795;
    border-radius: 50%;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-align: center;
    -webkit-transition-property: color, background-color, box-shadow;
    transition-property: color, background-color, box-shadow;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}
.vc-parent{ width:100%; height:100%; display:table;}
.vc-child{display:table-cell; vertical-align:middle;}
.psDiv_price{margin-top: 13px;
    color: #393939;
    font-family: "Lato", sans-serif;
    font-size: 5em;
    line-height: 82px;
    font-weight: 300;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.psDiv_price small{
	display: inline-block;
    /*margin-top: -15px;*/
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}
.us-price{font-size:16px; display:block; line-height:2;}
.psDiv_subtitle{font-size:2rem; color:#b98016;}
.psDiv_ori_price{font-size:1.5rem; line-height:2; padding-bottom:10px;}
.psDiv_features{margin-top:0px;}
.psDiv_features p{font-size:1.5rem;}
.psDiv_action{margin-top:33px; padding-bottom:40px;}
.psDiv_action .btn{border-radius:5px; padding:1rem 2rem;}
@media(max-width:414px){
	.pricing_nav .tab-content{padding:15px 0;}
	.item_list ul{padding:0;}
	.item_list li{width:100%; margin:0;}
}
.item-coming-soon-msg{font-size:1.25em;}
.modal-backdrop{z-index:auto;}