
.listRow, .row .listRow {
    text-align:center; width:1190px;height:50px;padding-top:10px;border-top: 2px solid #E5E6E6;margin-left:10px;
}
.index {
    margin-left: 1%;
    width: 15%;
    float: left;
    height: 27px;
}
.box-text {
    margin-left:-4px;
    margin-top: 2px;
    position:absolute;
    color:#4184F3;
}
.box-text .white-text {
    color:white;
}
.box .red {
    background-color: red;
    color:white;
}
.box .green {
    background-color: green;
    color:white;
}
.card {
    overflow-x:auto;
}
.card ul {
    margin: 0;
    padding: 0;
}
.card li {
    margin-left:4px;
}

#fixed-btn > i:nth-child(2) {
    display: none;
}
#fixed-btn:hover > i:nth-child(1) {
    display: none;
}
#fixed-btn:hover > i:nth-child(2) {
    display: inherit;
}

.form.navbar-search .expanded {
    height: 40px;
}


.btn-floating:hover .shadow {
    visibility: visible;
}

.arrow-up {
    width: 0;
    height: 0;
    margin-left: 200px;
    margin-top: -20px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 25px solid white;
}
.arrow-up .profile {
    margin-left: -120px;
}
.wrapper {
    min-height: 650px;
    margin-top: 100px;
}

.modal-backdrop{
    background-color: #f5f5f5 !important;
}

.fileupload {
    width: 140px;
    height: 50px;
    position: relative;
    overflow: hidden;
    /*background: ...;  and other things to make it pretty */
}

.fileupload  input {
    position: absolute;
    top: 0;
    right: 0; /* not left, because only the right part of the input seems to
                 be clickable in some browser I can't remember */
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0); /* and all the other old opacity stuff you
                                 want to support */
    font-size: 300px; /* wtf, but apparently the most reliable way to make
                         a large part of the input clickable in most browsers */
    height: 200px;
}

.fileupload-margin {
    margin-top: 10px;
    margin-left: 10px;
}

*{
  outline: none !important;
}