/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #555555;
    overflow-x: hidden;
} 
ul{
    list-style: none;
    padding: 0px;
}
a {
    color: #555555;
    text-decoration: none;
    display: inline-block;
}
*:focus{
    outline: none;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
h1{
    font-size: 22px;
}
.btn-green{
    background: #00c666;
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    border: 0px; 
}
.btn-green:hover{
    color: #fff;
}
.btn-yellow{
    background: #ffbe32;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
    border: 0px;
}
.btn-red{
    background: #ee2337;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
    border: 0px;
}/****** form element ******/

input[type=text], input[type=email], input[type=password] {
    width: 100%;
    padding: 12px 20px; 
    display: inline-block;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #555; 
}
label{
    margin-bottom: 5px;
    display: block;
}
button {
    background-color: #00c666;
    color: white;
    padding: 8px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer; 
}
input[type="submit"]{
    cursor: pointer;
}
button:hover {
    opacity: 0.9;
}
textarea:focus, input:focus, .modal-content{
    outline: none;
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
select{
    background: #fff;
    color: #555;
    border: 0px;
    padding: 14px 17px;
    border-radius: 3px;
    text-transform: capitalize;
    margin-bottom: 15px; 
    font-size: 14px;
}
select option{
    background: #fff;
    color: #555;
    border: 0px; 
    padding: 5px 10px;
    border-radius: 3px; 
}

/******* extra element ******/
.circle{
    border-radius: 50%;
}
.status-red{
    background: #ee2337;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px #fff solid;
}
.status-green{
    background: #4CAF50;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px #fff solid;
}
.status-yellow{
    background: #ffbe32;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px #fff solid;
}
.success{    
    text-align: left;
    margin: 0 0 15px;
    color: #00c666;
    display: block;
}
********* spaces *******/
.w5{
    flex-basis: 5% !important;
}
.w10{
    flex-basis: 10% !important;
}
.w15{
    flex-basis: 15% !important;
}
.w20{
    flex-basis: 20% !important;
}
.w25{
    flex-basis: 25% !important;
}
.w30{
    flex-basis: 30% !important;
}

.status-red {
    background: #ee2337;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px #fff solid;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}
.navbar-default{
    background: white;
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: auto;
}
.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 0px;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}
.navbar-static-top{
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	padding: 8px 0;
	min-height: 50px;
}
.navbar-static-top a{
	color: #7C7F7E;
	padding: 5px;
}
.navbar-static-top span{
	color: #7C7F7E !important;
}
.navbar-header{
	position: relative;
	top: 12px;
}
.ink-reaction{
	padding: 0px !important;
}
.ink-reaction img {
    border-radius: 40px;
    height: 40px;
    width: 40px;
}
.navbar-static-top a:hover{
	background:none !important;
}
.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 60px;
		min-height: 768px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

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

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}
.sidebar-nav i{
    width: 50px;
	font-size: 20px;
}
.navbar-default .navbar-brand{
	color: #0aa89e;
	font-weight: 700;
	text-transform: uppercase;
}
.nav > li > a{
    padding:10px 15px 10px 0;
}
.panel-yellow a {
    color: #f0ad4e;
}
.panel-yellow a:hover {
    color: #df8a13;
}
.menutop{ 
    display: inline-block;
}
.showme + #page-wrapper{
    margin-left: 50px !important;
}
.showme a span,
.showme li ul{
    display: none;
}
.nav-second-level{
    display: none
}
.sidebar.show-me:hover{
    display: block; 
    width: 250px !important;
}
.sidebar.show-me:hover span{
    display: inline-block;
}
.sidebar.show-me:hover ul{
    display: block;
}
.sidebar.show-me{
    width:50px
}
.sidebar.show-me span{
    display: none;
}
.userdatamenu{
    background:#F8F8F8;
    padding: 15px;
    display: none;
    position: absolute;
    right: 0px;
    top: 50px;
    min-height: 700px;
    height: 100%;
    width: 250px;
}
.userdatamenu.userdatamenuload{
    display: block
}
.searchbox{
	position: relative;
	top: 5px;
}
.searchbox span{
	margin-right:10px;
	color: #337ab7;
	cursor: pointer;
}
.mailboxmenu > li > a{
	padding: 10px 15px;	
}
.btn-group.stick-top-right{
	position: absolute;
	top: 0px;
	right: 0px;
}
#page-wrapper .col-lg-8 h1{
	margin-top: 0px;
}
.width-1, .size-1 {
    width: 40px;
}
.sidebar{
	background: #2B323A ;
}
.sidebar a{
	font-size: 12px;
 	color: rgba(255, 255, 255, 0.5);
	border-bottom: 0px;
}
.nav>li>a:focus, .nav>li>a:hover{
	color:#fff;
    background:#313942 !important;
}
.nav > li a.ink-reaction:hover{
	background: none !important;
}
.taskstats .panel{
	border-left: 4px #2196F3 solid;  
	border-radius: 2px;
    box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.33); 
}
.taskstats:nth-child(2) .panel{
	border-left: 4px #FF9800 solid;
}
.taskstats:nth-child(3) .panel{
	border-left: 4px #F44336 solid;
}
.taskstats:nth-child(4) .panel{
	border-left: 4px #4CAF50 solid;
}
.taskstats:nth-child(1) .huge{
	color: #2196F3;
}
.taskstats:nth-child(2) .huge{
	color: #FF9800;
}
.taskstats:nth-child(3) .huge{
	color: #F44336;
}
.taskstats:nth-child(4) .huge{
	color: #4CAF50;
}


.homewrap{
	padding-top: 30px;
}
.rates{
    font-size: 20px;
    font-weight: 700;
}
.rates span{
	font-size: 12px;
	color: #A2A5A4;
	font-weight: 400
}
.taskstats .huge{
	font-size: 14px;
	font-weight: 700;
}
.homebox{
	margin-bottom: 20px;
	padding: 15px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.20);
}
.homebox .panel{
	box-shadow: none;
}
.homebox .list-group-item.active, .homebox .list-group-item.active:focus, .homebox .list-group-item.active:hover{
 	background: none;
	border: 0px;
    color: #333;
    font-size: 20px;
}
.homebox a.list-group-item{
	border: 0px;
	position: relative; 
} 
.homebox a.list-group-item:before{
	position: absolute;
	bottom: 0px;
	left: 0px; 
}
.navsubchild li:before{
	border-left:1px #ddd dotted;
	position: absolute;
	height:98%;
	left: 0px;
	content: "";
	top: 0px;
}
.navsubchild{
	padding-left: 35px;
}
.navsubchild li{
	position: relative;
	padding: 5px 13px;
} 
.userdatamenuload li a{
 color: #fff !important;	
}

.navbar-top-links >li>a:focus, .navbar-top-links>li>a:hover{
	background: none !important;
	color: #7C7F7E !important
}

.userdropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff; 
    border-radius: 2px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); 
    float: left;
    font-size: 13px;
    right: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 125%;
    z-index: 1000;
}
.userdropdown-menu .dropdown-header {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.6;
    padding: 15px 20px 5px;    
	color: #969c9c;
    white-space: nowrap;
    display: block;
}
.userdropdown-menu > li{
	display: block;
}
.userdropdown-menu > li > a {
    clear: both;
    color: #313534;
    display: block;
    font-weight: normal;
    line-height: 1.84615;
    padding: 3px 20px;
    white-space: nowrap;
}
.userdropdown-menu .badge.style-danger {
    background-color: #f44336;
    color: #ffffff !important;
}
.homepage .sidebar{
	min-height: 1100px;
}
.loginscreen{
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    width: 400px;
    text-align: center;
}
.loginscreen input[type="text"], .loginscreen input[type="password"]{
    border: 0px;
    border-bottom: 1px #e7e7e7 solid;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    box-shadow: none;
}


.pagebar{    
    padding: 20px 20px 20px 0;
    border-bottom: 1px #e1e1e1 solid;
    padding-left: 10%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pagebar .searchfield{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pagebar .searchfield input[type="text"]{
    margin: 0px;
}
.pagebar .searchfield input[type="submit"]{
    border: 1px #ddd solid;
    border-left: 0px;
    font-size: 14px;
    color: #555;
    background: none;
    cursor: pointer;
}
.pagebar span{
    color: #cbcbcb;
    font-size: 14px;
    display: block;
    font-weight: 300;
}
.rightpanel a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}
.rightpanel a .img{
    position: relative;
}
.rightpanel a .img{
    margin-right: 10px;
}
.rightpanel a .img span{
    position: absolute;
    bottom: 2px;
    right: 10px;
}
.rightpanel a span {
    font-size: 14px;
    color: #b5b5b5;
}
.flextable .head-row, .flextable .data-row {
    border-bottom: 1px #e4e4e4 solid;
    padding: 5px 15px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 
.flextable .head-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.flextable .data-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.flextable .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0.5em;
    word-break: break-word;
    align-items: center;
}
.icon{
    border: 1px #ddd solid;
    padding: 3px 6px;
    margin: 0 2px;
}
.flextable .col img{
    margin: 0 10px;
}
.paging{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}
.paging .pagestat{
    color: #b5b5b5;
    font-size: 14px;
}
.paging nav li{
    display: inline-block;
}
.paging nav li a{
    color: #555;
    padding: 5px 12px;
    border: 1px #ddd solid;
    font-size: 13px;
}
#bodyarea .large{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
.rightpanel a.btn-green{
    display: block;
    padding: 10px 0;
    width: 180px;
}
#headers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#headers #headright{
    position: relative;
}
#headers a, #headers span{
    color: #555;
}
#wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}
#rightwidget{
    margin-top: 80px;
}
#rightwidget li{
    font-size: 16px;
    color: #363636;
    margin-bottom: 15px;
}
#rightwidget li span{
    color: #257eb7;
}
#rightwidget li i{
    font-size: 13px;
    position: relative;
    top: -1px;
    margin-left: 4px;
}
#writeblog input[type="text"] {
    border: 0px;
    text-align: center;
    font-size: 24px;
    box-shadow: none;
    font-weight: 300;
}
#rightwidget select{
    background: none;
    padding: 0px;
    border: 0px;
    color: #257eb7
}
#writeblog textarea {
    border:1px #f2f2f2 solid;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
}
#writeblog .ckeditor{
    margin: 10px 0 40px;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}
 
.data{
    text-align: center;
}
.data .img {
    position: relative;
    margin: -75px auto 15px;
    width: 140px;
}
.data .img a{
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #00c666;
    color: #fff;
    border: 1px #fff solid;
    border-radius: 50%;
    padding: 2px 6px !important;
}
.data span {
    display: block;
    color: #828282;
    font-size: 15px;
    margin-bottom: 15px;
}
.data span.editor{
    color: #b5b5b5;
    margin-bottom: 25px;
}
.data .btn-green{
    padding: 6px 25px;
}
.newuser select{
    width: 100%;
    display: block;
    border-bottom: 1px #ddd solid
}
.newuser input[type="text"], .newuser input[type="password"]{
    width: 100%;
    display: block;
    border: 0px;
    border-bottom: 1px #ddd solid
}

.greenlink{color: green;text-decoration:underline}
.postbottom{
    margin-top: 50px;
}
.postbottom label{
    font-weight: 400;
}
.postbottom textarea{
    border-radius: 0px;
    border-color: #ebebeb;
}
.contents{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 40px;
}
.contents li{
    margin-bottom: 5px;
    border-bottom: 1px #ebebeb solid;
    padding: 10px 0;
}

.contents li:last-child{
    border: 0px;
    padding-bottom: 0px;
}
.fadein { position:relative; height:400px; width:100%; }
.fadein p { position: absolute; left: 0; top:0; font-weight: 300; font-size: 14px; display: none}
.fadein span{
    font-weight: 300;
    font-size: 13px;
    margin-top: 15px;
    display: block;
} 