/**
Theme Name: Scheduling Tool
Theme URI: http://computerdata/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Scheduling Tools
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: none
Text Domain: scheduling_tool

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
 */

.page-content {color:#555;}
 .footer {
    font-size: 12px;
    padding: 8px 20px 5px;border-top:2px #E2E2E2 solid;
}
 .footer .footer-inner {
    color: #333333;
}
.footer .footer-inner {
    display: inline-block;
    float: left;
}
.footer .footer-tools {
    display: inline-block;
    float: right;
}
.footer .footer-tools .go-top {
    background-color: #666666;
}
.footer .footer-tools .go-top {
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -2px;
    padding: 0 6px;
    text-decoration: none;
}

.Banner {
    position: relative;
    text-align: center;
	margin-top: 0px;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 746px;
    width: 100%;
}
.Banner-image {
    position: relative;
    left: 50%;
    background-image: url(images/support.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
    width: 1440px;
    margin-left: -720px;
    height: 53.22222em;
}
.Banner-content {
    position: absolute;
    top: 18%;
    width: 100%;
}
.Banner-heading {
    position: relative;
    z-index: 2;
    font-size: 64px;
    font-weight: 200;
    line-height: 69px;
    margin-bottom: 0;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.Banner-description {
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.125;
    padding-top: 8px;
    margin-bottom: 0;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.input-icon {
    position: relative;
}
.input-icon i {
    color: #ccc;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 11px 2px 4px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
}
[class^="fa-"], [class*=" fa-"] {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 1px;
}
.input-icon input {
    padding-left: 33px !important;
}
.buttons {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.loginbutton .buttons {
    background-color: #35aa47;color:#FFFFFF;text-decoration:none;
}
.loginError {
    background: #ffc3c8 url("images/s_error.png") no-repeat scroll 5px 5px;
    border: 1px solid #ba0026;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 14px;
    margin: 5px auto;
    padding: 6px 25px;
    text-align: center;
}
.triangle-right {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#fff;
	background:#075698; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#2e88c4), to(#075698));
	background:-moz-linear-gradient(#2e88c4, #075698);
	background:-o-linear-gradient(#2e88c4, #075698);
	background:linear-gradient(#2e88c4, #075698);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.triangle-right.top {
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#075698), to(#2e88c4));
	background:-moz-linear-gradient(#075698, #2e88c4);
	background:-o-linear-gradient(#075698, #2e88c4);
	background:linear-gradient(#075698, #2e88c4);
}
.triangle-right.left {
	margin-left:40px;
	background:#075698;
}
.triangle-right.right {
	margin-right:40px;
	background:#075698;
}
.triangle-right:after {
	content:"";
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#075698 transparent; 
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}
.triangle-right.top:after {
	top:-20px; /* value = - border-top-width - border-bottom-width */
	right:50px; /* controls horizontal position */
	bottom:auto;
	left:auto;
	border-width:20px 20px 0 0; /* vary these values to change the angle of the vertex */
	border-color:transparent #075698; 
}
.triangle-right.left:after {
	top:16px; 
	left:-40px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:15px 40px 0 0; /* vary these values to change the angle of the vertex */
	border-color:transparent #075698; 
}
.triangle-right.right:after {
	top:16px; 
	right:-40px; /* value = - border-left-width - border-right-width */
	bottom:auto;
    left:auto;
	border-width:15px 0 0 40px; /* vary these values to change the angle of the vertex */
	border-color:transparent #075698 ; 
}
.triangle-right a {color:#5cb85c;}
#turnkey-credit {display:none;}