/* CSS Document */




body{
	margin-top:0px;
	margin-bottom:100px;
	background-color: #f2f2f2;
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
    background-position: 0px 40px!important;
    -moz-background-size: 100%;
    background-size: 100%;
    background-size: cover;
    background-position: top center;
/*	font-family:roboto_condensedregular;*/
/*	font-family:robotolight;*/
	font-family:robotoregular;
	font-family:14px;

}

.contai ner{min-width:100%; margin-left:50px;border:0px solid #000000;}
.navbar-inverse{
	
	background-color: #17a6e2;
    border-color: #17a6e2;
	
}

.nav-left-padding{
	margin-left:50px;	
}

.navbar-brand {
  padding: 0px;
  background:#fff;
  width:150px;
}
.navbar-brand>img {
  height: 100%;
  padding: 10px;
  width: auto;
}
.navbar-brand:hover {
	 background:#fff!important;
	}

/**/
@media(max-width:768px) {
.navbar-default{
    
    background:transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #F8F8F8;
}

.navbar-header{
    background:#F8F8F8;
}
.page_footer img{
    height:20px;
    
}
.page_footer{
    padding:0px;
}
.page_footer .copyright {
    padding: 0px 0px!important;
 }
.navbar{
	border:0px;
}
/**/
}

.btn{

-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
	
}
.panel, .well{
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
border:0;
	
}

.alert{
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;

}


.panel .panel-heading{
	border-bottom:2px solid #17A6E2;
	background-color:#EFEFEF;
}

.panel .panel-heading h1{
	font-size:22px;
	margin:0;
	font-family:roboto_condensedregular;
	
}
.panel .panel-body{
	padding:30px!important;	
	padding-top:20px!important;	
}


.user-menu span{font-size:18px;}
.page-title{
	background-color:#EFEFEF;
	border-bottom:2px solid #17A6E2;
	font-size:22px;
	padding:10px;
}

.page_footer{
	width:100%;
    position: fixed;
    bottom: 0px;
    padding: 10px;
	padding-right: 90px;
	border-top:2px solid  #17a6e2;
    background: #F8F8F8;
	z-index:1000;
	margin-left:35px;
	

}
.copyright, .copyright a {
    color: #17a6e2;
}

.copyright {
    font-size: 11px;
    font-style: italic;
    padding: 5px 20px!important;
    text-align: right;
}


/*  form */

.tbl-form{width:100%;}
.tbl-form th,
.tbl-form td{
	vertical-align:top;
	padding:10px;
	padding-left:0;

}
.tbl-form th{
	padding:10px 5px;
	font-weight:normal; 
	vertical-align:bottom; 
	padding-bottom:0px;
	padding-top:15px;
	padding-left:8px;
	font-size:15px;
}
.form-control{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
/*	border:1px solid #d8d8d8;*/
	border:1px solid #b4b2b2;
	bor der-bottom:2px solid #17A6E2;
	padding:10px;
	height:35px;


/*
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
*/
box-shadow:none;
}

/* exception padding to .form-control */
input[type=date].form-control,
input[type=time].form-control{
    padding: 0 15px;
}


input[type="range"]{
	border:0px solid #fff!important;
}

.button-bar{
	background-color:#EFEFEF;
	padding:10px;
	border-top:0px solid  #74CCF5;
	h eight:66px;
	margin-top:-20px;
}

.btn{
	border-bottom:1px solid #ccc;
	background-color:#00ABE3;
	color:#fff;
	
}


.btn{
    padding: 6px 16px;
    border: 0;
    outline-offset: none;
}

.btn:hover{
    background-color: #00ABE3;
    color: #fff;
}

.btn:active{
    background-color: #4c788a!important;
    color: #fff!important;
	outline:none;
	outline-offset: none;
	border:0;
}

.search{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	border:1px solid #CCCCCC;
	bor der-bottom:2px solid #17A6E2;
	padding:5px;
	height:32px;
	margin-right:-5px;
	width:120px;
	
}

.list-top-controls button{
	
	margin-top: -3px;
	
}
.list-top-controls{
	padd ing: 10px 10px;
}

.input-group{
	width:100%;
	margin-bottom:15px;
}
.input-group-addon {
	
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
	border:0;
    border-bottom:2px solid #17A6E2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:50px!important;
}

.btn-file{
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eeeeee;
	border:0;
    bo rder-bottom:2px solid #17A6E2;
	border:1px solid #b4b2b2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 1px;
	
	padding-top:8px!important;
	padding-left:12px;
	width:40px!important;
	height:40px;
}

/*
.btn-file:hover{
	background-color: #17A6E2;
	border-bottom:2px solid #17A6E2;
}
*/

.btn-primary:hover {
    color: #fff;
    background-color: #eeeeee;
    border-color: #b4b2b2;
	color: #555;
}
.input-group-addon i{color:#17A6E2;}

.form-hr{margin-top:10px;}


.myinput

/*  end form */


/* table grid */


.table-striped th{
	padding:8px 5px;
}

.table-striped td{
	padding:8px 5px;
	}

/* end table grid */

/* dashbaord */

.widget.panel, .widget .panel {
    overflow: hidden;
}
.row-table {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
}

.row-table>[class*=col-] {
    display: table-cell;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
}
.widget {
    margin-bottom: 20px;
    border: 0;
}

.bg-primary-dark {
    background-color: #2f80e7;
    color: #fff!important;
}
.bg-primary {
    background-color: #5d9cec;
    color: #fff!important;
}

.bg-purple {
    background-color: #7266ba;
    color: #fff!important;
}
.bg-purple-dark {
    background-color: #564aa3;
    color: #fff!important;
}
.bg-purple small {
    color: #ffffff;
}
.bg-green {
    background-color: #37bc9b;
    color: #fff!important;
}

.bg-green-dark {
    background-color: #2b957a;
    color: #fff!important;
}
/*-----------*/
.bg-orange {
    background-color: #ffab34;
    color: #fff!important;
}

.bg-orange-dark {
    background-color: #FF8F34;
    color: #fff!important;
}

.bg-blue {
    background-color: #5dc9ea;
    color: #fff!important;
}

.bg-blue-dark {
    background-color: #23b7e5;
    color: #fff!important;
}

.bg-pale {
    background-color: #739aa6;
    color: #fff!important;
}

.bg-pale-dark {
    background-color: #3b778a;
    color: #fff!important;
}

.bg-violet {
    background-color: #739aa6;
    color: #fff!important;
}

.bg-violet-dark {
    background-color: #8e3cb9;
    color: #fff!important;
}

.bg-pink {
    background-color: #a562cf;
    color: #fff!important;
}

.bg-pink-dark {
    background-color: #884eac;
    color: #fff!important;
}

.bg-red {
    background-color: #f48787;
    color: #fff!important;
}

.bg-red-dark {
    background-color: #e25555;
    color: #fff!important;
}

.bg-palegreen {
    background-color: #9dc085;
    color: #fff!important;
}

.bg-palegreen-dark {
    background-color: #7caa5b;
    color: #fff!important;
}

.pv-lg {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.mt0 {
    margin-top: 0!important;
}



.fa-3x {
    font-size: 3em;
}

/* end dashboard */




.icheck-ul{
    margin: 0;
    padding: 0;
    list-style: none;
	
}
.icheck-ul li{
	line-height:2.2em;
}



.add-more-field .input-group-addon{
	cursor:pointer;
}


.glyphicon-plus{
	color:#17A6E2;
}
.glyphicon-minus{
	color:rgba(255,0,4,1.00);
}


.glyphicon-remove{
    color:red;
}


/*.color-block:nth-child(odd){*/
.col or-block{
	background-color:#F7F7F7; 
	display:inline-block; 
	width:100%
}



.color-block{
    padding-top: 15px;
    padding-bottom: 5px;

}








.copy:last-child{
	background-color:#FF0004!important;
}


.qtnrows{
    margin-right: -10px;
    margin-left: -10px;  
}


.toClone{position: relative;}

/*
.toClone{
	background-color:#f3f3f3; 
	display:inline-block; 
	width:100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 5px solid #fff;
}



@media(min-width:1199px) {
    .toClone{
        padding-bottom: 0px;
        padding-top: 12px;
        border-bottom: 0px solid #fff;
    }
}
*/

.toClone{
	background-color:#f3f3f3; 
	display:inline-block; 
	width:100%;
    padding-top: 10px;
    padding-bottom: 0px;
    border-bottom: 5px solid #fff;
    height: 160px;
}



@media(min-width:1199px) {
    .toClone{
        padding-bottom: 0px;
        padding-top:8px;
        border-bottom: 0px solid #fff;
        height: 50px;
    }
}


@media(max-width:768px) {
    .toClone{
        padding-bottom: 0px;
        padding-top:8px;
        border-bottom: 5px solid #fff;
        height: 260px;
		
    }
	

	
}

.remove-icon{
    position: absolute;
    bottom: 11px;
    right: 10px;
}


@media(min-width:1199px) {
 .remove-icon{
    bottom: 8px;
    right: 10px;
  }
}

@media(max-width:768px) {
.remove-icon{
    bottom: 13px;
}

}

.po-product-wrapper .glyphicon-remove {
    font-weight: normal;
    font-size: 12px;
    background-color: #cfcbcb;
    height: 35px;
    border: 1px solid #cfcbcb;
    padding: 11px;  
}




/* css override version 1 */

label{
    font-weight: normal;
    font-family: robotoregular;
    font-size: 13px;
    color: #17A6E2;
}
.panel-body .row div[class|='col'] {
    padding-left: 10px;
    padding-right: 10px;
}
select{
    padding: 0 15px!important;
}
.form-control{font-size: 14px}
.panel-body .row div[class|='col'] h4{
    font-weight: normal;
    font-size: 16px;
    font-weight: 400;
    color: #0d0d0d;
    
}

.panel-body .row div[class|='col'] strong{
    font-weight: normal;
    font-family: robotoregular;
    font-size: 13px;
    color: #17A6E2;
    display: block;
    margin-bottom: 4px;
}

.btn-file{
    width: 35px;
    height: 35px;
    padding-top: 8px;
}
.input-group-addon{
    border: 1px solid #b4b2b2;
}


.list-top-controls.well{
    padding: 10px 20px;
    margin-bottom: 0;
}

.table-responsive img{
    b ackground-color: #c0c0c0;
    border: 1px solid #c0c0c0;
    padding: 5px;
}




.filterable {
    margin-top: 0px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}


.table-striped > thead > tr{

    background-color: #f9f9f9;

}


.table-grid th{
    font-weight: normal;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00ABE3;
    border-color: #00ABE3;
}

.list-top-controls.well {

    padding: 10px 20px;
    box-shadow: none;

}

.table > thead > tr > th{
    border: 0;
    border-top: 0px solid #e7e7e7!important;
    padding-bottom: 15px;
    background-color: #e7e7e7;
}
.btn-filter{
    margin-top: 5px;
    margin-bottom: -5px;
}

.filterable .filters input{margin-bottom: -6px;}

.filterable .filters input[disabled]{margin-bottom: 0px;}
    
}

.no-padding{
    padding: 0;
}
.top-bottom-border{
        border-top:1px double #d7d2d2;
    border-bottom:1px solid #d7d2d2;

}

.grandTotalWrapper .form-group{
    position: relative;
}

.grandTotalWrapper{
    padding: 5px 15px;
}

.grandTotalWrapper label{
    display: block;
    float: left;
    width: 20%;
    margin-left: -22%;
    margin-top: 8px;
}

.grandTotalWrapper input{
    display: block;
    float: right;
    width: 100%;
}