@charset "utf-8";
/*#################################################################################################### 
/ General Styles
/###################################################################################################*/

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
input, textarea {
    font-family: 'Open Sans', sans-serif;
}
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 1090px;
}
article, aside, figure, footer, header, hgroup, nav, section { 
    display:block; 
}
a:link, a:active, a:visited {
    text-decoration: none;
}
input, textarea, a, h3 {	
    outline:none;
}
/*#################################################################################################### 
/ Login Painel
/###################################################################################################*/
#login {
    position: relative;
    overflow:hidden;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #26272b;
}
/* Login form
----------------------------------------------------------------------------------------------------*/
#login .form_login {
    width: 340px;
    height: 240px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -170px;
}
#login .form_login h1 {
    color: #52dafc;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 0 30px 0;
    margin: 0;
}
#login .form_login form {
    margin: 0 auto;
    display: block;
}
#login .form_login input {
    width: 100%;
    height: 45px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    margin: 5px 0;
    background: #fff;
    border-radius: 10px;
}
#login .form_login input[type=submit] {
    cursor: pointer;
    display: block;
    width: 117px;
    height: 37px;
    outline:none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: lowercase;
    padding: 0;
    margin: 10px auto 0;
    background: #52dafc;
    border-radius: 10px;
    -webkit-transition: background 0.3s ease-out;
}
#login .form_login input[type=submit]:hover {
    background: #000;
    -webkit-transition: background 0.3s ease-out;
}
#login ::-webkit-input-placeholder {
    color: #26272b;
}
#login :-moz-placeholder {
    color: #26272b;
}
#login ::-moz-placeholder {
    color: #26272b;
}
#login :-ms-input-placeholder {  
    color: #26272b;
}
/*#################################################################################################### 
/ Header
/###################################################################################################*/
#header {
    position: relative;
    z-index: 30;
    float:left;
    width: 100%;
    height: 75px;
    background: #26272b;
}
#header .logo {
    float: left;
    width: 560px;
}
#header .logo h1 {
    float: left;
    color: #52dafc;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding: 25px 30px 0 0;
    margin: 0;
}
#header .logo h2 {
    color: #cccccc;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    padding: 31px 0 0 0;
    margin: 0;
}
#header .logo h2 a {
    color: #75d4ec;
    text-decoration: underline;
}
#header .nav {
    float: right;
}
#header .nav ul {
    margin: 0;
}
#header .nav ul li {
    float: left;
    list-style: none;
    display: inline-block;
    font-weight: 700;
    text-align: center;
}
#header .nav ul li a {
    display: block;
}
#header .nav ul li.bt1 a {
    color: #FFF;
    padding: 28px 30px 28px 60px;
    border-left: thin solid #363841;
    border-right: thin solid #363841;
}
#header .nav ul li.bt2 a {
    color: #a6ebfc;
    padding: 46px 20px 11px;
    border-right: thin solid #363841;
}
#header .nav ul li.bt3 a {
    color: #fd606b;
    padding: 46px 20px 11px;
    border-right: thin solid #363841;
}
#header .nav ul li.bt4 a {
    color: #FFF;
    padding: 28px 30px 28px 60px;
    border-left: thin solid #363841;
    border-right: thin solid #363841;
}
#header .nav ul li.bt5 a {
    color: #FFF;
    padding: 28px 30px 28px 60px;
    border-left: thin solid #363841;
    border-right: thin solid #363841;
}
#header .nav ul li.bt1 {
    font-size: 14px;
    color: #FFF;
    background: url(../images/icons.png) 25px 24px no-repeat;
}
#header .nav ul li.bt1 a:hover {
    background: url(../images/icons.png) 24px 24px no-repeat #1f2025;
}
#header .nav ul li.bt2 {
    font-size: 12px;
    color: #FFF;
    background: url(../images/icons.png) -126px 12px no-repeat;
}
#header .nav ul li.bt2 a:hover {
    background: url(../images/icons.png) -126px 12px no-repeat #1f2025;
}
#header .nav ul li.bt3 {
    font-size: 12px;
    color: #FFF;
    background: url(../images/icons.png) -277px 11px no-repeat;
}
#header .nav ul li.bt3 a:hover {
    background: url(../images/icons.png) -277px 11px no-repeat #1f2025;
}
#header .nav ul li.bt4 {
    font-size: 14px;
    color: #FFF;
    background: url(../images/icons.png) 16px -88px no-repeat;
}
#header .nav ul li.bt4 a:hover {
    background: url(../images/icons.png) 15px -88px no-repeat #1f2025;
}
#header .nav ul li.bt5 {
    font-size: 14px;
    color: #FFF;
    background: url(../images/icons.png) -142px -98px no-repeat;
}
#header .nav ul li.bt5 a:hover {
    background: url(../images/icons.png) -143px -98px no-repeat #1f2025;
}
/*#################################################################################################### 
/ Title
/###################################################################################################*/
#title {
    position:relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    float:left;
    z-index: 10;
    padding: 0 0 40px 0;
    background: url(../images/bg-title.png) center center;
}
#title h2 {
    color: #00315f;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 45px 0 10px 0;
}
#title h1 {
    color: #00315f;
    font-size: 30px;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
    margin:0;
}
#title h3 {
    color: #00315f;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    margin: 30px 0 10px 0;
}
#title h4 {
    color: #00315f;
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    margin:0;
    padding: 0 0 30px 0;
    border-bottom: thin solid #82b8cc;
}
#title form {
    margin: 0;
}
#title .title {
    float: left;
}
#title a.bt_cat,
#title a.bt_fechar {
    display: table;
    outline: none;
    cursor: pointer;
    color: #00315f;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    margin: 30px auto 20px auto;
    padding: 0 20px 0 0;
    background: url(../images/arrow-down.png) center right no-repeat;
    border: none;
}
#title a.bt_fechar {
    display: none;
    background: url(../images/arrow-up.png) center right no-repeat;
}
#title a.active {
    background: url(../images/active.png) center left no-repeat;
}
#title p {
    color: #00315f;
    font-size: 13px;
    text-align: center;
    font-weight: 470;
    text-transform: lowercase;
    line-height: 20px;
    margin: 0 auto 0 auto;
    padding: 0;
}
#title a.bt_new {
    float: right;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 40px 0 0 0;
    padding: 18px 30px;
    background: #64c913;
    box-shadow: 2px 2px 0 #7ebd1f;
    border-radius: 5px;
}
#title .nav_cat {
    display: none;
}
#title .nav_cat .grid_3 {
    width: 23%;
    float: left;
    padding: 0;
    margin: 0px 10px 0;	
}
#title .nav_cat a {
    display: block;
    outline: none;
    color: #00315f;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
}
#title .nav_cat a.azul {
    background: #57dff9;
}
/*#################################################################################################### 
/ Main
/###################################################################################################*/
#main {
    position:relative;
    overflow: hidden;
    width: 100%;
    float:left;
    z-index: 100;
    padding: 35px 0;
}
#main .title {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
#main .title h3 {
    float:left;
    color: #00315f;
    font-size: 22px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    margin:0;
}
#main .title form {
    float:right;
}
#main .title label {
    color: #00315f;
    font-size: 14px;
    font-weight: 700;
    padding: 0 15px;
    margin: 0;
}
#main .title input {
    width: 202px;
    height: 35px;
    border: thin solid #00315f;
    font-size: 14px;
    font-weight: 400;
    padding: 0 35px 0 15px;
    margin: 0;
    background: #fff;
    border-radius: 5px;
}
#main .title input[type=submit] {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 35px;
    outline:none;
    border: none;
    color: #00315f;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: lowercase;
    padding: 0;
    margin: 0 0 0 169px;
    background: none;
}
#main .title input[type=submit]:hover {
    color: #ff6f6f;
}
#main ::-webkit-input-placeholder {
    color: #00315f;
}
#main :-moz-placeholder {
    color: #00315f;
}
#main ::-moz-placeholder {
    color: #00315f;
}
#main :-ms-input-placeholder {  
    color: #00315f;
}
#main .title a.bt_edit {
    float: right;
    width: 160px;
    height: 27px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0 0 0;
    margin-left: 30px;
    background: #00315f;
    border-radius: 5px;
}
#main .title a.bt_edit:hover {
    background: #89c127;
}
#main .title a.bt_upload {
    cursor: pointer;
    float: right;
    width: 160px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0 0 20px;
    margin-left: 30px;
    background: url(../images/icons.png) -300px -121px #64c913 no-repeat;
    border-radius: 5px;
}
#main .title a.bt_upload:hover {
    background: url(../images/icons.png) -300px -121px #398402 no-repeat;
}
#main .cadastro table tr td {
    border-bottom: thin solid #ccc;
}
#main .cadastro table tr td h2 {
    color: #00315f;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding: 20px 0 5px 0;
    margin: 0;
}
#main .cadastro table tr td p {
    color: #787878;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding: 20px 0 5px 0;
    margin: 0;
}
#main .cadastro .bts {
    text-align: center;
}
#main .cadastro a.bt1,
#main .cadastro a.bt2,
#main .cadastro a.bt3 {
    display: inline-table;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 30px 8px 30px;
    margin: 40px 10px 0 0;
    background: #00315f;
    border-radius: 5px;
}
#main .cadastro a.bt2 {
    padding: 8px 10px 8px 10px;
    background: #89c127;
}
#main .cadastro a.bt3 {
    padding: 8px 30px 8px 30px;
    background: #fd4848;
}
#main .cadastro a.bt1:hover {
    background: #001f3c;
}
#main .cadastro a.bt2:hover {
    background: #59850d;
}
#main .cadastro a.bt3:hover {
    background: #921010;
}

#main .categoria table {
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
}
#main .categoria table tr:hover {
    background: #e1f4fb;
}
#main .categoria table tr.td_footer:hover {
    background: none;
}
#main .categoria table tr td {
    padding: 20px;
    border-bottom: thin solid #ccc;
}
#main .categoria table tr.td_footer td {
    padding: 20px;
    border-bottom: none;
}
#main .categoria table tr td a.title {
    display: block;
    color: #00315f;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 20px 0 5px 0;
    margin: 0;
    background: url(../images/arrow.png) center right no-repeat;
}
#main .categoria table tr td p {
    color: #787878;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    margin: 0;
}
#main .categoria table tr td h5 {
    float: left;
    color: #00315f;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    margin: 0;
}
#main .categoria table tr td a.bt_prev {
    display: block;
    float: right;
    width: 27px;
    height: 27px;
    padding: 0;
    margin-right: 10px;
    background: url(../images/icons.png) -269px -243px no-repeat;
}
#main .categoria table tr td a.bt_next {
    display: block;
    float: right;
    width: 27px;
    height: 27px;
    padding: 0;
    background: url(../images/icons.png) -303px -243px no-repeat;
}
/*#################################################################################################### 
/ Obras
/###################################################################################################*/
#page {
    position:relative;
    overflow: hidden;
    width: 100%;
    height: 85%;
    float:left;
    z-index: 100;
    padding: 40px 0 40px 0;
    background: url(../images/bg-title.png) top center #81e7ff;
}
#page h3 {
    color: #00315f;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
#page p {
    color: #00315f;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 20px 0;
}
#page form {
    text-align: center;
    margin: 0 auto;
    display: block;	
}
#page form input {
    width: 202px;
    height: 35px;
    border: thin solid #00315f;
    font-size: 14px;
    font-weight: 400;
    padding: 0 35px 0 15px;
    margin: 0;
    background: none;
    border-radius: 20px;
}
#page form input[type=submit] {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 35px;
    outline:none;
    border: none;
    color: #00315f;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: lowercase;
    padding: 0;
    margin: 0 0 0 169px;
    background: none;
}
#page form input[type=submit]:hover {
    color: #ff6f6f;
}
#page ::-webkit-input-placeholder {
    color: #00315f;
}
#page :-moz-placeholder {
    color: #00315f;
}
#page ::-moz-placeholder {
    color: #00315f;
}
#page :-ms-input-placeholder {  
    color: #00315f;
}
#page .box {
    display: block;
    float: left;
    width: 275px;
    height: 275px;
    background: #fff;
    border-radius: 180px;
    border: 5px solid #59abff;
    margin: 40px 39px;
}
#page .box h1 {
    width: 275px;
    height: 275px;
    display: table-cell;       	
    vertical-align:middle;
    color: #00315f;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px 0;
    padding: 0 20px;
}
#page .box h1 span {
    display: block;
    position: relative;
    top: 60px;
    width: 100px;
    height: 30px;
    text-align: center;
    font-weight: 700;
    border-top: thin solid #59abff;
    margin: auto;
}
#page a:hover .box span {
    color: #59abff;
}
#page a:hover .box {
    background: #c9effe;
}
/*#################################################################################################### 
/ footer
/###################################################################################################*/
#footer {
    position: relative;
    float:left;
    z-index: 1000;
    width: 100%;
    height: 63px;
    background: #26272b;
    bottom: 0;
}
#footer .logo h1 {
    float: left;
    color: #52dafc;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
    padding: 23px 30px 0 0;
    margin: 0;
}
#footer .menu ul {
    float: right;
}
#footer .menu ul li {
    float: left;
    color: #a3a3a3;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
    padding: 5px 30px 0 0;
    margin: 0;
}
#footer .menu ul li a {
    color: #a3a3a3;
}
#footer .menu ul li a:hover {
    color: #52dafc;
}
#footer .by {
    float: right;
}
#footer .by a {
    display: block;
    font-size: 11px;
    color: #a3a3a3;
    padding-top: 23px;
    margin-left: 20px;
}

#modal_upload label {
    width: 30%;
    float: left;
    color: #00315f;
    font-size: 14px;
    font-weight: 700;
}
#modal_upload input {
    width: 70%;
    height: 36px;
    border-radius: 6px;
    border:thin solid #00315f;
    margin-bottom: 10px;
}
#modal_upload a.plus {
    cursor: pointer;
    float: left;
    width: 160px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0 0 20px;
    margin-left: 30px;
    background: url(../images/plus.png) 50px 9px #00315f no-repeat;
    border-radius: 5px;
}
#modal_upload .btn-default{
    cursor: pointer;
    width: 120px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    background: #89c127;
    text-shadow: none;
    border-radius: 5px;
}
#modal_upload .btn-primary {
    cursor: pointer;
    width: 120px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    background: #c0c1c1;
    text-shadow: 1px 1px 1px #c0c1c1;
    border-radius: 5px;
}
#modal_ver .bts,
#modal_del .bts {
    text-align: center;
}
#main .cadastro a.bt1,
#main .cadastro a.bt2,
#main .cadastro a.bt3,
#modal_ver a.bt1,
#modal_ver a.bt2,
#modal_ver a.bt3,
#modal_del a.bt2,
#modal_del a.bt3 {
    cursor: pointer;
    display: inline-table;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 30px 8px 30px;
    margin: 40px 10px 0 0;
    background: #00315f;
    border-radius: 5px;
}
#main .cadastro a.bt2,
#modal_ver a.bt2,
#modal_del a.bt2 {
    padding: 8px 10px 8px 10px;
    background: #89c127;
}
#main .cadastro a.bt3,
#modal_ver a.bt3,
#modal_del a.bt3 {
    padding: 8px 30px 8px 30px;
    background: #fd4848;
}
#main .cadastro a.bt1:hover,
#modal_ver a.bt1:hover {
    background: #001f3c;
}
#main .cadastro a.bt2:hover,
#modal_ver a.bt2:hover,
#modal_del a.bt2:hover {
    background: #59850d;
}
#main .cadastro a.bt3:hover,
#modal_ver a.bt3:hover,
#modal_del a.bt3:hover {
    background: #921010;
}

#modal_upload label {
    width: 20%;
    padding-top:10px; 
    float: left;
    color: #00315f;
    font-size: 14px;
    font-weight: 700;
}
#modal_upload input , #modal_upload select {
    width: 80%;
    height: 36px;
    border-radius: 6px;
    border:thin solid #00315f;
    margin-bottom: 10px;
}
#modal_upload a.plus {
    cursor: pointer;
    float: left;
    width: 160px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0 0 20px;
    margin-left: 30px;
    background: url(../images/plus.png) 50px 9px #00315f no-repeat;
    border-radius: 5px;
}
#modal_upload .btn-default{
    cursor: pointer;
    width: 120px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    background: #89c127;
    text-shadow: none;
    border-radius: 5px;
}
#modal_upload .btn-primary {
    cursor: pointer;
    width: 120px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    background: #c0c1c1;
    text-shadow: 1px 1px 1px #c0c1c1;
    border-radius: 5px;
}

#modal_ver .boxDados{
    display: block;
    float: left;
    width: 100%;
    border-bottom: thin solid #ccc;
}
#modal_ver #texto h2 {
    width: 31%;
    float: left;
    color: #00315f;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0 7px 0;
    margin: 0;

}
#modal_ver #texto p {
    width: 68%;
    float: left;
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0 10px 0;
    margin: 0;

}



#modal_del #texto h2 {
    color: #00315f;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 0 0 0;
    margin: 0;
}
#main .cadastro .bts,
#modal_ver .bts,
#modal_del .bts {
    text-align: center;
}
body.modal-open {
    padding-right: 0px !important;
    overflow-y: auto;
}
.loadingDiv{
    position: absolute;
    top: 82%;
    right: 48%;

}

#logoLogin{
    width: 100%;
    margin-bottom: 10px;
}
#logoHead{    
    float: left;
    height: 48px;
    margin-top: 13px;
    margin-right: 25px;
    object-fit: contain;

}
#modal_ver #texto .boxDados .obra{
    width: 100%
}
#modal_ver #texto .boxDados .categoriasObra{
    padding: 5px 0 10px 0;
}
#bt_new_obra{
    width: 95px;
    float: left;
    color: #00315f;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    height: 44px;
    text-align: left;
    border: none;
    background: url(../images/bt_plus.png) center right no-repeat;
}

#background_accordion{
    float: left;
    width: 100%;
    padding:0 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
}
.listar_obras{
    padding: 20px;
    width: 100%;
    border-bottom: thin solid #ccc;
    color: #787878;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    /* padding: 0; */
    margin: 0;
}
.listar_categorias{
    padding: 20px 20px 10px 30px;
    cursor: pointer;
    color: #787878;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    /* padding: 0; */
    margin: 0;
}
.listar_categorias2{
    padding: 10px 20px 10px 40px;
    cursor: pointer;
    color: #787878;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    /* padding: 0; */
    list-style-type: none;
    border-bottom: thin solid #ccc;
    margin: 0;
}
.listar_usuarios{
    padding: 10px 20px 10px 60px;
    cursor: pointer;
    color: #787878;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    /* padding: 0; */
    list-style-type: none;
    border-bottom: thin solid #ccc;
    margin: 0;
}
#main .title a.bt6 {
    cursor: pointer;
    float: right;
    width: 160px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0 0 20px;
    margin-left: 30px;
    background: url(../images/icons.png) 3px -111px  #64c913 no-repeat;
    border-radius: 5px;
}

#main .title a.bt6:hover {
    background: url(../images/icons.png) 3px -111px  #398402 no-repeat;
}
.bt_action{
    float: right;


}
.icon_delete{
    background: url(../images/icons-delete.png);
    background-size: 31px 28px;
    width: 31px;
    height: 28px;
    background-repeat: no-repeat;
}
.icon_usuario{
    background: url(../images/icons-usuario.png);
    background-size: 31px 28px;
    width: 45px;
    height: 28px;
    background-position: right;
    background-repeat: no-repeat;
}
.icon_mais{
    background: url(../images/icons-mais.png);
    background-size: 31px 28px;
    width: 31px;
    height: 28px;
    background-position: right;
    background-repeat: no-repeat;
}
.icon_edit{
    background: url(../images/icons-edit.png);
    background-size: 31px 28px;
    width: 31px;
    height: 28px;
    background-repeat: no-repeat;
}
.gattung{
    float: left !important;
    width: 69% !important;
}

.nutzer{
    float: left !important;
    width: 69% !important;
}
.gattung:last-child {
    margin-bottom: 20px;
}
.bt_acesso_remove {
    width: 49px;
    float: left;
    height: 35px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    padding: 13px 12px 10px 0px;
    margin-left: 4px;
    /*border: 2px solid #410659;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(../images/bg-delete.png) center right no-repeat;
}
.gattung_plus{
    cursor: pointer;
    float: left;
    width: 116px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0 0 20px;
    margin-left: 0px;
    background: url(../images/plus.png) 14px 8px #00315f no-repeat;
    border-radius: 5px;
}
.gattung_plus_usuario{
    cursor: pointer;
    float: left;
    width: 116px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0 0 20px;
    margin-left: 0px;
    background: url(../images/plus.png) 14px 8px #00315f no-repeat;
    border-radius: 5px;
}
.check{
    width: 4%!important;
    margin-right: 26%!important;
    float: left;
}
.boxArquivos{
    clear: both;
    padding-bottom: 33px;
    margin-bottom: 11px;
    border-bottom: thin solid #ccc;
}
.loadingDivArquivo{
    float: right;
    padding-bottom: 18px;
    width: 32px;
    height: 50px;
}
.inputpage{
    float: right;
    width: 62px;
    height: 28px;
    border: thin solid #00315f;
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px 0 7px;
    margin: 0 14px 0px 1px;
    background: #fff;
    border-radius: 5px;
}