@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Raleway', sans-serif !important;	
}

.bg {
	background: url(images/background.png) no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  position: fixed;
	  height: 100%;
	  width:100%;
	 }
	 
.bad-dog {
	font-family: "bad-dog", regular;
	font-size: 60px;
	color: #266ADF;	
}

#settings_form .register-input{
	color: #000 !important;	
}

#contact_form .register-input{
	color: #000 !important;	
}

.circle {
	background-color: #266ADF;
  	border-radius: 200px;
  	color: white;
  	height: 50px;
  	width: 50px;
	text-align:center;
	font-size: 24px;
	padding-top: 6px;
}

.glyphicon-blue {
	color: #266ADF;
}

.glyphicon-grey {
	color: #ccc;
}

.intro {
	height: 100%;
	position: fixed !important;
	left: 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.signin {
	height: 100%;	
	position: fixed !important;
	right: 0;
	color: #fff;
}

.approved {
    color: #3c763d;
    background-color: #dff0d8;
	padding: 6px;
	border-radius: 5px;
}

.pending {
    color: #8a6d3b;
    background-color: #fcf8e3;
	padding: 6px;
	border-radius: 5px;
}

.denied {
    color: #a94442;
    background-color: #f2dede;
	padding: 6px;
	border-radius: 5px;
}

.variation {
	border-top: 1px solid #ddd;
}


.signin-input {
	background: transparent !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #999 !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	box-shadow: none !important;
	color: #999 !important;
}

.signin-input::-webkit-input-placeholder {
   color: #999!important;  
}

.signin-input:-moz-placeholder { /* Firefox 18- */
   color: #999 !important;  
}

.signin-input::-moz-placeholder {  /* Firefox 19+ */
   color: #999 !important;  
}

.signin-input:-ms-input-placeholder {  
   color: #999 !important;  
}

.register-input {
	background: transparent !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #999 !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	box-shadow: none !important;
	color: #999 !important;
}

.register-input::-webkit-input-placeholder {
   color: #999!important;  
}

.register-input:-moz-placeholder { /* Firefox 18- */
   color: #999 !important;  
}

.register-input::-moz-placeholder {  /* Firefox 19+ */
   color: #999 !important;  
}

.register-input:-ms-input-placeholder {  
   color: #999 !important;  
}

.select {
	background: transparent !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #999 !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	box-shadow: none !important;
	color: #999 !important;
	border-radius: 0 !important;
 }

.blue-btn {
	background: none !important;
	background-color: #266ADF !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: none !important;
	padding: 10px 40px !important;
	text-shadow: none !important;
}

.view-list {
	text-align: center;
}

.view-list td {
	vertical-align: middle !important;
}

/************* SIMPLE SIDE NAV *************/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 300px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    background: #266ADF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.fixed-menu {
	bottom: 0;
	z-index: 1000;
	border-top: 1px solid #ccc;
	width: 100%;
	padding: 20px 30px;
	position: fixed;
	background-color: #fff;
}

#editor {
	max-height: 250px;
	height: 250px;
	background-color: white;
	border-collapse: separate; 
	border: 1px solid rgb(204, 204, 204); 
	padding: 20px; 
	box-sizing: content-box; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
}
#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  -moz-transform: scale(2.0, 2.0);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-info {
    background-color: #266ADF !important;
    border-color: #266ADF !important;
}

.dropdown-menu a {
  cursor: pointer;
}

.variation td {
	border: 0 !important;
	vertical-align: middle !important;
}

.dash-table td {
	vertical-align: middle !important;
	text-align:center;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
	font-size: 20px;
	padding: 15px 0;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 40px;
    line-height: 60px;
	font-family: "bad-dog", regular;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 300px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 300px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
