body {
	background: #f0f0f0;
	/*background: url(/public/img/wood.jpg);*/
}

.content {
	background: #FFFFFF;
	padding: 10px 15px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px 5px 5px 5px;
       -moz-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 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);;
}

/*.content h1 {
	background: #A2B9C2;
	padding: 10px 0px 10px 10px;
	margin: -10px -15px 10px -15px;
	-webkit-border-radius: 5px 5px 0px 0px;
       -moz-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
}*/

.sub_menu {
	margin-top: 10px;
}

.huddle_action {
	margin: -15px 0px 0px 15px;
}

.huddle_action_alt {
	margin: -13px 0px 0px 0px;
}

.badge_count {
	top: -4px !important;
    position: relative !important;
}

.attachments_list {
	margin: 0px !important;
}

.attachments_list li {
	text-decoration: none;
	list-style: none;
}

/* General */

.link {
	border-bottom: 1px dotted #999999;
	cursor:pointer;
	cursor:hand;
}

/* Info and Options */

.info_and_options {
	margin: 20px 0px 15px 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 7px 0px;
}
.info_and_options ul {
	margin: 0px;
	padding: 0px;
}
.info_and_options li {
	list-style: none;
	margin: 0px 10px;
	display: inline;
}
.info_and_options li:first-child {
	margin-left: 0px;
}
.info_and_options li:last-child {
	margin-right: 0px;
}

/* Notes */
.notes textarea {
	width: 99%;
	height: 75px;
}

.notes ul {
	margin: 0px;
	padding: 0px;
}
.notes li {
	list-style: none;
	border-bottom: 1px solid #EEEEEE;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}
.notes li:last-child {
	border-bottom: 0px;
}
.ticket_note,
.EQUIPMENT_note {
	display: inline-block;
	min-height: 60px;
	width: 100%;
}
.ticket_note_avitar,
.EQUIPMENT_note_avitar {
	width: 65px;
	float: left;
}
.ticket_note_author,
.EQUIPMENT_note_author {
	width: 100px;
	float: left;
}
.ticket_note_avitar img,
.EQUIPMENT_note_avitar img {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	max-height: 50px;
	max-width: 50px;
}
.ticket_note_content,
.EQUIPMENT_note_content {
	margin-left: 175px;
}

.notes textarea,
#notes_entry_form textarea,
#notes_entry_content {
	width: 99% !important;
	height: 75px;
}

/* Emails */
.emails textarea {
	width: 99% !important;
	height: 75px;
}

.emails ul {
	margin: 0px;
	padding: 0px;
}
.emails li {
	list-style: none;
	border-bottom: 1px solid #EEEEEE;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}
.emails li:last-child {
	border-bottom: 0px;
}
.ticket_email {
	display: inline-block;
	min-height: 60px;
	width: 100%;
}
.ticket_email_info {
	width: 250px;
	float: left;
}
.ticket_email_content {
	margin-left: 260px;
}



/* Notes - Mobile */
#list_tickets_mobile {
	margin: 0px;
	padding: 0px;
}

#list_tickets_mobile li {
	margin: 3px 0px;
	padding: 2px 0px 7px 0px;
	list-style: none;
	border-bottom: 1px solid #EEEEEE;
}


/* Users */
.user_listing {
	text-align: center;
}



/* Charts */
.chart_container {
	min-height: 150px;
	width: 100%;
	display: inline-block;
	margin: 10px 0px 25px 0px;
	padding: 0px 0px 20px 0px;
}
.chart {
	float: left;
	margin: 25px 10px;
}
.chart_label {
	margin-top: -35px;
}

footer {
	margin: 10px 0px;
	text-align: right;
	/*color: #CCCCCC;*/
}

footer a, footer a:hover {
	/*color: #FFFFFF;*/
}


/* Login */
.login_form {
	max-width: 400px;
	padding: 19px 29px 29px;
    margin: 20px auto;
    background-color: #fff;
    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);
}
.login_form input[type="text"],
.login_form input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
	width: 95%;
}
.login_form img {
	text-align: center;
}

.login_form td:first-child {
	padding: 5px 0px 5px 0px;
}
.login_form td:last-child {
	padding: 25px 15px 15px 25px;
}
button.ui-datepicker-trigger {
	font-size: 11.9px;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	padding: 2px 10px;
	display: inline-block;
    margin-bottom: 0;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

button.ui-datepicker-trigger i {
	margin-top: 0;
}

.giphy-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 75%; /* 4:3 Aspect Ratio */
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
