/* Tree Table Css*/
.table-nested {
  text-align: left;
}
.table-nested th, .table-nested td {
  padding: 0;
}
.table-nested th + th, .table-nested th + td, .table-nested td + th, .table-nested td + td {
  padding-left: 5px;
}
.table-nested td {
}
.table-nested td[colspan] {
  border: none;
}
.table-nested .cell-input {
  width: 20px;
}
.table-nested .cell-members {
  width: 100px;
}
.table-nested .indent {
  display: inline-block;
}
.table-nested .parent > .cell-name {
  cursor: pointer;
}
.table-nested .parent > .cell-name > .indent {
  margin-right: 5px;
}
.table-nested .parent > .cell-name > .indent:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.table-nested .children {
  display: none;
}
.table-nested .opened > tr > .cell-name > .indent:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.table-nested .opened > .children {
  display: table-row;
}

/* End Tree Table Css*/

.form-control {
	padding: 1px 7px;
	font-size: 13px;
	height: 30px;
}

label {
	margin-bottom: 3px;
	font-size: 13px;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.panel-body {
    padding: 5px 15px;
}

.table > thead > tr > th {
	padding: 5px 8px !important;
	color: #888;
}

.timeTd {
	width: 98px;
}
.row {
	margin-bottom: 5px;
}

.form-group {
	margin-bottom: 5px !important;
}

body{
	font-size: 14px;
  font-weight:300 !important;
}

.content-wrapper {
    padding-bottom: 5px;
}

.well {
	margin-bottom: 5px;
	padding: 5px;
}

.file {
    position: relative;
    display: inline-block;
    padding: 4px 12px;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    text-decoration: none;
}

.tdCenter {
	text-align: center;
}

.custom-popup-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	background-color: #f9f9f9;
}

.custom-popup-wrapper > .message {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	color: #868686;
}

.custom-popup-wrapper > .dropdown-menu {
	position: static;
	float: none;
	display: block;
	min-width: 160px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.app-modal-window .modal-dialog {
  width: 1200px;
}

.app-modal-alert .modal-dialog {
  width: 1030px;
}

.myTimePick > tbody > tr > td > button{
	width:25px !important;
	height:30px !important;
	padding-left: 5px;
	margin-left: 2px
}

.sdps-border{
	border: 1px solid lightgray;
	border-radius: 3px;
	padding: 10px
}

.sdps-border-red{
	border: 1px solid #d9534f
}

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 40px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.my-drop-zone { 
	border: dotted 3px lightgray; 
}
.nv-file-over { 
	border: dotted 3px red; 
} /* Default class applied to drop zones on over */
.another-file-over-class { 
	border: dotted 3px green; 
}

.app-modal-window .modal-dialog {
  width: 1200px;
}
.sdps_sidebar { 
	position: absolute; 
	left: 0; 
	height: 100%;
	z-index: 1000; 
}
.sdps_toggle{
	width:22px;
	float:left;
	text-align:center;
	border:1px solid #dde6e9;
	background-color:white;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	padding:10px 2px;
	font-size:14px;
}
.accordion-toggle {
	display: block;
}

.btn-circle.btn-xl {
  width: 80px;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
}

.needShadow {
	background-color: #ffffff;
	border:1px solid #dde6e9;
	border-right-width: 6px;
	border-bottom-width: 9px;
	border-radius: 16px;
	border-bottom-right-radius:4px;
}

.app-modal-window .modal-dialog {
  width: 1200px;
}