* {

}

body {
    font-size: 100%;
    background-color: white;
}

body,h1,h2,h3,h4,h5,p,button,a {
    font-family: 'Lato', sans-serif;
}

.ui.menu {
    font-family: 'Lato', sans-serif;
}

select:invalid { color: gray; }

.required {
    color: #e74c3c;
}

.ui.button {
    background: #282828;
    color: #fff;
}

.ui.button:hover, .ui.button:focus {
    background: #484848;
    color: #fff;
}

.float-container {
    position: relative;
    overflow: hidden;
}

.ui.right.button {
    float: right;
    position: absolute;
}

.ui.button.secondary {
    border: 1px solid black;
    border-radius: 5px;
    background-color: white;
    color: black;
}

.agent-inactif {
	color:#CCCCCC;
	font-style: italic;
}


/*//////////////
// PAGINATION //
//////////////*/

.pagination {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}

.pagination span {
    text-align: center;
    display: inline-block;
    padding: 5px;
    background: #f0f0f0;
    min-width: 40px;
    float: left;
}

.pagination span.current {
    position: relative;
    display: inline-block;
    padding: 5px;
    background: #e0e0e0;
}

.pagination span:hover {
    background: #e0e0e0;
}

.pagination span a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #444;
}

.pagination span:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination span:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*///////////////
// LOGGED USER //
///////////////*/

.current-user {
    text-align: right;
    margin-bottom: 20px;
}

#menu-toggle {
    display: none;
    cursor: pointer;
    color: rgba(0,0,0,.6);
}

.in-app-menu {
    position: fixed;
    z-index: 1000000;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: #fff;
    padding: 5px;
}

@media (max-width: 480px) {
    div#vertical-menu {
        width: 80px;
    }

    div#vertical-menu .logo {
        width: 60px;
        height: 60px;
    }

    #menu-toggle {
        display: block;
    }

    div#content {
        width: calc(100% - 80px);
        margin-left: 80px;
    }

    #menu-toggle + .items {
        display: none;
    }

    #menu-toggle .active-state {
        display: none;
    }

    body.menu-open #menu-toggle + .items {
        display: block;
    }
    body.menu-open div#vertical-menu {
        width: 180px;
    }
    body.menu-open #menu-toggle .active-state {
        display: block;
    }
    body.menu-open #menu-toggle .inactive-state {
        display: none;
    }
}

#delivery-place-modal .description {
    max-width: 100%;
}
