body{
	font-family: "Open Sans", sans-serif;
}
}
.fl-l{
	float: left;
}
.fl-r{
	/* float: right; */
}
h1{
	color: #84be3f;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #84be3f;*/
	font-weight: bold;
	text-align: center;
}
.calc_wrap {
    width: 100%;
    margin: auto;
    position: relative;
    overflow-x: hidden;
        margin-top: 70px;
}
._cat_section{
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;
/*        box-shadow: 0 4px 2px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 4px 2px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 4px 2px 0 rgba(32, 33, 36, 0.28); */
    margin-bottom: 30px;
        padding: 10px 30px;
}
._cat_section ._title-sec{
	background: #ccc;
	color: #243e8c;
	float: left;
	width: 100%;
	clear: both;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	/*padding: 0px 20px;*/
	margin-top: 20px;
	/*margin-bottom: 20px;*/
}


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



/*header*/
.sq_label_button
{
	    display: inline-block;
    width: 50%;
    text-align: right;
}
.left_title_box h2 {
    color: #003468;
    margin-bottom: 0px;
    font-size: 25px;
    margin: 0px;
}
.left_title_box{
	width: 50%;
}
.top_section_title {
    width: 100%;
    display: flex;
    min-height: 50px;
    align-items: center;
}
.blue {
    color: #003468;
}
.hr-after:after {
    position: relative;
    z-index: 0;
    display: block;
    margin: 15px 0 0;
    width: 60px;
    border-bottom: 6px solid #84bf41;
    content: '';
}
.wrpper_box_container{
	background-image: url(../images/background.png);
	background-size: cover;
	background-size: contain;
	padding-bottom: 190px;
}
.total_sec span:first-child{
    /*margin-right: 100px !important;*/
}
/*end new*/
span._unit_text_._label{
    font-size: 21px;
    color: #003468;
}
._cat_section ._title-sec h3{
	margin: 0;
	font-weight: 600;
    font-size: 25px	;
    margin-bottom: 25px;
}
.division-total-text{
	    font-weight: 500;
    font-size: 23px;
    margin-bottom: 70px;
    color: #003468;
}
.division-total{
font-weight: 300;
    font-size: 27px;
    margin: 0px 5px;
    line-height: 51px;
    /* color: #84be3f; */
    color: #003468;
    font-weight: 600;
    margin-left: 15px;
    margin-right: 15px;
}
._cat_section ._right_cat_{
	padding: 20px 0px;
}
input[type="number"]{
	width: 60px;
	padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    border: none;
    resize: vertical;
    border-bottom: solid 2px #e6e6e6;
    color: #001e5a;
    border-radius: 0;
    outline: 0 !important;
    text-align: center;
}
.calc_wrap form{
	margin-top: 30px;
	margin-bottom: 40px;
}
._boxes_{
	width: 100%;
	float: left;
}
._boxes_ ._box_wrap_{
	width: 100%;
	float: unset;
	display: flex;
	margin: auto;
	flex-wrap: wrap;
}
._box_wrap_ ._box:last-child{
	margin-right: 0px;
}
.breakdown-title span._label_{
	font-size: 15px;
}
._boxes_ .cat-breakdown-total {
    width: 100%;
    float: unset;
    display: flex;
    justify-content: space-around;
    background: #f5f5f5;
    margin: 0px auto;
}
.adj_bottom._boxes_ .col-md-12:first-child .cat-breakdown-total{
	margin-bottom: 0px;
}
._boxes_ ._box {
    text-align: center;
    margin-right: 2%;
    float: left;
    width: 23%;
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 0px;
    /*box-shadow: 0 0 3px #00000038;*/
    padding-bottom: 12px;
    min-height: 271px;
    padding: 5px;
}
._boxes_ ._box span._qty{
	display: inline-block;
	margin: 5px 13px;
	font-weight: 500;
	font-size: 15px;
}
._boxes_ ._box img{
	display: block;
	margin: auto;
	width: 50%;
}
.cat-breakdown-total {
    float: right;
    /*padding-right: 30px;*/
}
.cat-breakdown-total .breakdown-title {
    text-align: left;
    padding: 10px 0px;
    font-size: 17px;
    display: flex;
    padding: 10px 4px;
}
.breakdown-title span._sub_{
    font-size: 20px;
    font-weight: normal;
    color: #003468;
    background-color: white;
    width: 60px;
    text-align: center;
    margin-left: 0px;
        padding: 0px;
    height: 34px;
        border-bottom: solid 2px #e6e6e6;
}
._size_{
    font-size: 16px;
    font-weight: bold;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px 15px;
}
.breakdown-title span._label_{
    /* float: left; */
    width: 64px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: right;
    /* justify-content: flex-end; */
    align-items: center;
    color: black;
    font-weight: 500;
    justify-content: flex-end;
    margin: 5px 13px;
        padding-right: 5px;
}
._cat_section ._box h4{
    font-size: 16px;
    color: #243e8c;
    font-weight: bold;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#total, ._cat_section ._title-sec{
	    background: #fff;
	    color: #003468;
} 
#total.scroll_bottom{
    position: fixed;
    bottom: 206px;
    /*bottom: 0px;*/
}
#total{
    width: 100%;
    transition: .3s;
    z-index: 99999;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 1140px;
	justify-content: space-between;
	padding: 20px;
	color: #003468;
	position: static;
	bottom: 0;
	background: #cccccc;
	align-items: flex-start;
        position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: inherit 25px;
}
._left{
        margin-bottom: 10px;
        margin-left: 10px;
}
#total .total_sec{
	margin-bottom: 5px;
	/*border-bottom: 1px solid #7d7d7d;*/
}
#total ._text_ {
    font-size: 19px !important;
    text-align: right;
    font-weight: 500;
    margin-right: 0px !important;
    min-width: 250px;
    /*display: flex !important;*/
    /*float: left;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}
span.w-adj-m {
    width: 347px;
    float: left;
}
.m-adj{
    margin-right: 2px;
}
span.table_name._text_.m-adj {
    padding-right: 1rem !important;
}
#total ._left h2{
	font-weight: bold;
    font-size: 33px;
    margin-bottom: 2rem;
}
.pointer{
    cursor: pointer;
}
#total ._left i{
font-size: 25px; margin-right: 15px;
display: inline-block;
}
#total .total_sec span{
	margin-right: 30px;
	display: inline-block;
	text-align: right;
	font-size: 20px;
}
#direct{
	    justify-content: unset;
}
#total .total_sec span.total_num{
	font-size: 25px;
	/* float: right; */
	font-weight: 500;
	margin-right: 15px;
}
#total .total_sec span._label{font-size: 16px;}
#total .text-right{
	text-align: right;
}
._box p{
	min-height: 40px;
}

.fa-print{
	cursor: pointer;
}

/*footer*/


.footer-2 {
    padding: 40px 0 30px;
    background-color: #002c51;
    color: #fff;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.footer-2 ul img.logo-footer {
    float: left;
    margin-right: 25px;
    vertical-align: bottom;
    display: inline-block;
}
.footer-2 ul li a {
    color: #fff;
    margin-right: 10px;
    font-size: 11px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.social-icons {
    float: right;
}
.footer-2 ul li a {
    color: #fff;
    margin-right: 10px;
    font-size: 11px;
}
.footer-2 p {
    color: #5d7890;
    font-size: 11px;
}
.footer-2 ul.foo-menu li a {
    color: #5d7890;
    font-size: 11px;
}
.download_right {
	width: 100px;
	text-align: center;
}
.download_right span{
	display: inline-block;
	margin-left:20px; 
}
.download_right span i{
	font-size: 20px;
}
span i{
	cursor: pointer;
}

    table{
     margin-top: 30px;   
    }
    .td{
        color: #003468;
        font-weight: 500;
        font-size: 20px;
    }
    th{
        color: #003468;
    }
    table{
        display: none;
    }



    @media only screen and (max-width: 768px){
        ._boxes_ ._box{
            width: 100%;
            margin-right: 0px;
        }
        #total .total_sec span.total_num {
        font-size: 18px;
        margin-right: 15px;
        }
        #total ._left h2 {
        font-size: 16px;
        }
        #total ._text_{
                min-width: auto;
            margin-right: 5px !important;
        }
    }

    input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{
        outline: none !important
    }





/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: -143%;
    right: -96%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 233px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #000;
    background-color: hsla(46, 87%, 82%, 0.94);
    color: #000;
    content: attr(data-tooltip);
    text-align: left;
    font-size: 10px;
    line-height: 1.3;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    display: none;
  position: absolute;
  bottom: 0%;
  right: 0%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media(max-width: 760px){
    #total{
        display: block;
    }
    #total .total_sec{
        display: flex;
    }
    #total input[type="number"]
    {
            width: auto;
    height: auto;
    min-height: auto;
    font-size: 13px;
    }
    #total .total_sec span {
    margin-right: 30px;
    display: inline-block;
    text-align: right;
    font-size: 15px !important;
    }
    #total.scroll_bottom {
    bottom: auto;
    position: relative;
    }
    .wrpper_box_container{
        padding-bottom: 100px;
    }
    #total{
        position: relative;
    }
    [data-tooltip]:before {
    position: absolute;
    bottom: -323%;
    right: -120%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 233px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #000;
    background-color: hsla(46, 87%, 82%, 0.94);
    color: #000;
    content: attr(data-tooltip);
    text-align: left;
    font-size: 10px;
    line-height: 1.3;
    }
    .sq_label_button{
        text-align: left;
    }
    .sq_label_button .radio-inline{
        margin-left: 14px;
        margin-bottom: 10px;
    }
    .download_right span{
        margin-left: 0;
        display: block;
    }
    .download_right span i {
        margin-bottom: 10px;
    }
    .list-xs-block .logo-footer {
        float: none !important;
    }
    .list-xs-block li {
        display: block;
        padding: 6px 0;
    }
    .social-icons{
        float: left;
    }
    .social-icons .list-inline>li{
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }
}