.input-ham3d {
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: #036FAF;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: 600;
    padding: 7px;
    border-color: #dedede;
}
.label-ham3d {
    padding-left: 20px;
    display: block;
    padding-bottom: 10px;
    cursor: pointer;
    color: #5E6062;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: 600;
}

.message-ham3d {
    border-radius: 10px;
margin: 20px;
padding: 10px 10px 10px 10px;
    padding-right: 10px;
border: 3px solid #BF9900;
padding-right: 35px;
color: #000;
font-size: 24px;
}


.control-ham3d {
    clear: both;
   word-wrap: break-word;
}
.tag-ham3d {
    border: 2px solid #CFCFCF;
    padding: 5px;
    border-radius: 10px;


}
.tag-ham3d legend {
    width: 30%;
    border: 2px solid #CFCFCF;
    padding: 5px;
    background: linear-gradient(to bottom, #F7F7F7 0%, #EDEDED 100%) repeat scroll 0 0 transparent;
    border-radius: 5px;
    font-family: tahoma;
    font-size: 12px;
}


 td {
    font: 12px tahoma;
    margin: 0px;
    outline: none;
}



/*------------------------------------*\
    ^EDIT PRIZE
\*------------------------------------*/

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    padding: 0;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
}

.check-ham3d input{
    vertical-align: middle;
    margin-left: 5px;
}

/*------------------------------------*\
    ^EDIT LOGIN
\*------------------------------------*/

a{
    color: #256c89;
}
a:hover {
    text-decoration: none;
}

.back_login {
    background: url('../images/login_bg.jpg');
    min-height: 100%;
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-pic{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: url('../images/login_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.m0{
    margin: 0 !important;
}

.login_left .login_body {
    width: 440px;
    margin: 0 auto;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    border-radius: 8px;
}

.login_title {
    display: block;
    padding: 18px 0 20px 0;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #2790D2;
    border-radius: 8px 8px 0 0;
}


.login_left form {
    padding: 15px 30px;
    background-color: #f8f8f8;
}

.form_txt {
    border-top: solid 1px #e8e8e8;
    padding: 10px 0;
    text-align: center;
    background: #f8f8f8;
    border-radius: 0 0 8px 8px;
}

.login-form .form_group {
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
    text-align: right;
}
.login-form label {
    width: 100%;
    padding-left: 0;
    cursor: default;
}
.captcha {
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
    line-height: 37px;
    padding: 0;
    width: 30%;
    text-align: center;
    border-right: solid 1px #ccc;
}
.captcha_border {
    position: relative;
    border: solid 1px #d7d7d7;
    border-radius: 4px;
    overflow: hidden;
}

.login-form input[type="text"], .login-form input[type="password"] {
    width: 100%;
    height: 35px;
    border-radius: 4px;
    padding: 0 2%;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #d7d7d7;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: #036FAF;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: 600;
    margin: 0;
}

.login-form label.remember {
    display: block;
    width: 50%;
    float: right;
    font-weight: normal;
    padding-bottom: 0;
}
.login-form label.remember > input {
    float: right;
    margin: 4px 0 0 6px;
}
.forg_pass {
    display: block;
    float: right;
    width: 50%;
}
.login-label {
    padding-left: 20px;
    display: block;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: normal
}
.login-form .button {
    width: 99%;
    height: 40px;
    border-radius: 4px;
    background: #2790D2;
    background: -moz-linear-gradient(center top , #2790D2, #2b87c1) repeat scroll 0 0 transparent;
    border: 1px solid #2b87c1;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font: bold 11px Tahoma,Arial,sans-serif;
    margin-right: 3px;
    outline: medium none;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.captcha_border input {
    border: none;
    width: 70% !important;
    padding: 0 2% !important;
    border-radius: 0 !important;
    border: none !important;

}
.clear{
    clear: both !important;
}

/*********** New Style(6/9/97) ***********/
.panel-default > .panel-heading i{
    font-style: normal;
}
table{
    max-width: none;
}
.search{
    font-size: 14px;
    font-family: 'Ham3d';
    font-weight: normal;
    padding: 6px 12px;
    margin-right: 0;
}
.alert{
    padding: 5px 10px !important;
    margin: 10px;
}
#treeme{
    padding: 0;
}
#treeme li{
    list-style: none;
}
.navbar-static-side ul li a i{
    display: inline-block;
    margin-left: 5px;
}
#date_day.form-control,
#date_month.form-control,
#date_year.form-control,
#date_day1.form-control,
#date_month1.form-control,
#date_year1.form-control{
    width: 89px;
}
table tr td{
    vertical-align: inherit !important;
}
.table-three{
    border: none;
}
.table-three table{
    float: right;
    margin: 0 10px;
    width: calc(33.3333% - 20px);
    border: 1px solid #dddddd !important;
}
#powerTip{
    margin-top: 15px;
    margin-left: 5px;
    z-index: 1000;
    font-size: 13px;
    padding: 3px 8px;
}
@media only screen and (max-width: 568px){
    .table-three table{
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
}
@media only screen and (max-width: 480px){
    .tag-ham3d legend{
        width: auto;
    }
    .tag-ham3d{
        padding: 5px 14px 10px 0;
    }
    .panel-body .tab-content > .tab-pane table tr td:first-child{
        max-width: 85px;
    }
    .panel-body input.form-control, 
    .panel-body select.form-control,
    .panel-body .btn-group .dropdown-toggle{
        width: 230px;
        margin-bottom: 5px;
    }
    .panel-body textarea.form-control {
        width: 90% !important;
    }
    .statistics_tb table{
        width: 100% !important;
    }
    .page-header{
        font-size: 24px;
    }
    .panel-body .select_top select.form-control{
        width: 140px;
    }
    .panel-body .select_top .btn-primary.btn-link{
        padding-right: 2px;
        padding-left: 2px;
    }
    .panel-heading i{
        display: block;
        margin-bottom: 10px;
    }
    .nav-tabs > li > a{
        padding: 5px 7px;
        font-size: 12px;
    }
    .login_left .login_body{
        width: 460px;
    }
    .click-upload{
        float: none;
        display: block;
        width: 100px;
    }
    #date_day.form-control,
    #date_month.form-control,
    #date_year.form-control,
    #date_day1.form-control,
    #date_month1.form-control,
    #date_year1.form-control{
        width: 74px;
    }
}
@media only screen and (max-width: 414px){
    .login_left .login_body{
        width: 394px;
    }
}
@media only screen and (max-width: 375px){
    .login_left .login_body{
        width: 355px;
    }
    .login_left form{
        padding: 15px 10px;
    }
    .new_pro{
        float: none !important;
        margin-top: 10px;
        margin-left: 0 !important;
    }
    .list-refresh{
        left: 12px !important;
        margin-bottom: 0;
    }
    .excel{
        margin-left: 22px !important;
    }
}
@media only screen and (max-width: 360px){
    .panel-body input.form-control,
    .panel-body select.form-control,
    .panel-body .btn-group .dropdown-toggle {
        width: 180px;
    }
    /*.panel-body textarea.form-control {
        width: 100% !important;
    }*/
    .captcha_border input{
        width: 60% !important;
    }
    .captcha{
        width: 40%;
    }
    #date_day.form-control,
    #date_month.form-control,
    #date_year.form-control,
    #date_day1.form-control,
    #date_month1.form-control,
    #date_year1.form-control{
        width: 180px;
    }
    .chosen-rtl{
        width: 90% !important;
    }
}
@media only screen and (max-width: 340px){
    .login_left .login_body{
        width: 320px;
    }
}
@media only screen and (max-width: 320px){
    .login_left .login_body{
        width: 310px;
    }
}


.table tr.tr_red{
background: #E60000;
color:#fff;
border-top:1px solid #F2F2F2;
}
.table tr.tr_red *{
	color:#fff;
}

.table tr.tr_green{
	background: #D5FFC6;
	color:#000;
	border-top:1px solid #C0F0B9;
}
.table tr.tr_green *{
	color:#000;
}

.table tr.tr_yellow{
	background: #F3D448;
	color:#000;
	border-top:1px solid #C0F0B9;
}
.table tr.tr_yellow *{
	color:#000;
}

.table-scroll{overflow-x: auto}



.treeBase{
    position: relative;
    padding: 0 1px 0 0;
    margin-right: 20px;
}
.treeBase:before{
    content: "";
    position: absolute;
    right: 0;
    top: -16px;
    background: transparent url('../images/line.png') repeat-y;
    padding: 0 1px 0 0;
    height: 100%;
}
.treeBase li{
    position: relative;
    padding: 0 20px 0 0 ;
        margin: 0 0px 20px !important;
        z-index: 1;
}
.treeBase li:before{
    content: "";
    background: transparent url('../images/line.png') repeat-x;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 1px 0 0 0;
    width: 100%;
    z-index: -1;
}

.treeBase li label{
    display: block;
    background: #fff;
}
.treeBase li:first-child{
    margin-top: 10px !important
}
.treeBase li:last-child{
    margin-bottom: 0 !important
}

/* .treeBase{
	display: none;
} */

.treeBase-inner>ul{
	display: none;
}
.treeBase-inner>ul>.treeBase-inner2>ul{
	display: none;
}
.treeBase-inner>ul>.treeBase-inner2>ul>.treeBase-inner3>ul{
	display: none;
}
.treeBase-inner>ul>.treeBase-inner2>ul>.treeBase-inner3>ul>.treeBase-inner4>ul{
	display: none;
}

.treeBase-inner>label{
	padding-right: 15px;
	position: relative;

}
.treeBase-inner>label:before{
	content:"";
	background-image: url('../images/mplus.png');
	width: 11px;
	height: 11px;
	position: absolute;
    right: 0;
    top: 6px;
}
.treeBase-inner>label.active:before{
	content:"";
	display: none !important;
}
.treeBase-inner>label.active:after{
	content:"";
	background-image: url('../images/mminus.png');
	width: 11px;
	height: 3px;
	position: absolute;
    right: 0;
    top: 10px;
}



.treeBase-inner2>label{
	padding-right: 15px;
	position: relative;
}
.treeBase-inner2>label:before{
	content:"";
	background-image: url('../images/mplus.png');
	width: 11px;
	height: 11px;
	position: absolute;
    right: 0;
    top: 6px;
}
.treeBase-inner2>label.active:before{
	content:"";
	display: none !important;
}
.treeBase-inner2>label.active:after{
	content:"";
	background-image: url('../images/mminus.png');
	width: 11px;
	height: 3px;
	position: absolute;
    right: 0;
    top: 10px;
}



.treeBase-inner3>label{
	padding-right: 15px;
	position: relative;
}
.treeBase-inner3>label:before{
	content:"";
	background-image: url('../images/mplus.png');
	width: 11px;
	height: 11px;
	position: absolute;
    right: 0;
    top: 6px;
}
.treeBase-inner3>label.active:before{
	content:"";
	display: none !important;
}
.treeBase-inner3>label.active:after{
	content:"";
	background-image: url('../images/mminus.png');
	width: 11px;
	height: 3px;
	position: absolute;
    right: 0;
    top: 10px;
}


.treeBase-inner4>label{
	padding-right: 15px;
	position: relative;
}
.treeBase-inner4>label:before{
	content:"";
	background-image: url('../images/mplus.png');
	width: 11px;
	height: 11px;
	position: absolute;
    right: 0;
    top: 6px;
}
.treeBase-inner4>label.active:before{
	content:"";
	display: none !important;
}
.treeBase-inner4>label.active:after{
	content:"";
	background-image: url('../images/mminus.png');
	width: 11px;
	height: 3px;
	position: absolute;
    right: 0;
    top: 10px;
}
.scroll-ul li{
    list-style: none;
}
/* .scroll-ul{
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 30px;
    margin-top: 30px;
} */

.table-scroll{overflow-x: auto}

.m_table_scroll_alert {
    display: none;
  }

  .m_table_scroll_alert .scroll_alert {
    margin-left: 5px;
  }
  .m_table_scroll_alert .scroll_alert .icon_hand {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    content: "";
    background-position: 0 -60px;
  height: 18px;
  width: 14px;
  background-image: url(../images/hand.png);
  background-repeat: no-repeat;
  }

.productsPanelHeading{
    display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productsPanelHeading .btn-sm{
 display: inline-flex;
 align-items: center;

}
.productsPanelHeading .btn-sm > i{
margin-left: 5px;
margin-bottom: 0;
}
.productsPanelHeading2 .btn-sm > i{
margin-left: 0;
margin-bottom: 0;
}


.admin-relatedSearchBox{
    margin-right: 10px;
}

.admin-relatedProductList{
    flex: 1 0 30%;
    margin-top: 10px;
    margin-left:10px;
    cursor: pointer;
    max-width: 30%;
    display: flex;
    border-radius: 5px;
    border: 1px solid #cecece;
}
.admin-generalTable-btns{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.admin-generalTable-btns .btn-sm{
   margin-bottom: 10px;
}
.panelHeadingBtnWrap2 .list-refresh{
    margin-left:10px;
    display: inline-block;
   }
.uploadPanelHead__header{
    position: relative;
}
.uploadPanelHead__header--refreshBtn{
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.invoiceBtnWrap{
    display: flex;
    align-items: center;

}
.invoiceBtnWrap > a{
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width:1199px){
   
    .m_table_scroll_alert {
        display: block;
        margin-bottom: 10px;
        position: relative;
        width: 100%;
        height: 35px;
        line-height: 30px;
        padding: 0 5px;
        background: #fcf8e3;
        border: 1px dashed #f1e1c1;
        border-radius: 4px;
        color: #d2bd81;
      }
.table-scroll table{
    width: 1000px;    
}
.m_table_scroll_alert {
    line-height: 30px;
    color: #d2bd81;
  }
  .page-header{
    font-size: 25px;
  }


  .admin-relatedProductList{
    flex: 1 0 50% !important;
    max-width: 50% !important;
  }

}

@media screen and (max-width:991px){
    .admin-relatedSearchBox{
        margin-right: 0;
    }
    .admin-relatedProductList{
        flex: 1 0 100% !important;
        max-width: 100% !important;
      }
}
@media screen and (max-width:767px){
    .page-header{
        font-size: 20px;
      }
        .navbar-header{
            display: flex;
            align-items: center;
            flex-direction: row-reverse;
        }
        .navbar-toggle{
            margin-left: 15px;
           
        }

}
@media screen and (max-width:480px){
    .dropdown-menu{
        left: auto;
    }
    .uploadPanelHead__header{
        margin-top: 10px;
    }
    .uploadPanelHead{
        flex-wrap: wrap;
    }
  
    .panel-heading i {
 
        margin-bottom: 0;
      }
    .panel-heading .list-refresh i{
        margin-bottom: 0;
      }
   .panelHeadingBtnWrap{
    flex: 1 0 100%;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
   }
   .productsPanelHeading .list-refresh > i{
    margin-bottom: 0;
   }
   .productsPanelHeading i{
    margin-bottom: 0;
   }
   .panelHeadingBtnWrap2 {
    display: inline-flex;
    align-items: center;
  }
 
  .panelHeadingBtnWrap .btn-sm{
    margin: 5px;
  }
}

@media only screen and (max-width: 375px) {
    .new_pro {
      margin-top: 0;
    }
}  


@-webkit-keyframes wobble {
    from {
      -webkit-transform:translate3d(0,0,0);
      transform:translate3d(0,0,0)
    }
    15% {
      -webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
      transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }
    30% {
      -webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
      transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }
    45% {
      -webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
      transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }
    60% {
      -webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
      transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }
    75% {
      -webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
      transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
    to {
      -webkit-transform:translate3d(0,0,0);
      transform:translate3d(0,0,0)
    }
  }
  @keyframes wobble {
    from {
      -webkit-transform:translate3d(0,0,0);
      transform:translate3d(0,0,0)
    }
    15% {
      -webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
      transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }
    30% {
      -webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
      transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }
    45% {
      -webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
      transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }
    60% {
      -webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
      transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }
    75% {
      -webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
      transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
    to {
      -webkit-transform:translate3d(0,0,0);
      transform:translate3d(0,0,0)
    }
  }


  .panel-default > .panel-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .panel-default > .panel-heading .list-refresh {
    margin-right: 10px;
  }
  
  .error_error {
    padding: 10px 50px 10px 5px;

  }