/*
Author: Dario Barilà
dario.barila@gmail.com
*/
/* 
    Created on : 17-feb-2019, 22.50.21
    Author     : Dario
*/

.submit-field label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

bootstrap-select, input[type="date"]{

    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    outline: none;
    font-size: 16px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);

}

select.form-control {
    height: 3rem;
    margin-top: 0px!important;
}

.dashboard-box {
    background-color: rgba(212,212,212,0.1);
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.5rem;
}

.col-form-label {
    margin-bottom: 0px!important;
}


.newRow {
    background-color: #df0!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


jxrow{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#uploadButton{
    padding: 15px !important;
    line-height: 1rem;
}



.alert {
    margin: 3rem;
    padding: 2rem;
}



.dashboard-container {
    flex-wrap: nowrap!important;
}



.small-footer {
    width: 100%;
}

#wrapper {
    /*padding-top: 85px!important;*/
}



.better-way-icon {
    height: 150px;
    width: 150px;
    border: 2px solid #ff6633;
    border-radius: 50%;
    margin: 0 auto;
    padding: 32px;
}

.category-box-icon, .category-box :hover {
    background-color: transparent;
}


input[type="checkbox"] {
    
    display: inline;
    text-align: left;
     
    float: left;
    width: auto;
    margin-right: 15px;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.12);
    
}

