ol{
    padding-left: 15px;
}
ul.search-result{
    padding-left: 0px;
    list-style-type: none;
}

ul.message{
    padding-left: 0px;
    list-style-type: none;
}

.topspace {
	margin-top: 5px !important;
}
.topspace-10 {
	margin-top: 10px !important;
}
.topspace-20 {
	margin-top: 20px !important;
}

.topspace-30 {
	margin-top: 30px !important;
}
.title{
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top : 10px;
    margin-left: 15px;
    color : #666666;
}


#compiled{
    position :relative;
}
.drop-in{
    display: inline;
}
.logged-in{
    color : #058073;    
}

.logged-in-nav{
    background : #058073 !important;
    color : #ffffff;
}
.logged-in-title{
    color : #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: #000000 !important;
}
.active-nav{
    background: #111111;
}
.logged-in-blue{
    color : #fff;
}

.menu-bar{
    margin-top : 10px;
}
.top-50{
    top:100px;
}

.leftspace {
	margin-left: 10px !important;     
}
.rightspace {
	margin-right: 10px !important;     
}

.rightspace-20 {
	margin-right: 20px !important;     
}

.rightspace-40 {
	margin-right: 40px !important;     
}

.bottmspace {
	margin-bottom: 10px;
}

.theight {
	height: 75px;
	font-size: 36px;
}

.twidth {
	width: 75px;
}

.celltext {
	font-size: 12px;
}

.searchtext {
	font-size: 20px;
}

.text-20 {
	font-size: 20px;
}

.text-10 {
	font-size: 10px;
}

::-webkit-input-placeholder {
	text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
	text-align: center;
}

::-moz-placeholder { /* Firefox 19+ */
	text-align: center;
}

:-ms-input-placeholder {
	text-align: center;
}

input {
	text-align: center;
}
hr {
  width: 100%;
}
.label-text{
    font-weight: bold;
    font-size: 18px;
}
.caldb-primary{
    font-weight: bold;
    font-size: 15px;
}

.search-text{

}

.search-text.meaning{
    font-size: 16px;
}

.search-text.rank{
    font-size: 14px;
}

.login-text{
    font-weight: bold;
    font-size: 12px;
}

.cell-box{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

.cell-selected{
	background: #FFFFB2 !important;
}
.cell-multiple{
    /*background: #9C27B0 !important;*/
    color:#424242;
    -webkit-animation-name: multiple-text-back; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    animation-name: multiple-text-back;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}
.cell-empty {
	background: #66a3ff !important;
    color:#ffffff;
}
.cell-empty-read-only {
	background: #505050 !important;
    color:#ffffff;
}

.cell-full {
	background: #ffffff !important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes multiple-text-back {
    0%   {background-color:#A5D6A7;}
    50%  {background-color:#E8F5E9;}
    100%   {background-color:#A5D6A7;}
}

/* Standard syntax */
@keyframes multiple-text-back {
    0%   {background-color:#A5D6A7;}
    50%  {background-color:#E8F5E9;}
    100%   {background-color:#A5D6A7;}
}

.msg-box {
    width: 100%;
    height: 100%;
}

.outscar-show-hide {
  -webkit-transition:all linear 0.5s;
  transition:all linear 0.5s;
}

.outscar-show-hide.ng-hide {
  opacity:0;
}

.panel-body.wmeaning{
    padding: 5px;
    padding-left: 15px;
}

textarea[type=text].meaning-edit{
    width: 100%;
}

.tag-item{
    cursor: pointer;
    margin: 2px;
}

.saving {
  position: fixed; /* or absolute */
  top: 1%;
  left: 1%;
    z-index: 200000;
}

.puzzle-text {
    font-size: 1.5em;
}

/* Calendar CSS*/
.btnpointer{
    cursor: pointer !important;
}
.cal-cell{
	cursor: pointer;
	text-align: center;	
}

.cal-cell-other{
    color:#dbdbdb;
    background-color: #f4f4f4;
}


.cal-cell-cross{
    background-color:#5cb85c;
    color:#fff;
}

.cal-cell-empty{
    color : #428bca;
}

.cal-cell-cross-complete{
    background-color:#5a8d82;
    color:#fff;
}
.cal-cell-cross-reviewed{
    background-color:#047575;
    color:#fff;
}

.cal-cell-cross-approved{
    background-color:#034e35;
    color:#fff;
}

.cal-cell-cross-draft{
    background-color:#0b5991;
    color:#fff;
}
.cal-cell-cross-del{
    background-color:#707070;
    color:#fff;
}

.cal-cell-header-sunday{
    background-color:#d9534f;
    color: #fff;
}
.cal-cell-header{
    background-color:#428bca;
    color:#fff;
}

/* bounce animation*/

.text-highlight{
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
}

@-webkit-keyframes color-change {
    0% { color: red; }
    50% { color: blue; }
    100% { color: red; }
}
@-moz-keyframes color-change {
    0% { color: red; }
    50% { color: blue; }
    100% { color: red; }
}
@-ms-keyframes color-change {
    0% { color: red; }
    50% { color: blue; }
    100% { color: red; }
}
@-o-keyframes color-change {
    0% { color: red; }
    50% { color: blue; }
    100% { color: red; }
}
@keyframes color-change {
    0% { color: red; }
    50% { color: blue; }
    100% { color: red; }
}


@media only screen and (max-width: 900px) {
    .crs-col{
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #DDD;
    }
}