
@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;
}

button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    color: #555;
}
#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);
}

.badge-tags {
    background:#652d86 !important;
    color:white;
}
.badge-tags a {
    color:white;
}
.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;   
}

.timeoutHide {
    position:fixed;    
    visibility: hidden;
    opacity:0;
    z-index:1
}

.timeoutAlert {
    left:2.5%;
    width:95%;
    z-index:1;
    top:4px;
    border: 4px solid red;
    
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
    margin-bottom:5px;
    background:#fff;
    box-shadow: 0px 2px 15px white;
    visibility: hidden;
    opacity:0;
    animation-name: anim;
    animation-duration: 5s;
    animation-iteration-count: 1;  
    animation-fill-mode:forwards;      
}

@keyframes anim {
    99% {visibility:hidden;opacity:0}
    100% {visibility:visible;opacity:1}
}
