@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    background-color: #fff !important;
    height: 100%;
    color: #222; /*#73879C;*/
    background: #0C1A1F;
    /*#ECF0F1; #FCFCFC*/

    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.471;
    min-width:1200px;
}
strong{
    font-weight:800;
}

.script-error {
    border-color: red !important;
}
.text-light {
    font-weight: 300;
    font-style: italic;
}
.text-normal {
    font-weight: 600;
    font-style: normal;
}
.text-black {
    font-weight: 900;
    font-style: normal;
}
.text-italic {
    font-weight: 400;
    font-style: italic;
    color: #d2d2d2;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

th {
    font-weight: 900;
}

td {
    vertical-align: middle !important;
}

fieldset{
    border: unset;
    min-inline-size: unset;
    margin-inline: unset;
    padding-inline: unset;
    padding-inline: unset;
}

.account_dropdown {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.breadcrumbs a {
    color: inherit !important;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    height: 35px;
    overflow: hidden;
    display: inline-block;
    font-weight:600;
}

.breadcrumb_counter_container {
    width: 20%;
    height: 70px;
    padding: 10px 0 10px 40px !important;
    border-bottom: 1px solid #d0d0d0;
}

.breadcrumb_counter_container.step_off {
    opacity: 0.3;
}
.breadcrumb_header {
    line-height: 24px;
}
.step_counter {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 5px 5px 0;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background-color: inherit;
    color: #000;
    border: 1px solid black;
}

.breadcrumb_counter_container:after, .breadcrumb_counter_container:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 35px;
    margin-top: -35px;
    z-index: 8;
}

.breadcrumb_counter_container:before {
    border-color: rgba(128, 128, 128, 0);
    border-left: 20px solid #d0d0d0;

}
.breadcrumb_counter_container:after {
    border-color: rgba(128, 128, 128, 0);
    border-left: 20px solid #fff;
    margin-left: -1px;
}

.breadcrumb_counter_container:last-of-type:after,.breadcrumb_counter_container:last-of-type:before {
    border: none;
} 

.breadcrumb_counter_container.current-page {
    background-color: #ddf6fb;

}
.breadcrumb_counter_container.current-page:after {
    border-left-color: #ddf6fb;
}

.approvebtn{
    background-color:rgba(255,255,255,0);
    border:3px solid #009688;
    width:100px;
    color:#222;
}

.rejectbtn{
    background-color:rgba(255,255,255,0);
    border:3px solid #E50516;
    width:100px;
    color:#222;
}

.approvebtn:active{
    border:3px solid #004D46;
}

.rejectbtn:active{
    border:3px solid #7C0009;
}

.approvebtn .fa {
    color: #090;
}

.rejectbtn .fa {
    color: #900;
}
.approved .approvebtn, .approved .approvebtn .fa, .approved.approvebtn {
    background-color: #009688;
    color: #fff;
}

.rejected .rejectbtn, .rejected .rejectbtn .fa, .rejected.rejectbtn {
    background-color: #E50516;
    color: #fff;
}

    
/* COMMENTS */
.task-table-wrapper{
    margin: 30px auto 20px auto;
    width:80%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
         hyphens: auto;
}
.task-table {
    background-color:rgba(0,0,0,0.03);
    padding: 5px;
    margin-top: 10px;
}

.hiddentask  {
    display: none;
}

.hiddentask.showtask {
    display: block;
}
.task-table .fa {
    font-size: 20px;
}
.task-table .approved {
    color: #090;
}
.task-table .rejected {
    color: #c00;
}

.task-table .solved {
    color: rgb(107,33,155);
    color: #e88a03;
}

.task-table .fa.dimmed {
    opacity: 0.3;
}

.task-table .taskrow {
    margin: 5px 0 0 0;
}

.taskrow-mail {
    overflow: hidden;
    white-space:nowrap;
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis;
    max-width:300px;
    display:inline-block;
}


.commentrow {
    /*display: none;*/
}

.task-table .btn.solved {
    background-color: #cff; 
    color: #000;
}

.task-table .feedbackrow {
    margin-bottom: 2px;
}

.reviewicon {
    margin-right: 30px;
    font-size: 22px;
    line-height: 16px;
}
.reviewicon.approved {
    color: #090;
}

.reviewicon.rejected {
    color: #c00;
}

.reviewicon.updated {
    color: rgb(107,33,155);
    color: #e88a03;
}


.reviewicon.pending {
    opacity: 1;
    color: #ccc;
}

.reviewicon.oldreview {
    opacity: 0.4;
}

.deltaTable tr.approved td:first-child p::after {
    content: "\f05d";
    padding-left: 5px;
    opacity: 1 !important;
    color: #009688;
    font-family: FontAwesome;
    top: 0;
    -webkit-transform:none;
       -moz-transform:none;
        -ms-transform:none;
         -o-transform:none;
            transform:none;
}

.deltaTable tr.rejected td:first-child p::after {
    content: "\f05c";
    padding-left: 5px;
    opacity: 1 !important;
    color: #E50516;
    font-family: FontAwesome;
    top: 0;
    -webkit-transform:none;
       -moz-transform:none;
        -ms-transform:none;
         -o-transform:none;
            transform:none;
}
.deltaTable tr.updated td:first-child p::after {
    content: "\f05d";
    padding-left: 5px;
    opacity: 1 !important;
    color: #6B219B;
    color: #e88a03;
    font-family: FontAwesome;
    top: 0;
    -webkit-transform:none;
       -moz-transform:none;
        -ms-transform:none;
         -o-transform:none;
            transform:none;
}
.deltaTable tr.solved td:first-child p::after {
    content: "\f05d";
    padding-left: 5px;
    opacity: 1 !important;
    color: #6B219B;
    color: #e88a03;
    font-family: FontAwesome;
    top: 0;
    -webkit-transform:none;
       -moz-transform:none;
        -ms-transform:none;
         -o-transform:none;
            transform:none;
}
.deltaTable tr.pending td:first-child p::after {
    content: "\f192";
    padding-left: 5px;
    opacity: 0.5;
    color: #616161;
    font-family: FontAwesome;
    top: 0;
    -webkit-transform:none;
       -moz-transform:none;
        -ms-transform:none;
         -o-transform:none;
            transform:none;
}

.deltaTable tr.oldreview td:first-child p::after {
    opacity: 0.3 !important;
}

.adl-modal-wrapper {
    position: fixed;
    z-index: 15000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0,0,0,.5);
}

.adl-modal-bg {
    position: fixed;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.5);
}

.adl-modal-wrapper .adl-modal-container {
    position: absolute;
    min-width: 300px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px 15px 30px 15px;
    background-color: #fff;
}


.adl-modal-header-container{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin:20px 0px;
}

.adl-modal-header-title{
    overflow:hidden;
    max-width:600px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    font-size: 24px;
    font-weight: 700;
}

.adl-modal-header-close{
    width:18px;
    cursor:pointer;
}

.adl-modal-wrapper .adl-modal-content {
    max-height: 75vh;
    overflow: hidden;
    margin:0px 10px;
}

.adl-modal-buttons {
    margin: 30px 10px 0px 10px;
    padding-bottom:20px;
}

#icm--progress-wrapper {
    position: fixed;
    z-index: 15000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    cursor: progress;
}

#icm--progress-wrapper>div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    min-width: 300px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-weight: 800;
    background-color: #fff;
    text-align: center;
}
.icm--ux-popup {
    position: relative;
    z-index:10;
    top: -25px;
}
.icm--ux-popup-cover {
    position: fixed;
    margin: 0 !important;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.5);

}
.icm--ux-popup-close {
    float: right;
    width: 45px;
    font-size: 24px;
    line-height: 0;
    margin: 0 0 -30px 0;
    z-index: 999;
    position: relative;
    top: 5px;

}
.icm--ux-popup>div:first-of-type {
    width: 100%;

}
.step_active .step_counter {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff;
    -webkit-box-shadow: 50px black;
       -moz-box-shadow: 50px black;
            box-shadow: 50px black;
}

.step_ok .step_counter {
    background-color: #4cae4c;
    border-color: #4cae4c;
    color: #fff;
}

.step_error .step_counter {
    border-color: #f00;
    background-color: #f00 ;
    color: #fff;
}

.step_warning .step_counter {
    border-color: #f90;
    background-color: #f90 ;
    color: #fff;
}

.step_off .step_counter {
    border-color: #ddd;
    color: #ddd;
}

.step_off .step_link {
    color: #ccc !important;
    pointer: arrow;
    text-decoration: none;
}

.icm--helper_stepcount {
    margin-top: 10px;
}

.icm--helper_step {
    display: none;
}

.icm--helper_step.step_active {
    display: block;
}

.step_next, .step_prev {
    cursor: pointer;
}
.step_next.btn_inactive {
    opacity: 0.5;
    cursor: default !important;
}

.step_prev.btn_inactive {
    opacity: 0;
    cursor: default !important;
}

.icm--helper_btnrow
{
    margin: 10px 0 10px;
    border-bottom: 2px solid #E6E9ED;

}

.icm--helper_btnrow_lower
{
    padding-top: 10px;
    border-top: 2px solid #E6E9ED;
    border-bottom: none;
}

.icm--tab {
    display: none;
}
.icm--tab-active {
    display: block;
}
.df-row {
    padding: 5px 0;
    margin: 0 0 0 10px;
    border-top: 1px solid #ccc;
}

.df-row:last-of-type {
    border-bottom: 1px solid #ccc;
}



.df--show-if {
    display: none;
}

.icm--repeater {
    margin-bottom: 0;
}

.icm--repeater-controls>td {
    max-height: 30px;
    padding: 11px 0 0 11px !important;
}

.icm--repeater-clone-src {
    display: none;
}
.icm--repeater .df-row:first-child, .icm--repeater .df-row:first-child>td  {
    border-top: none;
}
.icm--repeater.required .df-row:first-of-type:nth-last-child(3) .icm--repeater-remove {
    display: none;
}

.icm--repeater .df-row:first-of-type:nth-last-child(3) .icm--repeater-remove {
    display: none;
}

.df-row:first-of-type .icm--moveup, .df-row:last-of-type .icm--movedown, .icm--repeater .df-row:nth-last-child(3) .icm--movedown  {
    display: none;
}


.df--text .df--show-if-text, .df--image .df--show-if-image, .df--div .df--show-if-div, .df--hidden .df--show-if-hidden, .df--select .df--show-if-select {
    display: block;   
}
.df--text .df--hide-if-text, .df--image .df--hide-if-image, .df--div .df--hide-if-div, .df--hidden .df--hide-if-hidden, .df--none .df--hide-if-none {
    display: none;   
}

.df--format-values-container, .df--image-values-container {
    display: none;
    margin-top: -5px;
}

.deltaTables table.deltaTable tr.parentLevel td.styleFontSize, td.styleFontSize {
    max-width: 50px;
}

#imageBox {
    min-height: 420px;
}
.deltaTables table.deltaTable tr.parentLevel td.dynField, td.dynField {
    border-left: 1px solid #aaa;

}

.treeMenu .activeVersion {
    border-left: 3px solid #F00 !important;
    background-color: rgba(255,0,0,.1) !important;
}

.treeMenu .activeVersion.treeMenuSelected {
    border-left: 3px solid #F00 !important;
    background-color: rgba(38, 185, 154, 0.2) !important;
}

.treeMenu .inactiveVersion {
    border-left: 3px solid rgba(38, 185, 154, 0.5) !important;
}
.palette {
    opacity: 0.8; 
    -webkit-border-radius: 5% !important; 
       -moz-border-radius: 5% !important; 
            border-radius: 5% !important;
    margin-left: 0 !important;
}

.isDelta .palette {
    opacity: 1; 

}


.icm--publishedmode .icm--mode_isdraft{
    display: none;
}

.icm--draftmode .icm--mode_ispublished{
    display: none;
}

.icm--publishedmode .hide-if-published{
    display: none !important;
}
.icm--publishedmode .menuElem .controlBlock{
    display: none !important;
}

.icm--publishedmode .draftVersion{
    display: none !important;
}

.icm--deltalock .parentLevel{
    display: none !important;
}
.icm--deltalock td.isDelta p::after, .icm--deltalock .hasDelta td:first-child p::after {
    content: "" !important;
}
.icm--deltalock table.deltaTable tr.currentLevel td {
    color: #000 !important;
    font-weight: normal !important;
}
.icm--deltalock .settingsHead,.icm--deltalock .deltaTables table.deltaTable thead,.icm--deltalock .treeMenuSelected {
    background: #ddd !important;
}
.icm--deltalock .last .settingsBody button{
    display: none !important;
}
.icm--deltalock .divTableCell, .icm--deltalock table.deltaTable tr.currentLevel td{
    background: #f6f6f6 !important;
}
.icm--deltalock table.deltaTable tr.currentLevel:hover td, .icm--deltalock .treeMenu .menuElem:hover  {
    background: #eeeeee !important;
}
.icm--deltalock table.deltaTable tr.selected td,.icm--deltalock table.deltaTable tr.selected:hover td{
    background: #e6e6e6 !important;
}
.icm--deltalock table.deltaTable tr.selected {
    border: none !important;
}
.icm--deltalock .deltaTables .deltaSettings .settingsBody p{
    background-color: rgba(0,0,0,0);
}
#reviewComment {
    font-size: 14px;
}
.review-feedback-approved {
    text-transform: uppercase;
}

.review-feedback-approved:before {
    content: "\f00c";
    padding-right: 5px;
    opacity: 1;
    color: #090;
    font-family: FontAwesome;
    font-size: 18px;
    top: 0;    
}

.icm--acl-details {
    display: none;
}

.icm--acl-adv-details-hidden {
    display: none;
}

.icm--showonedit {
    display: none;
}

.form-control-position {
    display: inline-block;
    width: 70% !important;
    margin-left: 5px;
}

.form-control-color {
    display: inline-block;
    width: 34px !important;
    margin-right: 5px;
    padding: 1px 2px;
}

pre.form-control{
    background-color: #eee;
}
pre.form-control[contenteditable=true]{
    background-color: #fff;
}

input[type=checkbox].form-control {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-box-shadow: none;
}
.icm--formresponse {
    font-size: 14px;
    font-weight: 800;
}

.icm--formresponse.success {
    color: #1ABB9C;
}
.icm--formresponse.error {
    color: #ed1c24;
}

.icm--breadcrumb, .icm--breadcrumb>a {
    font-size: 14px;
    color: #73879C;
}

a.icm--breadcrumb-last {
    font-size: 18px;
}

.icm--status-indicator {
    line-height: 16px;
    text-align: center;
    padding: 3px 10px;
    min-width: 100px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
.icm--status-on, .icm--status-ok {
    background-color: #468847;  
    color: #fff !important;
}

.icm--status-ready {
    border: 1px solid #009688;
    color: #009688;
}

.icm--status-waiting {
    border: 1px solid #999;
    color: #999 !important;  
}

.icm--status-warning {
    border: 1px solid #e88a03;
    color: #e88a03;
}

.icm--status-archived, .icm--status-none {
    text-transform: capitalize;
    font-style: italic;
}

.icm--status-error, .icm--status-rejected {
    color: #E74C3C !important;
    border: 1px solid #E74C3C;

}

.icm--status-border {
    margin: 0 20px;
    height: 5px;
    width: 20%;


    display: inline-block;
}

.icm--status-border.icm--status-ready {
    background-color: #468847;
}

.icm--status-border.icm--status-warning {
    background-color: #e88a03;
}


.icm-itemrow {
    background-color: #f6f6f6;
    margin-bottom: 5px;
    padding:10px 15px 10px 20px !important;
    font-size: 16px;
    font-weight:600;
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis;
    white-space: nowrap;
    overflow:hidden;
}

.icm-itemrow_selected {
    background-color: #b7b7b7;
    -webkit-box-shadow: -5px 0px 0px 0px #e88a03;
       -moz-box-shadow: -5px 0px 0px 0px #e88a03;
            box-shadow: -5px 0px 0px 0px #e88a03;
    border-left: 5px solid #fff;
    color:#fff;
    margin-left:5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.icm-itemrow_selected.icm--itemrow_deleted{
    background: rgba(220, 120, 120,0.4);
}

.icm--prvformat {
    display: none;
}


/*
 *  START ASSETS
 * */
h3 input.form-control{
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}


span.imgFormatBlock{
    background: rgba( 38, 185, 154, 0.03 );
    background-image: url( '/public/assets/draw3.png' );
    display: inline-block;
    margin: 8px;
    margin-top: 0px;
    width: 188px;
    padding: 4px;
    min-height: 180px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 1px 1px 8px rgba( 0, 0, 0, 0.12);
       -moz-box-shadow: 1px 1px 8px rgba( 0, 0, 0, 0.12);
            box-shadow: 1px 1px 8px rgba( 0, 0, 0, 0.12);
    position: relative;
}

#imgUploadBlock {
    display: inline-block;
    border: 2px dashed #ddd;
    color: #ddd;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    margin: 8px;
    margin-top: 0px;
    width: 188px;
    padding: 0;
    min-height: 180px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
}

#imgUploadBlock .fd-zone {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    margin: 0;
    width: 188px;
    height: 180px;
    padding: 30px;
}
span.imgFormatBlock.imgBoxSelected {
    background: rgba( 38, 185, 154, 1 );
}
span.imgFormatBlock.imgBoxSelected .fa {
    display: inline-block

}
span.imgFormatBlock div.picSpan{
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
    width: 180px;
    margin-bottom: -30px;
}
.imgFormatBlock .format{
    padding: 5px;
    background: rgba( 255, 255, 255, 0.8 );
    margin: 2px;
}


.imgFormatBlock i{
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.imgFormatBlock.imgBoxSelected i{
    display: block;

}

.imgFormatBlock.imgBoxSelected:hover i{
    opacity: 0.5;
}
.icm--formatDelete {
    font-size: 20px;
    position: absolute;
    top:3px;
    right: 3px;
    color:#d9534f;
}

.icm--formatDefault {
    font-size: 20px;
    position: absolute;
    top: 3px;
    left: 3px;
    color:rgba(230,200,0,1)

}
.imgFormatBlock.imgBoxSelected i:hover {
    opacity: 1;
}

.adl-foldergroup-wrapper {
    list-style: none;
    margin: 15px 0 15px 0;
    padding: 0;
    border-bottom: 1px solid #73879C;
    line-height: 24px;

}
.adl-foldergroup-tab { 
    font-size: 12px;
    display: inline-block; 
    margin: 0 2px -1px 0;
    padding: 5px 8px 0px 8px;
    border: 1px solid #73879C;
    -webkit-border-radius: 8px 6px 0 0;
       -moz-border-radius: 8px 6px 0 0;
            border-radius: 8px 6px 0 0;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: bottom;
    background-color: #fff;
    -webkit-box-shadow: 6px -2px 2px -2px #ddd;
       -moz-box-shadow: 6px -2px 2px -2px #ddd;
            box-shadow: 6px -2px 2px -2px #ddd;
}
.adl-foldergroup-tab.group-selected{
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    border-color: #617d8c;
    background-color: #617d8c;
    position: relative;
    cursor: default;
    -webkit-box-shadow: 4px -2px 6px -2px #ddd;
       -moz-box-shadow: 4px -2px 6px -2px #ddd;
            box-shadow: 4px -2px 6px -2px #ddd;
}

.adl-foldergroup-folder {
    display: none;
    min-height: 600px;
}
.adl-foldergroup-folder.group-selected {
    display: block;
}
.adl-folder{
    font-size: 14px;
    padding: 3px 0 3px 0;
    margin: 4px 0;
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    background: #f6f6f6;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
       -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
            box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    border-left: 3px solid #f6f6f6;
}
.adl-folder.adl-folder-selected {
    /*border-left: 3px solid #1ab8d2;*/
    border-left: 3px solid #e88a03;
}

.adl-folder.adl-folder-selected::after {
    /*
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #1ab8d2;
    content: " ";
    */
}


.adl-folder.item--selected {
    border:2px solid #76d4e4;
}
.adl-folder.adl-folder-locked {
    cursor: default;
    opacity: 0.5;
}
.adl-folder>.fa {
    position: relative;
    top: 2px;
    font-size: 15px;
    line-height: 35px;
}

.adl-folder>.adl-folder-childtoggle {
    opacity: 0.3;
    font-size: 24px;
    margin: 0 8px 0 8px;
    cursor: pointer;
}
.adl-folder-haschildren>.adl-folder-childtoggle {
    opacity: 1;
    color: #1ab8d2;
}
.adl-folder-open>.adl-folder>.adl-folder-childtoggle {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.adl-folder-container {
    margin-top: 3px;
}
.adl-folder-container>.adl-folder-container {  
    display: none;
    width: 100%;
    padding-left: 5%;
}
.adl-folder-container.adl-folder-open>.adl-folder-container {
    display: block;
}
.adl-folder-add, .adl-folder-delete{
    margin-right: 5px;
    float: right;
    cursor: pointer;
}
.adl-folder-delete:hover{
    color: red;
}

.adl-folder--table {
    width: 100%;
    min-height: 700px;
}

.adl-folder--table> tbody>tr:first-of-type {
    height: 100%;
}
.adl-folder--table>tbody>tr>td {
    padding: 10px;

}
.adl-folder--table-menu {
    width: 33%;
    vertical-align: top !important;

}

.adl-folder--table-content {
    vertical-align: top !important;
}
.adl-folder--folder{
    border: 2px solid rgba(0,0,0,0);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    display: inline-block;
    position: relative;
    width: 200px;
    height: 150px;
    margin: 5px;
    vertical-align: bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    background-image: url(/public/adl/assets/images/folder.png);
    cursor: pointer;
}


/*NEW*/
.adl_folder-list-template {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ececec;
    width: 100%;
}
.adl-folder-list-col1{
    background-color: #cccccc;
}
.adl-folder-list-col2{
    background-color: #cc111c;
}
.adl-folder-list-col3{
    background-color: #000ccc;
}
.adl-folder-list-col4{
    background-color: #ccccec;
}
.adl-folder-list-col5{
    background-color: #1ccccc;
}
.adl-folder-list-col6{
    background-color: #cccdcc;
}

.adl-folder-grid-item {
    display: inline-block;
    position: relative;
    width: 150px;
    padding: 10px 15px 10px 15px;
    margin: 10px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: center;
    vertical-align: top;
    cursor: pointer;
}

.adl-folder-grid-preview{
    position: relative;
    margin: auto;
    width: 110px;
    height: 90px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: center;
}

.adl-folder-grid-title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    color: #1ab7d1;
    font-weight: 800;
    max-width: 100%;
    text-align: center;
}

/*NEW*/





.adl-folder--item {
    display: inline-block;
    position: relative;
    border: 2px solid #f0f0f0;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    width: 200px;
    height: 150px;
    margin: 5px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: center;
}


.adl-folder--item-title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    background-color: #f0f0f0;
    max-width: 100%;
    padding-right: 10%;
    height: 20px;
    padding-left: 5px;
}
.adl-folder--item-fmtcount {
    position: absolute;
    top: 0;
    right:0;
    height: 20px;
    padding-right: 5px;
} 

.adl-folder--tool {
    opacity: 0;
    -webkit-transition: opacity 0.3s, color 0.3s;
    -o-transition: opacity 0.3s, color 0.3s;
    -moz-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
    display:none;
    padding: 8px;
    font-size: 18px; 
    cursor: pointer;
    position: absolute;
    bottom: 0;
    background-color:#76d4e4;
}
.adl-folder--tool:hover {
    color: black;
}
.adl-folder--toolright {
    right: 0;
    -webkit-border-radius: 6px 0 6px 0;
       -moz-border-radius: 6px 0 6px 0;
            border-radius: 6px 0 6px 0;
}

.adl-folder--toolleft {
    left: 0;
    -webkit-border-radius: 0 6px 0 6px;
       -moz-border-radius: 0 6px 0 6px;
            border-radius: 0 6px 0 6px;
}

.adl-folder--crtype {
    left: 0;
    -webkit-border-radius: 0 6px 0 6px;
       -moz-border-radius: 0 6px 0 6px;
            border-radius: 0 6px 0 6px;
    padding: 8px;
    font-size: 18px; 
    cursor: pointer;
    position: absolute;
    bottom: 0;
    background-color: #f0f0f0;
}

.item--selected {
    border: #76d4e4 2px solid;
}
.item--selected .adl-folder--item-title{
    display: block;
    background-color:#76d4e4;
}
.item--selected .adl-folder--tool{
    display: block;
}

.item--selected:hover .adl-folder--tool, .item--selected-item .adl-folder--tool{
    opacity: 1;   
}

.adl-folder--folder-title{
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-break:break-all;
}
.adl-prompt h2 {
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.adl-prompt input, .adl-prompt select,.adl-prompt textarea {
    margin: 0 0 10px 10px;
}
.adl-prompt ::-webkit-input-placeholder {
    opacity: 0.6;
    font-style: italic;
}
.adl-prompt :-moz-placeholder {
    opacity: 0.6;
    font-style: italic;
}
.adl-prompt ::-moz-placeholder {
    opacity: 0.6;
    font-style: italic;
}
.adl-prompt :-ms-input-placeholder {
    opacity: 0.6;
    font-style: italic;
}
.adl-prompt ::-ms-input-placeholder {
    opacity: 0.6;
    font-style: italic;
}
.adl-prompt ::placeholder {
    opacity: 0.6;
    font-style: italic;
}
.adl-prompt textarea {
    width: 328px;
    min-height: 3em !important;
    border: 1px solid #ccc;
}
.adl-prompt input[type="text"]{
    width: 300px;
}
.adl-prompt input[type="number"]{
    width: 60px;
    margin: 0 10px;
}
.adl-prompt input[type="checkbox"]{
    margin-left: 5px;
    position: relative;
    top: 2px;
}


.assetMetadata tr {
    border-bottom: none;
}
.imgFormatBlock.is_default{
    /*background-color: rgba( 0, 0, 0, 1 );*/
}
.assetMetadata tr td {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: text-top;
}
.assetMetadata tr td {
    min-width: 290px;
}
.assetMetadata tr td:first-child {
    min-width: 190px;
}
.assetMetadata tr td span{
    vertical-align: text-top;
}

.assetMetadata tr td span.history {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.2;
}
.assetMetadata tr:hover td span.history {
    opacity: 1;
}
.assetMetadata tr td img{
    max-height: 140px;
    max-width: 150px;
    width: auto;
    height: auto;
}
.assetMetadata tr td .name{
    font-size: 135%;
    position: relative;
    width: 100%;
    display: inline-block;
}
.assetMetadata tr td .format{
    position: relative;
    width: 98%;
    /*width: calc(100% - 130px);/**/
    display: inline-block;
}
.assetMetadata tr td .name{
    width: 80%;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}
.assetMetadata tr td .float-controllers{
    position: absolute;
    top: 42px;
    left: 10px;
}
.assetMetadata tr td.name .float-controllers{
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
}
.assetMetadata tr td .float-controllers .btn-primary {
    -webkit-border-bottom-left-radius: 3px !important;
       -moz-border-radius-bottomleft: 3px !important;
            border-bottom-left-radius: 3px !important;
    -webkit-border-top-left-radius: 3px !important;
       -moz-border-radius-topleft: 3px !important;
            border-top-left-radius: 3px !important;
}
.assetMetadata tr td input{
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;   
}
.assetMetadata span i {
    cursor: pointer;
}
.delete{
    /*
    display: none;
    /**/
    color: rgb(115, 135, 156) !important;
}
.menuElem:hover .delete {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: red !important;
}
.openf, .closef{
    font-size: 16px;
    text-shadow: none;
    -webkit-filter: none;
            filter: none;
    font-weight: normal;
    height: 23px;
}
.expanded .openf {
    display: none
}
.closef {
    display: none;
}
.expanded .closef {
    display: inline-block
}
#imgBank {
    background: #485563;
    max-height: 600px;
    overflow-y: scroll;
}
table.imageList {
    width: 100%;
}
tr.imageList {
    height: 65px !important;
    margin-top: 2px;
    background: rgba(255, 255, 255, 0.1);
}
tr.imageList:nth-child(even) {
    /*background: rgba(0,0,0,0.1);*/
}
.imageListControls,
.imageListText,
.imageBlock {
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.imageBlock {
    width: 50px;
    overflow: hidden;
    display: block;
    position: relative;
    margin-left: 10px;
}
.imgCell {
    width: 50px;
    overflow: hidden;
}
.imageListControls {
    margin-left: 10px;
    width: 20px;
    padding-top: 15px;
}
.imageListText {
    padding-top: 18px;
    padding-left: 10px;
    padding-right: 40px;
    cursor: pointer;
}
.minipic {
    max-height: 40px;
    max-width: 40px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -20px;
}
.selectedElem {
    background: rgba(0, 0, 0, 0.2) !important;
}
#imageBox.hide{
    display: block !important;
    visibility: hidden;
}

.imageListText table a.delButt {
    color: #F00 !important;
    font-size: 16px;
    text-decoration: none !important;
    cursor: pointer;
}
div.floatyZone{
    display: block;
    padding: 10px 55px 10px 0px;
    top: 44px;
    position: absolute;
    width: 100%;
    height: 100%;
}
div.floatyZone .inner{
    height: 100%;
}
div.floatyZone .inner div{
    height: -webkit-calc(100% - 44px);
    height: -moz-calc(100% - 44px);
    height: calc(100% - 44px);
}
div.floatyZone .inner div form, div.floatyZone .inner div form input{
    height: -webkit-calc(100% + 44px);
    height: -moz-calc(100% + 44px);
    height: calc(100% + 44px);
}

div.floatyZone .inner .fd-file {
    opacity: 0;
    font-size: 118px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    font-family: sans-serif;
    margin-right: 0px;
    margin-top: 0px;
}
.fd-zone {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    background: rgba(0, 0, 0, 0.005);
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-shadow: inset 2px 3px 12px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: inset 2px 3px 12px rgba(0, 0, 0, 0.1);
            box-shadow: inset 2px 3px 12px rgba(0, 0, 0, 0.1);
    color: rgb(189, 189, 189);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#zone1{
    padding: 98px;
}
.fd-zone p {
    position: absolute; 
    bottom: 20px; 
    left: 0; 
    display: block; 
    width: 100%; 
    text-align: center; 
    margin: auto;
}
.fd-zone:hover {
    background: rgba(0, 40, 60, 0.3);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.fd-file {
    opacity: 0;
    font-size: 118px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    font-family: sans-serif;
    margin-right: -100px;
    margin-top: -100px;
}



body.nav-sm .navbar.nav_title {
    width: 70px;
}

body.nav-sm .navbar.nav_title a span {
    display: none;
}

body.nav-sm .navbar.nav_title a i {
    font-size: 27px;
    margin: 13px 0 0 3px;
}


.site_title i {
    border: 1px solid #EAEAEA;
    padding: 5px 6px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

li.li-divider{
    border-top: 1px solid #ddd;
    margin: 0;
}
body.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 5px;
}
.navbar-nav>li>span.menuitem-inactive{
    display: block;
    padding: 13px 15px 7px 15px;
    margin-left: 0 !important;
    line-height: 32px;
    opacity: 0.3;
}
body.nav-sm .nav.side-menu li.active-sm {
    border-right: 5px solid #1ABB9C;
}

body.nav-sm > .nav.side-menu > li.active-sm > a {
    color: #1ABB9C !important;
}

body.nav-sm .nav.side-menu li a i.toggle-up {
    display: none !important;
}

body.nav-sm .nav.side-menu li a i {
    font-size: 25px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px;
}

body.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    padding: 10px;
    width: 210px;
    z-index: 4000;
    background: #3E5367;
    display: none;
}

body.nav-sm ul.nav.child_menu li {
    padding-left: 0;
}

body.nav-sm ul.nav.child_menu li a {
    text-align: left !important;
}

body.nav-sm .profile {
    display: none;
}

.menu_section {
    margin-bottom: 35px;
}

.menu_section h3 {
    padding-left: 23px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 800;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000;
}

.menu_section >ul {
    margin-top: 10px;
}

.profile_pic {
    width: 35%;
    float: left;
}

.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px;
}

.profile_info {
    padding: 10px 10px;
    width: 100%;
}

.profile_info span {
    font-size: 12px;
    line-height: 16px;
    color: #BAB8B8;
}

.profile_info h2 {
    font-size: 20px;
    color: #ECF0F1;
    margin: 0;
    font-weight: 300;
}

.profile.img_2 {
    text-align: center;
}

.profile.img_2 .profile_pic {
    width: 100%;
}

.profile.img_2 .profile_pic .img-circle.profile_img {
    width: 50%;
    margin: 10px 0 0;
}

.profile.img_2 .profile_info {
    padding: 15px 10px 0;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

#sidebar-menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px !important;
    min-width: inherit;
    color: #C4CFDA;
}

.active a span.fa {
    text-align: right !important;
    margin-right: 4px;
}

body.nav-sm .menu_section {
    margin: 0;
}

body.nav-sm span.fa,
body.nav-sm .menu_section h3 {
    display: none !important;
}

.nav_menu {
    float: left;
    /*background: #F4F6F9;
    border-bottom: 1px solid #E6E9ED;*/

    background: #FFF;
    border-bottom: 1px solid #D9DEE4;
    margin-bottom: 10px;
    width: 100%;
}

body.nav-md .container.body .col-md-3.left_col {
    width: 230px;
    padding: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}


/** COLOR PICKER **/
.cb--picker-wrapper {
    position: fixed;
    z-index: 15000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: rgba(0,0,0,.4);*/
}
.cb--picker {
    padding: 10px;
    position: fixed;
    background: #fff;
    border: 1px solid black;
    -webkit-box-shadow: 3px #aaa;
       -moz-box-shadow: 3px #aaa;
            box-shadow: 3px #aaa;
    -webkit-transform: translate(-102%, 2%);
       -moz-transform: translate(-102%, 2%);
        -ms-transform: translate(-102%, 2%);
         -o-transform: translate(-102%, 2%);
            transform: translate(-102%, 2%);
    width: 355px;
}
.cb--picker select{
    max-width:70%;
}

.cb--picker.cb--picker-right {
    -webkit-transform: translate(10%, 2%);
       -moz-transform: translate(10%, 2%);
        -ms-transform: translate(10%, 2%);
         -o-transform: translate(10%, 2%);
            transform: translate(10%, 2%);
}

.cb--picker-container {
    border: 1px solid black; 
    position:relative;
    margin-bottom: 8px;
}
.cb--picker-container>div { 
    position: absolute;
    width: 100%;
    height: 100%;
}
.cb--picker-slidercontainer {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 150px;
}

.cb--picker-samplecontainer {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 80px;
    height: 80px;

}

.cb--picker-original {
    right: 0;
    top: 0;
    width: 0% !important;
}

.cb--picker-sample {
    width: 100% !important;
}

.cb--picker-showoriginal .cb--picker-sample, .cb--picker-showoriginal .cb--picker-original {
    width: 50% !important;
}

.cb--picker-satvalcontainer {
    display: inline-block;
    width: 180px;
    height: 150px;
}
.cb--picker-satval {
    background: -webkit-gradient(linear, left top, right top, from(rgb(255,255,255)),to(rgb(255,0,0)));
    background: -webkit-linear-gradient(left, rgb(255,255,255),rgb(255,0,0));
    background: -moz-linear-gradient(left, rgb(255,255,255),rgb(255,0,0));
    background: -o-linear-gradient(left, rgb(255,255,255),rgb(255,0,0));
    background: linear-gradient(to right, rgb(255,255,255),rgb(255,0,0));
}

.cb--picker-picker {
    width: 10px;
    height: 10px;
    position: absolute;
    display: inline-block;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    cursor: pointer;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 3px 1px #67b9ff;
       -moz-box-shadow: 0 0 3px 1px #67b9ff;
            box-shadow: 0 0 3px 1px #67b9ff;
    background: #f00;
    left: 173px;
    top: -7px;
    z-index: 10;
}
.cb--picker-slider {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -7px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    cursor: pointer;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 3px 1px #67b9ff;
       -moz-box-shadow: 0 0 3px 1px #67b9ff;
            box-shadow: 0 0 3px 1px #67b9ff;
    margin-left: -2px;
    background: #f00;
    font-size: 16px;

}
.cb--picker-sliderbox[data-pickerid="hue"] {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255,0,0)),color-stop(rgb(255,255,0)),color-stop(rgb(0,255,0)),color-stop(rgb(0,255,255)),color-stop(rgb(0,0,255)),color-stop(rgb(255,0,255)),to(rgb(255,0,0)));
    background: -webkit-linear-gradient(bottom, rgb(255,0,0),rgb(255,255,0),rgb(0,255,0),rgb(0,255,255),rgb(0,0,255),rgb(255,0,255),rgb(255,0,0));
    background: -moz-linear-gradient(bottom, rgb(255,0,0),rgb(255,255,0),rgb(0,255,0),rgb(0,255,255),rgb(0,0,255),rgb(255,0,255),rgb(255,0,0));
    background: -o-linear-gradient(bottom, rgb(255,0,0),rgb(255,255,0),rgb(0,255,0),rgb(0,255,255),rgb(0,0,255),rgb(255,0,255),rgb(255,0,0));
    background: linear-gradient(to top, rgb(255,0,0),rgb(255,255,0),rgb(0,255,0),rgb(0,255,255),rgb(0,0,255),rgb(255,0,255),rgb(255,0,0));
}

.cb--picker-sliderbox[data-pickerid="alpha"]{
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,0,0,1)),to(rgba(255,0,0,0)));
    background: -webkit-linear-gradient(rgba(255,0,0,1),rgba(255,0,0,0));
    background: -moz-linear-gradient(rgba(255,0,0,1),rgba(255,0,0,0));
    background: -o-linear-gradient(rgba(255,0,0,1),rgba(255,0,0,0));
    background: linear-gradient(rgba(255,0,0,1),rgba(255,0,0,0));
}

.cb--picker-satval:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1)); 
    content: " ";
    top: 0;
}

.cb--picker-opacitygrid:before{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIUlEQVR42mM4c+bMf3yYEGAYNWBYGEBIASELRg0YFgYAAMoUr64OfmpAAAAAAElFTkSuQmCC);
    content: " ";
    top: 0;
}

.cb--picker-page {
    display: none;
    width: 250px;
    min-height: 165px;
    margin: 5px;
}
.cb--picker-page.current-page {
    display: block;
}
.cb--picker label {
    font-weight: normal;
}
.cb--picker-input {
    margin: 0 10px 5px 3px;
}
.cb--picker-swatch {
    cursor: pointer;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid grey;
    margin: 1px;

}
.cb--picker-inputcontainer {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 10px 5px 3px;
}

/** ------ **/

@media (max-width: 991px) {
    body.nav-md .container.body .right_col,
    body.nav-md .container.body .top_nav {
        width: 100%;
        margin: 0;
    }
    body.nav-md .container.body .col-md-3.left_col {
        display: none;
    }
    body.nav-md .container.body .right_col {
        width: 100%;
        padding-right: 0
    }
    .right_col {
        padding: 10px !important;
    }
}

@media (max-width: 1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px;
    }
    .tile,
    .graph {
        zoom: 85%;
        height: inherit;
    }
}

@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h2 small {
        display: none
    }
}
/**  ------------------------------------------  **/

blue,
.blue {
    color: #3498DB;
}

purple,
.purple {
    color: #9B59B6;
}

green,
.green {
    color: #1ABB9C;
}

.aero {
    color: #9CC2CB;
}

red,
.red {
    color: #E74C3C;
}

dark,
.dark {
    color: #34495E;
}

.border-blue {
    border-color: #3498DB !important;
}

.border-purple {
    border-color: #9B59B6 !important;
}

.border-green {
    border-color: #1ABB9C !important;
}

.border-aero {
    border-color: #9CC2CB !important;
}

.border-red {
    border-color: #E74C3C !important;
}

.border-dark {
    border-color: #34495E !important;
}

.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C;
}

.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff;
}

.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff;
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff;
}

.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff;
}

.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff;
}

.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff;
}

.container {
    width: 100%;
    padding: 0
}

.navbar-nav>li>a,
.navbar-brand,
.navbar-nav>li>a {
    color: #fff !important;
}

.navbar-brand,
.navbar-nav>li>a {
    margin-bottom: 5px
}


.top_nav {
    position: relative;
    top: 0;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    width: 100%;
    height:59px;
}

.main_container {

}

.no-padding {
    padding: 0 !important;
}

.page-title {
    width: 100%;
    height: 65px;
    padding: 10px 0;
}

.page-title .title_left {
    width: 45%;
    float: left;
    display: block;
}

.page-title .title_left h3 {
    margin: 9px 0;
}

.page-title .title_right {
    width: 55%;
    float: left;
    display: block;
}

.page-title .title_right .pull-right {
    margin: 10px 0;
}

.fixed_height_320 {
    height: 320px;
}

.fixed_height_390 {
    height: 390px;
}

.fixed_height_200 {
    height: 200px;
}

.overflow_hidden {
    overflow: hidden
}

.progress-bar-dark {
    background-color: #34495E !important;
}

.progress-bar-gray {
    background-color: #BDC3C7 !important;
}

table.no-margin .progress {
    margin-bottom: 0;
}

.main_content {
    padding: 7px 20px 10px 20px;
}

.col-md-55 {
    width: 50%;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .tile_stats_count {
        margin-bottom: 10px;
        border-bottom: 1px solid #D9DEE4;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .tile_stats_count .count {
        font-size: 35px !important;
    }
}

@media(max-width:768px) {
    .tile_stats_count .count {
        font-size: 30px !important;
    }
    .tile_stats_count .right span {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .col-md-55 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-55 {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-md-55 {
        width: 20%;
    }
}

@media (min-width: 192px) and (max-width: 1270px) {
    .hidden-small {
        display: none !important;
    }
    table.tile_info span.right {
        margin-right: 7px;
        float: left;
    }
}

.center-margin {
    margin: 0 auto;
    float: none!important;
}

.col-md-55,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.grid_slider .col-md-6 {
    padding: 0 40px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #0C2A2F;
    text-decoration: none;
}

a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
}

a:hover,
a:focus {
    text-decoration: none
}

.navbar {
    margin-bottom: 0
}

.navbar-header {
    background: #34495E;
}

.navbar-right {
    margin-right: 0;
}
/*
.top_nav .navbar-right {
    float: right;
}

.top_nav .navbar-right>li {
    display: inline-block;
    float: right;
}

.top_nav .dropdown-menu {
}

.top_nav .dropdown-menu li {
    width: 100%;
}

.top_nav .dropdown-menu li a {
    text-transform: uppercase;
    color: #1ab8d2 !important;
    width: 100%;
    padding: 8px 20px;
}

.top_nav li a i {
    font-size: 15px
}
*/

.navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%;
}

.sidebar-header {
    border-bottom: 0;
    margin-top: 46px;
}

.sidebar-header:first-of-type {
    margin-top: 0
}

.nav.side-menu> li {
    position: relative;
    display: block;
}

.nav.side-menu> li > a {
    margin-bottom: 6px;
}

.nav.side-menu> li > a:hover {
    color: #F2F5F7 !important;
}

.nav.side-menu>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: transparent;
}

.nav.child_menu li:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

.nav.child_menu li {
    padding-left: 36px
}

body.nav-md ul.nav.child_menu li:before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

body.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}

.nav.side-menu>li>a,
.nav.child_menu>li>a {
    color: #E7E7E7 !important;
    font-weight: 500;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 13px 15px 7px;
}

.nav.side-menu> li.current-page,
.nav.side-menu> li.active {
    border-right: 5px solid #1ABB9C;
}

li.current-page {
    background: rgba(255, 255, 255, 0.05);
}

.nav.side-menu> li.active > a {
    color: #ff0000;
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5b6479), color-stop(100%, #4c5566)), #686e78;
    background: -webkit-linear-gradient(#334556, #2C4257), #2A3F54;
    background: -moz-linear-gradient(#334556, #2C4257), #2A3F54;
    background: -o-linear-gradient(#334556, #2C4257), #2A3F54;
    background: -webkit-gradient(linear, left top, left bottom, from(#334556), to(#2C4257)), #2A3F54;
    background: linear-gradient(#334556, #2C4257), #2A3F54;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

li.current-page a {
    color: #1ABB9C !important
}

.navbar-brand,
.navbar-nav>li>a {
    font-weight: 500;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 32px;
}

.site_title {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: 55px;
    margin: 0;
    padding-left: 10px;
}

.site_title:hover,
.site_title:focus {
    text-decoration: none
}

.nav.navbar-nav>li>a {
    text-transform: uppercase;
    color: #1ab8d2 !important;
}

.nav.top_menu>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #1ab8d2 !important ;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

.top_search {
    padding: 0;
}

.top_search .form-control {
    border-right: 0;
    -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
    -webkit-border-radius: 25px 0px 0px 25px;
       -moz-border-radius: 25px 0px 0px 25px;
            border-radius: 25px 0px 0px 25px;
    padding-left: 20px;
    border: 1px solid rgba(221, 226, 232, 0.49);
}

.top_search .form-control:focus {
    border: 1px solid rgba(221, 226, 232, 0.49);
    border-right: 0;
}

.top_search .input-group-btn button {
    -webkit-border-radius: 0px 25px 25px 0px;
       -moz-border-radius: 0px 25px 25px 0px;
            border-radius: 0px 25px 25px 0px;
    border: 1px solid rgba(221, 226, 232, 0.49);
    border-left: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #93A2B2;
    margin-bottom: 0 !important;
}

.toggle {
    float: left;
    margin: 0;
    padding-top: 16px;
    width: 70px;
}

.toggle a {
    padding: 15px 15px 0;
    margin: 0;
}

.toggle a i {
    font-size: 26px;
}

.nav.child_menu > li > a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 12px;
    padding: 9px;
}

.panel_toolbox {
    float: right;
    min-width: 70px;
}

.panel_toolbox>li {
    float: right;
}

.panel_toolbox>li>a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px;
}

.panel_toolbox>li>a:hover {
    background: #F5F7FA;
}

.line_30 {
    line-height: 30px;
}

.main_menu_side {
    padding: 0;
}

.bs-docs-sidebar .nav>li>a {
    display: block;
    padding: 4px 6px;
}

.x_content canvas {}

footer {
    background: #fff;
    padding: 5px 30px 0;
    height: 45px;
    margin: 0;
}

.tile-stats.sparkline {
    padding: 10px;
    text-align: center;
}

.jqstooltip {
    background: #34495E !important;
    width: 30px !important;
    height: 22px !important;
    text-decoration: none;
}

a.btn-success,
a.btn-primary,
a.btn-warning,
a.btn-danger {
    color: #fff !important;
}

.btn {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.tooltip {
    display: block !important;
}

.tiles {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 5px;
    margin-bottom: 0;
}

.tile {
    overflow: hidden;
}

.top_tiles {
    margin-bottom: 0;
}

.top_tiles .tile span {}

.top_tiles .tile h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 3px 0 7px;
    font-weight: 800;
}

article.media {
    width: 100%;
}
/* *********  custom accordion  **************************** */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#integration-list {
    width: 100%;
    margin: 0 auto;
    display: table;
}

#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}

#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
    overflow: hidden;
}

#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}

#integration-list ul > li:hover {
    background: #efefef;
}

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

.expand h2 {
    width: 85%;
    float: left;
}

h2 {
    font-size: 16px;
    font-weight: 400;
}

#left,
#right {
    display: table;
}

#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}

.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 13px;
    margin-right: 7px;
}

.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: 150px;
}

.detail span {
    margin: 0;
}

.right-arrow {
    width: 10px;
    float: right;
    font-weight: 800;
    font-size: 20px;
}

.accordion .panel {
    margin-bottom: 5px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border-bottom: 1px solid #efefef;
}

.accordion .panel-heading {
    background: #F2F5F7;
    padding: 13px;
    width: 100%;
    display: block;
}

.accordion .panel:hover {
    background: #F2F5F7;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 0px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

.x_title .filter {
    width: 40%;
    float: right;
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.x_title h2 small {
    margin-left: 10px;
}

.x_title span {
    color: #BDBDBD;
}

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

.x_content h4 {
    font-size: 16px;
    font-weight: 500;
}

legend {
    padding-bottom: 7px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size:17px;
    font-weight: 700;
}

.modal-error
{
    color: #f00;
}
.demo-placeholder {
    height: 280px;
}
/* *********  contacts  ********************************** */
.profile_view {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.well.profile_view {
    padding: 10px 0 0;
}

.well.profile_view .divider {
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    margin-top: 5px;
}

.well.profile_view .ratings {
    margin-bottom: 0;
}

.pagination.pagination-split li {
    display: inline-block;
    margin-right: 3px;
}

.pagination.pagination-split li a {
    border-radius: 4px;
    color: #768399;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.well.profile_view {
    background: #fff;
}

.well.profile_view .bottom {
    margin-top: -20px;
    background: #F2F5F7;
    padding: 9px 0;
    border-top: 1px solid #E6E9ED;
}

.well.profile_view .left {
    margin-top: 20px;
}

.well.profile_view .left p {
    margin-bottom: 3px;
}

.well.profile_view .right {
    margin-top: 0px;
    padding: 10px;
}

.well.profile_view .img-circle {
    border: 1px solid #E6E9ED;
    padding: 2px;
}

.well.profile_view h2 {
    margin: 5px 0;
}

.well.profile_view .ratings {
    text-align: left;
    font-size: 16px;
}

.well.profile_view .brief {
    margin: 0;
    font-weight: 300;
}

.profile_left {
    background: white;
}
/* *********  /contacts  ********************************** */
/* *********  /custom accordion  **************************** */

/* *********  form design  **************************** */

.editor.btn-toolbar {
    zoom: 1;
    background: #F7F7F7;
    margin: 5px 2px;
    padding: 3px 0;
    border: 1px solid #EFEFEF;
}

.input-group {
    margin-bottom: 10px;
}

.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

span.section {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
} 

.form-control {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    line-height: 30px;
    width: 100%;
}

.form-horizontal .control-label {
    padding-top: 8px
}

.form-control:focus {
    border-color: #CCD0D7;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}

legend {
    font-size: 18px;
    color: inherit;
}

.checkbox {}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.form-control-feedback {
    margin-top: 8px;
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px;
}

.form-control-feedback.left {
    border-right: 1px solid #ccc;
    left: 13px;
}

.form-control-feedback.right {
    border-left: 1px solid #ccc;
    right: 13px;
}

.form-control.has-feedback-left {
    padding-left: 45px;
}

.form-control.has-feedback-right {
    padding-right: 45px;
}

.form-group {
    margin-bottom: 10px;
}

.validate {
    margin-top: 10px;
}

.invalid-form-error-message {
    margin-top: 10px;
    padding: 5px;
}

.invalid-form-error-message.filled {
    border-left: 2px solid #E74C3C;
}

p.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

p.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

ul.parsley-errors-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0;
}

input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    background: #FAEDEC;
    border: 1px solid #E85445;
}

.btn-group .parsley-errors-list {
    display: none;
}

.bad input,
.bad select,
.bad textarea {
    border: 1px solid #CE5454;
    -webkit-box-shadow: 0 0 4px -2px #CE5454;
       -moz-box-shadow: 0 0 4px -2px #CE5454;
            box-shadow: 0 0 4px -2px #CE5454;
    position: relative;
    left: 0;
    -moz-animation: .7s 1 shake linear;
    -webkit-animation: 0.7s 1 shake linear;
}

.item input,
.item textarea {
    -webkit-transition: 0.42s;
    -moz-transition: 0.42s;
    -o-transition: 0.42s;
    transition: 0.42s;
}
/* alerts (when validation fails) */

.item .alert {
    float: left;
    margin: 0 0 0 20px;
    padding: 3px 10px;
    color: #FFF;
    -webkit-border-radius: 3px 4px 4px 3px;
       -moz-border-radius: 3px 4px 4px 3px;
            border-radius: 3px 4px 4px 3px;
    background-color: #CE5454;
    max-width: 170px;
    white-space: pre;
    position: relative;
    left: -15px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

.item .alert::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #CE5454 transparent transparent;
    border-style: solid;
    border-width: 11px 7px;
    position: absolute;
    left: -13px;
    top: 1px;
}

.item.bad .alert {
    left: 0;
    opacity: 1;
}
/* ***** dropzone ****** */

.dropzone,
.dropzone * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 54px 54px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background: -webkit-linear-gradient(top, #eee, #ddd);
    background: -moz-linear-gradient(top, #eee, #ddd);
    background: -o-linear-gradient(top, #eee, #ddd);
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}


.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
    background: -webkit-linear-gradient(top, #666, #444);
    background: -moz-linear-gradient(top, #666, #444);
    background: -o-linear-gradient(top, #666, #444);
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
    background: -webkit-linear-gradient(top, #be2626, #a92222);
    background: -moz-linear-gradient(top, #be2626, #a92222);
    background: -o-linear-gradient(top, #be2626, #a92222);
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}
/* ***** /dropzone ****** */
.inl-bl{
    display:inline-block;
}

.well .markup-heading{

}
.well .markup{
    background: #fff;
    color: #777;
    position: relative;
    padding: 45px 15px 15px;
    margin: 15px 0 0 0;
    background-color: #fff;
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.well .markup::after{
    content: "Example";
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 800;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* ***** autocomplete ***** */

.autocomplete-suggestions {
    border: 1px solid #e4e4e4;
    background: #F4F4F4;
    cursor: default;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
    font-weight: bolder;
}
/* ***** /autocomplete *****/
/* ***** buttons ********/

.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px;
}

.btn.btn-app > .fa,
.btn.btn-app > .glyphicon,
.btn.btn-app > .ion {
    font-size: 20px;
    display: block;
}

.btn.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
}

.btn.btn-app:active,
.btn.btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.btn-app > .badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
}
/* ***** /buttons *******/
/* *********  /form design  **************************** */
/* *********  calender dropdown  **************************** */

.daterangepicker.dropdown-menu {
    font-size: 13px;
    padding: 0;
    overflow: hidden;
}

.daterangepicker.picker_1 {
    background: #34495E;
    color: #ECF0F1;
}

.daterangepicker.picker_1 table.table-condensed thead tr:first-child {
    background: #1ABB9C;
}

.daterangepicker table.table-condensed thead tr:first-child th {
    line-height: 28px;
    text-align: center;
}

.daterangepicker.picker_1 table.table-condensed thead tr {
    background: #213345;
}

.daterangepicker table.table-condensed thead tr {
    line-height: 14px;
}

.daterangepicker table.table-condensed tbody tr:first-child td {
    padding-top: 10px;
}

.daterangepicker table.table-condensed th:first-child,
.daterangepicker table.table-condensed td:first-child {
    padding-left: 12px
}

.daterangepicker table.table-condensed th:last-child,
.daterangepicker table.table-condensed td:last-child {
    padding-right: 12px
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px 7px;
    text-align: center;
}

.daterangepicker table.table-condensed tbody tr:last-child td {
    padding-bottom: 10px;
}

.daterangepicker.picker_2 table.table-condensed thead tr:first-child {
    color: inherit;
}

.daterangepicker.picker_2 table.table-condensed thead tr {
    color: #1ABB9C;
}

.daterangepicker.picker_3 table.table-condensed thead tr:first-child {
    background: #1ABB9C;
    color: #ECF0F1;
}

.daterangepicker.picker_4 table.table-condensed tbody td {
    background: #ECF0F1;
    color: #34495E;
    border: 1px solid #fff;
    padding: 4px 7px;
}

.daterangepicker.picker_4 table.table-condensed tbody td.active {
    background: #536A7F;
    color: #fff;
}

.daterangepicker.picker_4 table.table-condensed thead tr:first-child {
    background: #34495E;
    color: #ECF0F1;
}

.xdisplay_input {
    width: 240px;
    overflow: hidden;
    padding: 0;
}

.xdisplay {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    width: 230px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
         box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges,
.daterangepicker.openscenter .calendar {
    float: right;
}

.daterangepicker.dropdown-menu .calendar {}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.daterangepicker td.off {
    color: #999;
}

.daterangepicker td.disabled {
    color: #999;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: #eee;
    color: #34495E;
}

.daterangepicker td.in-range {
    background: #E4E7EA;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.daterangepicker td.available + td.start-date {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.in-range + td.end-date {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #536A7F;
    color: #fff;
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    height: 30px;
    border: 1px solid #ADB2B5;
    line-height: 30px;
    -webkit-border-radius: 0px !important;
       -moz-border-radius: 0px !important;
            border-radius: 0px !important;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}

.daterangepicker_start_input {
    float: left;
}

.daterangepicker_end_input {
    float: left;
    padding-left: 11px
}

.daterangepicker th.month {
    width: auto;
}


.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: #fff 1px 1px 0px;
    text-transform: uppercase;
    width: 74px;
}

.daterangepicker .ranges input {
    font-size: 11px;
}

.daterangepicker .ranges .input-mini {
    background-color: #eee;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0 6px;
    width: 74px;
}

.daterangepicker .ranges .input-mini:hover {
    cursor: pointer;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #536A7F;
    padding: 3px 12px;
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #536A7F;
    border: 1px solid #536A7F;
    color: #fff;
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar.single .calendar-date {
    border: none;
}


.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
    float: none;
}

.daterangepicker .ranges {
    width: 160px;
    text-align: left;
    margin: 4px;
}

.daterangepicker .ranges .range_inputs>div {
    float: left;
}

.daterangepicker .ranges .range_inputs>div:nth-child(2) {
    padding-left: 11px;
}

.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
    float: left;
    margin: 4px;
}
/* *********  /calender dropdown  **************************** */
/* *********  form textarea  **************************** */
textarea {
    padding: 10px;
    vertical-align: top;
    width: 200px;
    line-height: 110% !important;
    min-height: 100px;
}
textarea:focus {
    outline-style: solid;
    outline-width: 2px;
}
.btn_ {
    display: inline-block;
    padding: 3px 9px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    /*    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);*/
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /*filter: progid: DXImageTransform.Microsoft.gradient(enabled false);*/
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
/* *********  /form textarea  **************************** */
/* *********  glyphicons  **************************** */

.bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden
}

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word
}

.bs-glyphicons li:hover {
    color: #fff;
    background-color: #1ABB9C
}

@media (min-width: 768px) {
    .bs-glyphicons {
        margin-right: 0;
        margin-left: 0
    }
    .bs-glyphicons li {
        width: 12.5%;
        font-size: 12px
    }
}
/* *********  /glyphicons  **************************** */
/* *********  form tags input  **************************** */

.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 6px 6px 0;
    width: 300px;
    overflow-y: auto;
}

span.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px 9px;
    text-decoration: none;
    background: #1ABB9C;
    color: #F1F6F7;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: helvetica;
}

span.tag a {
    color: #F1F6F7 !important;
}

.tagsinput span.tag a {
    font-weight: 800;
    color: #82ad2b;
    text-decoration: none;
    font-size: 11px;
}

.tagsinput input {
    width: 80px;
    margin: 0px;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 3px;
    background: transparent;
    color: #000;
    outline: 0px;
}

.tagsinput div {
    display: block;
    float: left;
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}
/* *********  /form tags input  **************************** */
/* *********  tabs  **************************** */

ul.bar_tabs {
    /* border: 1px solid #ff0000; */

    overflow: visible;
    background: #F5F7FA;
    height: 25px;
    margin: 21px 0 14px;
    padding-left: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #E6E9ED;
}

ul.bar_tabs > li {
    border: 1px solid #E6E9ED;
    color: #333 !important;
    margin-top: -17px;
    margin-left: 8px;
    background: #fff;
    border-bottom: none;
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}

ul.bar_tabs > li.active {
    border-right: 6px solid #D3D6DA;
    border-top: 0;
    margin-top: -15px;
}

ul.bar_tabs > li.active a {
    background: #fff;
    border-color: transparent;
}

ul.bar_tabs > li a {
    padding: 10px 17px;
    background: #F5F7FA;
    margin: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

ul.bar_tabs.right {
    padding-right: 14px;
}

ul.bar_tabs.right li {
    float: right
}

a:focus {
    outline: none;
}
/* *********  /tabs  **************************** */
/* *********  timeline  **************************** */

ul.timeline li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    clear: both;
}

.timeline .block {
    margin: 0;
    border-left: 3px solid #e8e8e8;
    overflow: visible;
    padding: 10px 15px;
    margin-left: 105px;
}

.timeline.widget {
    min-width: 0;
    max-width: inherit;
}

.timeline.widget .block {
    margin-left: 5px;
}

.timeline .tags {
    position: absolute;
    top: 15px;
    left: 0;
    width: 84px;
}

.timeline .tag {
    display: block;
    height: 30px;
    font-size: 13px;
    padding: 8px;
}

.timeline .tag span {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.tag {
    line-height: 1;
    background: #1ABB9C;
    color: #fff !important;
}

.tag:after {
    content: " ";
    height: 30px;
    width: 0;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    pointer-events: none;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 11px solid #1ABB9C;
}

.timeline h2.title {
    position: relative;
    font-size: 16px;
    margin: 0;
}

.timeline h2.title:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #d2d3d2;
    -webkit-border-radius: 14px;
       -moz-border-radius: 14px;
            border-radius: 14px;
    background: #f9f9f9;
}

.timeline .byline {
    padding: .25em 0;
}

.byline {
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    font-size: .9375em;
    line-height: 1.3;
    color: #aab6aa;
}

ul.social li {
    border: 0;
}
/* *********  /timeline  **************************** */
/* *********  easypie  **************************** */
/* *********  /easypie  **************************** */
/* *********  form wizard  **************************** */

.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden;
}
/**-------**/

.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center;
}

.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity: 100);
    opacity: 1;
    color: #666;
}

.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0;
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc;
}

.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
    background: #34495E;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%;
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto;
}
/**-------**/

.wizard_verticle .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px;
}

.form_wizard .stepContainer div.content {
    display: block;
    position: absolute;
    float: left;
    margin: 0;
    padding: 5px;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #5A5655;
    height: 300px !important;
    text-align: left;
    overflow: auto;
    z-index: 88;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    clear: both;
}

.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: right;
    margin-top: 10px;
}

.actionBar .buttonDisabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
}

.actionBar a {
    margin: 0 3px;
}
/**-------**/

.wizard_verticle .wizard_content {
    width: 80%;
    float: left;
    padding-left: 20px;
}

.wizard_verticle ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 20%;
    float: left;
    margin: 0 0 20px;
}

.wizard_verticle ul.wizard_steps li {
    display: list-item;
    text-align: center;
}

.wizard_verticle ul.wizard_steps li a {
    height: 80px;
}

.wizard_verticle ul.wizard_steps li a:first-child {
    margin-top: 20px;
}

.wizard_verticle ul.wizard_steps li a,
.wizard_verticle ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity: 100);
    opacity: 1;
    color: #666;
}

.wizard_verticle ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #ccc;
    top: 20px;
    width: 4px;
    z-index: 4;
    left: 49%;
}

.wizard_verticle ul.wizard_steps li a.disabled .step_no {
    background: #ccc;
}

.wizard_verticle ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.wizard_verticle ul.wizard_steps li a.selected:before,
.step_no {
    background: #34495E;
    color: #fff;
}

.wizard_verticle ul.wizard_steps li a.done:before,
.wizard_verticle ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff;
}

.wizard_verticle ul.wizard_steps li:first-child a:before {
    left: 49%;
}

.wizard_verticle ul.wizard_steps li:last-child a:before {
    left: 49%;
    left: auto;
    width: 0;
}
/**-------**/
/* *********  /form wizard  **************************** */
/* *********  notifications  **************************** */
/* Pnotify by Hunter Perrin :: 2.0.1 */

.ui-pnotify {
    top: 25px;
    right: 25px;
    position: absolute;
    height: auto;
    /* Ensures notices are above everything */

    z-index: 9999;
}
/* Hides position: fixed from IE6 */

html > body > .ui-pnotify {
    position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: 1em;
    height: 100%;
    margin: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0;
    font-weight:600;
}

.ui-pnotify-text {
    display: block;
    font-size: 14px;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em;
    font-size: 16px;
    margin-top: 1px;
}
/* Alternate stack initial positioning. */

.ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
    left: 25px;
    right: auto;
}

.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
    bottom: 25px;
    top: auto;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: .2em;
}
/* theming */

.alert-success {
    color: #ffffff;
    background-color: #009688;
    border-color: #009688;
}

.alert-info {
    color: #E9EDEF;
    background-color: rgba(52, 152, 219, 0.88);
    border-color: rgba(52, 152, 219, 0.88);
}

.alert-warning {
    color: #E9EDEF;
    background-color: rgba(243, 156, 18, 0.88);
    border-color: rgba(243, 156, 18, 0.88);
}

.alert-danger,
.alert-error {
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 0.88);
    border-color: rgba(231, 76, 60, 0.88);
}

.alert-dark,
.btn-dark {
    color: #E9EDEF;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88);
}

.btn-dark:hover {
    color: #F7F7F7;
}
/* /theming */
/* /Pnotify by Hunter Perrin :: 2.0.1 */

.btn.btn-outline {
    background: transparent;
}

.btn-primary.btn-outline {
    color: #1A82C3;
    border-width: 2px;
}

.btn-default.btn-outline {
    color: #34495e;
    border-width: 2px;
}

.btn-success.btn-outline {
    color: #1ABB9C;
    border-width: 2px;
}

.btn-info.btn-outline {
    color: #34495e;
    border-width: 2px;
}

.btn-warning.btn-outline {
    color: #5bc0de;
    border-width: 2px;
}

.btn-danger.btn-outline {
    color: #34495e;
    border-width: 2px;
}

.btn-dark.btn-outline {
    color: #c0392b;
    border-width: 2px;
}

.btn-warning {
    background: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-danger {
    background: #d9534f;
    border-color: #d9534f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #1A82C3;
    border-color: #1A82C3;
    color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #1ABB9C;
    border-color: #1ABB9C;
    color: #FFFFFF;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #4FB5D3;
    border-color: #4FB5D3;
    color: #FFFFFF;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #d58512;
    border-color: #d58512;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #1479B8;
    border-color: #1479B8;
    color: #FFFFFF;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #d43f3a;
    border-color: #d43f3a;
    color: #FFFFFF;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    background-color: #394D5F;
    border-color: #394D5F;
    color: #FFFFFF;
}

.custom-notifications {
    position: fixed;
    margin: 15px;
    right: 0;
    float: right;
    width: 400px;
    z-index: 4000;
    bottom: 0;
}

.btn-round {
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
}
/* *********  /notifications  **************************** */

/* *********  verticle tabs  **************************** */
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #F7F7F7;
}

.tabs-right {
    border-left: 1px solid #F7F7F7;
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left>li {
    margin-right: -1px;
}

.tabs-right>li {
    margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #F7F7F7;
    border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #F7F7F7;
    border-left-color: transparent;
}

.tabs-left>li>a {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    background: #F7F7F7;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
}

.tabs-right>li>a {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
    margin-right: 0;
    background: #F7F7F7;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative;
}

.sideways>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}

.sideways>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    -webkit-border-radius: 4px 4px 0px 0px;
       -moz-border-radius: 4px 4px 0px 0px;
            border-radius: 4px 4px 0px 0px;
}

.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.sideways.tabs-left {
    left: -50px;
}

.sideways.tabs-right {
    right: -50px;
}

.sideways.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sideways.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/* *********  /verticle tabs  **************************** */



.loading {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url("../img/loading.gif") no-repeat center center;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 20140628;
}

/* *********  progressbar  **************************** */
/*! bootstrap-progressbar v0.8.4 | Copyright (c) 2012-2014 Stephan Groß | MIT license | http://www.minddust.com */

.progress_summary .progress {
    margin: 5px 0 12px !important;
}

.progress_summary .row {
    margin-bottom: 5px;
}

.progress_summary .row .col-xs-2 {
    padding: 0
}

.progress_summary .more_info span {
    text-align: right;
    float: right;
}

.progress_summary .data span {
    text-align: right;
    float: right;
}

.progress_summary p {
    margin-bottom: 3px;
    width: 100%;
}

.progress_title .left {
    float: left;
    text-align: left;
}

.progress_title .right {
    float: right;
    text-align: right;
    font-weight: 300;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin-bottom: 18px;
}

.progress.right .progress-bar {
    float: right;
    right: 0;
}

.progress.vertical {
    width: 40px;
}

.progress.progress_sm {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin-bottom: 18px;
    height: 10px !important;
}

.progress.progress_sm .progress-bar {
    height: 10px !important;
}

.dashboard_graph p {
    margin: 0 0 4px;
}

ul.verticle_bars {
    width: 100%;
}

ul.verticle_bars li {
    width: 23%;
    height: 200px;
    margin: 0;
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
         box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
         box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
       -moz-background-size: 40px 40px;
         -o-background-size: 40px 40px;
            background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
         animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #26B99A;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #3498DB;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #F39C12;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress {
    position: relative;
}

.progress .progress-bar {
    position: absolute;
    overflow: hidden;
    line-height: 20px;
}

.progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.progress .progressbar-front-text {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.progress.right .progress-bar {
    right: 0;
}

.progress.right .progressbar-front-text {
    position: absolute;
    right: 0;
}

.progress.vertical {
    width: 20px;
    height: 100%;
    float: left;
    margin-right: 10px;
}

.progress.vertical.progress_wide {
    width: 35px;
}

.progress.vertical.bottom {
    position: relative;
}

.progress.vertical.bottom .progressbar-front-text {
    position: absolute;
    bottom: 0;
}

.progress.vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    -moz-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.progress.vertical.bottom .progress-bar {
    position: absolute;
    bottom: 0;
}
/* *********  /progressbar  **************************** */

/* Main
 * ========================================================================== */



.fd-zone {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 98px;
    background: rgba(0, 0, 0, 0.005);
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-shadow: inset 2px 3px 12px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: inset 2px 3px 12px rgba(0, 0, 0, 0.1);
            box-shadow: inset 2px 3px 12px rgba(0, 0, 0, 0.1);
    color: rgb(189, 189, 189);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fd-zone p {
    position: absolute; 
    bottom: 20px; 
    left: 0; 
    display: block; 
    width: 100%; 
    text-align: center; 
    margin: auto;
}
.fd-zone:hover {
    background: rgba(0, 40, 60, 0.3);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.fd-file {
    opacity: 0;
    font-size: 118px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    font-family: sans-serif;
    margin-right: -100px;
    margin-top: -100px;
}
.largeCloud {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -54px;
    margin-top: -60px;

    left: auto;
    right: auto;
    padding-left: 10px;
    opacity: 0.2;

    font-size: 100px;
    padding-left: 0px;
    position: absolute;

}
#jsonFilePicker{
    color: #FFF;
    font-size: 24px;
    margin-top: 4px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
#jsonFilePicker:hover{
    background: rgba(0,0,0,0.2);
}
#jsonFilePickerContainer, #jsonFilePickerContainer .nav .open > a, #jsonFilePickerContainer ul, #jsonFilePickerContainer ul li, .panel-primary > .panel-heading{
    background-color: #44b7ae;
}
#jsonFilePickerContainer{
    min-height: 45px;
}
.fullScreenFloat {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 40, 60, 0.8);

    border: 5px dashed #AAA;
}
.fullScreenFloat:hover {
    background-color: rgba(0, 0, 0, 0.8);

}
.fullScreenFloat .largeCloud {
    margin-top: -130px;
    margin-left: -162px;
    font-size: 300px;
}
.fd-zone.fullScreenFloat p {
    font-size: 38px;
    color: #FFF;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    bottom: 30%;
}


#release_notes h3 {
    font-size: 16px;
}

#release_notes li {
    line-height: 1.3;
    margin-bottom: 8px;
}

.icm_widget.defaultsize .x_widget {
    max-height: 380px !important;
    min-height: 380px !important;
    /*height:40vh;*/
    overflow: hidden;
    border: 1px solid #E6E9ED;
}
.icm_widget h1 {
    /*color: #1ab8d2;*/
    font-size: 14px;
}


.adl-green {
    color: #009688;
}
.icm_widget .widget_morebtn {
    color: #1ab8d2;
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
