@import url('https://fonts.googleapis.com/css?family=Maitree');

body.login-pt{
	background:url(../images/bg.jpg) no-repeat;
	background-size:cover;
}
body.nav-sm .container1.body .left_col {
    width: 70px;
    padding: 0;
    position:absolute;
    height: 100%;
    z-index: 200;
}

body.nav-sm .container1.body .right_col {
    padding: 10px 20px;
    margin-left: 70px;
    z-index: 2;
}
.right_col{min-height: 700px; font-family: 'Maitree', serif !important;}
body.nav-sm .navbar.nav_title {
    width: 70px;
}

body.nav-sm .navbar.nav_title a span {
    display: none;
}

body.nav-sm .navbar.nav_title a i {
    font-size: 20px;
    margin: 0;
    display: inherit;
    line-height: 20px;
}

.site_title i {
	display:none;
}

body.nav-sm .main_container .top_nav {
    padding: 0 !important;
    display: block;
    margin-left: 70px;
    z-index: 2;
}

body.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 5px;
}

body.nav-sm .nav.side-menu li.active-sm {
    border-right: 5px solid #00ddff;
}

body.nav-sm > .nav.side-menu > li.active-sm > a {
    color: #1ABB9C !important;
}

body.nav-sm .nav.side-menu li a i.toggle-up {
    display: none !important;
}

body.nav-sm .nav.side-menu li a i {
    font-size: 25px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px;
}

body.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    padding: 10px;
    width: 210px;
    z-index: 4000;
    background: #3E5367;
    display: none;
}

body.nav-sm ul.nav.child_menu li {
    padding-left: 0;
}

body.nav-sm ul.nav.child_menu li a {
    text-align: left !important;
}

body.nav-sm .profile {
    display: none;
}

.menu_section {
    margin-bottom: 35px;
}

.menu_section h3 {
    padding-left: 23px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000;
}

.menu_section >ul {
    margin-top: 10px;
}
.profile{
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.profile_pic {
    width: 35%;
    float: left;
	margin-left:5%;
}

.img-circle.profile_img {
    width: 60px;
    background: #fff;
    z-index: 1000;
    position: inherit;
    margin-top: 10px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px;
    height: 60px;
}

.profile_info {
    padding: 35px 20px 10px;
    width: 60%;
    float: left;
    text-align: right;
}

.profile_info span {
    font-size: 13px;
    line-height: 30px;
    color: #BAB8B8;
}

.profile_info h2 {
    font-size: 14px;
    color: #ECF0F1;
    margin: 0;
    font-weight: 300;
}

.profile.img_2 {
    text-align: center;
}

.profile.img_2 .profile_pic {
    width: 100%;
}

.profile.img_2 .profile_pic .img-circle.profile_img {
    width: 50%;
    margin: 10px 0 0;
}

.profile.img_2 .profile_info {
    padding: 15px 10px 0;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

#sidebar-menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px !important;
    min-width: inherit;
    color: #C4CFDA;
}

.active a span.fa {
    text-align: right !important;
    margin-right: 4px;
}

body.nav-sm .menu_section {
    margin: 0;
}

body.nav-sm span.fa,
body.nav-sm .menu_section h3 {
    display: none !important;
}

.nav_menu {
    float: left;
    background: #EDEDED;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    width: 100%;
    
    /* background: #EDEDED;
    border-bottom: 1px solid #e6e6e6;
    width: 100%; */
}

body.nav-md .container1.body .col-md-3.left_col {
    width: 230px;
    padding: 0;
    position: fixed;
    display: flex;
}

body .container1.body .right_col {
    background: #F7F7F7;
}

body.nav-md .container1.body .right_col {
    padding: 10px 20px;
    margin-left: 230px;
}

.nav_title {
    width: 230px;
    float: left;
    background: #fff;
    border-radius: 0;
    height:65px;
}

@media (max-width: 991px) {
    body.nav-md .container1.body .right_col,
    body.nav-md .container1.body .top_nav {
        width: 100%;
        margin: 0;
    }
    body.nav-md .container1.body .col-md-3.left_col {
        display: none;
    }
    body.nav-md .container1.body .right_col {
        width: 100%;
        padding-right: 0
    }
    .right_col {
        padding: 10px !important;
    }
}

@media (max-width: 1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px;
    }
    .tile,
    .graph {
        zoom: 85%;
        height: inherit;
    }
}

@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h2 small {
        display: none
    }
}
/**  ------------------------------------------  **/

blue,
.blue {
    color: #3498DB;
}

purple,
.purple {
    color: #9B59B6;
}

green,
.green {
    color: #1ABB9C;
}

.aero {
    color: #9CC2CB;
}

red,
.red {
    color: #E74C3C;
}

dark,
.dark {
    color: #34495E;
}


.container1{
    width: 100%;
    padding: 0
}


.navbar-nav>li>a,
.navbar-brand,
.navbar-nav>li>a {
    color: #fff !important;
}

.navbar-brand,
.navbar-nav>li>a {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
}
body {
    color: #73879C;
    background: #2A3F54;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
}

.main_container .top_nav {
    padding: 0 !important;
    display: block;
    padding: 10px 20px 0;
    margin-left: 230px;
}

.main_container {}

.no-padding {
    padding: 0 !important;
}

.page-title {
    width: 100%;
    height: 45px;
    padding: 0px 14px;
    margin-top: 52px;
    background: #F5AB32;
    color: #fff;
}

.page-title .title_left {
    float: left;
    display: block;
}

.page-title .title_left h3 {
    margin: 9px 0;
}

.page-title .title_right {
    width: 55%;
    float: left;
    display: block;
}

.page-title .title_right .pull-right {
    margin: 10px 0;
}

.fixed_height_320 {
    height: 320px;
}

.fixed_height_390 {
    height: 390px;
}

.fixed_height_200 {
    height: 200px;
}

.overflow_hidden {
    overflow: hidden
}

.progress-bar-dark {
    background-color: #34495E !important;
}

.progress-bar-gray {
    background-color: #BDC3C7 !important;
}

table.no-margin .progress {
    margin-bottom: 0;
}

.main_content {
    padding: 10px 20px;
}

@media (max-width: 992px) {
    .tile_stats_count {
        margin-bottom: 10px;
        border-bottom: 1px solid #D9DEE4;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .tile_stats_count .count {
        font-size: 35px !important;
    }
}

@media(max-width:768px) {
    .tile_stats_count .count {
        font-size: 30px !important;
    }
    .tile_stats_count .right span {
        font-size: 12px;
    }
}
@media (min-width: 192px) and (max-width: 1270px) {
    .hidden-small {
        display: none !important;
    }
    table.tile_info span.right {
        margin-right: 7px;
        float: left;
    }
}

.center-margin {
    margin: 0 auto;
    float: none!important;
}


a {
    color: #5A738E;
    text-decoration: none;
}

a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
}

a:hover,
a:focus {
    text-decoration: none
}

.navbar {
    margin-bottom: 0
}

.navbar-header {
    background: #34495E;
}

.navbar-right {
    margin-right: 0;
}
.top_nav h3{
	margin:10px 20px;
}
.top_nav .navbar-right {
    margin: 0;
    /* width: 70%; */
    /* float: right; */
}
.top_nav .navbar-right li {
    display: inline-block;
    float: right;
}

.top_nav .dropdown-menu {
    min-width:180px;
}

.top_nav .dropdown-menu li {
    width: 100%;
}

.top_nav .dropdown-menu li a {
    width: 100%;
    padding: 12px 20px;
}

.top_nav li a i {
    font-size: 15px
}
.nav>li>a>img {
    max-width: none;
    margin-right: 20px;
}

.navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%;
}

.sidebar-header {
    border-bottom: 0;
    margin-top: 46px;
}

.sidebar-header:first-of-type {
    margin-top: 0
}

.nav.side-menu> li {
    position: relative;
    display: block;
}

/*.nav.side-menu> li > a {
    margin-bottom: 6px;
}*/


.nav.side-menu> li > a:hover {
    color: #F2F5F7 !important;
}

.nav.side-menu>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: transparent;
}


.nav.child_menu li:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

.nav.child_menu li {
    padding-left: 36px
}

body.nav-md ul.nav.child_menu li:before {
    background: #00ddff;
    bottom: auto;
    content: "";
    height: 6px;
    left: 24px;
    margin-top: 16px;
    position: absolute;
    right: auto;
    width: 6px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

body.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}

.nav.side-menu>li>a,
.nav.child_menu>li>a {
    color: #E7E7E7 !important;
    font-weight: 500;
}

.nav>li>a {
    position: relative;
    display: block;
    padding:10px;
    border-bottom: 1px solid #2e475f;
}

.nav.side-menu> li.current-page,
.nav.side-menu> li.active {
    border-right: 5px solid #fff;
}

li.current-page {
    background: rgba(255, 255, 255, 0.05);
}

.nav.side-menu> li.active > a {
    color: #f108da000;
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5b6479), color-stop(100%, #4c5566)), #686e78;
    background: -webkit-linear-gradient(#334556, #2C4257), #2A3F54;
    background: -moz-linear-gradient(#334556, #2C4257), #2A3F54;
    background: -o-linear-gradient(#334556, #2C4257), #2A3F54;
    background: linear-gradient(#334556, #2C4257), #2A3F54;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

li.current-page a {
    color: #1ABB9C !important
}

.navbar-brand,
.navbar-nav>li>a {
    font-weight: 500;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
}

.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 20px;
    width: 100%;
    color: #000 !important;
    margin-left: 0 !important;
    line-height: 65px;
    display: block;
    height: 65px;
    margin: 0;
}
.site_title div>img{
	float:left;
	margin-right:10px;
}
.site_title:hover,
.site_title:focus {
    text-decoration: none
}

.nav.navbar-nav>li>a {
	border:0;
	position: relative;
    display: block;
    padding: 5px 10px 5px;
}

.nav.top_menu>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #34495E;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color:#73879C;
}

.top_search {
    padding: 0;
}

.top_search .form-control {
    border-right: 0;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
    border-radius: 25px 0px 0px 25px;
    padding-left: 20px;
    border: 1px solid rgba(221, 226, 232, 0.49);
}

.top_search .form-control:focus {
    border: 1px solid rgba(221, 226, 232, 0.49);
    border-right: 0;
}

.top_search .input-group-btn button {
    border-radius: 0px 25px 25px 0px;
    border: 1px solid rgba(221, 226, 232, 0.49);
    border-left: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #93A2B2;
    margin-bottom: 0 !important;
}

.toggle {
    float: left;
    margin: 0;
    padding-top: 14px;
    width: 70px;
}

.toggle a {
    padding: 15px 15px 0;
    margin: 0;
	cursor:pointer;
}

.toggle a i {
    font-size: 26px;
}

.nav.child_menu > li > a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    padding: 9px;
}


.panel_toolbox {
    float: right;
    min-width: 70px;
}

.panel_toolbox>li {
    float: left;
}

.panel_toolbox>li>a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px;
}

.panel_toolbox>li>a:hover {
    background: #F5F7FA;
}

.line_30 {
    line-height: 30px;
}

.main_menu_side {
    padding: 0;
}

.bs-docs-sidebar .nav>li>a {
    display: block;
    padding: 4px 6px;
}

.x_content canvas {}

footer {
    background: #e7e7e7;
    padding: 10px 20px;
    margin: 0;
    display: inline-block;
    width: 100%;
}
footer p{
	margin:0;
}

.tile-stats.sparkline {
    padding: 10px;
    text-align: center;
}

.jqstooltip {
    background: #34495E !important;
    width: 30px !important;
    height: 22px !important;
    text-decoration: none;
}

a.btn-success,
a.btn-primary,
a.btn-warning,
a.btn-danger {
    color: #fff !important;
}

.btn {
    border-radius: 3px;
    float: right;
    margin-right: 5px;
}

.tooltip {
    display: block !important;
}

.tiles {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 5px;
    margin-bottom: 0;
}

.tile {
    overflow: hidden;
}

.top_tiles {
    margin-bottom: 0;
}

.top_tiles .tile span {}

.top_tiles .tile h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 3px 0 7px;
    font-weight: bold;
}

article.media {
    width: 100%;
}
/* *********  custom accordion  **************************** */
.dashboard_graph {
    background: #fff;
    padding: 7px 10px;
	min-height:450px;
}
#integration-list {
    width: 100%;
    margin: 0 auto;
    display: table;
}

#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}

#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
    overflow: hidden;
}

#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}

#integration-list ul > li:hover {
    background: #efefef;
}

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

.expand h2 {
    width: 85%;
    float: left;
}

h2 {
    font-size: 18px;
    font-weight: 400;
}

#left,
#right {
    display: table;
}

#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}

.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 13px;
    margin-right: 7px;
}

.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: 150px;
}

.detail span {
    margin: 0;
}

.right-arrow {
    width: 10px;
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.accordion .panel {
    margin-bottom: 5px;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
}

.accordion .panel-heading {
    background: #F2F5F7;
    padding: 13px;
      width: 100%;
  display: block;
}

.accordion .panel:hover {
    background: #F2F5F7;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
	/* min-height:220px; */
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

.x_title .filter {
    width: 40%;
    float: right;
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.x_title h2 small {
    margin-left: 10px;
}

.x_title span {
    color: #BDBDBD;
}

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

.x_content h4 {
    font-size: 16px;
    font-weight: 500;
}
.x_content p{
	font-size:16px;
	color:#000;
}
.x_content p span{
	color:#108da0;
	text-transform:uppercase;
}
.x_content a{
	color:#0CF;
	word-break:break-all;
}

legend {
    padding-bottom: 7px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.demo-placeholder {
    height: 280px;
}


/* *********  tables styling  ******************************* */

table.jambo_table {
    border: 1px solid rgba(221, 221, 221, 0.78);
}

table.jambo_table thead {
    background: rgba(52, 73, 94, 0.94);
    color: #ECF0F1;
}

table.jambo_table tbody tr:hover td {
    background: rgba(38, 185, 154, 0.07);
    border-top: 1px solid rgba(38, 185, 154, 0.11);
    border-bottom: 1px solid rgba(38, 185, 154, 0.11);
}

table.jambo_table tbody tr.selected {
    background: rgba(38, 185, 154, 0.16);
}

table.jambo_table tbody tr.selected td {
    border-top: 1px solid rgba(38, 185, 154, 0.40);
    border-bottom: 1px solid rgba(38, 185, 154, 0.40);
}

/********* /login ***************/
/********** sign in ***************************/
.login-main{
	position:absolute;
	left:0;
	right:0;
	top:5%;
	bottom:0;
}
.login-main .form-control{
    height: 50px;
    color: #373737;
    border: 1px solid #eee;
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login-main .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.login-main h1{
	margin-bottom:30px;
	text-align:center;
	font-size:48px;
	font-weight:bold;
	color:#fff;
}
.login-box{
	width:100%;
	padding:20px 40px 40px;
	background:rgba(255, 255, 255, 0.55);;
	border:1px solid #eee;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
	min-height:200px;
}
.login-box h6{
	margin:10px 0 25px;
	font-size:18px;
	color:#838282;
	text-align:center;
}
.login-box p{
	margin:0 0 15px 0;
	font-size:14px;
	color:#ea100b;
	position:relative;
}
.login-box input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
	float:right;
}
.login-box p i{
    top: 16px;
    right: 20px;
    color: #777;
    font-size: 18px;
    position: absolute;
}
.log-out h3{
	text-align:center;
	color:#fff;
	line-height:40px;
	margin-bottom:30px;
}
.log-out p{
	text-align:center;
}
header{width:100%;}




/*------------------------------*/
/*DATEPICKER
/*----------------------------------------*/
.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px;
}
.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group>.dropdown-toggle, .input-prepend .btn-group>.dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius:  0 3px 3px 0;
    -moz-border-radius:  0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-append .add-on, .input-prepend .add-on {
    position: absolute;
    top: 0px;
    right: 15px;
    width: auto;
    height: 34px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}
.input-append, .input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap;
}


/* Button
 * -------------------------------------------------------------------------- */
/* Basic style
 * -------------------------------------------------------------------------- */

body {
  overflow-x: hidden;
}

@media(max-width:767px){
	.navbar-nav .open .dropdown-menu {
		background:#fff;
	}
	body.nav-md .container.body .col-md-3.left_col {
		position: absolute;
	}
}

    /*-------------------------tree-view-----------------------------*/

table.team{
	width: 100%;
	border-collapse:collapse;
	}
table.team tr td i {
	padding:10px 0 0;
	/*color: #68FA5D;*/
	font-size:25px;
	text-align:center;
	display:block;
	margin:0 auto;
	}
table.team tr td{
	width:6.25%;
	text-align:center;
	font-family:calibri;
	font-size:14px;
	}
table.team tr td p{
	padding:0px 0 10px;
	}
table.team tr:nth-child(2) td:nth-child(2){
	border-right: 1px solid #315f70
	}
table.team tr:nth-child(3) td:nth-child(odd){
	border-right: 1px solid #315f70
	}
table.team tr:nth-child(3) td:nth-child(2),
table.team tr:nth-child(3) td:nth-child(3){
	border-top: 1px solid #315f70
	}
table.team tr:nth-child(5) td:nth-child(2),
table.team tr:nth-child(5) td:nth-child(6){
	border-right: 1px solid #315f70
	}
table.team tr:nth-child(6) td:nth-child(2),
table.team tr:nth-child(6) td:nth-child(3),
table.team tr:nth-child(6) td:nth-child(6),
table.team tr:nth-child(6) td:nth-child(7){
	border-top: 1px solid #315f70
	}
table.team tr:nth-child(6) td:nth-child(odd){
	border-right: 1px solid #315f70
	}

table.team tr:nth-child(8) td:nth-child(2),
table.team tr:nth-child(8) td:nth-child(6),
table.team tr:nth-child(8) td:nth-child(10),
table.team tr:nth-child(8) td:nth-child(14){
	border-right: 1px solid #315f70
	}
table.team tr:nth-child(9) td:nth-child(odd){
	border-right: 1px solid #315f70
	}
table.team tr:nth-child(9) td:nth-child(2),
table.team tr:nth-child(9) td:nth-child(3),
table.team tr:nth-child(9) td:nth-child(6),
table.team tr:nth-child(9) td:nth-child(7),
table.team tr:nth-child(9) td:nth-child(10),
table.team tr:nth-child(9) td:nth-child(11),
table.team tr:nth-child(9) td:nth-child(14),
table.team tr:nth-child(9) td:nth-child(15){
	border-top: 1px solid #315f70;
	}

    /*================================== tooltip ======================================================*/

.tooltip1 {outline:none; cursor:pointer;  position:relative; display:block; }
.tooltip1 strong {line-height:30px;}
.tooltip1:hover {text-decoration:none;} 
.tooltip1 span {
	width:300px;
    z-index:1000;display:none; padding:5px;
    margin-left:-155px;
  line-height:16px;
  border-radius:4px;  
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
 top:0
}


.tooltip1:hover span{
    display:inline; position:absolute; 
    border:1px solid rgba(51, 51, 51, 1);  color:#fff;
    background:#214857;
	top: 60px;
	 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;   /*or bottom, top, right*/
}
    

.tooltip1 span ul{
	text-align:left;
	margin: 0 !important;
	padding:0 !important;
	}
.tooltip1 span ul li{
	text-align:left;
	margin: 0 3px !important;
	padding:0 !important;
    list-style:none;
	}

/*===color_member========*/
.color_member_position{
	position:relative;
	}
.color_member{
	position:absolute;
	padding:10px 15px;
	right:0;
	line-height:25px;
	top:0;
	z-index:999999999;
	font:normal 14px Arial, Helvetica, sans-serif;
	}
.color_member ul li {
    padding:0 5px;
    }
.color_member img {
	padding:10px 0 0;
    position:relative;
    top:10px;
    right:8px;
	font-size:20px;
    }
.orange{
	color: rgba(213,102,12,1)	;
	}
.gray{
	color: rgba(51,51,51,1)	;
	}
.blue{
	color: rgba(7,111,217,1)	;
	}








/*------------------------------------------------------------*/
/*subrata css coding
/*--------------------------------------------------------------------------------*/
.login-details{
}
.login-details ul{
    margin: 0 0 10px;
    padding: 0;
}
.login-details ul li{
    display: inline-block;
    width: 33%;
    line-height: 40px;
    padding: 0 20px;
    font-size: 15px;
    color: #2a3f54;
    background: #9588ff;
}
.login-details ul li span{
	color:#fff;
}

.login-heading{
	clear:both;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    background: #2a3f54;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media(max-width:767px){
.login-details { margin-top: 50px;}
.login-details ul li{ width:100%; border-bottom:1px solid #21d8f5;}
.login-details ul li:last-child{ border:none;}
}



/* *********  /iconts-display  **************************** */
/* *********  Tile stats  **************************** */

.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 0px;
    overflow: hidden;
    padding-bottom: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    background: #FFF;
}

.tile-stats .icon {
    color: #d9534f;
    position: absolute;
    right: 22px;
    top: 12px;
    z-index: 1;
}

.tile-stats .icon i {
    margin: 0;
    font-size: 50px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0;
}

.tile-stats .count {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857143
}

.tile-stats .count,
.tile-stats h3,
.tile-stats p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0;
}

.tile-stats h3 {
    color: #1ccae4;
}

.tile-stats p {
    margin-top: 5px;
    font-size: 12px;
}

.tile-stats > .dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.tile-stats > .dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.tile-stats > .dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------*/
/*client-login
/*-----------------------------------------------------------------*/
.client-heading{
    font-size: 16px;
    color: #2a3f54;
    padding: 10px 20px;
    background: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    border: 1px solid #e2e2e2;
}


/*----------------------------*/
/*products part
/*-------------------------------------------*/
.pro-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    padding-bottom: 10px;
    min-height: 350px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.pro-item img {
    width: 100%;
    border: 0;
    transition: all 0.5s;
    transform: scale(1);
    /*margin-bottom: 20px;*/
}
.p-offer {
    background: url(../images/offer.png);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50px;
    height: 51px;
    text-transform: uppercase;
    padding: 10px 0;
    color: #2a3f54;
    text-align: center;
    font-size: 12px;
    /* font-weight: bold; */
    line-height: 1;
}
.pro-item h4{
    font-size: 20px;
    color: #000;
	margin:15px auto 10px;
	width:80%;
}
.pro-item .price {
    text-align: center;
    font-size: 15px;
    color: #888888;
    margin-bottom:5px;
}
.pro-item .price span{
	color:#3dd223;
    text-decoration:line-through;
}
/*-hover effect*/
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 100%;
  height: 270px;
}
.ih-item.circle .img {
  position: relative;
  width: 100%;
  height: 270px;
}

.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
}
.ih-item.circle.effect5 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
}
.ih-item.circle.effect5.colored .info .info-back {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect5 .info {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ih-item.circle.effect5 .info .info-back {
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding:70px 20px;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect5 .info p {
  font-size: 16px;
  margin-top:10px;
}
.ih-item.circle.effect5 .info p a{
	color:#fff;
}
.ih-item.circle.effect5:hover .info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}
.ih-item.circle.effect5:hover .info .info-back {
  visibility: visible;
}



/*--product-details-part--*/
.margin-t-30{ margin-top:30px;}
.pro-content{ width:100%; color:#373737; font-size:18px;}

.pro-content h2{ font-size:30px; margin:0 0 20px; padding-bottom:10px; color:#000; position:relative;}
.pro-content h2:before{ position:absolute; content:''; width:200px; height:1px; background:#108da0; bottom:0; left:0;}
.pro-content h4{ font-size:20px; margin:0; color:#000;}
.pro-content p{ font-size:16px;}
.pro-content span{ color:#001dff;}
.pro-content .form-control{ width:50%;}
.pro-content img{ margin:0 70px 0 20px;}
.pro-content h5{ margin:0 10px; text-decoration:line-through; display:inline-block; font-size:18px;}
.pro-content h6{ margin:0; display:inline-block;}
.pro-content .table-bordered{ border:0;}
.pro-content .table-bordered > tbody > tr > td{ border:0; padding-bottom:15px;}


.form-group {
    /* padding: 10px 0px 22px 0px;
    margin-bottom: 15px; */
}

.form-group1 {
    padding: 0px 20px 2px 0px;
    margin-bottom: 15px;
}

input[type="file"] {
    display: block;
    padding: 15px 0 0 0;
}

.export{
    float: right !important;
    display: block !important;
    padding-bottom: 10px !important;

}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
  }
  
  /* On mouse-over, add a deeper shadow */
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  /* Add some padding inside the card container */
  .container {
    padding: 2px 16px;
  }

  .clearfix{
      padding-top: 10px;
  }

.tableFixHead          { overflow-y: auto; height: 420px; }
.tableFixHead thead th { position: sticky; top: 0; }

table  { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }
th     { background:#eee; }

.form-horizontal .control-label{
    padding: 0
}

.add-new{
    margin:5px;
}