@font-face {
    font-family: 'icomoon';
    src: 
        url('/templates/chromachecker/fonts/ICOmoon38.woff2?v=2') format('woff2'),
        url('/templates/chromachecker/fonts/ICOmoon38woff?v=2') format('woff'),
        url('/templates/chromachecker/fonts/ICOmoon38.ttf?v=2') format('truetype');  
    font-weight: normal;
    font-style: normal; 
}


.path_gray_area {
    background:#eee;
    padding:20px;
    width:325px;
    
    border-radius:10px;
}
.path_column {
    float:left;
    width:365px;
    margin-right:22px;
}
.path_column h2 {
    line-height:50px;
    margin:0px;
    padding:0px;
    width:auto;
}
.path_column h3 {
    color:#006CFF;
    margin-top:0px;
    font-size:22px;
    width:auto;
    font-weight:bold;
    padding-top:0px;
}
.path_column h2  img {
    float:left;
    height:30px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
}
.path_column p {
    width:auto;
}
.path_column p.bold {
    font-weight:bold;
}
.column_first_part {
    height:400px;
}
.column_second_part {
    height:170px;
}
.column_second_part h3 {
    padding-bottom: 10px;
    margin:0px;
    border-bottom:2px solid #006CFF;
}
input.blue_big_button, a.blue_big_button , a.blue_big_button:visited  {
    margin:0 auto;
    text-align:center;
    box-sizing:border-box;
   padding:15px;
    background-color:#006CFF;
    color:#fff;
    font-size:18px;
    border:none;
    width:325px;
    
    height:50px;
    line-height:20px;
    display:block;
    text-align:center;
    
    margin-top:20px;
    
    border-radius:15px;
}
input.blue_big_button:hover, a.blue_big_button:hover , a.blue_big_button:visited:hover{
    background:#666;
} 
a.pdf_link, a.pdf_link:visited {
   color:#000;
    line-height:20px;
    margin:0px;
     clear:left;
    display:block;
    margin-top:10px;
    border-top:2px solid #eee;
    padding-top:10px;
    width:auto;
    font-weight:normal;
    font-size:14px;
}
a.pdf_link:hover{
    color:#666!important;
}
.pdf_link:before {
     font-family: 'icomoon'; 
    content :'\2020';
    color:#E41F26;
    font-size:40px;
   
    float:left;
    width:50px;
    display:block;
    line-height:40px;
}

h1.trial_h1 {
    color:#006CFF;
    line-height:110px;
    font-size:50px;
    font-weight: normal;
}

section#trial_section {
    background:#fff;
    border-radius:15px;
    margin-bottom:70px;
    padding:20px 30px;
     font-weight:normal;
    position:relative;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* cień */
}
#trial_h2 {
    border-bottom:2px solid #006CFF;
    line-height:50px;
    width:100%;
    font-weight:normal;
    font-size:18px;
    margin:0px;
    padding:0px;
}
#trial_img {
    position:absolute;
    top:-130px;
    right:100px;
    height:200px;
}



.blue_link, .blue_link:visited {
    color:#006CFF;
    margin-bottom:10px;

}
.blue_link:hover{
    color:#666;
    cursor:pointer;
}

.error_validate {
    margin-left:10px;
    font-size:12px;
}

.error_msg {
    color:#f00 !important;
    margin-bottom:20px;
}

.project_list  {
    list-style: none;
    padding:0px;
    
}
.project_list a {
    color:#000;
     line-height:25px;
     font-weight:bold;
    
}
.project_list a:hover{
    color:#666;
}
.project_list  li {
    line-height:25px;
}

ul li:before{
    content:'\00BA';
    font-family:'icomoon';
    font-size:20px;
    width:auto;
    margin:auto;
    color:#5FD614;
    float:left;
       line-height:25px;
    font-weight:normal;
    margin-right:10px;
}

input::placeholder {
  color: #888; 
  opacity: 1; 
}

#trial_section input[type="email"] , #trial_section input[type="text"]{
    padding:10px;
    margin-bottom:10px;
    box-sizing:border-box;
    border:1px solid #333;
    width:400px;
}

#register_form {
    width:400px;
    
    margin:0 auto;
    margin-top:40px;
}
#register_form p {
    width:auto;
    font-size:12px;
    margin-bottom:30px;
    text-align: left;
}
#register_form p.error_msg {
    font-size:14px;
}

.download_links  a {
    display:inline-block;
    float:left;
      padding:15px;
     height:50px;
     margin-top:20px;
     box-sizing:border-box;
    background-color:#006CFF;
    color:#fff;
    font-size:15px;
    width:161px;
     text-align:center;
    border-radius:15px;
}
.download_links  a:hover{
    cursor:pointer;
    background:#666;
}
.download_links  a:first-child{
    border-bottom-right-radius: 0px;
     border-top-right-radius: 0px;
}
.download_links  a:nth-child(2){
    border-bottom-left-radius: 0px;
    margin-left:2px;
     border-top-left-radius: 0px;
}
.demo_upload2 {
    box-sizing: border-box;
    border:2px solid #006CFF;;
    margin:0 auto;
    border-radius:10px;
  background:#fff;;
    vertical-align: middle;
    line-height:50px;
   font-size:16px;
    text-align: left;
    display:block;
    width:325px;
 clear:both;
 margin-top:20px;
     color:#006CFF;
}
.track_select2 {
    margin-left:30px;
    margin-top:30px;
}
.track_select2 p {
    width:130px;
    float:left;
}
.track_select { 
margin-top:5px;
margin-bottom:5px;}
.demo_upload2:hover{
    border-color:#666;
    color:#666;
    cursor:pointer;
}
.demo_upload2:before {
    font-family:'icomoon';
    font-size:30px;
    margin-top:6px;
    margin-left:15px;
 line-height:30px;
    content:'\07E';
    float:left;
     vertical-align: middle;
 display:block;


}

.demo_upload2:after{
     font-family:'icomoon';
    font-size:30px;
    margin-top:6px;
    margin-left:15px;
 line-height:30px;
    content:' ';

width:60px;    float:right;
     vertical-align: middle;
 display:block;
}
.tech_req {
    font-weight:bold;
    margin-top:30px;
    clear:both;
}
#queue, #error_status{
    font-size:10px;
}


.no_sign_up {
    background:#eee;
    padding:25px;
}

.ef_text {
    font-size:20px;
    clear:both;
    width:100%;
    margin-top:20px;
    line-height:30px;
    text-align:center;
}
.ef_text img {
    display:inline-block;
    vertical-align: middle;
    margin-right:10px;
    height:30px;
}
a.learn_more_link {
    color:#006CFF;
    line-height:20px;
     margin:0px;
font-weight:bold;
    display:inline-block;
}
a.learn_more_link:hover {
    color:#666
}

.learn_more_link:before {

    content :'>';

    font-size:20px;
    float:left;
    margin-right:5px;
    display:block;
    line-height:20px;
}

.no_sign_up h3 {
    padding-top: 0px;
}
.error {
      outline: 1px solid red;
            border:none !important;
        }label.error {
            display: none !important;
        }
        
#upload_area_start {
            
}
#upload_area_start .dnd {
    text-align:center;
}

.track_select p {
     font-size:16px;
}


a.blue_big_button {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
    background-color: #006CFF;
    color: #fff;
    font-size: 18px;
    width: 325px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    text-decoration: none;
}

a.blue_big_button .main {
    font-size: 18px;
    font-weight: bold;
}

a.blue_big_button .sub {
    font-size: 13px;
    margin-top: 0px;

}