.right-panel-container {
    width: 300px;
    left: -300px;
    height: 570px;
    display: inline-block;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    z-index: 1;
    overflow-y: hidden;
    overflow-x: hidden;
    top: 60px;
    border-top: 2px solid #D5DBE5;
    border-bottom: 2px solid #D5DBE5;
    border-left: 2px solid #D5DBE5;
}
.right-panel-dark.hidden {
    display: none;
}
.right-panel-dark {
    width: 300px;
    height: 574px;
    display: inline-block;
    background: #002B40;
    opacity: 0.2;
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 10;
    left: 0px;
    top: 0px;
}
.right-panel-container.hidden, .label-for-right-panel.hidden {
    left: 0;
}
.label-for-right-panel{
    position: absolute;
    width: 24px;
    height: 70px;
    top: 20px;
    right: -24px;
    background: #f6a434;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    padding: 6px 2px 0 0px;
    box-sizing: border-box;
    display: none;
}
.label-for-right-panel.shown{
    right: -328px;
}

.label-for-right-panel .mfront-arrowleft { display:none; }
.label-for-right-panel.shown .mfront-arrowleft { display:block; }
.label-for-right-panel.shown .mfront-arrowright { display:none; }

.label-for-right-panel .icon { position:relative; }
.label-for-right-panel .mfront-arrowleft, .label-for-right-panel .mfront-arrowright{ font-size: 20px; left: 2px; }
.label-for-right-panel .mfront-sidecar{ font-size: 28px; color: #a96304; left: -2px; }
.right-panel-top {
    background: #fff;
    padding: 10px 36px;
    position: relative;
    z-index: 1;
    text-align: right;
}
.right-panel-container .edit-buttons {
    position: relative;
    display: none;
    text-align: center;
}
.editable.right-panel-container .edit-buttons {
    display: inline-block;
}
.right-panel-list-container{
    height: 100%;
    overflow-y: auto;
}
.right-panel-list{
    margin-top: 0;
    padding: 0 0 40px 0;
}
.right-panel-list-item{
    width: 100%;
    height: 33px;
    text-align: left;
    list-style-type: none;
    cursor: move;
}
.right-panel-list-item:hover {
    background: #eaf3f6;
}
.right-panel-list-item:active {
    background: #D6E8ED;
}
.right-panel-list li:last-child .right-panel-list-label-container {
    border-bottom: 1px solid #E6E5E8;
  }
.right-panel-list-item.ui-sortable-helper{
    border: none;
}
.right-panel-list-label-container{
    display: inline-block;
    cursor: pointer;
    text-align: left;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #E6E5E8;
    width: 238px;
    height: 24px;
}
.right-panel-icon-drag {
    display: inline-block;
    width: 20px;
    margin-right: 7px;
    text-align: right;
    position: relative;
    top: 5px;
}
.icon-drag { display: none; }
.right-panel-list-label-container .fa {
    font-size: 10px;
    font-weight: bold;
}
.right-panel-list-label{
    vertical-align: middle;
    color: #002B40;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    z-index: 99;
}
.right-panel-list-icons-container{
    display: inline-block;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
}
.right-panel-list .right-panel-item-edit {
    display: none;
    cursor: pointer;
    margin-left: 5px;
    position: relative;
    top: 5px;
}
.right-panel-list .right-panel-item-edit.fa-minus:before {
    content: url(../../images/icon-delete.svg);
}
.editable .right-panel-list .right-panel-item-edit, .editable .right-panel-list .icon-drag {
    display: inline-block;
}
.item-status {
    width: 8px;
    height: 8px;
    background: #359956;
    border-radius: 50%;
    display: inline-block;
}
.right-panel-list-label-container .fa-signal, .right-panel-list-label-container .ready {
    margin-right: 4px;
    top: 1px;
    position: relative;
    color: #c1c1c1;
    width: 8px;
    height: 8px;
    background: #359956;
    border-radius: 50%;
    display: inline-block;
}
.right-panel-list-label-container .fa-signal:before { display: none; }
.right-panel-list-label-container .trying {
    margin-right: 4px;
    top: 1px;
    position: relative;
    color: #c1c1c1;
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid #FF916D;
    border-radius: 50%;
    display: inline-block;
}
.right-panel-list-label-container .fa-circle-thin:before { display: none; }
.right-panel-list-label-container .confirmed { background: #FF1A1A; }
.right-panel-list-icons-container .mfront-user {
    color: #808080;
    font-size: 16px;
}
#buttons-display-container-form { margin: 0px; }
.buttons-display-container {
    width: 238px;
    top: 100px;
    left: 27px;
    height: 160px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    overflow: hidden;
    margin-top: 60px;
    z-index: 20;
}
.buttons-display-container.hidden {
    display: none;
}
.row{
    padding: 10px 10px 4px;
    text-align: justify;
    box-sizing: border-box;
}
.row div{
    display: inline-block;
}
.row .label{
    font-size: 10px;
    color: #002B40;
    margin-top: 2px;
    width: 82px;
    vertical-align: top;
}
.row .options{
    width: 130px;
}
.row .options .display-form-select, .row .options .display-form-input{
    width: 100%;
}
.row .options .display-form-select.hidden{
    display: none;
}
.row .options .display-form-input{
    border: 1px solid rgb(169, 169, 169);
    border-radius: 0;
    padding: 2px;
}
.buttons-container {
    width: 100%;
    text-align: center;
    padding: 0px;
    position: absolute;
    bottom: 10px;
}
.buttons-container .display-form-button {
    width: 104px;
    font-size: 12px;
    border-radius: 50px;
    margin: 0px 2px;
    padding: 4.5px 19px;
    cursor: pointer;
    display: inline-block;
}
#display-buttons-cancel {
    border: solid 1px #002B40;
    color: #002B40;
}
#display-buttons-add {
    background-color: #FF531A;
    border: solid 1px #FF531A;
    color: #fff;
}
.right-panel-form { height: 0px; }
.right-panel-list-icons-container .offline{
    color: lightgray;
}

.right-panel-list-icons-container .terminated{
    color: #00ad46;
}

.right-panel-list-icons-container .early{
    color: yellow;
}

.right-panel-list-icons-container .trying{
    color: yellow;
}

.right-panel-list-icons-container .confirmed{
    color: red;
}
.right-panel-container .hint{
    font-size: 10px;
    color: darkgray;
    letter-spacing: -0.5px;
    text-align: center;
    padding-left: 7px;
}
.edit-toggle{
    display: inline-block;
}
.editable .edit-toggle {
    display: none;
}
.edit-toggle.remover{
    color: #f6a434;
}
.buttons-display-toggle{
    color: #f6a434;
}
.buttons-display-toggle:hover{
    color: #f99b1b;
}
.emptySpace{
    border: 2px dotted #f6a434;
}
.lightgrey{
    color: lightgray;
}
.fa-refresh {
    cursor: pointer;
}
/*todo will make  -webkit- ... on border and other


