/*
    Author     : matiasmirandabrito
    Description:
        Theme Draggable v1.0
*/

/* Added by Outburst */

.container {
  width: 100% !important;
  max-width: 100% !important;
}

.logo-nav {
  max-width: 100% !important;
}

/*.logo-container {
  display: none !important;
}*/

.logo-container {
  position: relative !important;
  z-index: 0 !important;
}

.other .region-content {
  padding-top: 0px !important;
}

h1.page-header {
  display: none !important;
}

.pt-60 {
  padding-top: 0px !important;
}

.pb-60 {
  padding-bottom: 0px !important;
}

.layout-content .button {
  margin-top: 0px;
  padding: 0px !important;
  display: block !important;
}

.region-nav {
  display: none !important;
}

.region-footer {
  display: none !important;
}

/* End Added by Outburst */

root {
    display: block;
}

html, body, *{
    font-family: 'Arial';
}

body{
	min-width: 375px;
}

body.draggable,
.draggable{
    background: #e1e1e1;
}

#footer-bottom{
	display: none;
}

.left-bar{
    background: #c8c8cc;
    border-radius: 5px;
    border-top: 2px solid #7d7d7d;
    border-left : 2px solid #7d7d7d;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 175px;
    position: absolute;
    float: left;
    z-index: 999;
    height: 96.7%;
}

ul.options-list{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.options-list li{
    background: url(../images/bullet-0.png) no-repeat 17px 8px #F0F0F0;
    border-radius: 5px 5px 5px 5px;
    list-style: none outside none;
    margin: 0 auto 10px;
    /*padding: 10px 10px 10px 40px;*/
    padding: 7px 10px 7px 40px;
    width: 150px;
    font-size: 12px !important;
    color: #4f4f4f;
    cursor: pointer;
    box-shadow: 0px 1px 1px 0px #7d7d7d;
    z-index: 999;
}

ul.options-list li.drop-available{
    background: url(../images/bullet-1.png) no-repeat 17px 10px #F0F0F0;
}

ul.options-list li.dropped{
    cursor: no-drop;
}

.left-bar .separator{
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #dfdfdf;
    margin: auto;
    width: 140px;
}

.left-bar .total-points{
    color: #4F4F4F;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
}

.left-bar .total-points span{
    font-size: 35px;
}

ul.options-list li.dropped{
    background: #d2d2d2;
    box-shadow: 0 1px 1px 0 #7d7d7d inset;
}

.content-drop-wrapper{
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #7D7D7D #FFFFFF #FFFFFF #7D7D7D;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    float: left;
    height: 200px;
    margin-left: 185px;
    width: 960px;
    text-align: center;
    overflow: auto;
}

#droppable-wrapper{
    margin: auto;
    padding: 1;
}

.options-control-up,
.options-control-down{
    height: 20px;
    width: 175px;
    cursor: pointer;
}

.options-control-up{
    background: url(../images/arrowup.png) no-repeat center center;
}

.options-control-down{
    background: url(../images/arrowdown.png) no-repeat center center;
}

.ui-draggable-disabled{
    background: url("../images/correct.png") no-repeat scroll 135px center !important;
}

.available.ui-draggable span.icon{
    background: url("../images/incorrect.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 17px;
    width: 16px;
    display: none;
}

.available.ui-draggable span.def-text{
    display: inline-block;
    max-width: 94px;
    vertical-align: middle;
}

/* Drupal Integration */

body{
    overflow: hidden;
}

#primary{
    padding: 10px 0 0 !important;
    background: #e1e1e1 !important;
}

#wrap{
    width: auto !important;
    /*max-width: 1277px;*/
}

#header-wrap,
#footer-bottom{
    width: 100%;
    max-width: 1277px;
    z-index: 0;
}

#main-content{
    position: relative;
    z-index: 999;
}

.draggable-bg{
    background: #E1E1E1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    opacity: 0.9;
}

.draggable-close{
    cursor: pointer;
    background: url("../images/x.png") no-repeat scroll center center #F5F5F5;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 3px 0 #666666;
    height: 45px;
    position: absolute;
    width: 45px;
    z-index: 9999;
}

.draggable-close a{
    height: 45px;
    width: 45px;
    display: block;
}
