/*
@font-face {
    font-family: gotham;
    font-style: normal;
	font-weight: normal;
    src: url(../fonts/Gotham-Light.ttf);
}

@font-face {
    font-family: gotham;
    font-style: normal;
	font-weight: bold;
    src: url(../fonts/Gotham-Black.ttf);
}

@font-face {
    font-family: intriqueScript;
    src: url(../fonts/IntriqueScript_PersonalUse.ttf);
}

@font-face {
    font-family: pacifico;
    src: url(../fonts/Pacifico.ttf);
}
*/
html, body
{
	height: 100%;

}

body{
	background: url(../images/background3.jpg) no-repeat center center fixed;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
}

input {
	background: transparent;
	border: 0;
	padding: 0;
}

input:focus
{ 
	background-color: transparent;
}

h1{
	color: #288e88;
	font-family: 'Pacifico', cursive;
	font-size: 32px;
	margin-top: 16px;
}
h2{
	color: #4dbec2;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
}

label{
	font-weight: normal;
}
/* -------------------------------------------HEADER ---------------------------------------------*/

.inv-header-social{
	width: 100%;
	background-color: #288e88;
	border-color: #288e88;
	color: #f2eed9;
	padding-top: 5px;
	border-bottom:5px solid #4dbec2;
	height: 40px;
	min-height: 40px;
	text-align: right;
	font-family: 'Lato', sans-serif;
	font-size: large;
	margin-bottom: 10px;
}

.inv-header-social-text{
	margin-right: 7px;
}
.inv-header-social-icon{
	margin-right: 3px;
}

.inv-header{
	padding-top: 0px;
	overflow: hidden;
}

.inv-header-logo{
	margin-top: 21px;
}

.inv-header-main-add{
	background-color: white;
	width: 728px;
	height: 90px;
	position: relative;
	margin: 0px auto;
}

.inv-header-main-intro{
	width: 507px;
	float: left;
}

.inv-header-main-actions{
	float: left;
	width: 315px;
	padding-top: 34px;
}

.inv-header-main-action{
	width: 105px;
	float: left;
	text-align: center;
}

.inv-header-main-action-text{
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #288e88;
	font-size: 11px;
	margin: 3px auto;
	display: block;
	text-align: center;
}

.inv-header-main-action-button {
    display:block;
    width:50px;
    height:50px;
    line-height:42px;
    border: 3px solid #4dbec2;
    border-radius: 50%;
    text-align:center;
    text-decoration:none;
    background: #f2eed9;
 /*   box-shadow: 1px 1px 3px gray;
    box-shadow: 1px 1px 2px #000;*/
    position: relative;
	margin: 0px auto;
}
.inv-header-main-action-button:hover {
    background: #E7E3CC;
}
.inv-header-main-action-button:active {
	color:#eee;text-shadow:0 0 1px #666;text-decoration:none;box-shadow:0 0 4px #222 inset;opacity:1;
}

.inv-header-social-icons{
	float: right;
	width: 285px;
}

.lcs-facebook-wrapper{
	float: left;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 3px;
}

.lcs-google-plus-wrapper{
	float: left;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.lcs-google-plus-wrapper div{
	width: 65px  !important;
}

.lcs-twitter-wrapper{
	float: left;
	position: relative;
	top: 3px;
	margin-right: 4px;
}

.lcs-twitter-wrapper iframe{
	width: 86px !important;
}

.btn-open-menu{

}
/* --------------------------------------- END HEADER ---------------------------------------------*/
/* --------------------------------------- INVOICE TEMPLATE----------------------------------------*/
.lcs-main-content{
	margin-top: 32px;
	margin-bottom: 40px;
}

.lcs-main-template {
	position: relative;
	margin: 0px auto;
	opacity: 0.99;
	height: 950px;
	max-width: 728px;
	padding: 45px 65px;
	background-color: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid white;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 7px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 7px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 7px 1px rgba(0,0,0,0.75);
	font-family: 'Lato', sans-serif;
}


.lcs-main-template input{
	width: 100%;
}

.lcs-table-item-action{
	margin-left: -35px;
	display: inline-block;
}

.lcs-table-charge-action{
	text-align: right;
	margin-right: -35px;
	margin-left: 5px;
	display: inline-block;
}

.lcs-table-charge-action li{
	text-align: left;
}

.lcs-table-charges-text{
	text-align: right;
	width: 300px !important;
}

.lcs-table-charges-total{
	font-weight: bold;
}

.lcs-table-charges-percentage{
	font-weight: bold;
}

.lcs-table-charges-percentage input{
	width: 37px !important;
	text-align: right;
}

.lcs-table-currency-symbol{
	float: left;
	margin-right: 5px;
}

.lcs-table-nolineup{
	border-top: 0px !important;
}

.lcs-table-charges-value{
	width: 60% !important;
	text-align: right !important;
}


.lcs-table-to-right {
    text-align: right;
}

 .lcs-dropdown-menu{
 	left: -167px !important;
 /*	top: -123px !important;*/
 }

 .lcs-dropdown-menu>li>a{
 	padding: 3px 15px 3px 10px!important;
  }

#divInvInfo input{
	text-align: right;
}

#divInvToFor{
	margin-top: 20px;
}

#divInvTable{
	margin-top: 40px;
}

#invTable th{
	font-weight: normal;
}

#invTable>tfoot>tr>td{
	padding: 2px 8px;
}

.lcs-table-header1{
	width: 42%;
}

.lcs-table-header2{
	width: 12%;
}

.lcs-table-header3{
	width: 12%;
}

.lcs-table-header4{
	width: 14%;
}

.lcs-table-footer-amount{
	white-space: nowrap;
	text-align: right;
}

#divInvNotes textarea{
	width: 100%;
	border: 0px;
}

#divInvFooter{
	position: absolute;
	bottom: 25px;
	right: 65px;
	left: 65px;
	color: #348c87;
}

#divInvFooter hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid;
	margin: 1em 70px;
	padding: 0px;
	color: #358c87;
}


#invCompanyName{
	font-size: 24px;
	margin-top: 10px;
	font-weight: bold;
}

#invCompanySlogan{
	font-style: italic;
	margin-bottom: 20px;
}

#invTitle{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 55px;
	/*color: #d3d3d3;*/
}

#invFooterText{
	text-align: center;

}

#invTo, #invFor{
	font-weight: bold;
}

.glyphicon { margin-right:10px; }

/* SUBMENU  */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    min-width: 40px !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.table-bordered {
	border: 0px solid #ddd;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 3px solid #FFF;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #a3d5da;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
	background-color: #c4e3e5;
}

.table-striped>tbody>tr>td:first-child{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.table-striped>tbody>tr>td:last-child{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#colorPicker {
	margin:0;
	padding:0;
	border:0;
	width:70px;
	height:20px;
	border-right:20px solid green;
	line-height:20px;
}

.circleBase {
	margin: auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 3px solid #f2eed9;
}

.circlePrimary{
    background: #a3d5da;
}

.circleSecondary{
    background: #c4e3e5;
}

.circleTertiary{
    background: #358c87;
}

.circleUploadLogo{
	margin: auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 3px solid #f2eed9;
    background: #f2eed9;
    padding-top: 10px;
}

.colpick {
	background: #f2eed9;
	
}

#divInvCompanyLogo{
	padding: 0px;
}

#divInvCompanyLogo>a{
	border: 1px solid #358c87;
	text-align: center;
	font-family: 'Lato', sans-serif;
	color: #358c87;
	padding: 10px;
	width: 100%;
}
/*
#fileUploadField{
    opacity: 0;
}
*/
/* --------------------------------------- END INVOICE TEMPLATE----------------------------------------*/
/* --------------------------------------- FOOTER -----------------------------------------------------*/


.lcs-footer{
	margin-bottom: 40px;
	font-family: 'Lato', sans-serif;
	color: #231f20;
	font-size: small;
}

.lcs-footer-main{
	max-width: 860px;
	margin: 30px auto;
	text-align: center;
}


/* --------------------------------------- END FOOTER -------------------------------------------*/
/* --------------------------------------- LEFT MAIN SIDE----------------------------------------*/
.lcs-main-tools-box{
	background-color: #4dbec2;
	padding: 10px;
	max-width: 300px;
	min-width: 160px;
	margin-bottom: 20px;
	display: block;
	overflow: inherit;
}

.lcs-main-tools-text{
	width: 100%;
	color: #f2eed9;
	font-family: 'Lato', sans-serif;
	font-size: large;
}
.lcs-main-tools-currency-symbol{
	width: 50px;
}

.lcs-main-tools-box>.row{
	width: 100%;
	margin: 0px auto;
}
/* --------------------------------------- END LEFT MAIN SIDE----------------------------------------*/
/* --------------------------------------- RIGHT MAIN SIDE----------------------------------------*/
.lcs-main-right-add{
	background-color: white;
	width: 300px;
	height: 250px;
}
.lcs-main-right-faq, .lcs-main-right-blog{
	margin-top: 40px;
	background-color: #4dbec2;
	width: 300px;
	height: 250px;
}

.lcs-main-right-faq a:hover, .lcs-main-right-blog a:hover{
	text-decoration: none;
}
.lcs-main-right-faq-qa{
	width: 100%;
	height: 50%;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #f6f3df;
	font-size: 80px;
	text-align: center;
}
.lcs-main-right-faq-qa span{
	position: relative;
	top: 25px;
}
.lcs-main-right-faq-atonce{
	width: 100%;
	height: 50%;
	font-family: 'Pacifico', cursive;
	color: #f6f3df;
	font-size: 70px;
	text-align: center;
}
.lcs-main-right-faq-atonce span{
	position: relative;
	top: -17px;
}

.lcs-main-right-blog{
	text-align: center;
	padding-top: 56px;
}

.lcs-main-right-blog a{
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 80px;
	color: #f6f3df;
}
/* --------------------------------------- END RIGHT MAIN SIDE----------------------------------------*/
/* --------------------------------------- SEND EMAIL ----------------------------------------*/
.modal-title{
	color: #f6f3e0;
	font-family: 'Lato', sans-serif;
}

.modal-header{
	background-color: #2bb8c0;
}

.modal-body{
	background-color: #f6f3e0;
	font-family: 'Lato', sans-serif;
}

.modal-footer{
	margin-top: 0px;
	background-color: #f6f3e0;
	font-family: 'Lato', sans-serif;
	padding: 15px 15px 15px;
}

.modal-footer .inv-header-main-action-button{
	background-color: #268d87;
}

.inv-header-main-action[disabled]{
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
/* --------------------------------------- END SEND EMAIL ----------------------------------------*/
/* --------------------------------------- Q&A PAGE --------------------------------------------*/
.invoiceFaqPage h1{
	color: #288e88;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 45px;
}
.invoiceFaqPage h2{
	color: #288e88;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 33px;
}

.invoiceFaqPage h3{
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.invoiceFaqPage h4{
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin:0px;
}

.invoiceFaqPage strong{
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}

.invoiceFaqPage .lcs-main-content{
	font-family: 'Lato', sans-serif;
}

.invoiceFaqPage .inv-header-main-intro{
	width: 100%;
}

.invoiceFaqPage .lcs-main-template-tip{
	background-color: #4dbec2;
	width: 100%;
	color: white;
	padding: 10px;
	margin-top: 10px;
}

.invoiceFaqPage .inv-header-main-action{
	width: 125px;
	float: right;
}

.invoiceFaqPage .lcs-main-content{
	margin-top: 10px;
}
/* --------------------------------------- END Q&A PAGE ----------------------------------------*/
/* --------------------------------------- POLICY PAGE --------------------------------------------*/
.invoicePolicyPage .lcs-main-template{
	height: 2500px;
}

/* --------------------------------------- END POLICY PAGE --------------------------------------------*/



/* --------------------------------------- OTHER DEVICES ----------------------------------------*/

@media(max-width:480px){

	body{
		font-size: 12px !important;
	}

	h1 {
		font-size: 20px !important;
		margin-top: 84px !important;
	}

	h2 {
		font-size: 27px !important;
	}

	.lcs-main-template {
	position: relative;
	margin: 0px auto;
	opacity: 0.99;
	height: 1100px;
	max-width: 860px;
	padding: 10px 10px;
	background-color: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid white;
	overflow: hidden;
	-webkit-box-shadow: 0px 7px 9px 7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 9px 7px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 9px 7px rgba(0,0,0,0.75);
	font-size: 12px !important;
	overflow-x: hidden;
	}

	#divInvCompanyLogo>a{
		border: 0px;

	}

	#invTable th:first-child{
		width: 36%;
	}

	#divInvFooter {
		position: absolute;
		bottom: 25px;
		right: 10px; 
		left: 10px; 
	}

	#divInvInfo input {
		text-align: left; 
	}

	#invCompanyName{
		font-size: 15px !important; 
	}

	#invTitle{
		font-size: 17px !important;
	}

}

@media(max-width:767px){

	h1 {
		font-size: 23px;
		margin-top: 90px;
	}

	h2 {
		font-size: 31px;
	}

	.lcs-table-item-action {
		margin-left: -5px;
		display: inline-block; 
	}

	.lcs-dropdown-menu {
		left: -185px !important;
		top: -123px !important; 
	}
	.inv-header-main-intro{
		float: none;
		margin: 0px auto;
	}
	.inv-header-main-actions{
		float: none;
		margin: 0px auto;
	}
 	.inv-header-social-icons{
 		padding-top: 5px;	
 	}
 	.navbar-fixed-top-xs
    {
	    position: fixed;
	    top: 0px;
	    right: 0px;
	    left: 0px;
	    z-index: 1030;
	    padding-top: 0px;	    
    }
    .navbar-nav{
    	margin:0px;
    }
    .navbar-toggle{
    	margin-top: 0px;
    	background-color: #f6f3e0;
    }

    .navbar-toggle:focus{
		background-color: #f6f3e0 !important;
    }

    .navbar-toggle:hover{
		background-color: #E7E3CC !important;
    }
    .navbar-toggle:active{
		color:#eee;text-shadow:0 0 1px #666;text-decoration:none;box-shadow:0 0 4px #222 inset;opacity:1;
    }
    .navbar-toggle .icon-bar{
    	background-color: #288e88 !important;
    }
	.inv-header{
		padding-top: 20px;
	}

    .inv-header-logo{
    	width: 25%;
		margin-top: -15px;
		z-index: 1031;
		position: relative;
		float: right;    	
    }
	.circleBase{
		height: 35px;
		width: 35px;
	}

	.lcs-main-tools-box>.row>.col-xs-4{
		padding: 0px;
	}
}


/*
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
*/
@media(min-width:1200px){


}
@media(min-width:1520px){
	.container-fluid{
		width: 1520px;
	}
}


/* --------------------------------------- OTHER DEVICES ----------------------------------------*/

/* --------------------------------------- OFF CANVAS ----------------------------------------*/
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

/* --------------------------------------- END OFF CANVAS ----------------------------------------*/