html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.Global-width { width:100%; max-width:1024px; border:1px solid #cdcdcd; }

.Global-table { width:100%; border-spacing:0px; }
.Share-table { border-spacing:0px; margin:0; font-size:12px; width:100%; }
.Share-table th { text-align:center; color:#fff; font-weight:bold; background-color:#124C96; border-right:1px solid #404040; line-height:16px; padding:6px 8px; }
.Share-table td { text-align:center; border-bottom:1px solid #ebebeb; border-right:1px solid #ebebeb; padding:2px 4px; line-height:14px; }
.Share-table.Small td { font-size:11px;  }


.Share-table1 { border-spacing:0px; width:100%; margin:14px auto; font-size:12px; border-left:1px solid #cdcdcd; border-top:1px solid #cdcdcd; }
.Share-table1 th { text-align:center; color:#fff; font-weight:bold; background-color:#045435; border-right:1px solid #404040; line-height:16px; padding:6px 8px; }
.Share-table1 td { text-align:justify; border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd; padding:6px 8px; line-height:14px; }
.Share-table1 tr:nth-child(odd) { background-color: #ededed; color: #000; }

.Share-table2 { border-spacing:0px; margin:0; font-size:12px; width:100%; }
.Share-table2 th { text-align:center; color:#fff; font-weight:bold; background-color:#4784d2; border-right:1px solid #0a72cc; line-height:16px; padding:6px 8px; }
.Share-table2 td { text-align:center; border-bottom:1px solid #ebebeb; border-right:1px solid #ebebeb; padding:2px 4px; line-height:14px; }
.Share-table2.Small td { background-color: #ededed;  }

 @keyframes spin{to{transform:rotate(360deg)}}
 svg.spin{animation:spin 1s linear infinite}

.page-check-links {  }
.page-check-links .left-cell{ width:25%; }
.page-check-links .right-cell{  }
.page-check-links .padding-add-new-left-cell { padding:6px 6px 6px 4px; }
.page-check-links .padding-add-new-right-cell { padding:6px 4px 6px 6px; }

#backlinkanalyze_results { margin-top:30px; }
#parent_saved_websites { height:320px; width:980px;  border:1px solid #cdcdcd; overflow:auto; }

.Popup-Management {
    position: fixed;
    top:50%; left:50%; 
    width:620px; height:420px; 
    margin-left:-310px; 
    margin-top:-210px;
    background-color:white; 
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5); 
    box-shadow: 0 0 6px rgba(0,0,0,0.5);  
    -moz-border-radius: 4px;   
    -webkit-border-radius: 4px;   
    border-radius: 4px;
    z-index:11;
    display:none; padding:0 14px;
}
.Popup-ProjectLog {
    position: fixed;
    top:50%; left:50%; 
    width:820px; height:620px; 
    margin-left:-410px; 
    margin-top:-310px;
    background-color:white; 
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5); 
    box-shadow: 0 0 6px rgba(0,0,0,0.5);  
    -moz-border-radius: 4px;   
    -webkit-border-radius: 4px;   
    border-radius: 4px;
    z-index:11;
    display:none; padding:0 14px;
}

#projects-table {  }
#projects-table .cell0-head {  }
#projects-table .cell0 {  }
#projects-table .cell1-head {  }
#projects-table .cell1 {  }
#projects-table .cell2-head {  }
#projects-table .cell2 {  }
#projects-table .cell3-head { text-align:right; padding:8px; width:48px; }
#projects-table .cell3 { padding:8px; text-align:right; width:120px; }

#projects-table .cell4-head {  }
#projects-table .cell4 {  }

#projects-table .info{ width:22px; margin-right:6px; vertical-align:middle; cursor:pointer; }
#projects-table .link-exist { width:24px;vertical-align:middle; }
#projects-table .link-doesnt-exist { width:24px; vertical-align:middle; }
.no-check { background-color:#edecec; }
