/* s3 bucket folder tree */
.folder-tree ul li {
    list-style-type: none;
}

.folder-tree .tree {
    /*position: relative;*/
    /*padding: 10px 10px 10px 10px;*/
    /*overflow-x: auto;
    overflow-y: hidden;*/
    /*max-height: 300px;*/
}

.folder-tree .tree .tree-folder {
    width: 100%;
    min-height: 20px;
    margin-top: 1px;
    cursor: pointer;
}

.folder-tree .tree .tree-folder .tree-folder-header {
    position: relative;
    height: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.folder-tree .tree .tree-folder .tree-folder-header:hover {
    background-color: #dfeef5;
}

.folder-tree .tree .tree-folder .tree-folder-header i {
    position: absolute;
    top: 1px;
    left: 5px;
    float: left;
}

.folder-tree .tree .tree-folder .tree-folder-header .tree-folder-name {
    padding-left: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.folder-tree .tree .tree-folder .tree-folder-content {
    margin-left: 23px;
}

.folder-tree .tree .tree-selected {
    background-color: #b9dff1;
}

.folder-tree .tree .tree-selected:hover {
    background-color: #b9dff1;
}
/* ------------------------------------- */

.alert-backdrop {
    position: fixed;
    z-index: 1039;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.spiner-backdrop {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.5);
}

.spinner_icon_load_container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1050;
    font-size: 100px;
    margin-top: -75px;
    color: rgba(60, 60, 60, 1.0);
}

.spinner_icon_load_container_small {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1050;
    font-size: 50px;
    margin-top: -38px;
    color: rgba(60, 60, 60, 1.0);
}

/* selectize loading icons*/
.spinner_icon_multi_container {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 1040;
    font-size: 20px;
    margin-left: -22px;
    margin-top: -20px;
    color: #808080;
}
/* selectize loading icon*/
.spinner_icon_single_container {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 1;
    font-size: 20px;
    margin-left: -52px;
    margin-top: -20px;
    color: #808080;
}

.container-group {
    min-height: 200px;
    border-left: 20px solid #E25C5C;
    margin-left: 0px;
}

.component-placeholder {
    content: " ";
    height: 77px;
    margin-top: 3px;
    background: #f0f0f0;
    width: 100%;
    border: 1px dashed #ccc;
}

.target {
    height: 20px;
    border: 1px dashed #ccc;
}

.tab-group {
    min-height: 400px;
}


.local-nav-container .section-body-content .panel-default {
	background:#525252;
	border:none;
}
.local-nav-container .section-body-content .panel-heading {
	background:#525252;
	border:none;
}
.local-nav-container .section-body-content .panel-heading.active {
	background:#00c3d9;
	border:none;
}
.local-nav-container .section-body-content .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}

.local-nav-container .section-body-content .panel-group .table {
	margin-bottom : 0;
}
/*
.local-nav-container .section-body-content .table-striped>tbody>tr:nth-child(odd)>td, .section-body-content .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #666;
}
*/
.local-nav-container .section-body-content .table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: #525252 1px solid;
	background: #666;
}
.local-nav-container .section-body-content .table a {
	color: #FFF;
}

.local-nav-container .section-body-content .table .badge {
	background:#888;
}

.local-nav-container .section-body-content .table>tbody>tr.active>td{
	background-color: #00c3d9;
}
.local-nav-container .section-body-content .table>tbody>tr.success>td{
    background-color: #dff0d8;
}
.section-body-content .table-striped>tbody>tr:nth-child(even)>td, .section-body-content .table-striped>tbody>tr:nth-child(even)>th {
	background-color: #f0f0f0;
}

.section-body-content .table-striped>tbody>tr.active:nth-child(even)>td, .section-body-content .table-striped>tbody>tr.active:nth-child(even)>th {
	background-color: #fff3d5;
}
.section-body-content .table-striped>tbody>tr.success:nth-child(even)>td, .section-body-content .table-striped>tbody>tr.active:nth-child(even)>th {
    background-color: #dff0d8;
}
.item-info-p3 {
	padding-right : 50px;
}

.item-info-p2 {
	padding-right : 30px;
}

.hdr-action {
	margin-top : 0 !important;
}


li.success > .media-item {background:#dff0d8;-webkit-box-shadow:0 1px 0 0 #eead00;box-shadow:0 1px 0 0 #eead00}