.removeHrefStyle{
    color: #000000;
    text-decoration: none;
}

/*INSERT FORM*/
.box{
    width: 100%;
}

#boxInsert, #boxUpdate{
    width: 700px;
}

#boxInsertCarrier{
    width: 800px;
}

/*.alert{
    width: 700px !IMPORTANT;
}*/

.alertLogin{
    width: 360px !IMPORTANT;
}

.alert-success{
    width: 100% !IMPORTANT;
    border-color: rgb(89,132,17) !IMPORTANT;
    background-color: rgb(135,174,28) !IMPORTANT;
}

.lockAdmin{

}

.unlockAdmin{

}

.loggedIn :hover{
    border: none !IMPORTANT;
    background: inherit !IMPORTANT;
}


/*.image-upload{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}*/

/*.image-upload + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}*/

/*.image-upload:focus + label,
.image-upload + label:hover {
    background-color: red;
}*/

/*.image-upload + label {
	cursor: pointer;
}*/

.selectpicker{
    height: 30px !IMPORTANT;
    width: 100px !IMPORTANT;
}

.hide-factors{
	display: none;
}