/* First Tab */
.klick-ats-data {
    display: inline-block;
    width: 20%;
    float: left;
    background: #F68D22;
    padding: 20px;
    margin: 0 20px 0 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}
.klick-ats-data h2 {
    color: #F68D22;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    background: #034378;
    padding: 9px;
    box-sizing: border-box;
}

/* Tab wrapper  */
.klick-ats-tab-wrap .nav-tab-wrapper {
 margin: 14px 0px; 
 border-bottom: 1px solid #ccc;
}
.info{
	color: #0073aa;
	font-weight: bold;
}

#message_lbl{
	color: #F5821F;
}
#klick_ats_table_url{
	color : #1F4F7B;
	font-weight:  bold;
	font-size: 25px;
}

#klick_ats_nav_tab_wrapper .dashicons{
    color: #F5821F;
}
/*Log Listing Third tab*/
.klick-ats-log-listing{
	display: block;
}
.klick-ats-log-listing *{
	box-sizing: border-box;
}
.klick-ats-log-listing > h1{
	border-radius: 3px 3px 0 0;
	background: #fff;
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	height: 38px;    	
	margin: 0;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 13px;
    line-height: 38px;
    color: #333;
    text-shadow: 0px 1px 0px #fff;
    text-align: left;
    width: 100%;
    display: inline-block;
}
.klick-ats-log-listing-wrap{
	width: 100%;
	display: inline-block;
	background: #fff;
	padding: 15px;
	max-height: 500px;
	overflow: auto;
}
.klick-ats-log-listing-row{
	border: 1px solid #dedede;
	margin-top: 20px;
}
.klick-ats-log-listing-row:first-child{
	margin-top: 0;
}
.klick-ats-log-listing-row h1{
    margin: 0;
    padding: 0 0px;
    border-bottom: 1px solid #dedede;
    background: #f2f2f2;
    font-weight: normal;
    font-size: 14px;
    line-height: 34px;
    color: #333;
}
.klick-ats-log-listing-row h1 time{
    float: right;
    font-size: 12px;
    color: #555;
}
.klick-ats-log-listing-row h4{
	font-size: 11.5px;
    margin: 20px 0 -5px 10px;
    color: #444;
    text-transform: uppercase;
}
.klick-ats-log-listing-row ul{
	list-style: square;
    padding: 0 0 0 15px;
	margin: 10px 0 0 15px;
	color: #777;
}

/*Plugin List Second tab*/
.klick-ats-plugin-list{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.klick-ats-plugin-list *{
	box-sizing: border-box;
}
.klick-ats-plugin-list li{
    width: auto;
    float: left;
    background: #F1F1F1;
    padding: 15px;
    border: 1px solid #CCCCCC;
    margin: 0 10px 20px;
    text-align: center;
}
.klick-ats-plugin-list li h4{
	margin: 5px 0 0 0;
}

/*Custom Button*/
.wp-core-ui .button.klick_btn,.wp-core-ui .button.klick_btn:hover,.wp-core-ui .button.klick_btn:active,.wp-core-ui .button.klick_btn:focus{
    font-size: 14px!important;
    height: 46px!important;
    line-height: 44px!important;
    padding: 0 36px!important;
    background: #F5821F!important;
    color: #fff!important;
    border-color: #f4780b #f4780b #c36009!important;
	box-shadow: 0 1px 0 #f4780b !important;
    text-shadow: 0 -1px 1px #f4780b,1px 0 1px #f4780b,0 1px 1px #f4780b,-1px 0 1px #f4780b!important;
}
.wp-core-ui .button.klick_btn:disabled,.wp-core-ui .button.klick_btn[disabled]{
    opacity: 0.5;
}

/* First 1 tab */
.klick-ats-data-listing-wrap{
    width: 98%;
    display: inline-block;
    background: #fff;
    padding: 15px;
    max-height: 500px;
    overflow: auto;
}
.klick-ats-data-listing-row{
    border: 1px solid #dedede;
    margin-top: 20px;
}
.klick-ats-data-listing-row:first-child{
    margin-top: 0;
}
.klick-ats-data-listing-row h1{
    margin: 0;
    padding: 0 0px;
    border-bottom: 1px solid #dedede;
    background: #f2f2f2;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    min-height: 30px;
}
.klick-ats-info{
    padding-left: 5px;
}

/* Navigation */
.custom-nav{
    float: right;
    height: 28px;
    margin-top: 3px;
    cursor: default;
    color: rgb(85, 85, 85);
}
.custom-nav .tablenav-pages-navspan{
    height: auto;
    width: 29px;
    cursor: pointer;
}
.custom-nav .tablenav-pages-navspan:not(.disabled):hover{
    color: rgb(255, 255, 255);
    box-shadow: none;
    border-color: rgb(91, 157, 217);
    background: rgb(0, 160, 210);
    outline: 0px;
}
.custom-nav .tablenav-pages-navspan.disabled{
   cursor: default;
}

/* Advance search form */
.klick-logo-and-title{
    background: #fff;
    padding: 10px 30px;
}
.klick-logo-and-title img{
    width: 100%;
    max-width: 500px;
    display: inline-block;
    vertical-align: middle;
    height: auto;
}
.klick-logo-and-title h2{
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.klick-ats-advanceform{
    display: inline-block;
    vertical-align: top;
    background: #063B6D;
    padding: 15px 20px;
    width: 100%;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
}
.klick-ats-advanceform.disabled{
    opacity: 0.5;
}
.klick-ats-advanceform.disabled::before{
    content: '';
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.klick-ats-advanceform li{
    width: 14.28%;
    margin-bottom: 10px;
    float: left;
}
.klick-ats-advanceform li label{
    width: 100%;
    display: inline-block;
    font-weight: 600;
    padding-bottom: 3px;
    color: #FF9000;
    font-size: 12px;
}
.klick-ats-advanceform li span{
    color: #fff;
    font-size: 12px;
    margin-left: 45px;
}
.klick-ats-advanceform li select{
    width: 100%;
    max-width: 162px;
}
.klick-ats-advanceform li input[type="text"], .klick-ats-advanceform li input[type="date"], .klick-ats-advanceform li select{
    min-height: 30px;
    height: 30px;
    box-shadow: none;
    border: 0;
    border-radius: 2px;
    width: 160px;
    padding: 5px 10px;
}
.klick-ats-advanceform li textarea{
    height: 66px;
    resize: none;
}
.klick-ats-advanceform li input.button{
    background: #F5821F;
    color: #fff;
    border-radius: 3px;
    padding: 10px 15px;
    display: inline-block;
    box-shadow: none;
    text-transform: uppercase;
    border: 0;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    margin: 8px 0 0;
    transition: all 0.35s ease 0s;
}
.klick-ats-advanceform li input.button.disabled{
    color: #666!important;
    cursor: no-drop;
    background: #ddd!important;
    text-shadow: none!important;
}
#wpbody select{
    max-width: 100%;
}
#search_by_description{
    vertical-align: middle;
}
#ats_create_db{
    background: #F5821F;
    color: #fff;
    border-radius: 3px;
    padding: 10px 15px;
    display: inline-block;
    box-shadow: none;
    text-transform: uppercase;
    border: 0;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    margin: -9px 0 0;
    transition: all 0.35s ease 0s;
}

/* Status loader */
.downloaded-theme-status{
    width: 98%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #083D6E;
    border-radius: 3px;
    position: relative;
    /* height: 27px;  */
    display: none;
}
.downloaded-theme-status span{
    position: absolute;
    height: 100%;
    width: 98%;
    border-radius: 3px;
    display: inline-block;
    left: 0;
    top: 0;
    /* background: #F5821F; */
    display: none;

}

.themes{
    padding-top:  5px;
}

@media screen and (max-width: 1850px){
    .klick-ats-advanceform li{
        width: 16.66%;
    }
}
@media screen and (max-width: 1650px){
    .klick-ats-advanceform li{
        width: 20%;
    }
}
@media screen and (max-width: 1390px){
    .klick-ats-advanceform li{
        width: 25%;
    }
}
@media screen and (max-width: 1170px){
    .klick-ats-advanceform li{
        width: 33.33%;
    }
}
@media screen and (max-width: 800px){
    .klick-ats-advanceform li{
        width: 50%;
    }
    .klick-ats-advanceform li input[type="text"], .klick-ats-advanceform li input[type="date"], .klick-ats-advanceform li select{
        width: 200px;
    }
    .klick-ats-advanceform li input[type="radio"], .klick-ats-advanceform li input[type="checkbox"]{
        width: 15px;
        height: 15px;
    }
    .klick-ats-advanceform li span{
        margin-left: 80px;
    }
}
@media screen and (max-width: 540px){
    .klick-ats-advanceform li{
        width: 100%;
    }
    .klick-ats-advanceform li input[type="text"], .klick-ats-advanceform li input[type="date"], .klick-ats-advanceform li select{
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .klick-ats-advanceform li span{
        float: right;
        margin-left: 0;
    }
    
}


box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

#klick_ats_tab_first .popup{
    max-width: 670px;
    width: 90%;
}
.klick-theme-detail{
    padding: 0;
    margin: 0;
}
.klick-theme-detail li{
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
    padding-bottom: 15px;
}
.klick-theme-detail li:last-child{
    border: 0;
    margin: 0;
    padding: 0;
}
.klick-theme-detail li label{
    width: 100px;
    font-weight: 500;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.klick-theme-detail li > div{
    display: block;
    overflow: hidden;
}
.klick-theme-detail li > div.ats-description{
    height: 108px;
    overflow: auto;
}
@media only screen and (max-width: 767px){
    #klick_ats_tab_first .popup{
        width: auto;
        margin: 70px 20px;
    }
}
@media only screen and (max-width: 480px){
    .klick-theme-detail li{
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .klick-theme-detail li label{
        width: 100%;
    }
    .klick-theme-detail li > div{
        width: 100%;
        display: inline-block;
    }
}

#wpfooter{
    position :  inherit!important;
}


.wrap .klick-ats-log-listing > h1 {
    border-radius: 3px 3px 0 0;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    height: 38px;
    margin: 0;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 13px;
    line-height: 38px;
    color: #333;
    text-shadow: 0px 1px 0px #fff;
    text-align: left;
    width: 100%;
    display: inline-block;
}
.wrap .klick-ats-log-listing-row h1 {
    margin: 0;
    padding: 0 0px;
    border-bottom: 1px solid #dedede;
    background: #f2f2f2;
    font-weight: normal;
    font-size: 14px;
    line-height: 34px;
    color: #333;
}