/* disable orange outline */
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
} 

body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	background-color: #fff;
	color: #434343;
}

body.home {
		padding-bottom: 34px;
}

body.task {
    background-image:url('background.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center center;
}

body.nrw17 {
    background-image:url('vote.jpg');
    background-repeat:no-repeat;
    background-size: contain;
    background-position: top center;
}

body.refugees {
    background-image:url('refugee-relief.jpg');
    background-repeat:no-repeat;
    background-size: contain;
    background-position: top center;
}


a {
	color: #fff;
}

a:hover {
	color: #fff;
}

a:active {
	color: #fff;
}

.navbar-default {
	background-color: #ff5b00;
	border: 0;
}

.footer.navbar-default {
	background-color: #fff;
}

.navbar-default .navbar-toggle {
	background-color: transparent;
	border: 0;
	margin: 0px 5px 0px 0px;
	padding: 10px;
	height: 50px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	display: block;
    width: 4px;
    height: 4px;
    margin: 3px;
    border-radius: 100%;
}

.navbar-default .navbar-brand {
	color: #fff;
	font-weight: bold;
}


.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #fff;
	color: #434343;
}

.navbar-brand img {
	display: inline-block;
	height: 25px;
	transform: rotate(-15deg);
	margin: -3px 0px 0px 10px;
}


a.navbar-brand:nth-child(2) {
    padding-left: 0px;
}


.message-label {
  width: 70%;
  margin: 0 auto;
  padding: 10px 0px 0px 12px;
  display: block;
}

.text-message {
	width: 70%;
	margin: 0 auto;
	/*margin: 0px 55px 0px 55px;*/
	border: 0px;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    resize: none;


}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #fff;
}

.navbar-default .btn-link, .navbar-default .btn-link:active, .navbar-default .btn-link:hover {
	color: #fff;
	text-decoration: none;
}



/* remove blue outline */
.form-control:focus{
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.message-container {
    position: absolute;
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
    background-color: #fff;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

#btn-send {
	margin: -65px 10px 0px 0px;
	float: right;
	padding: 0;
	background-color: #ff5b00;
    border: 0;
}


#btn-send img {
	width: 25px;
	height: 25px;
	margin-left: 5px;
}

#btn-emoji {
	margin: -45px 0px 0px 10px;
	float: left;
	padding: 0;
}
#btn-emoji i {
	font-size: 200%;
	color: #999;
	padding: 0;
	margin: 0;
}

#btn-reset {
	font-size: 125%;
	margin: -100px 0px 0px 10px;
	float: left;
	padding: 0;
	color: #999;
}

.container {
		margin-top: 75px;
}

.tasks-container {
	margin-top: 75px;
}

.tasks-container a {
	color: #434343;
}

.task-container a:hover {
	color: #434343;
}


.tasks-container .row {
	border-bottom: 1px solid #c0c0c0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tasks-container .col-xs-3 {
	padding-right: 0;
}

.tasks-container .row img {
	border-radius: 100%;
}

.tasks-container p {
	display: inline-block;
	margin: 0 0 5px;
}

.settings-container {
		margin-top: 75px;
}

.settings-container .row {
	border-bottom: 1px solid #c0c0c0;
	padding-top: 10px;
	padding-bottom: 10px;
}


.settings-container p {
	display: block;
	margin: 0 0 5px;
}


.time {
	float: right;
	color: red;
	border: 1px solid red;
	border-radius: 4px;
	padding: 0 5px 0 5px;
}

.done {
	float: right;
}

.done i {
	color: green;
}


#desktop-message {
	background-color: #fff;
	width: 400px;
	color: #434343;
	font-weight: bold;
	margin: 100px auto 0 auto;
	padding: 100px;
}

/* menu modal */

.modal-sm {
	width: 175px;
	float: right;
}

#menu-modal .modal-sm a {
	color: #434343;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 12px;
}

.modal-sm a:hover {
	color: #434343;
}

.modal-sm p {
    margin: 0;
}

.modal-backdrop {
   background-color: transparent;
}

.modal-content {
	border-radius: 3px;
	border: 0;
	-webkit-box-shadow: 0 8px 20px rgba(0,0,0,.15);
	box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

#menu-modal .modal-body {
	padding: 0;
}

#menu-modal .modal-dialog {
	margin: 5px;
}


#messenger-modal .modal-dialog {
    position: fixed;
    top: auto;
    right: 0px;
    bottom: 5px;
    left: auto;
    }


/* messenger modal */

#messenger-modal .btn {
	width: 100%;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: left;
}

#messenger-modal-close span {
	font-size: 50px;
	position: absolute;
	bottom: 5;
	right: 10;
}

/* modal directions */

.modal.fade:not(.in).top-right .modal-dialog {
	-webkit-transform: translate3d(25%, -25%, 0);
	transform: translate3d(25%, -25%, 0);
}

.modal.fade:not(.in).bottom-right .modal-dialog {
	-webkit-transform: translate3d(25%, 25%, 0);
	transform: translate3d(25%, 25%, 0);
}

/* external site container */

.external-container {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0px;
}

