﻿
.btn_account_menu {
    display: inline-block;
    padding: 2px 10px;
    background-color: #E52712;
    color: #fff;
    text-decoration: none;
    width: 110px;
    text-align: center;
    border-radius: 18px;
    margin-right:10px;
    text-transform:uppercase;
    font-weight:bold;
    cursor:pointer;
}

.btn_account_menu_black {
    display: inline-block;
    padding: 2px 10px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    width: 110px;
    text-align: center;
    border-radius: 18px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn_account_logout {
    background-image: url(images/logout.png);
    width: 20px;
    height: 20px;
    float: right;
}

.confermaDati {
    background-color:#E52712;
    color: #fff;
    padding:10px;
    border:none;
    border-radius:5px;
    width:200px;
    cursor:pointer;
    font-family: rs_bold;
    font-size:1.5em;
}

/*.confermaDati {
    background-color: #E52712;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 200px;
    cursor: pointer;
    font-family: rs_bold;
    font-size: 1.5em;
}*/

.inline_btn_save2 {
    width: 250px;
    background-color: #E52712;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
}

.btn_open_gallery {
    width: 100px;
    background-color: #E52712;
    color: #fff;
    border-radius: 5px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
}

.thumb_open_gallery {
    width: 80px;
    height:60px;
    background-color: #fff;
    color: #666;
    border:1px #ccc solid;
    padding:40px 10px 0 10px;
    cursor: pointer;
    text-align: center;
}

.thumb_open_gallery img {margin:-40px 0 0 -10px;}

.btn_admin_menu {
    width: 150px;
    background-color: #E52712;
    color: #fff;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
    text-align: center;
    float:right;
    text-decoration:none;
}

.current
{
    font-weight: bold;
}

.btn_search {
    width: 100px;
    background-color: #E52712;
    color: #fff;
    border-radius: 5px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
    float: left;
}


.btn_info {
    float: left;
    background-image: url("/Content/Styles/images/Info.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.btn_uploadfiles {
    float: left;
    background-image: url("/Content/Styles/images/Info.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top:3.5px;
    cursor: pointer;
}

/*#region PAGINAZIONE TRADUZIONI*/
.page_btn_first, .page_btn_prev, .page_btn_next, .page_btn_last {
    display: inline-block;
    margin: 0 5px 0 5px;
}

div.nextButton, div.prevButton, div.lastButton, div.firstButton {
    float: left;
    height: 10px;
    padding: 0px 10px 10px 10px;
    cursor: pointer;
    margin: 0 5px 0 5px;
    border: 1px #4e7c84 solid;
    background-color: #fff;
    color: #444;
    font-size: 1.2em;
    font-weight: bold;
}

div.page_controls {
    float: left;
    height: 10px;
    padding: 2px 0px 10px 0px;
    margin: 0 5px 0 5px;
    color: #000;
    font-weight: bold;
}

.slide-left {
    position: absolute;
    top: 50%;
    left: 2%;
    border: 1px solid #E52712;
    border-radius:100%;
    padding: 15px;
    background-color: #fff;
    color: #E52712;
    cursor: pointer;
}
.slide-right {
    position: absolute;
    top: 50%;
    right: 2%;
    border: 1px solid #E52712;
    border-radius: 100%;
    padding: 15px;
    background-color: #fff;
    color: #E52712;
    cursor: pointer;
}

/*#endregion*/


.btn_editor {
    width: 250px;
    background-color: #E52712;
    color: #fff;
    border-radius: 5px;
    padding:5px;
    cursor:pointer;
    text-align:center;
}

