﻿#login-screen
{
    background-color: #0095a9;
    height: 100%;
    color: #ffffff;
}

.item-detail-section
{
    min-height: 110px;
}

.padding-sides
{
    padding-left: 10px;
    padding-right: 10px;
}

.default-page
{
    height:100%
}

#wrapper
{
    height: 95%;
    min-height: 95%;
}

#header-topbar-option-demo
{
    height: 5%;
}

#siteMainView
{
    height: 100%;
}


#iphone {
	margin: auto;
	text-align: center;
	background: url('../images/control-panel/iphone.png') no-repeat 50% 0;
	height: 780px;
	padding-top: 164px;
}

#app-header-preview
{
    height: 150px;
    background-color: #00ffff;
    background-repeat: no-repeat;
    background-size: cover !important;
}

#app-hotel-logo-preview
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: -40px;
    width: 100px;
    height: 100px;
}

#iphone-content
{
    width: 320px;
    height: 480px;
    margin: auto;    
    background-color: black;
	border: none;
    overflow-y: auto;
}


#iphone-content .app-menu-btn-inner img
{
    padding: 5px;
}

#iphone-preview-panel
{
    
}

.main-menu-icon-btn-preview
{
    height: 80px;
}

.hotel-logo-image-preview
{
    border: 1px solid gray; 
    height: 150px; 
    width: 150px;
}

.hotel-small-logo-image-preview {
    border: 1px solid gray; 
    max-height: 45px; 
    max-width: 150px;
}

.theme-image-change-btn
{
    width: 150px;
}

.hotel-banner-preview
{
    border: 1px solid gray; 
    min-height: 200px;
    width: 100%;
}


.app-menu-btn-outer
{
    min-height: 100px;
    padding: 0px;
}

.app-menu-btn-inner
{   
    min-height: 100px;
    margin: 5px;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.image-list-container
{
    min-height: 150px;
}

.serv-image-preview
{
    height: 150px;
    width: 100%;
}

.main-image
{
    height: 150px;
    width: 150px;
}

.image-area-image
{
    width: 100%;
}

#ajax_loader
{
    position: fixed;
    left: 50%;
    margin-left: -50px;
    top: 35%;
    z-index: 10000;

}

.selected
{
   background-color: #c6edf9;
}

.hotel-menu-setup-div
{
    margin-left: 10px;
}

.note-editable
{
    min-height: 120px;
}

#EditService > div.modal-dialog
{
    width: 750px;
}

#EditPOI > div.modal-dialog
{
    width: 750px;
}

#EditRestaurant > div.modal-dialog
{
    width: 750px;
}

/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
.sortableItemList ul[dnd-list],
.sortableItemList ul[dnd-list] > li {
    position: relative;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.sortableItemList ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.sortableItemList ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.sortableItemList ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    padding: 10px 15px;
    min-height: 42px;
}

/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
.sortableItemList ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    margin-bottom: -1px;

    /* Disable text selection if item is not draggable */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sortableItemList ul[dnd-list] li  {
    display: block;
    padding: 10px 15px;
}

/**
 * Gender-specifc background
 */
.sortableItemList ul[dnd-list] li.background-man {
    background-color: #CAE0FC;
}

.sortableItemList ul[dnd-list] li.background-woman {
    background-color: #FFE2F5;
}

.sortableItemList ul[dnd-list] input.background-man {
    background-color: #D8E9FF;
    color: #2F4D99;
}

.sortableItemList ul[dnd-list] input.background-woman {
    background-color: #FFF0FA;
    color: #D84FA7;
}

/**
 * Handle positioning
 */
.sortableItemList .handle {
    cursor: move;
    position: absolute;
}

.sortableItemList .name {
    margin-left: 20px;
}
