#transaction{
    color: black;
}

#buttonReject{
    color: white;
    line-height: 39px;
    height: 40px;
    width: 170px;
    background-color: rgb(209, 60, 77);
    margin: 0 auto;
    cursor: pointer;
}

#buttonReject:hover{
    background-color: rgb(143, 46, 57);
}

body{
    background-color: #4E86C4;
    background-image: linear-gradient(45deg, #3873B4 25%, transparent 25%, transparent 75%, #3873B4 75%, #3873B4), 
    linear-gradient(-45deg, #3873B4 25%, transparent 25%, transparent 75%, #3873B4 75%, #3873B4);
    background-size:60px 60px;
    background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
    margin: 0 auto;
    color: gray;
    font-family: "Arial";
    text-align: center;
}

.body_login{
    background: #F7F7F7 url('../img/background.png') repeat-x left bottom fixed;
    margin: 0 auto;
    color: gray;
    font-family: "Arial";
    border-top: 2px solid #CCCCCC;
}

#wrapper{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#content{
    max-width: 90%;
    min-width: 660px;
    margin: 0 auto;
    font-weight: bold;
    overflow: auto;
    width: 100%;
}

#legenda{
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 20px
}

.title{
    font-size: 32px;
    font-weight: bold;
    margin-top: 30px;
}

#box{
    margin-top: -40px;
}
#box-results{
    width: 516px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: left;
}

#text-result{
    font-size: 14px;
}

.input-text{
	width: 600px;
	height: 25px;
	border: 1px solid gray;
	background-color: whitesmoke;
}

.button-input{
	color: white;
	line-height: 39px;
	height: 40px;
	width: 170px;
	background-color: rgb(209, 60, 77);
	margin: 0 auto;
	cursor: pointer;
	border: none;
	line-height: 36px;
	font-weight: bold;
	font-size: 14px;
}

.color-text{
	color: rgb(54, 54, 54);
	font-size: 18px;
	font-weight: normal;
}

.portfolio_list{margin:0 auto;}
.portfolio_list li{display:inline-table; margin:0px 25px;}
.port_item{width:164px; height:164px; margin:0 0px 20px; border-radius: 50%; position:relative; box-shadow: inset 0 0 0 0 rgba(26, 26, 26, 0.94), inset 0 0 0 16px rgba(0,0,0,0.1), 0 0 3px 3px rgba(0,0,0,0.1);transition: all 0.4s ease-in-out;border: 2px solid #FFF;}
.item_info{position:absolute; width:100%; height:100%; border-radius:50%; overflow:hidden; opacity:0; transition:all 0.4s ease-in-out; transform:scale(0); backface-visibility:hidden;}
.port_item h5{color:#fff; font-weight: bold; padding-top:45px; margin-bottom:10px;font-size: 14px;}
.port_item p{width:150px; color:#fff; margin:0 auto; font-size:12px; font-weight: normal;line-height:18px; padding-top:10px; border-top:1px dashed #ccc}
.port_item a{color:#5DC9BF;}
.port_item a:hover{text-decoration:underline}
.port_item:hover{box-shadow:inset 0 0 0 110px rgba(26,26,26, 0.9), inset 0 0 0 16px rgba(0,0,0,0.1), 0 0 3px 3px rgba(0,0,0,0.1);background-color: #313131;background-image: none;}
.port_item:hover .item_info{opacity:1; transform:scale(1); }
/**/
.item_01{background:url(../img/tools-img.png?v=4) 0 0 no-repeat;}
.item_02{background:url(../img/tools-img.png?v=4) 0 -164px no-repeat;}
.item_03{background:url(../img/tools-img.png?v=4) 0 -328px no-repeat;}
.item_04{background:url(../img/tools-img.png?v=4) 0 -492px no-repeat;}
.item_05{background:url(../img/tools-img.png?v=4) -164px -328px no-repeat;}
.item_06{background:url(../img/tools-img.png?v=4) -164px 0 no-repeat;}
.item_07{background:url(../img/tools-img.png?v=4) -164px -492px no-repeat;}
.item_08{background:url(../img/tools-img.png?v=4) -328px 0px no-repeat;}
.item_09{background:url(../img/tools-img.png?v=4) -328px -165px no-repeat;}
.item_10{background:url(../img/tools-img.png?v=4) -328px -328px no-repeat;}
.item_11{background:url(../img/tools-img.png?v=4) -328px -492px no-repeat;}
.item_12{background:url(../img/tools-img2.png?v=4) -492px -0px no-repeat;}
.item_13{background:url(../img/tools-img.png?v=5) -492px -164px no-repeat;}
.item_14{background:url(../img/tools-img.png?v=6) -492px -328px no-repeat;}

#logo {
    position: relative;
    top: 14px;
    left: -168px;
}

#logo-header {
    width: 100%;
 }
 
 /* Login Box */
#login-box{
    margin-top: 60px;
    text-align: center;
    z-index: 1000;
}

#login-box-inside {
    width: 300px;
    height: 360px;
    padding: 15px 30px;
    margin: 0 auto;
    background-color: rgb(236, 236, 236);
    border: 1px solid #CCCCCC;
    box-shadow: 0px 3px 0px 0px #CCCCCC;
}

.login-title {
    margin-top: 8px;
    margin-left: 14px;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 600;
}

.button-login {
    background-color: #3799E6;
    border: none;
    height: 36px;
    width: 120px;
    color: white;
    display: block;
    margin-top: 11px;
    margin-left: 14px;
    cursor: pointer;
}
.button-login:hover{
    background-color: rgb(122, 159, 213);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.27);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.27);
}

.button-login:active{
    background-color: rgb(76, 99, 133);
    box-shadow: inset 0 2px 0 rgba(0,0,0,0.27);
    -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,0.27);
}
.login-box-top{
    width: 332px !important;
    height: 65px !important;
    margin-top: -15px !important;
    padding: 14px;
    margin-left: -30px !important;
    background-color: rgb(223, 223, 223);
    border-bottom: 2px solid #CCCCCC;
    border-radius: 0px 0px 60px 0px;
}

input.input-text {
	font-size: 14px;
	border-radius: 0px;
	color: #4c4c4c;
	padding: 0px 12px;
	width: 242px;
	line-height: 35px;
	display: block;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-bottom: -10px;
}

.error-box {
	position: absolute;
	width: 100%;
	height: 30px;
	background-color: rgb(226, 14, 14);
	border-bottom: 2px solid rgb(128, 32, 32);
	color: white;
	text-align: center;
	line-height: 28px;
}


#logout-content{
    text-align: right;
    width: 100%;
}
    
#logout-box{
    width: 70px;
    height: 60px;
    display: inline-block;
    position: relative;
    background-color: rgba(255, 255, 255, 0.31);
    text-align: center;
    border-bottom: 2px solid white;
    top: -19px;
}
.logout-text {
    text-decoration: none;
    color: white;
    font-family: "Open Sans", Arial;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 26px;
    display: block;
    padding: 4px;
    width: 40px;
    background-color: black;
}
.logout-text:hover{
    background-color: rgba(0, 0, 0, 0.71);
}
.logout-text:active{
    background-color: rgba(0, 0, 0, 0.31);
}

#home-icon {
    text-decoration: none;
    color: white;
    font-family: "Open Sans", Arial;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 24px;
    display: block;
    padding: 4px;
    background-color: black;
}

#home-box{
    width: 46px;
    height: 60px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.31);
    text-align: center;
    border-bottom: 2px solid white;
}