
.flash_container {
	width: 100%;
}

.flash {
    color: #fff;
    background-color: #4cd137;
    border: #44bd32 solid 1px;
    border-radius: 5px;
    padding: 10px;
    bottom: 10px;
}

.form-title {
    color: #40739e;
}

.btn-save {
    color: #4cd137;
}

.btn-close {
    color: #40739e;
}

.btn-delete {
    color: #e84118;
}

.flash .flash_close_button {
    float: right;javascript:
    font-size: 90%;
    color: #40739e;
}

.table td, .table th {
    border-top:  1px solid rgba(255, 255, 255, .2);
    color: #487eb0;
    font-weight: normal;
    font-size: 13px;
}

.link-new {
    color: #e84118;
    padding: 10px;
    margin: 5px 10px;
}

.link-logout {
    color: #40739e;
}

.masthead-brand{
    padding-top: 10px;
    color: #4cd137;
}


input.form-control, textarea.form-control {
    background-color: rgba(64, 115, 158,1.0);
    border: 1px solid rgba(47, 54, 64,1.0);
    border-radius: 0;
    color:  #fff;
}

input.form-control:hover,
input.form-control:active,
input.form-control:focus,
textarea.form-control:hover,
textarea.form-control:active,
textarea.form-control:focus {
   background-color: rgba(72, 126, 176,1.0);
   color:  #fff;
}

.form-label, label.nitrogen_label, .radio_label {
    color: rgba(68, 189, 50,1);
    font-weight: normal;
}

.radio_label{
    margin: 0 10px 0 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(45, 52, 54,1.0) !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(45, 52, 54,1.0) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(45, 52, 54,1.0) !important;
}

td.action {
    width: 30px;
}

td.action i {
    color: rgba(68, 189, 50,0.3);
    transition: all .5s;
}


.table tr{
    background-color: rgba(53, 59, 72,0);
    transition: all .5s;
}

.table tr:hover{
    background-color: rgba(53, 59, 72,1.0);
    transition: all .5s;
}

.table td a{
    color: rgba(68, 189, 50,0.7);
    font-size: 12px;
    transition: all .5s;
}

.table tr:hover td a{
    color: rgba(68, 189, 50,1);
    transition: color 2s;
    transition: all .5s;
}

a.tag {
    background-color: rgba(68, 189, 50,0.7);
    color: #333 !important;
    font-weight: normal;
    transition: all .5s;
    font-size: 9px !important;
}

.table tr:hover a.tag {
    background-color: rgba(68, 189, 50,1);
    color: #333;
    font-weight: normal;
    transition: all .5s;
}

.table tr:hover td.action i{
 color: rgba(68, 189, 50,1);
 transition: all .5s;
}

input.search {
    width:  200px;
    float: right;
    margin: 10px 0;
    background-color: rgba(72, 126, 176,0.5);
}

.search-action, .clear-action{
    float: right;
    padding: .375rem .75rem;
    margin-left: -1px;
    margin-top: 11px;
    background-color: rgba(72, 126, 176,0.5);
    transition: all .5s;
    color: rgba(255, 255, 255, 0.5);
}

.search-action:hover, .clear-action:hover {
    background-color: rgba(72, 126, 176,1);
    color: rgba(255, 255, 255, 1);
    transition: all .5s;
}

.clear-action{

}

.cloudtag-content {
    text-align: center;
    padding: 10px;
}

.cloudtag-content .cloudtag-text{
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    margin: 3px 0 0;
}

.cloudtag-content .cloudtag{
    background-color: rgba(72, 126, 176,0.5);
    color: rgba(255, 255, 255, 0.5);
    transition: all .5s;
    margin: 3px 3px;
    padding: 2px 3px;
    border-radius: 10px;
    font-size: 9px;
}

.cloudtag-content .cloudtag:hover{
    background-color: rgba(72, 126, 176,1);
    color: rgba(255, 255, 255, 1);
    transition: all .5s;

}

.post-item-wrap{
	padding: 10px;
}

.post-item {
    float: left;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(38,203,25,0.3);
    box-shadow: 1px 1px 1px 1px rgba(38,203,25,0.3);
    padding: 15px;
    border-radius: 3px 3px 0 3px;
    border-left: 5px solid rgba(38,203,25,0.5);
	width: 100%;
}

.post-title{
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 1.2em;
    text-align: center;
    color: rgba(38,203,25,0.80);
    border-bottom: 1px solid rgba(38,203,25,0.1);
}

.post-title:hover{
    font-weight: bold;
    text-decoration: underline;
}

.post-content p {
    
}

.post-content, pre code, code, pre{
    font-size: 0.95em;
    line-height: 1.5em;
}


pre code, code {
    background-color: #484848;
    padding: 10px;
    width: 100%;
    display: block;
    color: rgba(38,203,25,1);
}

.post-item-foot{
    padding-top: 10px;
}

.post-item-foot span{
    float: right;
    margin-left: 10px;
    font-size: 0.9em;
}

.post-item-foot span.post-date{
    float: left;
    font-size: .8em;
    color: #227093;
    margin-left: 0;
}


.post-divider{
	border-bottom: 1px dotted rgba(38,203,25,0.4);
	width: 100%;
	margin: 5px 0;
	overflow: hidden;
}

.post-item-tag{
	padding: 5px 0;
}

.post-tag{
	background: #227093;
	color:  #fff;
	padding: 0 3px;
}

.post-item-top{
	text-align: center;
}

.post-limit-date {
    font-size: 10px;
    color: #26CB19;
}

.post-item-top .post-status{
	float: left;
}

.post-description{
	color: rgba(255, 255, 255, 0.7);
}

.post-item:hover .post-description{
	color: rgba(255, 255, 255, 1);
}

.post-item-top .post-edit{
	float: right;
}

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


    .search-wrap .clear-action{
        float: left;
        width: 10%;
    }

    .search-wrap .search-action{
        float: right;
        width: 10%;
    }

    input.search{
        width: 80%;
    }
}

.editor-toolbar a, .editor-toolbar i {
    color: #fff;
}

.editor-toolbar a:hover, .editor-toolbar a.active {
    color: #fff;
    background-color: #227093;   
}

.cm-s-paper {
    background-color: rgba(255, 255, 255, 0.1);
}