.importcls
{
width: 700px;
margin-top:10px;
margin-left:25%;
    border: 1px solid #ddd;
    padding: 20px 25px;
    border-radius: 3px;
    height: 380px;
    transition: .3s background-color linear;
}
.importfile
{

background-repeat: no-repeat;
color: rgb(17, 17, 17);
display: inline-block;
font-family: "ProximaNovaRegular", sans-serif;
font-size: 15px;
height: 40px;
margin-right: 10px;

outline-color: rgb(17, 17, 17);
outline-style: none;
outline-width: 0px;
text-align: left;
text-rendering: optimizelegibility;
vertical-align: middle;
width: 40px;
}
.importfiletext
{
	color: rgb(17, 17, 17);
display: inline-block;
font-family: ProximaNovaLtSemibold, sans-serif;
font-size: 17.7833px;
outline-color: rgb(17, 17, 17);
outline-style: none;
outline-width: 0px;
text-align: left;
text-rendering: optimizelegibility;
vertical-align: middle;

}
.importsample
{
	color: rgb(44, 123, 208);
cursor: pointer;
font-family: ProximaNovaRegular;
font-size: 15px;
outline-color: rgb(44, 123, 208);
outline-style: none;
outline-width: 0px;
text-align: center;
text-decoration: none;
text-decoration-color: rgb(44, 123, 208);
text-decoration-line: none;
text-decoration-style: solid;
text-rendering: optimizelegibility;
}
.importsample
{
color: rgb(136, 136, 136);
cursor: pointer;
display: block;
font-family: ProximaNovaRegular;
font-size: 15px;
margin-bottom: 10px;
outline-color: rgb(136, 136, 136);
outline-style: none;
outline-width: 0px;
text-align: center;
text-rendering: optimizelegibility;
}

/*---------------------------------------------------------------------------------------------------------*/
.indent-small {
  margin-left: 5px;
}
.form-group.internal {
  margin-bottom: 0;
}

.dialog-panel {
  margin: 10px;
}

.datepicker-dropdown {
  z-index: 200 !important;
}

.panel-body {  
  
  background: #e5e5e5; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #e5e5e5 0%,#ffffff 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #e5e5e5 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  font: 600 15px "Open Sans",Arial,sans-serif;
}

label.control-label {
  font-weight: 600;
  color: #777;  
}