﻿.space-top {
    padding-top:25px;
}
.space-bottom {
    padding-bottom:25px;
}
.space-margin-top {
    margin-top:5px;
}
.fix-width {
    width:80px;
}

.form-control-select2 {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  
}
.well {
      background-color: #f4f4f4;
}


.loginbackground {
    background: url("../img/login/4.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.space-right-5 {margin-right:5px;}

.row-action-dropdown li a {
  background: none repeat scroll 0 0 transparent;
  padding: 9px 12px;
}

.row-action-dropdown li a:hover {
    border-left: 3px solid #428bca;
    padding: 9px 12px 9px 9px;
}

.row-action-dropdown ul.dropdown-menu {
 padding: 0;
 border-radius: 0;
}
.space-bottom-5 {
  margin-bottom: 5px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    /*margin: 10px;*/
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    #barWizard {
    background: white !important;
}

.btn-file {
        position: relative;
        overflow: hidden;
    }

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
.red-text {
    color:red;
}