﻿@charset "utf-8";
/* CSS Document */
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

body {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif !important;
}

/*=====================Admin Dashboard=======================*/
.border {
    border-bottom: 1px solid #747474;
    padding-bottom: 25px;
    padding-top: 60px;
}
.pad-right-nill {
    padding-right:0;
}
/*tab*/
.tab-content {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    margin-bottom: 20px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ffbe00;
    color: #000;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    cursor: default;
    background-color: #ffbe00;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    color: #6A6A6A;
}


/*tab*/

/*********************menu***********************/
.navbar-collapse {
    padding: 0;
}

.kk-nav {
    margin: 30px 0 20px;
    border-radius: 0;
    background-color: #3A3A3A;
    text-align:center;
}
.navbar-nav {
    float:none;
}
    /*.kk-nav .navbar-nav > li > a {
        color: #424242;
        transition: all ease-in-out 0.3s;
        padding: 15px 51px;
    }*/
    .kk-nav .navbar-nav > li > a {
        color: #ffbe00;
        transition: all ease-in-out 0.3s;
        padding: 15px 51px;
    }

        /*.kk-nav .navbar-nav > li > a:hover,
        .kk-nav .navbar-nav > li > a:focus {
            color: #000;
        }*/
        .kk-nav .navbar-nav > li > a:hover,
        .kk-nav .navbar-nav > li > a:focus {
            color: #ffbe00;
            opacity:0.7;
        }

    .kk-nav .navbar-nav > li {
        margin-right: 32px;
        float:none;
        display:inline-block;
    }

        .kk-nav .navbar-nav > li:last-child {
            margin: 0;
        }
/*********************menu***********************/
.head-text {
    color: #575757;
    font-size: 28px;
    margin: 32px 0 0;
    text-transform: uppercase;
}

.head-text2 {
    color: #575757;
    font-size: 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.head-text span {
    color: #000000;
}

.head-text2 span {
}

.formal-text {
    color: #6d6a6a;
    float: left;
    font-size: 13px;
    width: 150px;
    line-height: 30px;
    margin: 0;
}

.text {
    margin-bottom: 5px;
}

    .text span {
        display: inline-block;
        float: left;
        margin: 0;
        text-align: right;
        width: 80px;
        font-size: 13px;
        color: #6d6a6a;
        line-height: 30px;
        width: 64px;
    }

.kk-btns {
    background-color: #ffbe00;
    border: 0 none;
    color: #000000;
    display: inline-block;
    float: left;
    margin-left: 20px;
    outline: 0 none;
    padding: 5px 15px;
    width: 95px;
}

.secondary-header {
    color: #575757;
    display: inline-block;
    font-size: 20px;
    margin: 0;
}

.erp-code {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
}

    .erp-code input.erp {
        width: 14%;
        float: left;
        padding: 4px 10px;
        color: #000000;
        outline: 0;
        border: 1px solid #dddddd;
        margin-right: 5px;
    }

    .erp-code input.company {
        width: 39%;
        float: left;
        padding: 4px 10px;
        color: #000000;
        border: 1px solid #dddddd;
        outline: 0;
        margin-right: 5px;
    }

    .erp-code input.email {
        width: 32%;
        float: left;
        padding: 4px 10px;
        color: #000000;
        outline: 0;
        border: 1px solid #dddddd;
        margin-right: 5px;
    }

.search-btn {
    background-color: #ffbe00;
    border: 0 none;
    color: #000000;
    display: inline-block;
    float: left;
    outline: 0 none;
    padding: 5px 17px;
    width: 12.5%;
}

.table tr td, th {
    border: 1px solid #bdbdbd;
    padding: 10px;
    height: 60px;
}

.table table {
    font-size: 13px;
}

    .table table tr {
    }

tr.table-header {
    background-color: #dddddd;
    color: #6d6a6a;
    font-weight: bold;
}

tr.table-bg {
    background-color: #efefef;
    color: #6d6a6a;
}



select.select {
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #6d6a6a;
    padding: 4px 10px;
    position: relative;
    text-overflow: "";
    width: 100%;
}

.setect-option {
    width: 27%;
    position: relative;
    float: left;
    margin-right: 5px;
}

select.select:focus {
    outline: none;
    border-color: #dddddd;
}

.setect-option:after {
    background-image: url("../images/dropdown.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    height: 40px;
    position: absolute;
    right: -13px;
    top: 3px;
    width: 40px;
    z-index: -1;
}

p.footer-text {
    text-align: center;
    margin: 0;
    color: #6d6a6a;
    padding-top: 10px;
    padding-bottom: 30px;
}

    p.footer-text a {
        color: #6d6a6a;
    }

        p.footer-text a:hover {
            color: #6d6a6a;
            text-decoration: none;
        }

.send-btn {
    background-color: #ffbe00;
    border: 0 none;
    color: #000000;
    display: inline-block;
    float: left;
    outline: 0 none;
    padding: 5px 17px;
}

.list-box select {
    padding: 0 15px;
}

    .list-box select option {
        margin: 0 0 4px 0;
    }

/*=====================Admin Dashboard=======================*/

/*=====================Submit Preview=======================*/
p.purchase {
    color: #6d6a6a;
    margin: 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.order-details {
    width: 100%;
    margin: 0 auto 15px;
    padding: 25px;
    background-color: #fafafa;
    border: 1px solid #dddddd;
}

table.kk-table tr td {
    color: #6d6a6a;
    font-size: 13px;
    padding: 1px 10px;
}

.right-kk-btn {
    background-color: #ffbe00;
    border: 0 none;
    color: #000000;
    display: inline-block;
    float: right;
    margin-right: 3px;
    outline: 0 none;
    padding: 6px 15px;
    width: 100px;
}

.exporter {
    display: inline-block;
    /*float: left;*/
    line-height: 32px;
    margin: 0 20px 0px 0;
    color: #989898;
}
.exporter2 {
    display: inline-block;
    float: left;
    line-height: 32px;
    margin: 0 20px 0px 0;
    color: #989898;
}


    .exporter span {
        color: #6d6a6a;
        font-weight: bold;
    }

.edit-btn {
    background-color: #ffbe00;
    border: 0;
    color: #000000;
    display: inline-block;
    float: left;
    margin-right: 5px;
    outline: 0 none;
    padding: 6px 15px;
    width: 48%;
}

.prev-btn {
    background-color: #ffbe00;
    border: 0;
    color: #000000;
    display: inline-block;
    float: right;
    outline: 0 none;
    padding: 6px 15px;
    width: 48%;
}

.total {
    background: #f7f7f7;
    padding: 10px 25px;
    color: #6d6a6a;
}

.grand-total-box {
    width: 1005;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.Gtotal {
    color: #6d6a6a;
    float: left;
    font-size: 13px;
    line-height: 30px;
    margin: 0 8px 0 0;
}

    .Gtotal span {
        color: #d70000;
    }

.save-btn, .print-btn {
    background-color: #ffbe00 !important;
    border: 0 !important;
    color: #000000;
    display: inline-block;
    float: left;
    margin-right: 5px;
    outline: 0 !important;
    padding: 6px 23px !important;
    width: 100px !important;
}

.table-footer {
    background-color: #e8e8e8;
    color: #6d6a6a;
}
/*=====================Submit Preview=======================*/

/*=====================Submit Preview=======================*/
.form {
}

.pad-nill {
    padding: 0;
}

.form label {
    margin: 0;
    padding-right: 8px;
    text-align: right;
    width: 138px;
    float: left;
    color: #6d6a6a;
}

.form-group {
    width: 100%;
    float: left;
}

.exporter-details {
    background-color: #efefef;
}

.form input {
    outline: 0;
    border: 1px solid #CACACA;
    background-color: #f9f9f9;
    width: 287px;
    padding: 5px 10px;
}

.form textarea {
    width: 83.3%;
    background-color: #f9f9f9;
    padding: 5px 10px;
    outline: 0;
    border: 1px solid #CACACA;
    ;
}


/*=====================Submit Preview=======================*/
/*=====================Log In=======================*/
.log-inbox {
background-color: #efefef;
margin: 28px auto 0;
padding: 30px;
text-align: center;
width: 480px;
}
    .log-inbox img {
        margin: 0 0 25px;
        width: 18%;
    }

.log-in-form input {
background-color: #f9f9f9;
border: 0 none;
color: #000;
margin-bottom: 30px;
outline: 0 none;
padding: 10px 20px;
width: 100%;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; }

.log-in-form .LogIn-Btn {
background-color: #ffbe00;
border: 0 none;
color: #000000;
display: block;
margin: 0 auto;
outline: 0 none;
padding: 6px;
}

.login-footer-text {
    text-align: center;
    margin: 40px 0;
    color: #333232;
    font-size: 13px;
}

/*=====================Log In=======================*/

/*====================Register As =======================*/
.download-btn {
    background-color: #ffbe00;
    border: 0 none;
    color: #000000;
    display: inline-block;
    float: left;
    outline: 0 none;
    padding: 5px 17px;
    margin-left: 5px;
}

    .download-btn:before {
        content: "\f000";
        font-family: FontAwesome;
    }

.erp-code input.company2 {
    width: 28%;
    float: left;
    padding: 4px 10px;
    color: #000000;
    border: 1px solid #dddddd;
    outline: 0;
    margin-right: 5px;
}

select.select2 {
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #6d6a6a;
    padding: 4px 10px;
    position: absolute;
    text-overflow: "";
    width: 100%;
    z-index: 2;
    back;
}

.setect-option2 {
    width: 97%;
    position: absolute;
    float: left;
    margin-right: 5px;
    background-color: transparent;
    height: 29px;
    top: 0;
    left: 8px;
    z-index: 3;
    padding: 2px 5px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.setect-option2:after {
    background-image: url("../images/dropdown.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    height: 40px;
    position: absolute;
    right: -13px;
    top: 3px;
    width: 40px;
    z-index: 1;
}

.list-box {
    background: #f9f9f9 none repeat scroll 0 0;
    overflow-y: scroll;
    padding: 0px;
    width: 100%;
}

    .list-box::-webkit-scrollbar {
        width: 16px;
    }

    .list-box ul {
        padding: 15px;
        margin: 0;
    }

        .list-box ul li {
            list-style-type: none;
            padding: 3px 0;
            color: #989898;
        }

.dlt-btn {
    background-color: #ffbe00;
    border: 0 none;
    color: #000000;
    display: inline-block;
    margin-right: 5px;
    outline: 0 none;
    padding: 6px 23px;
}
/*.dlt-btn {
    border: 0 none;
    color: #000000;
    display: inline-block;
    margin-right: 5px;
    outline: 0 none;
    padding: 7px 17px;
    background-image: url(../images/Delete.jpg);
    background-position: 0px 0;
    background-repeat: no-repeat;
}*/

/*====================Register As =======================*/
/*====================USER Dash Board =======================*/
.user-dashboard {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.dashboard-form {
    background-color: #efefef;
    margin: 0 auto;
    padding: 30px 15px;
    width: 80%;
    border: 1px solid #CACACA;
}

    .dashboard-form input {
        border: 1px solid #CACACA;
        height: 40px;
        outline: 0;
        padding: 10px;
        width: 100%;
        color: #6d6a6a;
    }

.disable-btn {
    cursor: not-allowed !important;
}

.right-kk-btn.disable-btn {
    cursor:not-allowed;
}

.kk-btns.disable-btn {
    cursor:not-allowed;
}

.print-btn.disable-btn {
    cursor:not-allowed;
}

.dashboard-form textarea {
    border: 1px solid #CACACA;
    height: 80px;
    outline: 0;
    padding: 10px;
    width: 100%;
    color: #6d6a6a;
}

.dashboard-form label {
    line-height: 35px;
    text-align: right;
    width: 100%;
    color: #6d6a6a;
    font-weight: normal;
}

.dashboard-form .LogIn-Btn {
    background-color: #ffbe00;
    border: 0 none;
    color: #000000;
    display: inline-block;
    margin: 0 auto;
    outline: 0 none;
    padding: 6px 15px;
    width: 100px;
}
/*Ajax Auto Compelte scroll*/
.autocomplete_completionListElement {
    margin: 0px!important;
    background-color: #fff;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow-y: scroll;
    height: 100px;
    text-align: left;
    list-style-type: none;
    padding-left: 0px;
    z-index:9999999;

}
/*balloon*/
.balloon1, .balloon2, .balloon3, .balloon4 {
    width: 200px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: -41px;
    right: 0;
    display: none;
}

.destination {
    width: 83.4% !important;
}

.dlldestination {
    width: 83.4% !important;
    height: 35px;
    padding: 5px 10px;
    background-color: #f9f9f9;
}

label.year {
    width: 100%;
    text-align: center;
}
input.sample1 {
    width: 100%;
}
input.sample2 {
    width: 100%;
}
input.sample3 {
    width: 100%;
}
.save-btn:hover {
    text-decoration:none;
    color:#000;
}

/*image btn*/
#ContentPlaceHolder1_btnExportExcel {
    height: 30px;
    margin-left: 5px;
}
.print {
    border: 0 none;
    height: 35px;
    outline: 0 none;
    width: 100px;
}
#ContentPlaceHolder1_cblAwardSelection input {
  float: left;
  width: 18px;
	margin: 0 5px 0 0;
}
#ContentPlaceHolder1_cblAwardSelection {
  border: 1px solid #cecece;
  padding: 4px 15px;
  width: 100%;
}
#ContentPlaceHolder1_cblAwardSelection label {
  text-align: left;
  width: 96%;
}
#ContentPlaceHolder1_cblAwardSelection td {
  height: 20px;
  line-height: 13px;
  vertical-align: middle;
}
/*==landing page==*/
.cup-img {
	width: 100%;
	margin-top: 30px;
}
.exporter_list {
	padding:0;
	margin:0;
}
.exporter_list li {
	background-image: url("../images/bullets.png");
	background-position: 0 14px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 15px 30px;
	position:relative;
	border-bottom:1px solid #747474;
}
.exporter_list li:last-child {
	border-bottom:0;
}
.exporter_list li a {
	display:inline-block;
	color:#333232;
	font-size:13px;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.exporter_list li a:hover {
	color:#000000;
	text-decoration:none;
}
span.value {
	position: absolute;
	right: 0;
	top: 15px;
	width: 20px;
	z-index: 2;
}
.apply_btn {
	background-color: #ffbe00;
	color: #000;
	display: block;
	padding: 6px 0;
	text-align: center;
	width: 130px;
	margin: 15px 0;
	border:1px solid #ffbe00;
	transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;

}
.apply_btn:hover {
	text-decoration:none;
	color:#000000;
	background-color: transparent;
	border:1px solid #ffbe00;
}
.description {
	margin-bottom: 20px;
}
.description > p {
	color: #333232;
	font-size: 12px;
	margin: 0;
}
.description > p:last-child {
	color:#000000;
}
.important_download_link {
	margin-bottom:40px;
}
.important_download_link > h4 {
	margin: 0 0 10px 0;
    text-decoration: underline;
    color: #000;
}
.important_download_link > ul {
	padding: 0 0 0 19px;
    margin: 0;	
}
.important_download_link > ul li {
	
	
}
.important_download_link > ul li a {
	color: #1468A2;	
	transition:all 0.3s ease-in-out;
	-o-transition :all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
.important_download_link > ul li a:hover {
	text-decoration:none;
	padding-left:10px;
}
.edit-btn_2 {
    background-color: #ffbe00;
    border: 0 none;
    color: #000000;
    height: 30px;
    margin-right: 5px;
    outline: 0 none;
    width: 55px;
    margin-bottom:5px;
}
.edit-btn_3 {
    background-color: #ffbe00;
    border: 0 none;
    color: #000000;
    height: 30px;
    margin-right: 5px;
    outline: 0 none;
    width: 55px;
}
.save-btn_mk {
    background-color: #ffbe00 !important;
    border: 0 none !important;
    color: #000000;
    display: inline-block;
    margin-right: 5px;
    outline: 0 none !important;
    padding: 6px 26px !important;
}
#ContentPlaceHolder1_lblMsg_mk {
    /*color: Red;*/
    display: block;
    margin: 10px 0 0 0;
}

/*dropdown menu*/
.submenu {
    background-color: rgba(0, 0, 0, 0.8);
    left: 12px;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 46px;
    width: 437px;
    display:none;
    z-index:30;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.submenu li {
   list-style-type: none;
    margin-bottom: 5px;
    text-align: left;
}
    .submenu li a {
        color:#ffbe00;
    }
        .submenu li a:hover {
            text-decoration:none;
            opacity:0.7;
        }
.kk-nav .navbar-nav > li:hover .submenu {
    display:block;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.nonEditable {
    line-height: 35px;
}
/**/
.next_btn_mk {
    background-color: #ffbe00 !important;
    border: 0 none !important;
    color: #000000;
    display: inline-block;
    float: left;
    margin-right: 5px;
    outline: 0 none !important;
    padding: 6px 23px !important;
    width:285px !important;
}
/*modal*/
.modal-dialog {
  background-color: #fff;
  margin: 70px auto 0;
  position: relative;
  width: 900px;
}
.readOnly {
background-color: rgba(0, 0, 0, 0.1);
cursor: not-allowed;
}
.person_details > ul {
  margin: 0;
  padding: 0;
}

.dashboard-form input:focus,
.dashboard-form textarea:focus,
.form input:focus,
.form textarea:focus,
.log-in-form input:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
    .person_details > ul > li {
        list-style-type:none;
        text-align:right;
        position:relative;
            -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }
    .user_icon {
        border: 1px solid #ffbe00;
        border-radius: 50%;
        color: #ffbe00;
        display: inline-block;
        font-size: 20px;
        height: 34px;
        margin-right: 5px;
        text-align: center;
        width: 34px;
    }
    .user_name {
      color: #000;
font-size: 12px;
    }
.person_details > ul > li > a:hover {
    text-decoration:none;
}
.person_details {
  position: absolute;
  right: 0;
  top: -5px;
  width: 370px;
}
    .person_details > ul > li:hover .log_out {
        display:block;

            -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }
    .person_details ul > li > a {
      font-size: 14px;
    }
.log_out {
    /*background-color: #ffbe00;*/
    right: -4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 34px;
    width: 160px;
    z-index: 60;
    display:none;
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.log_out > li {
  list-style-type: none;
  text-align: right;
}
.log_out > li > a {
  color: #3a3a3a;
  display: block;
  padding: 5px;
  font-size: 14px;
}
    .log_out > li > a:hover {
        text-decoration:none;
    }

.person_header {
    border: 2px solid #ffbe00;
    padding: 5px 14px;
    position: relative;
    display: inline-block;
    margin-top:5px;
}
    .person_header:before {
        background-color: #ffbe00;
        content: "";
        height: 1px;
        left: 152px;
        position: absolute;
        top: 12px;
        width: 380px;
    }
    .person_header:after {
        background-color: #ffbe00;
        content: "";
        height: 1px;
        left: -380px;
        position: absolute;
        top: 12px;
        width: 380px;
    }
.print-icon {
    color: #000;
    font-size: 20px;
}
.print-text {
  color: #000;
}
    .print-text:hover {
        color:#000;
        text-decoration:none;
    }
.angel_prev {
    display: inline-block;
    padding: 6px 30px;
    position: relative;
    color:#000;
    font-weight:bold;
}
    .angel_prev:hover {
        color:#000;
        text-decoration:none;
    }
.angel_prev:before {
    content: "";
    font-family: FontAwesome;
    font-size: 30px;
    left: 9px;
    position: absolute;
    top: -6px;
    color:#000;

        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
    .angel_prev:hover:before {
        left:0px;
        color:#000;
    }

.angel_next {
    display: inline-block;
    padding: 6px 30px;
    position: relative;
    color:#000;
    font-weight:bold;
}
    .angel_next:hover {
        color:#000;
        text-decoration:none;
    }
.angel_next:before {
    content: "";
    font-family: FontAwesome;
    font-size: 30px;
    right: 9px;
    position: absolute;
    top: -6px;
    color:#000;

        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
    .angel_next:hover:before {
        right:0px;
        color:#000;
    }

.bold_text {
    text-align:center;
    font-weight:bold;
    color:#000;
}

.loginMsg {
    color: #000;
    display: block;
    font-weight: bold;
    margin-top: 13px;
    text-align: center;
    width: 100%;
}
.bold_text_Submit {
    text-align: left;
    font-weight: bold;
    color: #000;
}

label.pleaseProvide {
  line-height: 16px !important;
}

.tblDownlaod tr th:first-child {
    text-align:center !important;
}

.angel_prev1 {
    display: inline-block;
    padding: 6px 30px;
    position: relative;
    color:#3A3A3A;
    font-weight:bold;
    display:inline-block;
}
    .angel_prev1:hover {
        color:#3A3A3A;
        text-decoration:none;
    }
.angel_prev1:before {
    content: "";
    font-family: FontAwesome;
    font-size: 25px;
    left: 0px;
    position: absolute;
    top: -6px;
    color:#3A3A3A;

        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
    .angel_prev1:hover:before {
        left:0px;
        color:#3A3A3A;
    }

.angel_next1 {
    display: inline-block;
    padding: 6px 30px;
    position: relative;
    color:#3A3A3A;
    font-weight:bold;
    display:inline-block;
}
    .angel_next1:hover {
        color:#3A3A3A;
        text-decoration:none;
    }
.angel_next1:before {
    content: "";
    font-family: FontAwesome;
    font-size: 25px;
    right: 0px;
    position: absolute;
    top: -6px;
    color:#3A3A3A;

        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
    .angel_next1:hover:before {
        right:0px;
        color:#3A3A3A;
    }
    .selectExport 
    {
        width: 81%;
    float: left;
    margin-left: 195px;
    margin-top: 6px;
    
    }
    .selectExport input
    {
            float: left;
            width:18px;
            margin-right:10px;
        
    }
    .selectExport label 
    {
            width: 87%;
    display: block;
    float: left;
    text-align: left;
    cursor:pointer;
    }












