body, html {
    height: 100%;
    position: relative;
	font-family: 'comic';
}

body {
    background: #4fc0c6;
    padding: 10px;
}

#wrapper {
    height: 100%;
}

 body {
    overflow-x: hidden;
 }

::-webkit-input-placeholder { /* Chrome */
  color: #5c2b10 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #5c2b10 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5c2b10 !important;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #5c2b10 !important;
  opacity: 1;
}
/* Toggle Styles */

.theme-bg {
    background: #aba900;
}

#wrapper {
    width: 100%;
}

#sidebar-wrapper { 
    height: 100%;
    overflow-y: auto;
    background: #71dfe2;
}

#page-content-wrapper {
    width: 100%;
    height: 100%;
    background: #71dfe2;
    display: inline-block;
}

 

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 450px;
    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: #999999;
}

.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: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-wrapper-container {
    height: 97%;
    margin: 1%;
    border: 2px groove #063c3c;
    border-style: dashed;
    padding: 20px;
	background:url('../img/alphabet_pattern.png') repeat;
}

.sidebar-top {
    padding: 10px 0;
}

.search-bar .input-group {
    padding: 4px 10px;
    border-radius: 25px;
    color: #5c2b10;
    font-weight: bold;
    background: #FFF;
    width: 100%;
    outline:none;
    box-shadow: inset 0px 0px 0px 3px #ffb400;
    border: 5px #fa7500 solid;
}
.search-bar .form-control {
    border: 0;
    background: #fff;
    font-size: 22px;
    color: #5c2b10;
    outline: none;
    box-shadow: none;
}

.input-group-addon {
    background: none;
    border: 0;
    border-left: 2px #fa7500 solid !important;
    color: #fa7500;
    font-size: 22px;
}
.favs-bar {
    width: 20%;
}

.favourite-container img {
    width: 49%;
}

.favourite-container .fig-caption {
    color: #FFF;
    margin: 0;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
}


.letters-container  i{
	font-size:40px;
}
.letters-container ul.letters {
    list-style: none;
    /* margin: 0px;
    padding: 10px 0px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
	text-align:center; */
	height:538px;
	overflow:hidden;
	
}


ul.letters li div {
    background: #ffc000;
    padding: 0px;
    color: #5c2b10;
   margin:3px 16px 10px 16px;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 28px;
    border: 1px #5c2b10 groove;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0px 0px 0px 3px #fa7500;
    border-style: dashed;
	position:relative;
}

ul.letters li div a {
    background: #fffb00;
    color: #5c2b10;
    margin: 3px auto;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 2px 2px 0px 1px #fa7500;
}


ul.letters li div:hover {
    background: #d24040;
    border-color: #751616;
    box-shadow: 0px 0px 0px 3px #a82121;
}
ul.letters li div:hover a {
    background: #ff6363;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 2px 2px 0px 1px #822424;
}

.words-section {
    height: calc(100% - 110px);
    overflow: hidden;
    position: relative;
}

.words-container {
    width: 75%;
    float: left;
    background: #fffb00;
    margin-left: 4%;
    position: relative;
    padding-top: 10px;
    border-radius: 33px;
    border: 4px solid #d35300;
    box-sizing: border-box;
    padding-bottom: 10px;
    height: 625px;
    overflow: auto;
}

.words {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.words li a {
    font-weight: bold;
    display: block;
    color: #5c2b10;
    padding: 8px 15px;
    font-size: 24px;
    background: transparent;
    margin: 0px 8px;
    border-radius: 30px;
    text-decoration: none;
}

.words li a.active {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.33);
    border-radius: 30px;
    color: #FFF;
    text-decoration: none;
}

.content-data {
    position: relative;
    height: 100%;
    margin: 1%;
    border: 2px groove #063c3c;
    border-style: dashed;
    background:url('../img/alphabet_pattern.png') repeat;
    /* padding: 20px; */
}
 

.word-graphics-view {
    height: 400px;
    /* background: rgba(0, 0, 0, 0.40); */
    text-align: center;
    overflow: hidden;
    /* border-radius: 10px; */
    margin: auto;
    padding: 20px;
}
.word-graphics-box {
    background: #ffb400;
    height: 100%;
    border-radius: 60px;
    padding: 20px 10px;
    border: 4px groove #ac3000;
    border-style: dashed;
    box-shadow: 0px 0px 0px 7px #fa7500;
}

.full-width {
	width: 100%;
}
.word-info {
    margin: 10px 0px;
}

.heading-info {
    font-size: 27px;
    font-weight: bold;
    margin-top: 20px;
    color: #fed700;
}

.desc-info {
    color: #fff;
    font-size: 24px;
    margin: 8px 0px 20px 0px;
}

.panel-app {
    border: none;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.panel-app>.panel-heading {
    color: #fed700;
    background: rgba(0, 0, 0, 0.5);
    font-size: 34px;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.word_img {
    height: 90%;
    overflow: hidden;
    display: inline-block;
    background: #000;
    margin: 10px auto;
}

.audioicon {
    background: #ffe000;
    padding: 0px;
    color: #5c2b10;
    margin: 1px 10px;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    font-size: 28px;
    border: 1px #5c2b10 groove;
    border-radius: 100%;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0px 0px 0px 3px #fa7500;
    border-style: dashed;
}

.favicon{float:right;}
.favicon span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
}

.favicon .fa {
    color: #000;
}

button.menu-icon {
    background: #ffe000;
    padding: 0px;
    color: #5c2b10;
    margin: 2px auto;
    height: 55px;
    width: 55px;
    display: block;
    text-align: center;
    line-height: 55px;
    border: 1px #5c2b10 groove;
    border-radius: 100%;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0px 0px 0px 3px #fa7500;
    border-style: dashed;
    font-size: 30px;
    outline: none;
}

button.menu-icon span {
    display: block;
    text-align: center;
    font-size: 20px;
    vertical-align: top;
    margin-top: -10px;
    text-shadow: 1px 1px 1px black;
    color: #fff;
}

.fab-menu .nav-tabs {
    text-align: center;
    margin: auto;
    border: 0;
    padding-top: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 30px 30px;
}

.fab-menu .nav-tabs>li>a span {
    display: block;
    background: #ffe000;
    color: #5c2b10;
    margin: auto;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px #5c2b10 groove;
    border-radius: 100%;
    text-decoration: none;
    box-shadow: 0px 0px 0px 3px #fa7500;
    border-style: dashed;
    text-shadow: none;
    font-size: 22px;
}

.fab-menu .nav-tabs>li {
    margin: auto;
    text-align: center;
    float: none;
}

.fab-menu .nav-tabs>li>a {
    border: 0px;
    color: #fff;
    border-radius: 0px;
    line-height: normal;
    display: block;
    padding: 10px 12px;
    /* text-shadow: 1px 1px 1px black; */
    font-weight: normal;
    font-size: 16px;
}

 .fab-menu .nav-tabs>li.active>a, 
.fab-menu .nav-tabs>li.active>a:focus, 
.fab-menu .nav-tabs>li.active>a:hover  {
    background-color: transparent;
    border: 0px;
    color: #fff;
}

.fab-menu .nav>li>a:hover span, .fab-menu .nav-tabs>li.active>a span {
    background: #ff6363;
    color: #fff;  
    line-height: 45px;
    border: 1px #981d1d groove;
    border-style:dashed;
    border-radius: 100%;
    text-decoration: none;
    box-shadow: 0px 0px 0px 3px #a82121;
}
  
.fab-menu .nav>li>a:focus, .fab-menu .nav>li>a:hover {
    background-color: transparent;
    border: 0px;
    color: #fff;
}

.modal-content {
    background: #fffb00;
    border: 6px #d35400 solid;
    border-radius: 40px;
}

.modal-header .close {
    opacity: 1;
    background: #ffe000;
    padding: 0px;
    color: #5c2b10;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 60px;
    border: 2px #5c2b10 groove;
    border-radius: 100%;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0px 0px 0px 4px #fa7500;
    border-style: dashed;
    margin-top: -20px !important;
    margin-right: -20px;
    text-shadow: none;
    vertical-align: top;
	    outline: none;
}
.modal-header .close span {
    vertical-align: top;
    line-height: 40px;
}

h4.modal-title {
    font-weight: bold;
    font-size: 40px;
    color: #992829;
    text-align: center;
}

 

.modal-header {
    border: 0;
}

.instructions {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
}

#pictionary p span {
    color: #992829;
}

.instructions ul {
    text-align: left;
    margin: 0;
    list-style: disc;
    padding: 20px;
}

.instructions ul li {
    padding-bottom: 7px;
}

.instructions ul span {
    color: #992829;
}

.modal-header p {
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

@media (min-width: 768px){
    #theme .modal-dialog {
        width: 450px;
        margin: 30px auto;
    }
     #quit .modal-dialog {
        width: 400px;
        margin: 30px auto;
    }
}


.theme_buttons {
    text-align: center;
    margin: auto;
}

#theme .modal-header {
    padding: 0;
}

 
 
.btn-default {
      font-size: 20px;
      display: inline-block;
      color: #633410;
      font-weight: bold;
      margin: 20px auto;
      letter-spacing: 0.5px;
      height: 100%;
      border-radius: 30px;
      padding: 6px 20px;
      border: 2px groove #ac3000;
      border-style: dashed;
      box-shadow: 0px 0px 0px 5px #fa7500;
      background: #ffe000;
}

.btn-default:hover, .btn-default:focus, .btn-default:hover, .btn-default:focus, .btn-default:active:focus {
    color: #fff;
    text-decoration: none;
    border: 2px groove #063f00;
    border-style: dashed;
    box-shadow: 0px 0px 0px 5px #107500; 
    background: #44c523;
	outline:none;
}
.btn-default:active, .btn-default:active, .btn-default:active:hover, .btn-default.active, .btn-default.active:hover {
   color: #fff;
    text-decoration: none; 
    border: 2px groove #063f00;
    border-style: dashed;
    box-shadow: 0px 0px 0px 5px #107500;  
    background: #44c523;
	outline:none;
}

.quitMsg h2 {
    font-weight: bold;
    font-size: 40px;
    color: #992829;
    text-align: center;
    line-height: normal;
}

.quitMsg {
    padding: 20px;
}

.modal-footer {
    border: 0;
    text-align: center;
}
.theme-btn{
    min-width:180px;
	    display: block;
}
.quit-btn { 
 min-width:120px; 
}

 

.modal-footer .btn+.btn {
    margin-bottom: 20px !important;
    margin-left: 20px;
}


@media screen and (max-width:640px){
    .favicon {
        float: none;
    }

    .word-graphics-view {height: 350px;}

    .content-data .col-xs-10 {
        width: 70%;
    }

    .content-data .col-xs-2 {
        width: 30%;
    }

    .fab-menu { 
        width: 100%;
    }
	.letters-container {
		width: 25%;
	}

	.words-container {
		width: 70%;
	}
}

@media screen and (max-width:480px){
    .letters-container {
		width: 35%;
	}

	.words-container {
		width:60%;
	}
}
