/* AERIAN STUDIOS EXTENSIONS */

.float_left { float:left !important; }
.float_right { float:right !important; }
.float_none { float:none !important; }

.textarea-small {height:100px; width:75%}

#filters .element-value1 select, #filters .element-value2 select {width:300px;}
#filters .element-value1 input, #filters .element-value2 input {width:300px;}
#filters .element-value1 {margin-right:8px;}
#filters .element-value2 label {margin-right:8px;}

/*error messages*/
.box .info, .box .success, .box .warning, .box .error, .box .validation, .box .info-inbox
{
    border: 1px solid;
    margin: 20px 0px;
    padding:20px 20px 20px 120px;
    min-height:70px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: justify;
    background-size : 60px
}
.box .info
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/f/icons/info.png');    
}
.box .info-inbox
{
    color: #00529B;
    background-color: #BDE5F8;
    padding-left: 10px;
    min-height:0px;
    font-weight: bolder;
}
.box .success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../img/f/icons/success.png');
}
.box .warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/f/icons/warning.png');
}
.box .error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/f/icons/error.png');
}

body {
    background:#f4f4f4;
}

#content-wrapper {
    background:white;
}

.prototype-form {
    display:none;
}

.crud-list {
    clear:both;
}

.crud-widget-truncate * {
    font-size:1em;
    line-height:1.2;
}

.controls.form-inline {
    margin-left:0;
}

.form-horizontal div.controls {
    display:block;
}

.form-inline .control-group {
    display:inline-block;
    vertical-align: middle;
    margin-bottom:0px!important;
}

.form-inline .control-group:first-child label {
    width:160px;
    margin-left:0;
    padding-left:0; padding-right:0;
}

.form-inline .control-group label {
    width:auto;
    margin-left:-4px;
    padding-left: 5px; padding-right:5px;
}

.form-inline .control-group:first-child .input {
    margin-left: 20px;
}

.form-inline .control-group label, .form-inline .control-group .input, .form-inline .control-group .chzn-container {
    float:left;
}

.control-group .chzn-container, .control-group select {
    min-height:30px;
    float: left;
}

.form-widget {
    width : 542px;
    height:300px;
    max-width : 100%;
}

.button-action-group {
    position:absolute;
    right:0; bottom:0px;
}

.header { position:relative; margin-bottom:10px; }
.header h1, .header h2, .header h3, .header h4 { margin:0; }

.admin-form .form-actions {
    padding-bottom:0;
    margin-bottom:0;
    clear:both;
}

.form-columns .form-actions {
    padding-left:0;
}

.control-group.error .chzn-single,
.control-group.error .chzn-drop {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#wrapper_top {
    display:none;
}

#footer {
    clear: both;
}

#footer #as-logo {
    display:block;
    width:135px; height:24px;
    margin:1em 0 1em;
    background:url('../img/f/aerian-studios-logo.png') no-repeat;
    overflow:hidden;
    text-indent:-400px;
}

fieldset.group {
    border:1px solid #e7e7e7;
    position:relative;
    padding-top:2em;
    margin-bottom:10px;
    border-radius:3px;
}

fieldset.group .group {
    margin-left:10px;
    margin-right:10px;
}

.subform-controls {
    position:absolute;
    top:0px; right:4px;
}

.dash-mod-header .subform-controls {
    top:50%;
    margin-top:-15px;
}

.subform-controls a {
    padding-right: 3px; padding-left:3px;
    opacity:0.8;
}

.subform-controls a:hover {
    opacity: 1;
}

fieldset.group legend {
    display:block;
    width:100%;
    height:2em;
    line-height:2;
    padding-left:0.5em;
    top:0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:absolute;
    margin-bottom:0;
    border-radius:3px 3px 0 0;
    border-bottom:1px solid #e7e7e7;
    font-size:1em;
}

fieldset.group > fieldset {
    padding:10px 0 0;
    border-collapse: separate;
    border-bottom:1px solid #eee;
    position:relative;
    background:#fdfdfd;
}

fieldset.group > fieldset:last-of-type {
    border-color:transparent;
}

table.table th a, .dash-mod-header h3, .dash-mod-footer-h3 {
    font-size: 1em;
    line-height:25px;
    font-weight: 600;
    color: #555;
    margin:0;
    margin-right:10px;
    text-shadow: 1px 1px 2px rgba(255,255,255,1);
    text-align: left;
    display:block;
}

table.table th {
    vertical-align:middle;
}

table.table thead th, .group legend, .dash-mod-header, .dash-mod-footer {
    position: relative;
    background: #E9E9E9;
    background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
    background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
    background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";

    -webkit-background-clip: padding-box;

    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
}

.table-hover tr {
    cursor:pointer;
}

.table-hover tr:hover td {
    color:white;
    border-color:#0088cc;
    background-color: #0075b9;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.table-hover tr:hover td a, .table-hover tr:hover td.list-actions li a:hover {
    color:#fff;
}

.table-hover tr:hover td.list-actions a {
    color:black; /* reset back to black */
}

.dash-mod {
    position: relative;
    margin-bottom: 2em;
}

.dash-mod-header, .dash-mod-footer {
    border: 1px solid #CCC;
    border-top:none;
    padding:10px;
    min-height:25px;
}

.dash-mod-header:first-child {
    border-top: 1px solid #ccc;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dash-mod-footer {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dash-mod-content {
    padding: 15px;
    background: #fff;
    border: 1px solid #CCC;
    border-top:none;
}

.dash-mod-content-table {
    padding:0;
    border:0;
}

.dash-mod-content-table .table {
    border-radius:0;
    border-top:0;
}

.dash-mod-content-table .table th, .dash-mod-content-table .table td {
    border-radius:0!important;
}

.dash-mod-content-table .table th a, .dash-mod-content-table .table th {
    font-weight: normal;
}

.dash-mod-content > :last-child, .dash-mod-content > :last-child > :last-child {
    margin-bottom:0;
}

.dash-mod-content:last-child {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    /*overflow: hidden;*/
}

fieldset.group .control-group {
    margin-bottom:10px;
}

fieldset.group .child-item-controls {
    float:right;
    position: relative;
    top:-6px;
    right:10px;
}

.child-item-controls .btn {
    padding-left:0px; padding-right:0;
}

.child-item-controls .btn-container {
	text-align:right;
}

.child-item-controls .btn-label {
	color:grey;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}

fieldset.group {
    clear:both;
}

fieldset.group .control-group::after {
    clear:left;
}

fieldset.group > fieldset:nth-child(3) > .child-item-controls .move-up {
    display:none;
}

fieldset.group > fieldset:last-of-type > .child-item-controls .move-down {
    display:none;
}

.filter-form .move-up, .filter-form .move-down { display:none; }

.child-item-controls {
    opacity:0.2;
    z-index:999;
}

.group > fieldset:hover > .child-item-controls {
    opacity:1.0;
}

.child-item-controls a {
    opacity:0.8;
}

.child-item-controls a:hover {
    opacity:1;
}

.child-item-controls a.disabled:hover {
    opacity:0.7;
}

.content-inner {
    padding-bottom:20px;
}

.navbar {
    margin-bottom:20px;
}

fieldset .element-type-hidden {
    display:none;
}

fieldset .element-seoDescription textarea {
    height:60px;
}

.element-type-note .resource-container img {
    max-height:100px; max-width:300px;
    cursor:pointer;
    border:1px solid white;
    -webkit-transition:border 0.2s linear;
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.element-type-note .resource-container img:hover {
    border:1px solid lightblue;
}

.group.resource-group {
    padding-top:40px;
}

.resource-container {
    background:white;
    box-shadow:0px 0px 2px rgba(0, 0, 0, 0.1) inset;
}

.resource-container .icon-remove {
    opacity:0.4;
}

.resource-container .icon-remove:hover {
    opacity:1;
}

.resource-container img {
    /*box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);*/
    margin-bottom:8px;
}

.resource-container small {
    border-top: 1px solid #efefef;
    padding-top:3px;
    display:block;
}

.input-append .add-on:last-of-type, .input-append .btn:last-of-type {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.sortable a {
    background:none center right no-repeat;
}

.sorted a {
    padding-right:20px;
}

.sortable.sorted.asc a {
    background-image:url('../img/sort-asc.png');
}

.sortable.sorted.desc a {
    background-image:url('../img/sort-desc.png');
}

.sortable a:hover {
    text-decoration: none;
    color:#000;
}

.control-group.required label, .control-group label.required {
    font-weight:bold;
}

.related-lists h3 {
    line-height:1.3;
}

.uploadifive-queue {
    margin-top:10px;
    margin-bottom:-10px;
    padding-right:20px;
}

.uploadifive-queue .alert {
    margin-bottom:10px;
}

.list-navbar .brand {
    font-size:2em;
    color:#0e6bc9;
    padding:0 0 0 20px;
    line-height:40px;
}

.list-navbar .navbar-inner {
    padding:0 5px 0 10px;
    box-shadow:none;
}

.filter-search {
    width:220px!important;
}

.autowidth {
    width:auto; /* for overriding input fixed widths (mainly useful for dropdowns) */
}

.admin-form .view-button, .admin-form .edit-button {
    float: left;
    margin: 2px 0 0 10px;
}

.admin-form .input-view-button {
	
}

.bulk-applyall {
    margin:10px;
}

.bulk-applyall input[type=radio] {
    margin-right:10px;
    vertical-align:baseline;
}

.bulk-label {
    float:left;
    width:280px;
    margin-bottom:10px;
}

.bulk-label input[type=checkbox] {
    vertical-align:baseline;
}

.dropdown-menu img
{
    position:absolute;
    right:5px;
}

/* styling for graphs */
table.graphData {
    margin-top:20px;
    margin-left:35px;
    width:50%;    
    
}

table.graphData tr.heading {
    font-weight: bold;
}

table.graphData td, table.graphData th {
    border: 1px solid #DDDDDD;
    padding:5px;
    width:45%;    
}

table.graphData td:nth-child(3), table.graphData th:nth-child(3){
    width:10%;    
    text-align: center;
}

table.graphData th {
	border : 1px solid #BBB;
}
/* End styling for graphs */
