
/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body {
    color: #3e3e3e;
    background: #f1f2f7;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

label{
    font-weight: 600 !important;
    color: #475058 !important;
}

/* ------------ Helper Classes ---------------------- */
.mb-2{
    margin-bottom: 2px;
}
.mb-3{
    margin-bottom: 3px;
}
.mb-4{
    margin-bottom: 4px;
}
.mb-5{
    margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px !important;
}

/* ------------ login Form ---------------------- */
 #login-form{
        background: url('../img/login_bg.jpg'); 
        background-size: cover;
    }
    #login-form .login-title{
        padding-top: 80px;
        color: #fff;
    }
    #login-form .login-title span{
        font-size: 30px;
        line-height: 1.9;
        display: block;
        font-weight: 700;
    }
    #login-form .form-box {
        position: relative;
        background: #fffc;
        max-width: 375px;
        width: 100%;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        padding: 30px;
    }

    #login-form .caption{
        margin-bottom:40px;
    }
    #login-form .login-form input[type=text], #login-form .login-form input[type=password]{
        margin-bottom:10px;
    }

    #login-form .login-form input {
        outline: none;
        display: block;
        width: 100%;
        border: 1px solid #d9d9d9;
        margin: 0 0 20px;
        padding: 10px 15px;
        box-sizing: border-box;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        min-height: 40px;
        font-wieght: 400;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    #login-form .login-form input[type=submit]{
        cursor: pointer;
        background: #00a65a;
        width: 100%;
        border: 0;
        padding: 8px 15px;
        color: #ffffff;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        min-height: 40px;
        
    }




.info-box-content {
    padding: 20px 10px;
    margin-left: 90px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}

/*  */
.btn-template-link {
    cursor : pointer;
}

/*state overview*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value  {
    float: right;

}

.state-overview .value h1, .state-overview .value p  {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}

.state-overview .value h1 {
    font-weight: 300;
}

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}


/*tag input*/

.tagsinput {
    border: 1px solid #e3e6ed;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}
.tagsinput .tag {
    border-radius: 4px;
    background-color: #41cac0;
    color: #ffffff;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 15px;
    padding: 6px 13px 8px 19px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.14s linear;
    -moz-transition: 0.14s linear;
    -o-transition: 0.14s linear;
    transition: 0.14s linear;
    -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
    background-color: #39b1a8;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
    color: #ffffff;
    opacity: 1;
    display: block\9;
}
.tagsinput input {
    background: transparent;
    border: none;
    color: #34495e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 5px;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 12px;
}
.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none\9;
}
.tagsinput-remove-link:before {
    color: #ffffff;
    content: "\f00d";
    font-family: "FontAwesome";
}
.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 6px 9px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
    background-color: #3bb8af;
}
.tagsinput-add:before {
    content: "\f067";
    font-family: "FontAwesome";
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}



/*advanced table*/

.adv-table table tr td {
    padding: 15px;
}

.adv-table table.display thead th {
    border-bottom: 1px solid #DDDDDD;
    padding: 15px;
}

tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
    background: none;
}

td.details {
    background-color: #eee;
}

td.details table tr td, .dataTable tr:last-child {
    border: none;
}

.adv-table table.display tr.odd.gradeA {
    background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
    background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    width: 78%;
}

.adv-table .dataTables_filter label {
    line-height: 33px;
    width: 100%;
}

.adv-table .dataTables_length select {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    width: 65px;
}

.adv-table .dataTables_info, .dataTables_paginate {
    padding: 15px 0;
}

.adv-table .dataTables_length,.adv-table .dataTables_filter {
    padding: 15px 0;
}

.table-bordered > tbody > tr > td{
    vertical-align: middle;
}

/*Horizontal menu*/

.full-width #main-content {
    margin-left: 0;
}

.horizontal-menu {
    margin-left: 50px;
    float: left;
}

.horizontal-menu .navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
}

.full-width .navbar-header {
    width: 100%;
}


.full-width .nav > li > a:hover, .full-width .nav  li.active a, .full-width .nav li.dropdown a:hover , .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width  .nav .open > a:hover, .full-width  .nav .open > a:focus{
    background-color: #F77B6F;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.full-width .dropdown-menu {
    box-shadow: none;
}

.full-width .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
}

/*  My Default Setting */

.box{
    border:0;
}

.box-header {
    color: #fff;
    padding: 4px 0 0 15px;
    margin-bottom: 20px;
    background: #00bcd4;
}
.box-title{
    padding: 10px;
}
.box-body{
    padding: 30px;
}
.my-form-body{
    margin: 0 auto;
    width: 70%;
    padding-top: 40px;
}
label{
    font-weight: 500;
}
.form-control {
    border-radius: 4px;
        height: 45px;
}

.flash-msg {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 1;
}

/*advanced form*/

.form-body {
    padding: 20px;
}


.panel{
   
}

.panel-heading{
	margin-bottom:10px;
}


/* Nav Tabs */

.nav-pills {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {

    color: #000;
    cursor: default;
    background-color: #2497ff;
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    border-top: 4px solid #0079d2;

}


/* General Setting */
#general_settings .logo, #general_settings .favicon{
    border: 2px solid aliceblue;
    margin-bottom: 10px;
    padding: 10px;
}


/* File Upload */
.pull-right{
margin-right:5px;
}
.rounded-circle {
    border-radius: 15px;
    border:2px solid #fff; 
    margin-bottom: 20px;
}.vcard-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}.vcard-box .card-body {
    padding: 20px;
}.contact-button {
    padding: 6px 5px;
    border-radius: 50px;
    min-width: 70px;
    display: inline-block;
    font-size: 10px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%), 0 0 40px rgb(255 251 251 / 10%) inset;
    text-align: center;
    background-color: #062b10;
    color: #fff;
    border: none;
    margin-right: 2 px;
    margin-bottom: 5px;
}.contact-action-table {
    -webkit-border-vertical-spacing: 10px !important; 
	
    border-spacing: initial;
    border-collapse: inherit;
	width: 100%;
	
}.contact-action-container-icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 30px;
    color: white;
    background-color: #168e38;
    font-size: 13px;
}.contact-action-container-text {
    margin-left: 10px;
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
    word-break: break-word;
	float: left;
}.new-row {
    clear: both;
}.row-list .form-control{margin-bottom: 15px;}

.service-img{
    width: 100%;
    height: 250px;
}
.vcard-view .content-wrapper {
    margin: 0px auto;
	background-image:url('1.png');
	background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 5 5 5 5px;
  min-height: 380px;
}.vcard-view .card-body {
    padding-right: 5;
	padding-left: 5;
	width:335px;
	
}.slick-prev:before, .slick-next:before{
   color: #000!important; 
}.new-row.bottom-bdr {
    float: left;
    margin-bottom: 15px;
    border-bottom: 2px dashed #eee;
    padding: 15px 0px 15px 0px;
    width:100%;
}

/* Footer Menu CSS Starts */
.vcard-view .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.vcard-view .footer-menu {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style-type: none;
    overflow: auto;
    position: relative;
    background: white;
    /* border-radius: 20px 20px 0 0; */
    display: flex;

    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0));
    /* Shadows */
    /* Shadow covers */
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
    background-attachment: local, local, scroll, scroll;
}

.vcard-view .footer-menu li {
    flex: 1;
    min-width: 80px;
}

.vcard-view .footer-menu .footer-menu-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    color: #555555;
}

.vcard-view .footer-menu .footer-menu-icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: #062b10;
}

.vcard-view .footer-menu .footer-menu-text {
    font-size: 12px;
}
.slick-slider {
	display: table !important;
	table-layout: fixed !important;
	width: 100% !important;
}
.section-header {
    font-size: 18px;
    font-weight: bold;
	   text-transform: uppercase;
}

.views-label {
    padding: 5px 10px;
    position: absolute;
    color: #000;
    right: 10px;
    top: 10px;
    border: 1px solid #000;
    border-radius: 18px;
    font-size: 14px;
}#usernamemsg,#emailmsg{
	margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}
#dummy-vcard {
    color: red;
    margin-top: 15px;
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    font-weight: bold;
}.buy-now {
    margin-top: 15px;
    float: right;
}.copyright-wrapper {
    color: rgba(0,0,0, 0.8);
    padding: 5px;
    background-color: #D3E3EC;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px;
    text-align:center;
}
.copyright-wrapper a {
    color:rgba(0,0,0,0.8);
}
.vcard-view .box #enquiry-section{
   padding-bottom: 25px;
}
