
body {
	
	  font-family: Arial, Helvetica, sans-serif;
}

.btn-primary{
	color:#fff;
	background-color:#2B2414;
	border-color: #2B2414;
	border-radius: 0;
}

.btn-primary:hover{
	color:#fff;
	background-color:#483C21;
	border-color:#483C21;
}

.btn-primary:focus{
	color:#fff;
	background-color:#483C21;
	border-color:#483C21;
	box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}

.form-control {
	border-radius: 0;
}

.btn-primary.disabled,.btn-primary:disabled{
	color:#fff;
	background-color:#746952;
	border-color:#746952;
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{
	color:#fff;
	background-color:#2B2414;
	border-color: #2B2414;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{
	box-shadow:0 0 0 .2rem rgba(43,36,20,0.5)}

  .body-style {
    height: 100%;
    background-image: url('/imgs/default_wallpaper.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-size: 100% 100%;
    }
    
    .module-btn {
    width: 150px;
    height: 150px;
    margin:0 auto;
    display:block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    font-size: 40px;
background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 65%);
    text-align: center
    }
        
        .module-btn-label {
            margin-top: 15px;
            font-size: 12pt;
              display:block;
            text-align: center
        }
    
    .module-btn:hover {
    	
    color: #B7B9C6;
    font-size: 40px
	
    }

.btn-info {
    background-color: #00FFD1;
    color: black;
    border: 1pt solid #1CA7B2
}
   
.btn-info:hover {
    background-color: #1CA7B2;
    color: white;
}

    .btn-options {
    color: #FFFFFF;
    border: 1pt solid #FFFFFF;	

    }        




.loader {
  border: 16px solid #000000;
  border-radius: 50%;
  border-top: 16px solid #D6FF30;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
	
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.loader-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	position:relative;
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.tab-pane {
	padding-top: 10px;
}

.isHidden {
	display: none;
}

@media (max-width:768px){
	
	h1{
		font-size: 20pt;
	}
	
	h2{
		font-size: 16pt;
	}
	
	h3{
		font-size: 12pt;
	}
	
	.tab-text {
		
		display: none;
	}
	
	.container .row:first-child {
		margin-top: 50px !important;
		margin-bottom: 10px !important;
	}
}

.twitter-typeahead {
width: 100% ;
}

.typeahead, .tt-query, .tt-hint {
margin-top: 5px;
}
.typeahead {
	 background: rgba(255, 255, 255, 1);
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	 color: #fff;
}
.tt-menu {
	background: rgba(255, 255, 255, 1);
	border: none;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 100%;
}
.tt-suggestion {
	font-size: 16px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #007DD2;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}