.modal.fade {
    top: -100%;
}
body{
    padding-top: 60px;
    position: relative;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.login{
    padding-top: 50px;
}

th a.desc:after {
    content: " ⇡";
}

th a.asc:after {
    content: " ⇣";
}

th.actions, td.actions{
    text-align: right;
}
th.actions{
    padding-right: 40px;
    width: 100px;
}

footer{
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
    
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;    
    padding-top: 10px;
    text-align: center;
    
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.nav-list{
    padding-left: 0;
}
.sidebar-nav{    
    margin-right: 5%;
}
.nav-right, .float-right{
    float: right !important;
}

#logout{
    margin-right: -20px;
}
#main-container{
    padding-bottom: 30px;
}

div.file{
    margin-bottom: 10px;
}
.thumb img,
.thumb video{
    height: 72px;
}
.center{
    text-align: center !important;
}
.importation dt {
    width: 260px;
    text-align: left;
}
.importation ul{
    margin: 0;
    float: left;
}

#AgencyChangeChangeForm select{
    margin-top: 6px;
}
#AgencyChangeChangeForm{
    margin: 0;
}
#insurance dt{
    width: 260px;
    padding-right: 20px;
}
#user-data dt{
    width: 200px;
    padding-right: 20px;
}

#backupIndex .dropdown-menu a{
    text-align: left;
}

.legend-note{
    font-size: 12px;    
}

#InsuerLogoEditForm .float-right > img,
#AssessorEditForm .float-right > img{
    max-width: 150px;
    max-height: 150px;
}

.mt-10{
    margin-top: 10px;
}
.mt-50{
    margin-top: 50px;
}
.mt-100{
    margin-top: 100px;
}

#ImageEditForm video{
    max-width: 300px;
}