/* 축소하지 못했습니다. 축소되지 않은 콘텐츠를 반환합니다.
(872,1): run-time error CSS1019: Unexpected token, found '@import'
(872,9): run-time error CSS1019: Unexpected token, found 'url(style.css)'
(873,1): run-time error CSS1019: Unexpected token, found '@import'
(873,9): run-time error CSS1019: Unexpected token, found 'url(mypage.css)'
(874,1): run-time error CSS1019: Unexpected token, found '@import'
(874,9): run-time error CSS1019: Unexpected token, found 'url(table.css)'
(875,1): run-time error CSS1019: Unexpected token, found '@import'
(875,9): run-time error CSS1019: Unexpected token, found 'url(payment.css)'
(881,74): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
*{padding:0;margin:0;}
ul {list-style-type:none;}
img{vertical-align:top;}




/*margin*/
.marginRight{margin-right:10px;}
.marginLeft{margin-left:10px;}
.marginTop{margin-top:10px;}
.marginTop5{margin-top:5px;}
.marginBottom{margin-bottom:10px;}
.alignLeft{text-align:left;}
.alignRight{text-align:right;}
.alignCenter{text-align:center;}
/*float*/
.floatLeft{float:left;}
.floatRight{float:right;}
/*width*/
.width15{width:15%;}
.width47{width:47%;}
.width49{width:49%;}
    .Width400px{
            width:400px;
        }

         .Width500px{
            width:500px;
        }
         
              .Width540px{
            width:540px;
        }

              .Width550px{
            width:550px;
        }

            .Width600px{
            width:600px;
        }
       
header {
    /*background:#323a45; */
    /*height:65px;*/
    width:100%;
    margin:0 auto;

}

/* header nav{
    margin-left:10%;

} */

/*header .k-menu .k-popup .k-item.k-state-default .k-link{*/
header .k-menu .k-item.k-state-default > a.k-link {
    color: #000000;
    background-color: #fff;
}

header .k-menu .k-item.k-state-selected > a.k-link {
    color: #000000;font-weight:bold;
}

header .k-menu .k-item.k-state-hover > a.k-link {
    color: #000000;
}

/*header .k-menu .k-item.k-state-default > span.k-link{
	color: #000000;
}*/


header .k-menu .k-state-border-down > span.k-link {
    font-weight:bold;
    color:#000000;
    background:#fff;
    -webkit-box-shadow:inset 0 3px 8px  rgba(0,0,0,0.125);;
    box-shadow :inset 0 3px 8px rgba(0,0,0,0.125);
}

.k-menu .k-state-default .k-state-border-right > span.k-link {
    font-weight:bold;
    color:#000000;
    background:#fff;
    -webkit-box-shadow:inset 0 3px 8px  rgba(0,0,0,0.125);;
    box-shadow :inset 0 3px 8px rgba(0,0,0,0.125);
}

header .k-menu .k-item.k-state-highlight > span.k-link {
    font-weight:bold;
    color:#000000;
    background:#e8e8e8;
    -webkit-box-shadow:inset 0 3px 8px  rgba(0,0,0,0.125);;
    box-shadow :inset 0 3px 8px rgba(0,0,0,0.125);
        /*#1151FF;*/
}

header .k-link:hover{color:#000000; font-weight:900; }
header .k-widget, header .k-reset, header .k-header, header .k-menu, header .k-menu-horizontal {border:none;}
/*header .k-link, header .k-state-active{background:#323a45;color:#fff;border:none;}*/
header .k-link{background:#fff;color:#000000;border:none;}
header .k-state-active{background:#FFFFFF;color:#000000;border:none;font-weight:900;}
.headerInner{
    min-width:1200px;
    margin:0 auto;
    height:65px;
    background:#FFFFFF;
}

/*header .k-menu, header .k-state-default, header .k-state-border-down {color:#fff;}*/
header .k-menu{color:#000000;}

header .k-state-default{color:#000000;}
header .k-state-border-down {color:#000000;}
/*.k-menu .k-state-default .k-state-border-down {background:#3898e1;color:#323A45;
}*/


/************************** Kendo Grid Custom css 영역 *************************************/

/******************** .k-widget 내 Grid ********************/

/* 그리드 및 Contents 폰트*/
.k-widget .k-grid {
    width:90%;
    margin:0 auto;
}

/* 그리드 Contents Row Height */
/*.k-widget .k-grid td {
    font-size: 13px;
    font-weight:500;
}*/

/* 그리드 컬럼헤더 설정 */
/*.k-widget .k-grid-header-wrap th {
    font-size: 13px !important; 
    font-weight:500;
}*/

/******************** .k-window-content 내 Grid ********************/
/* 그리드 및 Contents 폰트*/
    .k-window-content .k-grid {
        width:100%;    
        margin-bottom:10px;
    }


    /* 그리드 Contents Row Height */
    /*.k-window-content .k-grid td {
        font-size: 13px;
        font-weight:500;
    }*/
    

    /* 그리드 컬럼헤더 설정 */
    /*.k-window-content .k-grid-header-wrap th {
    font-size: 13px !important; 
    font-weight:500;
    }*/


/******************** .k-content 내 Grid ********************/
    .k-content .k-grid {
        width: 100%;
    }

  .k-grid td {
        line-height: 2em;
        font-size: 13px;
        font-weight: 500;
    }

  .k-grid-header-wrap th {
        font-size: 13px !important;
        font-weight: 500;
    }



.k-grid-popup {
    width:100%   !important;
}

/************************** Kendo Grid Custom css 영역 끝 *************************************/


.info{float:right;}
.info li{float:left;}
.info .img {width:46px;height:46px;background:#fff;border-radius:50%;text-align:center;position:relative;top:-13px;text-indent:-9999px;}
.info .name{color:#fff;margin-left:10px;}
.alarm{width:46px;height:46px;background:#fff;border-radius:50%;display:inline-block;float:right;position:relative;top:-13px;margin-left:30px;margin-right:30px;}
.alarm a {padding:0;margin:0 auto;display:inline-block;position:relative;top:10px;left:3px;text-decoration:none;color:#333;}
.alarm a:hover {color:#3898e1;background:none;}

.alarmCount {width:23px;height:23px;background:#ff7c3b;color:#fff;border-radius:50%;text-align:center;display:inline-block;position:relative;top:-40px;left:20px;font-size:14px;
}
.topTooltip{width: 140px; height: 100px; display: none; position:fixed; opacity: 1;}
.k-tooltip-button .k-i-close {background-position:-28px -16px;}

/*footer*/
.loginFooter {min-width:1200px;height:20px;line-height:20px;margin:0 auto;margin-bottom:20px;width:95%;box-sizing:border-box;padding:0 10px;}
footer {background:#fff;}
/*table*/
.table{border-collapse:collapse;border:1px solid #ccc;font-size:13px;}
.table th, table td{border:1px solid #ccc;padding:5px;}
.table th{background:#eee;}

/*conten*/
.pageTlt {font-size:18px;font-weight:normal;margin-bottom:10px;}
.pageTlt:before {width:8px;height:20px;content:'';display:inline-block;background:#3898e1;margin-right:10px;position:relative;top:3px;}
.tltBorder{border-bottom:1px solid #faa153;padding-bottom:10px;}
.srch .subTlt{font-size:13px;margin:10px 0;width:100%;}
.eapproval01{font-size:13px;margin:10px 0;width:60%;display:inline-block;}
.eapproval02{float:right;font-size:13px;margin:10px 0;width:38%;display:inline-block;}
.subTlt, .subTlt label{text-align:left;width:90%;margin-bottom:5px;font-size:13px;}
.subTlt:before {width:10px;height:10px;content:'';display:inline-block;background:#3898e1;margin-right:10px;}
/*search*/
.srch{background:#fff;border-top:3px solid #faa153;border:1px solid #ccc;border-top:3px solid #faa153;padding:10px;margin-bottom:10px;}
.srch label{font-size:13px;text-align:right; margin-right:10px;}



.label70 label{width:70px;}
.label80 label{width:80px;}
.label90 label{width:90px;}
.label1200 label{width:200px;}
.label190 label{width:190px;}
.label180 label{width:180px;}
.label170 label{width:170px;}
.label165 label{width:165px;}
.label150 label{width:150px;}
.label100 label{width:100px;}
.label110 label{width:110px;}
.label120 label{width:120px;}
.label130 label{width:130px;}
.label140 label{width:140px;}
.label150 label{width:150px;}
.label160 label{width:160px;}
.label170 label{width:170px;}

.label70 label{width:70px;}
.input80 input{width:80%;}
.input50 input, .input50 select{width:50%;}
.srch select{margin-bottom:10px;}

.input425 input{width:425px;}
.input355 input{width:355px;}

.divGridImgUploadPop .k-widget.k-grid{float:right;width:50%;}

.blueBorderTop{border-top:1px solid #faa153;width:100%;height:0;margin:15px 0;}


.blueBorderTop_margin5{border-top:1px solid #faa153;width:100%;height:0;margin:10px 0;}

.imgPop{margin-left:50px;position:absolute;bottom:280px;}
.btn-blue{border:1px solid #3898e1;border-radius:20px;padding:5px 15px;background:#fff;font-size:14px;text-align:center;font-weight:normal;}
.btn-blue:hover{color:#fff;background:#3898e1;}

.k-window-title:before{width:10px;height:18px;content:'';display:inline-block;background:#3898e1;margin-right:10px;position:relative;top:3px;}

.k-tooltip{text-align:left;}
.k-icon .k-i-close{background:Red;}

/*.site-title{
    background:#fff; 
    width:150px;height:65px;position:absolute;top:15px;}*/
.site-title{
    width:220px;height:60px;top:7px;}
.img_TitleLogo{
    width:190px;
    height:80px;
}
/* 마우스 갖다대면 배경 일부가 흰색으로 변하여 아래 css 추가 */
.site-title a:hover{
    background-color: transparent;
}

.site-title-menu{
    width:220px;height:65px;position:absolute;top:7px;}


/* 블로그 링크 스타일 */
.blog_Link{text-decoration:none !important; font-size:15px; color:orange;}
.blog_Link:hover{background-color:white; color:orangered;}

/*.logo{position:relative;top:13px;left:15px;}*/
/*.logo{position:relative;top:10px;left:20px;}*/
.logo{position:relative;top:5px;}
/*bom*/
.bomWrap{width:100%;position:relative;}
.bomTree{width:35%;float:left;min-height:534px;}
.bomList{width:60%;float:right;position:relative;}
.bomList button{position:absolute;right:10px;top:13px;}
.bomList div{float:left;}
.bomList .noLabel{position:absolute;right:150px;top:10px;}
/*Category master*/
.categoryWrap {width:100%;position:relative;box-sizing:border-box;}
.catecoryView{width:30%;float:left;height:600px;overflow:scroll;}
.categoryList{width:60%;float:right;}
.categoryBtn{position:relative;float:left;margin-top:260px;width:6%;box-sizing:border-box;}
.categoryBtn button{margin:0 auto;display:block;margin-bottom:20px;margin-top:10px;border:1px solid #3898e1;border-radius:20px;padding:5px 10px;background:#fff;font-size:14px;text-align:center;font-weight:normal;}
.categoryBtn button:hover {color:#fff;background:#3898e1;}
/*시스템 알람 설정*/
.notificationWrap{width:100%;position:relative;}
.notificationList1{width:45%;float:left;}
.notificationList2{width:45%;float:right;}
.notificationBtn{float:left;margin-left:15px;margin-top:180px;}
/*item master popup*/
.editPopupWrap{width:100%;position:relative;overflow:hidden;}
.editPopup{width:600px;float:right;}
.editPopup div{float:left;display:inline;font-size:13px;}
.editPopupWrap .imgPop {position:absolute;bottom:5px;left:90px;}
/*chart*/
.dashboard_SmallChartWrap {min-width:1200px;}

.border{border:1px solid #ccc;padding:10px;border-radius:5px;box-sizing:border-box;}
.btnBottom{position:absolute;right:10px;bottom:10px;}
/*아이템 품목 리스트*/
.itemBomWrap{position:relative;}
.itemBomTree {float:left;width:18%;min-height:248px;font-size:13px;border-radius:5px;border:1px solid #ccc;padding:10px;}
.itemBomWrap .itemBomGrid{float:right;width:78%;height:100%;position:absolute;right:0;top:0;}

.normalWrap {background:#f5f5f5;padding:5px;box-sizing:border-box;border:1px solid #ccc;border-bottom:none;border-radius:5px 5px 0 0;}
.divTbl .k-grid, .divTbl .k-scheduler, .divTbl .k-menu, .divTbl .k-editor {border-top-left-radius:0;border-top-right-radius:0;}

.bold{font-weight:bold;}
.fontBlue{color:orangered}

.phgray::-webkit-input-placeholder {
    color:    #999;
}
.phgray:-moz-placeholder {
    color:    #999;
}
.phgray::-moz-placeholder {
    color:    #999;
}
.phgray:-ms-input-placeholder {
    color:    #999;
}

.k-tabstrip-items .k-state-active .k-link
{
	font-weight: bold;
}

/*#frmItemPriceSetting input
{
	width: 200px;
}*/

.k-item > .k-link > .k-i-arrow-s {
background:url(/Images/arrow.png) no-repeat 4px -27px;}
.k-item > .k-link > .k-i-arrow-e {
background:url(/Images/arrow.png) no-repeat 4px -11px;}
.k-item > .k-link > .k-i-arrow-w {
background:url(/Images/arrow.png) no-repeat 4px -45px;}
.k-item > .k-link > .k-i-arrow-n {
background:url(/Images/arrow.png) no-repeat 4px 3px;}

.popup_add {
    overflow:hidden;
    height:600px;
}

.popup_add_ht400 {
    overflow:hidden;
    height:400px;
}

    /* div에 required 클래스를 선언하면 바로 아래단에 있는 라벨에 빨간*표시 해줌 */
     .required > label:after 
     { 
         content:" *";
         color: #e32;
     }



a:hover {
    text-decoration: none;
}

table caption {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: block !important;
    width: 0px !important;
    height: 0px !important;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

table tfoot {
    display: none;
}

.clear {
    clear: both;
}

.blind {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: inline-block !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.position_relative {
    position: relative;
}

.border0 {
    border: 0 !important;
}

.border_t0 {
    border-top: 0 !important;
}

.border_b0 {
    border-bottom: 0 !important;
}

.border_r0 {
    border-right: 0 !important;
}

.border_l0 {
    border-left: 0 !important;
}

.overflow_hidden {
    overflow: hidden;
}

.text_center {
    text-align: center !important;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.vertical_top {
    vertical-align: top;
}

.vertical_middle {
    vertical-align: middle;
}

.vertical_bottom {
    vertical-align: bottom;
}

.line_35 {
    line-height: 35px;
}

.line_50 {
    line-height: 50px;
}

.mar0 {
    margin: 0 !important;
}

.mar_t0 {
    margin-top: 0 !important;
}

.mar_b0 {
    margin-bottom: 0 !important;
}

.mar_r0 {
    margin-right: 0 !important;
}

.mar_l0 {
    margin-left: 0 !important;
}

.mar_tp5 {
    margin-top: 5px;
}


.mar_tp8 {
    margin-top: 8px;
}

.mar_tp10 {
    margin-top: 10px;
}

.mar_tp15 {
    margin-top: 15px;
}

.mar_tp17 {
    margin-top: 17px;
}

.mar_tp20 {
    margin-top: 20px;
}

.mar_tp25 {
    margin-top: 25px;
}

.mar_tp30 {
    margin-top: 30px !important;
}

.mar_tp40 {
    margin-top: 40px;
}

.mar_tp45 {
    margin-top: 45px;
}

.mar_tp85 {
    margin-top: 85px;
}

.mar_tp90 {
    margin-top: 87px;
}


.mar_tp100 {
    margin-top: 100px;
}


.mar_r5 {
    margin-right: 5px !important;
}

.mar_r10 {
    margin-right: 10px !important;
}

.mar_r20 {
    margin-right: 20px;
}

.mar_r30 {
    margin-right: 30px;
}

.mar_r50 {
    margin-right: 50px;
}

.mar_r100 {
    margin-right: 100px;
}

.mar_b10 {
    margin-bottom: 10px;
}

.mar_lf10 {
    margin-left: 10px;
}

.mar_lf17 {
    margin-left: 17px;
}

.mar_lf24{
    margin-left:24px;
}

.mar_lf40{
    margin-left:40px;
}

.mar_lf30{
    margin-left:30px;
}

.mar_lf45{
    margin-left:45px;
}

.mar_lf48{
    margin-left:48px;
}

.mar_lf49{
    margin-left:49px;
}

.mar_lf77{
    margin-left:77px;
}

.mar_bt10{
    margin-bottom:10px;
}

.pad0 {
    padding: 0 !important;
}

.pad_t5 {
    padding-top: 5px;
}

.pad_t10 {
    padding-top: 10px;
}
.pad_t15 {
    padding-top: 15px;
}

.pad_t20 {
    padding-top: 20px;
}

.pad_r10 {
    padding-right: 10px;
}

.pad_r20 {
    padding-right: 20px;
}

.pad_l10 {
    padding-left: 10px;
}

.pad_b10 {
    padding-bottom: 10px !important;
}











.font_bold {
    font-weight: bold;
}

.dis_block {
    display: block !important;
}

.lf_10Per{
    margin-left: 10%;
}

.input1 {
    width: 178px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.input2 {
    width: 230px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.input3 {
    width: 91px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.input4 {
    width: 56px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.input5 {
    width: 320px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.input6 {
    width: 293px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.input7 {
    width: 200px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.select1 {
    height: 26px;
    line-height: 26px;
    width: 143px;
    font-size: 13px;
    color: #696969;
}

.select2 {
    width: 320px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.select3 {
    width: 200px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}



.k-menu .k-item > .k-link {
    color:#4c4f54;
}

.k-widget.k-reset.k-header.k-menu.k-menu-horizontal {
    border:0px;
}

.k-menu .k-item, .k-widget.k-menu-horizontal>.k-item{
    border:0px;
}


.admin_menu .k-state-selected, .k-state-selected:link, .k-state-selected:visited
 {
     /*color: #fff;*/ 
     background-color:transparent !important;
     border-color:transparent !important; 
}



.k-grid .k-state-selected
 {
     color: #fff;
     background-color:#3276b1; 
     border-color:transparent !important; 
}


.k-grid-content .k-state-selected
 {
     color: #fff;
     background-color:#3276b1; 
     border-color:transparent !important; 
}


.k-menu .k-item, .k-widget.k-menu-horizontal>.k-item{
    font-weight:600;
    font-size:16px;
}




/* Loading Splash Image
----------------------------------------------------------*/
#loadingImage {
    position:absolute;
    /*top : 20px;
    left:100px;*/
    /*width: 300px;
    height:300px;*/
    display:none;
    z-index :21474836457;
}

div#LoadingBackLayer{
    display:none;
    background-color:black; 
    position:absolute;
    left:0px;
    top:0px;
    z-index:2147483645;
    min-width:1200px;
    width: 95%;
}

div#MyInfoDiv{
    z-index:2147483646;
}


/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

@charset "utf-8";
@import url(style.css);
@import url(mypage.css);
@import url(table.css);
@import url(payment.css);

@font-face {
    font-family: "ng";
    src: url('../../fonts/NanumGothic.eot');
    src: url('../../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'), url('../../fonts/NanumGothic.woff') format('woff'), url('../../fonts/NanumGothic.ttf') format('truetype');
    src: url('../../fonts/NanumGothic.svg#NanumGothic') format('svg') src:local(��), url('../../fonts/NanumGothic.woff') format('woff');
}
/* **** Common Reset **** */
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: "ng", sans-serif,Arial;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-all;
    /*font-size: 13px; */
}



img {
    border: 0;
}

a:hover {
    text-decoration: underline;
}

table caption {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: block !important;
    width: 0px !important;
    height: 0px !important;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

table tfoot {
    display: none;
}

.clear {
    clear: both;
}

.blind {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: inline-block !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.position_relative {
    position: relative;
}

.border0 {
    border: 0 !important;
}

.border_t0 {
    border-top: 0 !important;
}

.border_b0 {
    border-bottom: 0 !important;
}

.border_r0 {
    border-right: 0 !important;
}

.border_l0 {
    border-left: 0 !important;
}

.overflow_hidden {
    overflow: hidden;
}

.text_center {
    text-align: center !important;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.vertical_top {
    vertical-align: top;
}

.vertical_middle {
    vertical-align: middle;
}

.vertical_bottom {
    vertical-align: bottom;
}

.line_35 {
    line-height: 35px;
}

.line_50 {
    line-height: 50px;
}

.mar0 {
    margin: 0 !important;
}

.mar_t0 {
    margin-top: 0 !important;
}

.mar_b0 {
    margin-bottom: 0 !important;
}

.mar_r0 {
    margin-right: 0 !important;
}

.mar_l0 {
    margin-left: 0 !important;
}

.mar_tp5 {
    margin-top: 5px;
}


.mar_tp8 {
    margin-top: 8px;
}

.mar_tp10 {
    margin-top: 10px;
}

.mar_tp15 {
    margin-top: 15px;
}

.mar_tp17 {
    margin-top: 17px;
}

.mar_tp20 {
    margin-top: 20px;
}

.mar_tp25 {
    margin-top: 25px;
}

.mar_tp30 {
    margin-top: 30px !important;
}

.mar_tp40 {
    margin-top: 40px;
}

.mar_tp45 {
    margin-top: 45px;
}

.mar_tp85 {
    margin-top: 85px;
}

.mar_tp90 {
    margin-top: 87px;
}


.mar_tp100 {
    margin-top: 100px;
}


.mar_r5 {
    margin-right: 5px !important;
}

.mar_r10 {
    margin-right: 10px !important;
}

.mar_r20 {
    margin-right: 20px;
}

.mar_r30 {
    margin-right: 30px;
}

.mar_r50 {
    margin-right: 50px;
}

.mar_r100 {
    margin-right: 100px;
}

.mar_b10 {
    margin-bottom: 10px;
}

.mar_lf10 {
    margin-left: 10px;
}

.mar_lf17 {
    margin-left: 17px;
}

.mar_lf24{
    margin-left:24px;
}

.mar_lf40{
    margin-left:40px;
}

.mar_lf30{
    margin-left:30px;
}

.mar_lf45{
    margin-left:45px;
}

.mar_lf48{
    margin-left:48px;
}

.mar_lf49{
    margin-left:49px;
}

.mar_lf77{
    margin-left:77px;
}

.mar_bt10{
    margin-bottom:10px;
}

.pad0 {
    padding: 0 !important;
}

.pad_t5 {
    padding-top: 5px;
}

.pad_r10 {
    padding-right: 10px;
}

.pad_r20 {
    padding-right: 20px;
}

.pad_l10 {
    padding-left: 10px;
}

.pad_b10 {
    padding-bottom: 10px !important;
}

.font_bold {
    font-weight: bold;
}

.dis_block {
    display: block !important;
}

.lf_10Per{
    margin-left: 10%;
}

.input1 {
    width: 178px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.input2 {
    width: 230px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.input3 {
    width: 91px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.input4 {
    width: 56px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.input5 {
    width: 320px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.input6 {
    width: 293px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.input7 {
    width: 200px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.select1 {
    height: 26px;
    line-height: 26px;
    width: 143px;
    font-size: 13px;
    color: #696969;
}

.select2 {
    width: 320px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}

.select3 {
    width: 200px;
    height: 22px;
    border: 1px solid #d5d5d5;
    color: #707070;
    font-size: 13px;
}



