﻿#internal-module-content .panel-group {
    margin: 0px;
}

#internal-module-content .panel {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#internal-module-content .processPanel{
	text-align: left;
    background-color: transparent;
	border: 5px solid #ececec;
	border-radius: 3px;
	width:200px;
	display:inline-block;
    margin: 10px;
    border-spacing: 0px;
    height: 250px;
    overflow: auto;
}

#internal-module-content .processPanel ng-form {
    float:left;
}

#internal-module-content .processStatus{
	text-indent: 20px;
	font-weight: normal;
	margin: 2px;
	margin-right: 10px;	
	}

#internal-module-content .processStatus-label{
	text-indent: 10px;
	font-weight: normal;
	margin: 2px;
	}


#internal-module-content .processPanelHeading {    
    background-color:lightgray;
    padding: 2px 5px;
    display:block;
}

#internal-module-content .processPanelHeading .field-label {
    display: block;
    width: 150px;
    color: #3D3D3D;
    text-align: left;
}

#internal-module-content .processPanelHeading .field-div {
    display: block;
    width: 100%;
}

#internal-module-content .processPanelHeading a {
    color: #3D3D3D;
    text-decoration: underline;
}

#internal-module-content .processPanelContent .field-container.row .field-div span.tbl-cell {
    white-space: nowrap;
}

#internal-module-content .panel:last-child {
    border-bottom: 0;
}

#internal-module-content .panel-heading {    
    background: #636363;
    padding: 5px 5px;
}

#internal-module-content .panel-title {
    font-weight: bold;
}

#internal-module-content .panel-title > a {
    color: #fff;
    font-size: 14px;
}

#internal-module-content .panel-title > a:focus {
    outline:0;
}

#internal-module-content .panel-body {
    border: 0;
    padding: 0px;
    margin-bottom: 2px;
}

#internal-module-content .panel-body > ul {
    padding-left: 0px;
}

#internal-module-content .panel-body > ul > li {
    list-style: none;
    margin-bottom: 1px;
    cursor: pointer;
    padding: 1px 10px;
}

#internal-module-content .panel-body > ul > li:hover,
#internal-module-content .panel-body > ul > li.active {
    background-color: #818181;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#internal-module-content .panel-body > ul > li:hover > a,
#internal-module-content .panel-body > ul > li.active > a {    
    color: #fff;
    text-decoration: none;
}