@charset "utf-8";
/* CSS Document */

/* FEILDS */
input{background-color:#E6E6E6;}
input.error{background-color:#FCD0C7;}

textarea{background-color:#E6E6E6;}
textarea.error{background-color:#FCD0C7;}

div.checkbox label{background-color:#E6E6E6;}
div.checkbox.error label{background-color:#FCD0C7;}

.slct{background-color:#E6E6E6;}

div.radio{display:inline-block; float:none; vertical-align:middle; margin:10px 10px 0px 0px;}
div.radio label{background-color:#E6E6E6;}
div.radio.error label{background-color:#FCD0C7;}

/* --- TITLES --- */
section.page h3{display:block; border-bottom:1px solid #DDD; font-family:'OpenSans'; font-size:21px; color:#444; text-decoration:none; font-weight:normal; font-style:normal; text-transform:uppercase; line-height:24px; padding:0px 0px 15px 0px; margin:0px 0px 30px 0px;}
section.page h4{display:block; font-family:'OpenSans'; font-size:18px; color:#222; text-decoration:none; font-weight:normal; font-style:normal; text-transform:uppercase; margin:30px 0px 15px 0px;}

/* --- LOGIN --- */
section.page div.login{width:-moz-calc(38% - 20px); width:-webkit-calc(38% - 20px); width:-o-calc(38% - 20px); width:calc(38% - 20px); position:relative; float:left; font-size:14px; text-align:left; padding:0px; margin:0px;}

section.page div.login a.forgot{display:block; float:right; font-family:'OpenSansLight'; font-size:14px; color:#666; text-decoration:none; font-style:normal; font-weight:normal; text-transform:uppercase; line-height:14px; padding:0px; margin:10px 0px 0px 0px; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
section.page div.login a.forgot:hover{color:#0860a8; text-decoration:none;}

section.page div.login .password{display:none;}
section.page div.login .password h3{margin:30px 0px 15px 0px;}
section.page div.login .password input{margin:15px 0px;}

section.page div.login label{display:inline-block; float:none; vertical-align:middle; margin:0px 0px 10px 0px;}
section.page div.login .checkbox{display:inline-block; float:none; vertical-align:middle; margin:0px 5px 10px 0px;}

/* --- SOCIAL --- */
section.page div.social{width:-moz-calc(24% - 20px); width:-webkit-calc(24% - 20px); width:-o-calc(24% - 20px); width:calc(24% - 20px); position:relative; float:left; font-size:14px; text-align:left; padding:0px; margin:0px 30px;}

section.page div.social a{display:block; position:relative; font-family:'OpenSans'; font-size:14px; color:#FFF; text-decoration:none; font-weight:normal; font-style:normal; line-height:18px; padding:10px 12px; margin:15px 0px 0px 0px; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
section.page div.social a:hover{text-decoration:none;}
section.page div.social a p{display:inline-block; background-image:url("../../Images/Icons/all.png"); background-repeat:no-repeat; vertical-align:middle; padding:0px;}

section.page div.social a.facebook{background-color:#426191;}
section.page div.social a.facebook:hover{background-color:#244273;}
section.page div.social a.facebook p{width:20px; height:19px; background-position:-199px -17px; margin:0px 10px 0px 0px;}

section.page div.social a.twitter{background-color:#52a6d7;}
section.page div.social a.twitter:hover{background-color:#2979A7;}
section.page div.social a.twitter p{width:21px; height:17px; background-position:-238px -22px; margin:1px 10px 1px 0px;}

section.page div.social a.google{background-color:#ca4917;}
section.page div.social a.google:hover{background-color:#962A00;}
section.page div.social a.google p{width:19px; height:19px; background-position:-219px -17px; margin:0px 10px 0px 0px;}

/* --- SIGIN --- */
section.page div.sigin{width:-moz-calc(38% - 20px); width:-webkit-calc(38% - 20px); width:-o-calc(38% - 20px); width:calc(38% - 20px); position:relative; float:left; font-size:14px; text-align:left; padding:0px; margin:0px;}
section.page div.sigin a.button{margin:15px 0px 0px 0px;}

section.page div.sigin .registration{display:none;}
section.page div.sigin .registration label.txt{display:inline-block; padding:5px 0px 0px 0px;}

/* --- PROFILE --- */
section.page{font-size:14px;}
section.page input{max-width:680px;}
section.page table{margin:30px 0px 0px 0px;}

section.page aside{width:-moz-calc(100% - 170px); width:-webkit-calc(100% - 170px); width:-o-calc(100% - 170px); width:calc(100% - 170px); display:block; position:relative; float:left; padding:0px; margin:0px 30px 0px 0px;}
section.page aside h4{font-size:20px; margin:0px 0px 5px 0px;}

section.page a.btn{margin:0px 0px 0px 15px;}
section.page a.button{width:120px; display:block; float:left; text-align:center; padding:0px 10px; margin:0px;}

/* --- FORM --- */
section.page div.form{max-width:640px; display:none;}
section.page div.form.show{display:block;}
section.page div.form .label{display:inline-block; line-height:24px; vertical-align:middle; margin:10px 15px 0px 0px;}

/* --- HALF --- */
section.page article{width:-moz-calc(50% - 15px); width:-webkit-calc(50% - 15px); width:-o-calc(50% - 15px); width:calc(50% - 15px); position:relative; float:left; font-size:14px; text-align:left; padding:0px; margin:0px 0px 0px 30px;}
section.page article:nth-of-type(2n + 1){clear:left; margin:0px;}
section.page article strong{min-width:150px;}

section.page article a.button{width:auto; text-transform:lowercase; line-height:18px; padding:0px 10px 2px 10px; margin:15px 10px 0px 0px;}
section.page article a.button.edit{background-color:#28166f; color:#222;}
section.page article a.button.remove{background-color:#c30027;}
section.page article a.button:hover{background-color:#0860a8; color:#FFF;}

/* --- TOTAL --- */
section.page span.total{min-width:280px; display:block; float:right; text-align:left; padding:0px; margin:15px 0px 0px 0px;}
section.page span.total strong{min-width:190px; display:inline-block; font-style:normal;}

/* TABLE */
table tr td p{font-size:11px;}
table tr td strong{font-family:'OpenSansSemiBold'; color:#222; text-decoration:none; font-weight:normal; padding:0px; margin:0px;}

table tr td.trci1 em{display:inline-block; color:#999; text-decoration:none; font-style:normal; margin:0px 0px 0px 10px;}
table tr td.trci1 img{display:block; float:left; margin:0px 10px 0px 0px;}

table tr td.trc1,
table tr td.trci1,
table tr td.trci4{color:#000; text-decoration:none;}
table tr td.trc4{color:#000; text-decoration:none; font-weight:bold;}
table tr td.trc5,
table tr td.trc6{font-size:12px;}

table tr td a p{width:16px; height:16px; display:inline-block; background-image:url("../../Images/Icons/all.png"); background-position:-95px -98px; background-repeat:no-repeat; vertical-align:middle; padding:0px; margin:0px 5px 0px 0px;}
table tr td a em{color:#999; text-decoration:none;}
table tr td a:hover{text-decoration:none;}
table tr td a:hover em{color:#329ff1; text-decoration:none;}

/* MOBILE */
@media only screen and (max-width: 1250px){
    section.page h3{font-size:20px; line-height:20px;}
    section.page h4{font-size:16px;}
}

@media only screen and (max-width: 1100px){
    section.page h3{font-size:19px; line-height:19px;}
    
    section.page div.login,
    section.page div.sigin{width:-moz-calc(38% - 10px); width:-webkit-calc(38% - 10px); width:-o-calc(38% - 10px); width:calc(38% - 10px); font-size:12px;}
    section.page div.social{width:-moz-calc(24% - 10px); width:-webkit-calc(24% - 10px); width:-o-calc(24% - 10px); width:calc(24% - 10px); font-size:12px; margin:0px 15px;}
}

@media only screen and (max-width: 1000px){
    section.page h3{font-size:18px; line-height:18px;}
    section.page h4{font-size:14px;}
}

@media only screen and (max-width: 950px){
    section.page h3{font-size:16px; line-height:16px;}
    
    section.page div.social a{font-size:12px;}
}

@media only screen and (max-width: 900px){
    section.page div.login a.forgot{float:none; margin:15px 0px 0px 0px;}
}

@media only screen and (max-width: 850px){
    section.page h3{font-size:24px; line-height:24px; padding:0px 0px 15px 0px; margin:0px 0px 15px 0px;}
    
    section.page div.login,
	section.page div.sigin{width:auto; float:none; margin:0px;}
	section.page div.social{width:auto; float:none; margin:30px 0px;}
    section.page div.social a{max-width:300px;}
    section.page div.login .password h3{margin:15px 0px;}
    
    section.page article{width:auto; float:none; margin:0px;}
    
    table tr th.trc4,
	table tr td.trc4,
	table tr th.trci2,
	table tr td.trci2{display:none;}
}

@media only screen and (max-width: 750px){	
	table tr td a p{margin:0px;}
	table tr td a em{display:none;}
	table tr th.trc6,
	table tr td.trc6{width:20px;}
}

@media only screen and (max-width: 550px){
    section.page aside{width:auto; float:none; margin:0px;}
    section.page a.btn,
    section.page a.button{width:125px; float:none; margin:15px 0px 0px 0px;}
    
    table tr th{display:none;}	
	table tr td{width:auto; display:block; text-align:left;}
	table tr td.trci1{color:#222; font-weight:bold;}
	table tr td.trc1,
	table tr td.trc2,
	table tr td.trci1{border-bottom:1px dotted #ccc;}
    table tr th.trci2,
	table tr td.trci2,
    table tr th.trc4,
	table tr td.trc4,
	table tr th.trc5,
	table tr td.trc5,
	table tr th.trc6{display:none;}
	table tr td.trc6{width:auto; background-color:#E9E9E9; border-bottom:1px solid #ccc;}
	table tr td.trc6 a{width:100px; display:block;}
	table tr td a p{margin:0px 5px 0px 0px;}
	table tr td a em{display:inline;}
}

@media only screen and (max-width: 450px){
    section.page h3{font-size:18px; line-height:18px;}
	section.page h4{font-size:14px; line-height:14px;}
	section.page h5{font-size:14px;}
    
    div.radio{margin:10px 4px 0px 0px;}
    
    table tr{display:block; margin:0px 0px 5px 0px;}
	table tr th{display:none;}
	table tr td{display:block; text-align:left;}
}

@media only screen and (max-width: 350px){
    div.radio{display:block; float:left; margin:10px 10px 0px 0px;}
    section.page div.form .label{width:-moz-calc(100% - 25px); width:-webkit-calc(100% - 25px); width:-o-calc(100% - 25px); width:calc(100% - 25px); display:block; margin:10px 0px 0px 0px;}
}