/*Enter Your Custom CSS Here*/
.tool_draw li a.menuUp {
    opacity: 1;
}

.nbd-sidebar .tabs-nav {
	background: #03318C;
}
.nbd-sidebar .tabs-nav ul.main-tabs li.active i, .nbd-sidebar .tabs-nav ul.main-tabs li.active span {
	color: #03318C;
}

#selectedTab span:after {
    background-color: #03318C;
}
.nbd-main-bar ul.menu-right .menu-item.item-process {
    padding: 8px 15px;
    background: #18BB47;
    color: #ffffff;
    border: 1px solid #18BB47;
    border-radius: 3px;
}
.nbd-main-bar ul.menu-right .menu-item.item-process:hover {
    background: #16A63E;
    color: #fff;
    border: 1px solid #16A63E;
  	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.submit-upload-design {
    background: #18bb47;
    color: #fff;
    border: 1px solid #18bb47;
    text-transform: initial;
    font-weight: 500;
    font-size: 14px;
    border-radius: 7px;
    height: auto;
    line-height: 14px;
    padding: 10px 30px;
    box-shadow: none;
}
.submit-upload-design:hover {
    background: #139a3a;
    color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.upload-container h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
}
.inputfile + label {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    background-color: transparent;
    color: #048ABF;
    border: 1px solid #048ABF;
    border-radius: 7px;
}
.inputfile:focus + label, .inputfile + label:hover {
    background-color: #048ABF;
    color: #fff;
}
.nbdesigner_upload {
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #fe0000;
    color: #fff;
    border: 1px solid #fe0000;
    text-transform: initial;
    font-weight: 500;
    font-size: 14px;
    border-radius: 7px;
    height: auto;
    line-height: 14px;
    padding: 10px 30px;
    box-shadow: none;
}
.nbdesigner_upload:hover, .nbdesigner_upload:focus {
    outline: none;
    background: #03318c;
    color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.progress-bar {
    background-color: #0367a6;
    line-height: 20px;
    border-radius: 5px;
}
.progress {
    margin-top: 20px;
    border-radius: 5px;
}
.design-options, #upload-container {
    background-color: #fff;
}
.nbd-main-bar .logo img {
    min-width: 180px;
    max-width: 200px;
    max-height: 30px;
    margin-top: 10px;
    width: unset;
}
