
.propertyStyle{
	background-color:#266ca9 !important;
}

h4 {
	text-align: center;;
}
.propertyStyle h4  a {
    
	font-family: 'Segoe UI', Weblysleek, Arial, sans-serif !important;
	font-weight: 0;
	font-size: 15px;
	color:#FFF;
}

.propertyPanel{
	margin-top:-22px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-body.text-pre-line .alert {
    white-space: pre-line;
}

*:active {
outline: none;
border: none;
}

*:focus {outline:0;}

.menuIcon {
    font-size:18px; 
    color:#e6e6e6; 
    top:17px;   
}

.stage-holder-setting {
    width:100%; 
    height:100%; 
    overflow: scroll; 
    background-color:#f5f5f5;
    display: flex;
}

.stage-holder-receipt {
    height: calc(100vh - 227px);
}

#navMenu {
    background: #2b435f;
    overflow: hidden;
}

#navMenu ul {
    
   list-style-type: none;
    margin: 0;
    padding: 0;
    
}

#menu_container li {
    
    display: inline;
    float: left;
    margin: 0px;
    margin-left: 25px;
    
}

.hidethis {
	display:  none;
}

#container {
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    transform-origin: 0 0;
}

.stage-holder-receipt #container {
    min-height: 0;
}

.stage-holder-receipt-main #container {
    max-width: 320px;
    min-height: calc(100vh - 235px);
}

#receipt_block_container {
    flex-grow: 1;
    border-left: 10px solid #5b7a9c;
}

#receipt_block_heading {
    padding: 5px 5px 5px 0;
    background: #5b7a9c;
    color: #fff;
}

#receipt_block_stage {
    position: relative;
    background: #fff;
    border: 1px solid #d4d4d4;
    transform-origin: 0 0;
}

#receipt_block_stage_empty {
    padding: 5px;
}

#receipt_block_controls {
    padding: 0;
    margin-top: -3px;
    float: right;
}

.receipt-stage-holder {
    display: flex;
    height: calc(100% - 30px);
    position: relative;
    padding-top: 45px;
}

.receipt-stage-zoom {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 0;
    left: 0px;
    right: 0;
    text-align: right;
    padding: 10px;
    background: #f0f0f0;
}

.receipt-stage-zoom select {
    border: 1px solid #d4d4d4;
}

.receipt-stage-zoom .glyphicon {
    color: #555;
}

.receipt-block-type {
    font-size: 18px;
}

.receipt-stage-holder-header {
    height: 45px;
    padding: 10px;
    background: #f0f0f0;
    box-sizing: border-box;
}

#receipt_block_controls .btn {
    margin-right: 5px;
    height: 22px;
    width: 80px;
}

#delete_btn {
    color: white;
    padding-right: 15px;
    font-size: 18px;
    
}

#zoom {
    margin: 0px 15px 0px 10px;
    display: flex;
    align-items: center;
}

#zoom .glyphicon {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -1px;
}

.inputClass {
  width: 100% !important;
  height: 100% !important;
}

.target {
  
  float:left;
  content: " ";
  height: 40px;
  margin-top: 3px;
  background: #f0f0f0;
  width: 160px;
  border: 1px dashed #ccc;
    
}

.cardEle {    
    border: 1px solid #948B8B;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    
}

.cardSelected {
    border: 2px dotted #000;
    box-sizing: content-box;
}

.cardMouseOver {
    border: 2px solid #004d80;
}

/* Dropdown sub menu start */

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


.signature {
   /* border: 1px dashed #000; */
}

/* Dropdown sub menu end */

/* Line style start */

.line-solid {
    border-color: black;
    border-style: solid;
}

.line-dotted {
    border-color: black;
    border-style: dotted;
}

.line-dashed {
    border-color: black;
    border-style: dashed;
}

.line-double {
    border-color: black;
    border-style: double;
}

.line-groove {
    border-color: black;
    border-style: groove;
}


.line-inset {
    border-color: black;
    border-style: inset;
}


.line-ridge {
    border-color: black;
    border-style: ridge;
}


.line-outset {
    border-color: black;
    border-style: outset;
}





/* Line style start */


.signature-line {
    border: 1px solid #000;
}




/* Media  */

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

    .menuIcon {
        font-size:15px; 
        color:#e6e6e6; 
        top:17px;   
    }
    
    #menu_container li {

        display: inline;
        float: left;
        margin: 0px;
        margin-left: 15px;

    }
 
}