.dd-new-item{
	border: 1px solid #bdbdbd !important;
	width: 100px !important;
	/*margin-left: 22px;*/
	font-size: 14px !important;
	font-family: Helvetica,Lato,Arial sans-serif !important;
	color: #000 !important;
	height: 30px;
	border-radius: 0px !important;
	text-transform: uppercase;
	margin-top: 20px;
}

.top-list{
	display: block;
	float: left;
	padding-left: 20px;
}

.top-list-right{
	display: block;
	float: right;
}

.top-list-header{
	border-bottom: 1px solid #333;
	margin-top: 10px;
	height: 40px;
}

.dd3-content{
	/*width: 40%;*/
	display: block;
	border: 1px solid #333;
	border-radius: 0px;
	width:23%;
	height: 30px;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fff 10%, #fff 100%) repeat scroll 0 0 !important;
	background: -webkit-linear-gradient(top, #fff 10%, #fff 100%);
	margin-bottom: 10px;
	padding: 5px 10px 5px 24px !important;
	font-size: 10px;
	font-weight: 100;
}

.dd-item .dd-button-container button{
	border-radius: 14px;
	border: 1px solid #fff;
	font: 12px/18px Helvetica,Lato,Arial sans-serif;
}

.dd-item .dd-button-container .item-remove{
	background-color: #fff !important;
	border-color: #ccc;
	color:#ccc !important;
	text-shadow:none !important;
	box-shadow: none !important;
}

.dd-item .dd-button-container .item-add{
	background-color: #fff;
	border-color: #ccc;
	color:#ccc !important;
	text-shadow:none !important;
	box-shadow: none !important;
}

.dd-handle{
	height: 20px;
	background: none;
	/*background: -webkit-linear-gradient(top, #fff 10%, #fff 100%);*/
	border: 0 none;
	padding: 0 none;
}

.dd3-handle{
	background-color: none;
	text-shadow:0px;
	left: 2px;
	padding: 0 none;
	border: 0 none;
}

/*div .dd-list{
	padding-left: 7%;
}*/

li .dd-item{
	width:100%;
}

ol .dd-item{
	/*width: 300px;*/
	/*margin-left:60px;*/
	width:100%;
}

.item-name{
	font-family: Helvetica,Lato,Arial sans-serif !important;
	text-transform: uppercase;
	font-size: 11px;
}

.dd-list li{
	/*margin-left: 40px;*/
}

.t-box{
	display: block;
	/*float: right;*/
}

.text-box-container{
	display: block;
	float: right;
}

.dd-item .dd-button-container{
	display: block !important;
	right: 77% !important;
}

.dd-edit-box{
	width: 300px;
}

#save_btn{
	margin-left: 17px;
}

.navbar-input-group {
  font-size: 0px; /*removes whitespace between button and input*/
}

.navbar-input-group input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.navbar-input-group .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
}

.input-list .text-box-container-blue-print{
	display: block;
}

.text-box-container-blue-print{
	padding: 5px 0 5px 0;
}

.text-box-container-blue-print-header{
	padding: 5px 0 5px 0;
}

.dd-new-item .glyphicon{
	padding-left: 20px;
}

.form-control{
	border-radius: 0px !important;
	height: 30px !important;
}

.input-group-btn .btn{
	border-radius: 0px !important;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Helvetica,Lato,Arial sans-serif !important;
	background-color: #ccc;
	  line-height: 16px;
}

.top-list-lbl{
	text-transform: uppercase;
	/*width: 20%;*/
	font-family: sans-serif !important;
	font-size: 60%;
	font-weight: 100;
	display: block;
	/*float: left;*/
	text-align: center;
}

.dd-list .dd-list{
	left: 25% !important;
	margin-right: 0px !important;
}

.report-stat{
	padding: 6px 14px;
	border: 1px solid #ccc;
	height: 100%;
}

.dd-edit-box i{
	right: none !important;
}

.level-iframe{
	width:100%;
	height:600px;
}

.alert{
	display: none;
}

@media only screen and (min-width:320px) and (max-device-width:767px){
	.dd{
			width: 100% !important;
		}
	}

@media only screen and (min-width:768px) and (max-device-width:1199px) and (orientation:landscape) {

	.t-box-input{
		border: 1px solid #333;
		font-family: sans-serif !important;
		text-transform: uppercase;
		font-size: 11px;
	}

	.dd3-content{
		width: 250px;
	}

	.dd-item .dd-button-container button{
		border-radius: 14px;
		border: 1px solid #fff;
		font: 12px/15px Helvetica,Lato,Arial sans-serif;
	}

	.text-box-container-blue-print{
		padding: 7px 0 7px 0;
	}
}

@media only screen and (min-width:768px) and (max-device-width:1199px) and (orientation:portrait) {

	.t-box-input{
		border: 1px solid #333;
		font-family: sans-serif !important;
		text-transform: uppercase;
		font-size: 11px;
	}

	.dd3-content{
		width: 225px;
	}

	.dd-item .dd-button-container button{
		border-radius: 14px;
		border: 1px solid #fff;
		font: 12px/15px Helvetica,Lato,Arial sans-serif;
	}

	.dd-button-container{
		left: 143px !important;
		display: block !important;
	}

	.text-box-container-blue-print{
		padding: 7px 0 7px 0;
	}
}

@media only screen and (min-width:1200px) {
	.t-box-input{
		width: 45px;
		height: 28px;
	}
}
