/* here you can put your own css to customize and override the game */

@font-face { 
font-family: Androgyne; 
src: url('../fonts/Androgyne_TB.otf'); 
} 


/***
Padding and Margin
***/

div input.date-picker, div input.datetime-picker
{
  text-transform:capitalize !important;
}

.margin-top-0{
  margin-top: 0 !important;
}

.margin-bottom-0{
  margin-bottom:0 !important;
}

.margin-none{
  margin:0 !important;
}

.margin-top-15{
  margin-top:15px !important;
}

.margin-top-25{
  margin-top:25px !important;
}

.margin-top-30{
  margin-top:30px !important;
}

.margin-bottom-3{
  margin-bottom:3px !important;
}

.margin-bottom-50{
  margin-bottom:50px !important;
}

.margin-bottom-4{
  margin-bottom:4px !important;
} 

.margin-bottom-6{
  margin-bottom:6px !important;
} 

.margin-bottom-top-5{
  margin:5px 0 5px 0 !important;
}   

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

.margin-left-20{
  margin-left:20px !important;
}
.margin-right-15{
  margin-right: 15px !important;
}
.margin-right-5{
  margin-right: 5px !important;
}

.padding-11{
  padding: 11px !important;
}

.padding-left-50{
  padding-left: 50px !important;
}

.padding-top-5{
  padding-top: 5px !important;
}

.padding-top-10{
  padding-top: 10px !important;
}

.padding-bottom-10{
  padding-bottom: 10px !important;
}

.padding-left-10{
  padding-left: 10px !important;
}

.padding-left-45{
  padding-left: 45px !important;
}

.padding-left-right-10{
  padding-left: 10px !important;
  padding-right: 10px !important;
} 


.padding-top-bottom-10{
  padding: 10px 0 10px 0 !important;
}

.padding-right-5{
  padding-right: 5px !important;
}

.padding-right-25{
  padding-right: 25px !important;
}

.padding-none{
  padding:0 !important;
}

.padding-bottom-0{
  padding-bottom:0 !important;
}

.padding-3{
  padding:3px !important;
}

.padding-5{
  padding:5px !important;
}

.padding-10{
  padding:10px !important;
}

.border-right{
  border-right: 1px solid #EEEEEE;
}

.border-left{
  border-left: 1px solid #EEEEEE;
}

.hr-dotted{
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E0DFDF -moz-use-text-color #FEFEFE;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: dotted none;
    border-width: 1px 0;
    margin: 20px 0;
}

.hr-slim{
  border-top: 1px dotted #ccc;
}

/***
CUSTOM BACKGROUND COLOR
***/

.bg-light-blue {
    background-color: #D9EDF7 !important;
    background-image: none !important;
    border-color: #bce8f1 !important;
}
.light-grey-menu{
  background-color: #303030 !important;
  
}

.dark-grey-menu{
  background-color: #101010 !important;
  
}




/***
Payroll Batch
***/

.batch-alert{
  padding: 6px 15px !important;
  margin-bottom: 5px !important;

}



/***
Nestable
***/

.dd-check{
  float:left;
  width:30px;
  height:30px;
  padding: 4px 6px 6px 4px ; 
  margin-right: 10px;
  background: none repeat scroll 0 0 #DDDDDD;
  border: 1px solid #AAAAAA;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.dd-action{
  float:right;
  height:30px;
  padding: 4px 6px 6px 4px ;
  background: none repeat scroll 0 0 ;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-top: -35px !important;
}


/***
Feeds
***/

.feeds_form{
  height: auto;
  overflow: hidden;
}

.line-height-2{
  line-height: 2 !important;
}

.feedback-form {
    background-color: #fcf8e3 !important;
    }




/***
File Upload
***/

.fileupload-list ul{
list-style: none;
}

.fileupload-list ul li{
list-style: none;
}



/***
BlockUI
***/

.blockUI{
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px;
  background-clip: padding-box;
  padding: 20px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  outline: 0 none;
}


/***
Nestable
***/


.dd-handle2{
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  color: #333333;
  display: block;
  font-weight: 400;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  text-decoration: none;
}


/***
Popover Custom
***/

.user_popover .popover{
  width: 350px;
  max-width: 350px;
}

.user_popover .popover ul li{
  margin-bottom: 30px;
}

/***
Label Filter
***/

.label-filter{
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.btn-filter{
  margin-bottom: 5px;
}


/***
Birthday List
***/


.birthday-list {
  margin:0;
  padding: 0;
  margin-top: -15px;
}

.birthday-list li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}

.birthday-list li img.avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
     -moz-border-radius: 50% !important;
          border-radius: 50% !important;
}

.birthday-list li.in2 img.avatar {
  float: left;
  margin-right: 10px;
}

.birthday-list li .name {
  color:#3590c1;
  font-size: 13px;
  font-weight: 400;
}

.birthday-list li .datetime{
  color:#333;
  font-size: 13px;
  font-weight: 400;
}

.birthday-list li .message2 {
  display: block; 
  /* padding: 5px; */
  position: relative;
}

.birthday-list li.in2 .message2{
  text-align: left;
  /* border-left: 2px solid #e0e0e0; #35aa47;
  margin-left: 65px;
  background: #fafafa */
}

.birthday-list li.in2 .message2 .arrow22 {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;  
  width: 0; 
  height: 0; 

  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;  
  border-right: 8px solid #e0e0e0; /* jlm #35aa47;  */
}

.birthday-list li .message2 .body {
  display: block; 
}


/***
Feeds
***/

.feeds-list {
  margin:0;
  padding: 0;
  margin-top: -15px;
}

.feeds-list li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}

.feeds-list li img.avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
     -moz-border-radius: 50% !important;
          border-radius: 50% !important;
}

.feeds-list li.in img.avatar {
  float: left;
  margin-right: 10px;
}

.feeds-list li .name {
  color:#3590c1;
  font-size: 13px;
  font-weight: 400;
}

.feeds-list li .datetime {
  color:#333;
  font-size: 13px;
  font-weight: 400;
}

.feeds-list li.out img.avatar {
  float: right;
  margin-left: 10px;
}

.feeds-list li .message {
  display: block; 
  padding: 5px;
  position: relative;
}

.feeds-list li.in .message {
  text-align: left;
  border-left: 2px solid #e0e0e0; /* jlm #35aa47;*/
  margin-left: 65px;
  background: #fafafa 
}

.feeds-list li.in .message .arrow2 {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;  
  width: 0; 
  height: 0; 

  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;  
  border-right: 8px solid #e0e0e0; /* jlm #35aa47;  */
}

.feeds-list li.out .message .arrow2 {
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;  
  border-left: 8px solid #e0e0e0; /* jlm #da4a38;*/
}

.feeds-list li.out .message {
  border-right: 2px solid #e0e0e0; /* jlm #da4a38;*/
  margin-right: 65px;
  background: #fafafa;
  text-align: right;
}

.feeds-list li.out .name, 
.feeds-list li.out .datetime  {  
  text-align: right;
}

.feeds-list li .message .body {
  display: block; 
}


/***
Custom Button
***/


.btn-border-radius{
-webkit-border-radius: 12px !important;
-moz-border-radius: 12px !important;
border-radius: 12px !important;
border: 4px solid #EEEEEE;
}

/***
Custom Header
***/

.module-title{
  color: #333333;
  font-size: 26px;
}

.module-caption{
  color: #999999;
  font-size: 20px;
}

.sub-title{
  color: #262626;
  font-size: 18px;
  font-weight: 600;
}

/***
DTR
***/

.dtr-filter{
  margin-bottom: 25px;
}



/***
My Inbox
***/

.myinbox_badge{
  color: rgb(255, 255, 255) !important;
  float:right !important;
  top: -20px !important;
}






/***
Gamification Panel
***/

.game-panel {
  width: 310px;
  margin-top: -20px;
  margin-right: 1px;
  z-index: 999;
  float: right;
  position:relative;
}

.game-panel > .toggler {
  top:4px;
  right:0;
  padding:20px;
  cursor:pointer;
  position:absolute;
  background:#c9c9c9 url(../img/icon-color.png) center no-repeat;
}

.game-panel > .toggler:hover {
  background-color: #3d3d3d !important;
}

.game-panel > .toggler-close {
  display: none;
  top:4px;
  right:0;
  padding:20px;
  cursor:pointer;
  position:absolute;
  background: #3d3d3d url(../img/icon-color-close.png) center no-repeat !important;
}

.game-panel > .toggler-close:hover {
  background-color:#222 !important;
}

.game-panel > .game-options {
  top:4px;
  right:40px;
  display:none;
  position:absolute;
  background:#3d3d3d;
}

.game-panel > .game-options > .game-option {
  color:#cfcfcf;
  padding: 10px 15px 5px 20px;
  border-top:1px solid #585858;
  margin-top: 0px;
  margin-bottom: 0px;
}

.game-panel > .game-options > .game-option.game-colors {
  border-top: 0;
}

.game-panel > .game-options > .game-option > span {  
  text-transform:uppercase;
  display: inline-block;
  width: 85px;
  font-size: 14px;
}

.game-panel > .game-options > .game-option.game-colors > span {
  display: block;
  width: auto;
}

.game-panel > .game-options > .game-option > select.form-control {
  display: inline;
  width: 100px;
  text-transform: lowercase;
}

.game-panel > .game-options > .game-option.game-colors > ul {
  list-style:none;
  padding: 0;
  display: block;
  margin-bottom: 1px !important;
  margin-top: 10px;
}

.game-panel > .game-options > .game-option.game-colors > ul > li {
  width:30px;
  height:30px;
  margin:0 4px;
  cursor:pointer;
  list-style:none;
  float: left;
}

.game-panel > .game-options > .game-option.game-colors > ul > li:first-child {
  margin-left: 0;
}

.game-panel > .game-options > .game-option.game-colors > ul > li:hover,
.game-panel > .game-options > .game-option.game-colors > ul > li.current {
  border:solid 2px #ebebeb;
}

.game-badge{
  float:left;
  height:50px;
  width:50px;
}

.game-caption{
  float:left;
  margin-left: 10px;
  width:170px;
}

/***
Shapes
***/

.circle { 
    
    border-radius: 40px !important;
    font-size: 10px !important;
    font-weight: 300;
    height: 40px;
    padding: 12px 10px 8px 10px;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
}

.circle > i{
  color: #FFFFFF;
  height: 14px;
  width: 14px;
}

.yellow{
  background-color: #E9B420;
}

.b-green{
  background-color: #4DB3A6;
}

.b-blue{
  background-color:#00ABED !important;
}


.y-orange{
  background-color:#F8694D;
}

.y-green{
  background-color:#84C447;
}

.l-pink{
  background-color:#EB6D6D;
}


.info-text{
  padding: 10px;
}

.social-list li{
  clear:both;
}

.social-text{
    float:left;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-left: 15px;
    padding: 6px;
}

.social-bullet{
  float:left;
}

.rate-stars > i{
  color: #E9B420;
}

.language-list li{ margin-right: 30px;}

.star-list li{ margin-right: 0px !important;}

.interest-tags{
  margin: 0 0 10px 5px;
}

.planning-tags{
  margin: 0 0 5px 5px;
}

.panel_title_hover:hover{
  font-weight: 500;

}



.androgyne-font{
  font-family: Androgyne;

}
.fixed-div-bottom{
position: fixed;
bottom: 0;
width: 100%;
}

.transparent-green{
  height: 100px;
  background-color: rgba (255, 0, 0, 0.4);
}

.feedback-block{
  background: none repeat scroll 0 0 #FCF8E3!important;
}

.rounded-block{
  width:80px;
  padding:5px;
  border-radius: 5px !important;
  color: #ffffff;
}

.italic{
  font-style: italic;
}

.percent-bold{
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

#flot-tooltip {
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  position: absolute;
  display: none;
  border: 2px solid;
  padding: 2px;
  background-color: #FFF;
  opacity: 0.8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.movable-label{
border-bottom-width: 0px; 
margin-bottom: 6px; 
padding-left: 3px; 
padding-right: 3px; 
color:#999; 
cursor:move;
}

.onclick-name{
  margin:0 0 6px -4px;
}




/***
Table Fixed Header
***/


.fixed-table .header-fixed {
position: absolute;
top: 0px;
z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
border-bottom: 2px solid #d5d5d5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 14px;
font-weight: 600;

}
.fixed-table{
display:block;
position:relative;
width:100%;
}
.fixed-table th{
padding: 5px;
line-height: 18px;
text-align: left;
}
.fixed-table .table-content{
display:block;
position: relative;
height: 500px; /*FIX THE HEIGHT YOU NEED*/
overflow-y: auto;
}
.fixed-table .header-copy{
position:absolute;
top:0;
left:0;
}
.fixed-table .header-copy th{
background-color:#fff;
} 

.fancybox-overlay {
  z-index: 8010 !important;
}

.fancybox-wrap {
  z-index: 10000 !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Chat */
.chat-window-title .close {
  background-image: url("../img/portlet-remove-icon-white.png") !important;
  background-size: 70% !important;
  opacity: 1;
  width:12px;
  margin-top: 0;
  height: 15px;
}

#chat-up > i, #chat-down > i {
  font-size: 18px !important;
}

ul.chat-window-inner-content {
  list-style-type: none;
}

/* Chat */

.record img.avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
     -moz-border-radius: 50% !important;
          border-radius: 50% !important;
}
