
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700,500|Pacifico);

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
font-weight: 400;
color: black;
    background: #fff;
}

#loginWindow input, #loginWindow textarea {

    border: 1px solid #cacaca;
    border-radius: 5px;
    margin-bottom: 20px;
}

.navbar-brand {

	padding:9px;
}

textarea.upload {
    border: #652d86 solid 2px;
    background: rgba(101,45,134,0.09);
}

.navbar-nav > li > a {
	margin-top: 33px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:18px;
	line-height: 25px;
	font-weight: 300;
	border-radius:5px;
	margin-left:3px;

-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.2s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease;
}
/*
.navbar-collapse {
	float:right;
}
*/


footer {
    text-align: center;
}

footer p {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    background: #fff;
    border: 1px solid #652d86;
    border-radius: 50%;
    font-size: 18px;
    color: #652d86;
    display: inline-block;
    text-align: center;
    padding-top: 6px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.scrollup:hover {
    background: #652d86;
    color: #fff;
}

.btn-primary {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}
.btn-primary:hover {
    color: #652d86;
    border-color: #652d86;
	background-color: #ffffff;
}

.logo img {
        height: 51px;
        width: 200px;
}

form[name=smsSend] #fileupload {
    width:0px;
    height:0px;
    overflow: hidden;
    display:inline;
}

.settings table td:first-of-type {
    padding-left:15px;
    width:12%;
    text-align:right;
    vertical-align:top; 
}
.settings table td:nth-of-type(2) {
    font-weight: bold;   
}
.settings table td:nth-of-type(2) .normalText {
    font-weight: normal;   
}
