/*============================ Backend Design CSS  ==============================================*/
.pdm-input-group {
    height: 40px;
    position: relative;
    margin-bottom: 10px;
    max-width: 615px;
}

.pdm-input-group span.label {
    background: #efefef;
    padding: 11px 10px;
    position: absolute;
    color: #000;
    width: 82px;
    border: 1px solid #ccc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	text-align: left;
	font-weight: bold;
}

.pdm-input-group span.control {
    display: inline-block;
    width: 92%;
    padding-left: 100px;
    height: 100%;
    border: 1px solid #ccc;
}

.pdm-input-group span.control input[type="text"],
.pdm-input-group span.control select {
    display: inline-block;
    width: 98%;
    height: 100%;
    z-index: 100;
    border:none;  
}

.pdm-input-group span.control input[type="text"]:focus,
.pdm-input-group span.control select:focus {
	border:none !important;
}

.pdm-padding-top-10 input{
	margin-left: 10px;
	display: inline-block;
}

.pdm-padding-top-10 span{
	margin-top: 12px;
	display: inline-block;
}

.spec-item-delete-dynamic{
    float: right;
    border: 1px solid #ccc;
    width: 73px;
    padding: 31px 13px;
    margin-top:0px;
}
.spec-item-delete-static{
    float: right;
    border: 1px solid #ccc;
    width: 75px;
    height:30px;
    padding: 30px 13px;
    margin-top:-100px;
}

.specs-data-inputs-dynamic{
	padding-right: 100px;
}

.specs-data-inputs{
	margin-top: 10px;
}

.current_model{
    background-color: #078fea;
}
.current_model:hover{
    background-color: #007acc;
}



/*============================ Frontend Design CSS  ==============================================*/
.custom-select{
    width: 100% !important;
    padding: 7px  !important;
    border-radius: 7px  !important;
    border: 2px solid #ccc  !important;
    margin-bottom: 20px  !important;
}

.table-custom{
    border-left:none;
    border-right: none;
}

.table-custom > tbody > tr > td{
    border-left: none;
    border-right: none;
}
.color-blk{
    color:#333;
}
fieldset {
    border: 0;
}

.overflow {
    height: 200px;
}    

.ui-draggable, .ui-droppable {
    background-position: top;
}

.margin-bottom-10{
    margin-bottom: 10px;
}


.pdm-default-hidden{
    display: none;
}

.pdm-spec-row-template{
    display: none;
}

.pdm-model-numbers{
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#pdm-model-browser .modal-dialog{
   max-height:initial !important;
   position: relative !important;
   top: 40px !important;
   margin:0 auto !important;
   left: auto !important;
   webkit-transform: none !important;
   -ms-transform: none !important;
   transform: none !important;
}

#pdm-model-browser .modal-header .close{
   position: relative !important;
}

#pdm-model-browser .modal-title{
   color: #FFF !important;
   margin-top: -4px;
}

#pdm-model-browser .modal-header {
    background: rgb(0, 51, 102) !important;
    padding-bottom: 0px !important;
}

#pdm-model-browser .modal-header .close{
   color: #fff !important;
}

#pdm-model-browser .modal-content{
   border-top-left-radius: 5px !important;
   border-top-right-radius: 5px !important;
}

#pdm-model-browser .model-title{
   margin-top: 0 !important;
}

#pdm-model-browser h3, #pdm-model-browser h4{
   color: rgb(0, 51, 102) !important;
   font-size: 20px;
}
 
 #pdm-model-browser p{
    font-size: 17px;
    padding-top: 5px;
 }
 
.spec-model-numbers h4 {
	font-size:22px;
        color:#004577;
}

.spec-tabs {
    margin-top: -26px;
}

.spec-tabs h4 {
    font-size:22px;
    color:#004577;
}

.pdm-single-model-content input[type=submit]{
	background: #004577;
	color: #fff;
}

.popup-search-divider{
	border-bottom-style: dotted;
    border-bottom-color: #7FA2BB;
    margin-bottom: 15px;
	margin-top: 0;
	border-bottom-width: 2px
}

.pdm-lbl-search-type{
	color: rgb(0, 51, 102) !important;
	font-weight: normal;
	font-size: 18px;
}

.grey-placeholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc !important;
}
.grey-placeholder::-moz-placeholder { /* Firefox 19+ */
  color: #ccc !important;
}
.grey-placeholder:-ms-input-placeholder { /* IE 10+ */
  color: #ccc !important;
}
.grey-placeholder:-moz-placeholder { /* Firefox 18- */
  color: #ccc !important;
}