/********************** Base styles **********************/

.row {
	max-width: 100%;
	display:block;
	box-sizing: border-box;
	padding: 0.5em;
}

.row:before, .row:after {
    content: ' ';
    display: table;
    clear: both;
}

.column {
	display: inline-block;
	box-sizing: border-box;
	padding:0.5em;
	float:left;
}

.column > .column {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.column.end {
	float: left;
}

.column.column-20 {
	width: 20%;
}

.column.column-25 {
	width: 25%;
}

.column.column-50 {
	width: 50%;
}

.column.column-75 {
	width: 75%;
}

.column.column-80 {
	width: 80%;
}

.column.column-100 {
	width: 100%;
}


#app-container {
	padding: 25px 25px 25px 10px;
	font-family: 'Open Sans',sans-serif;
}

#app-container .panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

#app-container .app {
	float: left;
	width: 68%;
	margin-right: 2%;
}

#app-container .feed {
	float: left;
	width: 30%;
}

#app-container .feed,
#app-container .feed:before,
#app-container .feed:after,
#app-container .app,
#app-container .app:before,
#app-container .app:after {
	box-sizing: border-box;
}

#app-container .panel-heading {
	padding: 10px 15px 0px 15px;
}

#app-container .panel-title {
	padding: 8px 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
	color: #23282d;
}

#app-container .pull-left {
	float: left !important;
}

#app-container .pull-right {
	float: right !important;
}

#app-container .clearfix {
	clear: both;
}

#app-container .form .row {
	margin: 15px 0px;
}

#app-container .form .col-left {
	width: 25%;
	min-width: 120px;
}

#app-container .form .col-left label {
	display: block;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

#app-container hr {
	margin: 20px -15px;
	border: 0;
	border-top: 1px solid #dddddd;
}

#app-container .form input[type="text"] {
	display: block;
	height: 34px;
	width: 50%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#app-container .form input[type="text"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
}

#app-container .nav {
	border-bottom: 1px solid #dddddd;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 15px 15px 8px 15px;
}

#app-container .nav li {
	padding: 10px 15px;
	display: inline;
	margin-bottom: -1px;
	border: 1px solid transparent;
}

#app-container .nav li a {
	color: #428bca;
	text-decoration: none;
}

#app-container .nav li a:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

#app-container .nav li:hover {
	background-color: #EEEEEE;
	border-radius: 4px 4px 0 0;
}

#app-container .active:hover {
	background-color: transparent !important;
}

#app-container .nav .active {
	color: #000000;
	border-radius: 4px 4px 0 0;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
}

#app-container .nav .active a {
	color: #000000;
}

#app-container .panel-footing {
	border-top: 1px solid #dddddd;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}

#app-container .footer:after {
	clear: both;
}
#app-container .footer:before,
#app-container .footer:after {
 content: " ";
 display: table; }

#app-container .address {
	float: left;
}

#app-container .info {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#app-container .info .info-container {
}

#app-container .logo {
	float: right;
	text-align: right;
}

#app-container .panel-body {
	padding: 15px 30px;
}

#app-container .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
	text-decoration: none;
}

.panel-footing .footer {
	position:relative;
}

.dashicons-warning {
	color: red;
}

.dashicons-yes {
	color: green;
}

.has-tip {
	color: #0073aa;
}

.has-tip:hover {
	opacity: 0.5;
}

.tip-data {
	position: absolute;
    z-index: 3;
    left: 65px;
    background: #222222;
    color: white;
    padding: 1em;
    max-width: 20em;
    border-radius: 1em;
    display:none;
    text-align: left;
}

.has-tip:hover ~ .tip-data {
	display: block;
}

input.error {
	border: 1px solid red !important;
}

.hidden {
	display: none;
}

.btn.btn-secondary {
    color: #373a3c !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.btn.disabled {
	cursor: not-allowed !important;
	background: #9197A3 !important;
	border-color: #666 !important;
}

.update-panel {
    background-color: #e1faea;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    width: 100%;
    box-sizing: border-box;
}

.update-panel h4 {
	margin: 0;
}

.close-button {
	position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
    background: none;
    border: none;
    margin: 0;
}

input.disabled {
	background: #DDD !important;
}

.callout {
	    background: #f6f7f9;
    border: 1px solid #ededed;
}

/*************************************************/

#tfr-form-wrapper {

}

#tfr-form-wrapper .column {
	padding: 0.5em 1em;
}

#tfr-settings-form #manual-update {
	float:right;
}



#manual-update-holder {
	border: 1px solid #ededed;
	padding: 0 1rem;
}

.ajax-loader > div {
  width: 8px;
  height: 8px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.ajax-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.ajax-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
