/*
 * Xibo - Digital Signage - http://www.xibo.org.uk
 * Copyright (C) 2006-2013 Daniel Garner
 *
 * This file is part of Xibo.
 *
 * Xibo is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * any later version. 
 *
 * Xibo is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with Xibo.  If not, see <http://www.gnu.org/licenses/>.
 */ 

.xibo-logo {
    height: 40px;
    margin-left: 15px;
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #1ecad4 !important;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
  }
  .form-signin .form-signin-heading,
  .form-signin .checkbox {
    margin-bottom: 10px;
  }
  .form-signin input[type="text"],
  .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
  }

.modal-dialog {
    width: 900px
}

/* Define some modal widths and heights */
.modal-big .modal-dialog {
    width:80%;
}

/* Define some modal widths and heights */
.help-modal-big .modal-dialog {
    height: 700px;
}

@media (max-width: 767px) {
    .modal-big .modal-dialog {
        width: auto;
        margin-left: auto;
    }
}

/* Full width iframe (for inside the help windows) */
.full-iframe {
    width: 100%;
    border: none;
}

/* Some small tweaks for the validation plugin to work nicely with bootstrap */
span.error {
  font-weight: bold;
  color: red;
}

/* Layout Jump List */
#LayoutJumpList {
    z-index: 1;
    position: absolute;
    min-width: 150px;
    right: 5px;
    bottom: 5px;
    border:1px solid #e0e0e0;
    background-color:#f9f9f9;
}

#LayoutJumpList:hover{
    border-color:#a0a0a0;
}

#LayoutJumpList .XiboGrid {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 8px;
}

#JumpListHeader {
    text-align: left;
    border-bottom:1px solid #a0a0a0;
    padding:3px 8px;
}

#JumpListOpenClose {
    float:right;
    font-weight: bold;
}

.regionTransparency {
    position: absolute;
    background-color: #FFF; 
    opacity: .80;
    filter: alpha(opacity=80);
}

.regionDisabled {
    opacity: .65;
    filter: alpha(opacity=65);
}

.regionInfo {
    z-index: 200;
}

.preview {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.previewNav {
    position: absolute;
    left: 2px;
    bottom: -20px;
    z-index: 91;
}

.previewNav .prevSeq, .previewNav .nextSeq {
    cursor: pointer;
    font-size: 15px;
}

.preview-media-information {
    display: block;
    margin-top: 2px;
}

.wide_textarea {
  width: 100%;
}

.connectedlist .ui-sortable {
  width: 150px;
  background-color: #EEEEEE;
  padding: 5px;
}

.connectedlist .li-sortable {
  padding: 5px;
  margin: 5px;
  border: 1px solid #8080ff;
  background-color: #E5F0FF;
  width: 130px;
  cursor: pointer;
  list-style: none;
}

#TickerDataSetColumns li {
  float: left;
  list-style: none;
  margin-left: 5px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

#dashbuttons{ 
  text-align: center;
}

.dashicons {
  height:125px;
  display: block;
  float: left;
  margin: 5px 5px;
  padding: 35px;
}

.dash_button {
  display:block;
  text-align: center;
}

.dash_text {
  display:block;
}

.dashicons a:hover {
  color: #808080;
}

span.layout_assign_list_select {
    cursor: pointer;
}

ul#LayoutAssignSortable {
    display: inline-block;
}

#LayoutAssignSortable .li-sortable {
    padding: 5px;
    margin: 5px;
    border: 1px solid #8080ff;
    background-color: #E5F0FF;
    cursor: pointer;
    float: left;
    list-style: none;
}

#xibo-loading-gif {
    display: none;
    position: absolute;
}

.regionicons {
    float: left;
    padding: 10px;
}

ul#FileAssociationsSortable {
    display: inline-block;
}

#FileAssociationsSortable .li-sortable {
    padding: 5px;
    margin: 5px;
    border: 1px solid #8080ff;
    background-color: #E5F0FF;
    cursor: pointer;
    float: left;
    list-style: none;
}

.form-error {
  margin-top: 10px;
}

.tab-pane {
  padding-top: 15px;
}

.bold-counter {
  font-weight: 100;
  line-height: 70px;
  font-size: 70px;
  text-shadow: 1px 1px 5px #000;
  filter: dropshadow(color=#000, offx=1, offy=1);
}

.FormDisplayList .DisplayList {
  list-style: none;
}

ul.dropdown-menu-form {
    padding: 5px 10px 0;
    max-height: 300px;
    overflow-y: scroll;
}

.page-header {
  margin: 0;
}

#new-user-welcome-carousel .carousel-caption {
  background-color: rgba(0, 0, 0, .7);
  border-radius: 5px;
  top: 20px;
  bottom: auto;
}

.display-screenshot {
  width: 200px;
}


.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
	height: 100%;
	border: none
}

#page-wrapper{
	padding-left: 0
}

.navbar-toggle{
	border-color: #FFFFFF;
	 margin-top: 13px
}
.navbar-toggle .icon-bar{
	background-color: #FFFFFF
}

@media (max-width: 768px){
	ul.sidebar li a {
		float: none; 	
		width: auto;
	}
	ul.sidebar{
		width: 100%;
		position: static
	}
	#sidebar-wrapper{
		position: static;
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.sidebar-footer{
		position: static
	}
	.row.header{
		position: fixed;
		top: 0;
		width: 100%;
	}
	.navbar-collapse{		
		position: relative
	}
	#page-wrapper.active{
		padding-top: 60px;
		padding-left: 0
	}

}

table.arrayViewer {
    display: none;
}