
#formdiv{
width:500px;
float:left;
text-align:center
}

.upload{
display:block;
background-color:red;
border:1px solid red;
color:#fff;
border-radius:5px;
padding:10px;
margin-top:10px;
text-shadow:1px 1px 0 green;
box-shadow:2px 2px 15px rgba(0,0,0,.75);
}
.upload:hover{
cursor:pointer;
background:#c20b0b;
border:1px solid #c20b0b;
box-shadow:0 0 5px rgba(0,0,0,.75)
}
#file{
color:green;
padding:5px;
border:1px dashed #123456;
background-color:#f9ffe5
}
#upload{
margin-left:45px
}
#noerror{
color:green;
text-align:left
}
#error{
color:red;
text-align:left
}
#img{
width: 50px;
border: none;
height: 50px;
margin-left: -30px;
margin-bottom: 250px;
}
.abcd{
text-align:left;
}
.abcd img{
height:250px;
width:250px;
padding:5px;
border:1px solid #e8debd;
}
b{
color:red
}


#file2{
color:green;
padding:5px;
border:1px dashed #123456;
background-color:#f9ffe5
}

#filedivv .abcd{
text-align:left
}
#filedivv  .abcd img{
height:400px;
width:350px;
padding:5px;
border:1px solid #e8debd;
margin-bottom: 10px;
}
.pull-right {
    float: right;
    margin-top: -25px;
    margin-right: 25px;
}


.tab-container.tab-left .nav.nav-tabs {
	float: left;
	display: block;
}
.tab-container.tab-left .tab-content {
    overflow: auto;
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}
.tab-container.tab-left .nav.nav-tabs li a {
    display: block;
    background-color: #ffffff;
    margin-left: -1px;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    color: #616161;
    border-radius: 0;
    padding: 9px 16px;
    font-weight: 700;
}
.tab-container.tab-left .nav.nav-tabs li a.active {
    background-color: #ffffff;
    border-right: none;
    margin-right: -1px;
}
ul.order-detail li {
    width: 49%;
    display: inline-block;
}
.dropdown-menu
{
    background-color: #4c4c4c!important;
}
.dropdown-item:focus, .dropdown-item:hover
{
    background-color: #007bff!important;
}