/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.inactiveLink {
   pointer-events: none;
   cursor: default;
   color: #666666;
}

 .column1 {
    width: 50%;
    float: left;
}  

.column2 {
    width: 50%;
    float: left;
}  

.check-wrap {
    content:"020";
    display:block;
    height:100%;
    clear:both;
    overflow:hidden;
}  
ul.tab{
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 15px;
}
.tab li{
	display: inline;
	margin-right: 40px;
	padding: 10px 5px 10px 5px;
	font-size: 15px;
}
ul.tab li:hover{
	padding: 10px 5px 14px 5px;
	border-bottom: 3px solid #F32D34;
	cursor: pointer;
/*	font-weight: bold;*/
}
ul.tab li.active{
	padding-bottom: 14px;
	border-bottom: 3px solid #F32D34;
	font-weight: bold;
	color: #23282d;
}
ul.tab li:first-child{
	padding-left: 0px;
}
#social-options, #about-options, #about-me-options{
	display: none;
}
.forlables label{
	 
	font-weight: normal;
	font-size: 20px;
	font-size: 11px;
}
p.description {
	font-style: italic;
    font-size: 11px;
    margin-left: 9px;
    margin-top: 3px;
}
label.check-style {
	font-weight: normal;
}
.check-style input[type="checkbox"] {
    margin-right: 8px;
}
table.wp-list-table {
    border-collapse: collapse;
    font-size: 13px;
    border: 1px solid #e5e5e5;
        -webkit-box-shadow: 0px 0px 0.9px #A0A0A0;
        -moz-box-shadow: 0px 0px 0.9px #A0A0A0;
    box-shadow: 0px 0px 0.9px #A0A0A0;
    width: 40%;

}

table.wp-list-table td{
    border-bottom: 1px solid #F3F1F1;
    padding: 6px;
    font-weight: normal;
    vertical-align: top;
}
table.wp-list-table{
     border: none; 
     width: 100%;
}
table.wp-list-table thead th {
    border: 1px solid #e1e1e1;
}
.wp-list-table thead tr th:first-child {
    border-right: 0;
    width: 60%;
}

.wp-list-table thead tr th:nth-child(2) {
    border-right: 0;
    border-left: 0;
}
.wp-list-table thead tr th:last-child {
    border-left: 0;
}
table.wp-list-table tbody{
     border: 1px solid #e1e1e1;
}
th.manage-column{
    padding: 8px;
    text-transform: uppercase;
    font-size: 12px;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#my-applications{
	display: none;
}
 .social-error{
    background: #FFF;
    border-left: 4px solid #fff;
    /* -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); */
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 5px 15px 2px;
    padding: 0px 12px;
    border-left-color: #dc3232;
}
.social-success{
    background: #FFF;
    border-left: 4px solid #fff;
    /* -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); */
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 5px 15px 2px;
    padding: 0px 12px;
    border-left-color: #46B450;
}
.social-note{
    background: #FFF;
    border-left: 4px solid #fff;
    /* -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); */
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 5px 15px 2px;
    padding: 0px 12px;
    border-left-color: #337ab7;
}

div.Zebra_DatePicker{
    padding: 0;
}
.Zebra_DatePicker .dp_header{
    background-color: #E41118;
    min-width: 100%;
}

.Zebra_DatePicker .dp_header .dp_caption{
    color: #fff !important;
    padding: 0.8rem;
    display: block;
    margin: 1rem 0;
    background-color: #EC353C;
}



.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_header .dp_next,
.Zebra_DatePicker .dp_header .dp_previous{
    color: #fff !important;
    background:  none !important;
}

.Zebra_DatePicker .dp_header .dp_caption:hover{
    background: #F74B4B !important;     
}

.Zebra_DatePicker .dp_header .dp_next:hover,
.Zebra_DatePicker .dp_header .dp_previous:hover{
        color: #ccc !important;
}

.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker{
    margin: 1rem; 
}

.Zebra_DatePicker .dp_footer{
    min-width: 100%;
    margin-top: 15px;
    margin-bottom: 1rem;
}

.Zebra_DatePicker .dp_footer td.dp_hover{
    background: none !important;
    color: #ccc !important;
}
.Zebra_DatePicker .dp_header .dp_caption::after {
    content: "\25bc";
    float: right;
    color: #fefefe;
    margin-right: 4px;
}

.tedx-notice-dismiss{

    /*position: absolute;*/
    top: 0;
    right: 1px;
    border: none;
    margin: 0;
    padding: 9px;
    background: 0 0;
    color: #b4b9be;
    cursor: pointer;
    margin-top: -7px;
    float: right;
}

.tedx-notice-dismiss:before{
    
    background: 0 0;
    color: #b4b9be;
    content: "\f153";
    display: block;
    font: 400 16px/20px dashicons;
    speak: none;
    height: 20px;
    text-align: center;
    width: 20px;
    -webkit-font-smoothing: antialiased;
}

.check-wrapper {
    margin-top: 48px;
}

.forimage{
    margin-top: -60px !important;
}