@-webkit-keyframes lastinserted {
  from { background-color: rgba(214, 255, 89, 1);}
  to { background-color: inherit; }
}
@-moz-keyframes lastinserted {
  from { background-color: rgba(214, 255, 89, 1);}
  to { background-color: inherit; }
}
@-o-keyframes lastinserted {
  from { background-color: rgba(214, 255, 89, 1);}
  to { background-color: inherit; }
}
@keyframes lastinserted {
  from { background-color: rgba(214, 255, 89, 1);}
  to { background-color: inherit; }
}
.lastinserted {
  -webkit-animation: lastinserted 2s 3; /* Safari 4+ */
  -moz-animation:    lastinserted 2s 3; /* Fx 5+ */
  -o-animation:      lastinserted 2s 3; /* Opera 12+ */
  animation:         lastinserted 2s 3; /* IE 10+ */
}




#aside nav ul li  a {
	display:block;
	cursor:pointer;
}

#aside nav ul li a.btn {
display:none;
color: white;
padding: 9px 5px 9px 10px!important;
margin: 0;

}

#aside nav ul li:hover>a {
	display:block;
	background: none;
}

input:required, select:required{
  border: 1px solid green;
}
input:required:invalid, select:required:invalid {
  border: 1px solid red;
}

.tbl .form-control{

	padding: 3px;
	height: 30px;
	font-size: 12px;
}

.tbl .input-group-addon {
    padding: 3px;
    font-size: 12px;
}
.tbl .switch2{padding: 3px 0; margin: 0; height: 30px}
.tbl td{padding: 2px}
.tbl textarea.form-control{
	height: 40px;
}

.editable-radiolist label{
	display: block;
}

tr.closed{background-color: orange !important}


/* @toggle switch2 elements
-------------------------------------------------- */
.switch2 {
    cursor:pointer;
    position: relative;
    padding-right:10px;
    display: inline-block;
    margin-bottom:5px;
    height: 26px;
}

.switch2 > .switch2-label {
    cursor:pointer;
    display: inline-block;
    position: relative;
    height: 25px;
    width: 25px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    background: #B5C1C7;
    border: 2px solid #B5C1C7;
    text-transform: uppercase;
    font-family:Helvetica, Arial, sans-serif;

    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.switch2 > .switch2-label + span{
    display:inline-block;
    padding-left:5px;
    position:relative; top:-7px;
}
.switch2 > .switch2-label:before {
    content: attr(data-off);
    /*position: absolute;*/
    /*top: 1px;*/
    /*right: 3px;*/
    /*width: 33px;*/
}

.switch2 > .switch2-label:after {
    /*content:"";*/
    margin: 1px;
    width: 19px;
    height: 19px;
    display: block;
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
}

.switch2 > input {
    -webkit-appearance: none;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    left: 0;
    top: 0;

}

/* @toggle switch2 focus state
-------------------------------------------------------------- */
.switch2 > input:focus {
    outline: none;
}
.switch2 > input:focus + .switch2-label {
    color: #fff; border-color: #a1a6a9; background:#a1a6a9;
}
.switch2 > input:focus + .switch2-label:after {
    background: #fff;
}

/* @toggle switch2 normal state
--------------------------------------------------------------- */
.switch2 > input:checked + .switch2-label {
    border-color: #333;
    background: #333;
    //padding-left: 33px;
    color: white;
}
.switch2.switch2-success > input:checked + .switch2-label {
    border-color:#4cae4c;
    background:#4cae4c;
}
.switch2.switch2-danger > input:checked + .switch2-label {
    border-color:#d43f3a;
    background:#d43f3a;
}
.switch2.switch2-warning > input:checked + .switch2-label {
    border-color:#eea236;
    background:#eea236;
}
.switch2.switch2-info > input:checked + .switch2-label {
    border-color:#46b8da;
    background:#46b8da;
}
.switch2.switch2-default > input:checked + .switch2-label {
    border-color:rgba(0,0,0,0.1);
    background:rgba(0,0,0,0.1);
}
.switch2.switch2-default > input:checked + .switch2-label:before {
    color:#888;
}

.switch2 > input:checked + .switch2-label:before {
    content: attr(data-on);
    /*left: 1px;*/
    /*top:1px;*/
}

.switch2 > input:checked + .switch2-label:after {
    margin: 1px;
    width: 19px;
    height: 19px;
    background: white;
}

.notification,.toolbar,body {
    overflow:auto;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}


#middle div.panel-heading form {
    display: inline-block;
    margin-top: -6px;
    background-color: white;
    width: auto;
    padding: 20px;
    border: solid 1px grey;
    z-index: 1000;
    display: block;
    position: absolute;
    left: 0;
    color: black;
    text-align: left;
}

.project-table{
    overflow: auto; height: 150px
}
/*.project-table:hover{
    height: auto;
    background-color: white;
    z-index: 10000;
    position: absolute;
    border: solid 1px #ccc;
    box-shadow: #0e0e0e 3px 3px 3px;
}
*/

#middle div.panel.fullscreen {
    overflow: auto;
}

.mfp-content {
    height: 90%;
    width: 1000px !important;
}

@media screen and (max-width: 767px){
    .fullwidth-xs, .fullwidth-xs button, .fullwidth-xs select {width: 100%}
}
