/* 
    Created on : 16/04/2014, 09:53:34
    Author     : javier
*/

.box_tool_bar{
    background-color: #D9EAF4 !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
}

.box_tool_bar .li_tool_bar{
    float: left;
}

.box_tool_bar .li_tool_bar.hidden{
    display: none;
}

.box_tool_bar #sidebar{
    opacity: 0.8;z-index: 10000;
}

.box_tool_bar #sidebar > div > ul.sf_admin_actions {
    margin: -2px 0;
}

div.to-left {
    margin-left: -9em;
}

/* BUTONS */
.allotment-btn {
    background-color: #ffffff;
    /* IE10 Consumer Preview */ 
    /*background-image: -ms-linear-gradient(center top, #e8ffff 0%, #ededed 100%);*/
    /* Mozilla Firefox */ 
    /*background-image: -moz-linear-gradient(center top, #e8ffff 0%, #ededed 100%);*/
    /* Opera */ 
    /*background-image: -o-linear-gradient(center top, #e8ffff 0%, #ededed 100%);*/
    /* Webkit (Safari/Chrome 10) */ 
    /*background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #e8ffff), color-stop(1, #ededed));*/
    /* Webkit (Chrome 11+) */ 
    /*background-image: -webkit-linear-gradient(center top, #e8ffff 0%, #ededed 100%);*/
    /* W3C Markup, IE10 Release Preview */ 
    /*background-image: linear-gradient(to bottom right, #e8ffff 0%, #ededed 100%);*/
    border-image: none;
    border-radius: 5px;
    border: 1px solid #aeaeae;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    color: #3f3f49;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    padding: 5px;
    /*opacity: 0.8;*/
    text-align: center;
    text-decoration: none;
    /*text-shadow: -1px -1px 0 #ccc, 1px 1px 0 #fff;*/
    transition: all 0.218s ease 0s, visibility 0s ease 0s;
}
.allotment-btn:hover{
    background-color: #fff;
    /*background-image: -ms-linear-gradient(center top, #ffffff 0%, #f9f9f9 100%);*/
    /*background-image: -moz-linear-gradient(center top, #ffffff 0%, #f9f9f9 100%);*/
    /*background-image: -o-linear-gradient(center top, #ffffff 0%, #f9f9f9 100%);*/
    /*background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ffffff), color-stop(1, #f9f9f9));*/
    /*background-image: -webkit-linear-gradient(center top, #ffffff 0%, #f9f9f9 100%);*/
    /*background-image: linear-gradient(to bottom right, #ffffff 0%, #f9f9f9 100%);*/
    border: 1px solid #2c2c55;
    box-shadow: 1px 1px 1px #7199bd;
    color: #000;
    transition: all 0s ease 0s;
    text-decoration: none !important;
}
/* END BUTONS */

/* LISTS */
ul.allotment {
    display: inline-block;
    margin: 5px 0 !important;
    text-align: left;
    width: 100%;
}

ul.allotment > li {
    margin: 0 0 0 5px !important;
    list-style: none outside none;
}

ul.inline > li {
    float: left;
}

ul.center {
    margin: auto;
}
/* END LISTS */

/* TABLES */
table.allotment > tbody > tr {
    padding: 0;
    margin: 0;
}
table.allotment > tbody > tr > td, table.allotment > tbody > tr > th {
    padding: 0!important;
}
table.allotment > thead, table.allotment > tbody {
    text-align: left;
}

table.allotment > tfoot {
    text-align: right;
}

.fix-width-25 td {
    width: 25%;
}
/* END TABLES */

/* ALERTS */
.alert {
    color: #696969;
    border-left: 3px solid #818181;
    margin: 5px;
    padding: 10px;
    background-color: #F7F7F9;
    font-size: 1.2em;
}

.alert h2, .alert h3, .alert h4,.alert h5, .alert h6 {
    display: block;
    float: left;
    width: 100%;
}

/* END ALERTS */

/* PANELS */
.allotment-panel-container {
    border: 0 none !important;
}

.allotment-panel {
    border: 1px solid #D6D6D6;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    margin-bottom: 5px;
}

.allotment-panel .allotment-panel-title {
    background-color: #F4F4F4;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}
.allotment-panel .allotment-panel-body {
    padding: 5px;
}
/* END PANELS */

/* ICONS */
.allotment-icon-loading {
    display: inline-block;
    height: 16px;
    line-height: 35px;
    vertical-align: middle;
    width: 16px;
    background: transparent url("../../images/loading.gif") no-repeat scroll 0 0;
}

.allotment-go-to-heaven {
    background: transparent url("/../ngAllotmentsPlugin/images/up.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 24px;
    position: fixed;
    right: 20px;
    top: 100%;
    width: 24px;
    margin-top: 5px;
    z-index: 999;
}
/* END ICONS */

/* COLOURS */
.allotment-btn-primary, .allotment-text-primary, .allotment-primary {
    color: #131288;
}
.allotment-primary {
    border-color: #3da9f4;
    background-color: #dbedff;
}

.allotment-btn-secundary, .allotment-text-secundary, .allotment-secundary {
    color: #026D2F;
}
.allotment-secundary {
    background-color: #D7FFF3;
    border-color: #02B44D;
}

.allotment-btn-cancel, .allotment-text-cancel, .allotment-cancel {
    color: #6D0202;
}
.allotment-cancel {
    background-color: #FFEBF0;
    border-color: #FC0000;
}

.allotment-btn-warning, .allotment-text-warning, .allotment-warning {
    color: #6A6D02;
}
.allotment-warning {
    background-color: #FFFEEB;
    border-color: #D1D614;
}

.allotment-btn-info, .allotment-text-info, .allotment-info {
    color: #6D3E02;
}
.allotment-info {
    background-color: #FFF4EB;
    border-color: #D68814;
}
/* END COLOURS */

/* FINDER */
.finder-allotments {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 40%;
    padding: 10px;
    position: fixed;
    top: 10%;
    /* Webkit (Safari/Chrome) */ -webkit-box-shadow: 1px 1px 3px 1px #565555;
    /* Mozilla Firefox */ -moz-box-shadow: 1px 1px 3px 1px #565555;
    /* Proposed W3C Markup */ box-shadow: 1px 1px 3px 1px #565555;
    border:dashed 0px #000000;

    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright:0px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;

    -webkit-border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;

    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;

    min-width: 400px;
    z-index: 2000;
}
#finder-allotments-patter {
    background: url("../images/find.png") no-repeat scroll 2px 2px rgba(0, 0, 0, 0);
    border: 1px solid #CCCCCC;
    margin: 10px 0 0 0;
    width: 100%;
    padding-left: 20px;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
}

.finder-allotments h3 {
    background-color: #CCCCFF;
    margin: 0;
    padding: 5px 10px;
}

.finder-allotments ul.finder-list {
    list-style: none outside none;
    padding-left: 0;
}

.finder-allotments ul.finder-list > li {
    background-color: #EEEEEE;
    margin: 1px 0;
    padding: 5px;
}

.finder-allotments ul.finder-list > li:hover {
    background-color: #F2F1C9;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.finder-allotments ul.finder-list ul {
    list-style: none outside none;
}

.finder-allotments ul.finder-list ul li {
    display: inline-block;
    padding: 0;
    margin: 1;
}

.finder-allotments ul.finder-list div a {
    text-transform: uppercase;
}

.finder-allotments .finder-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.finder-list ul a:before {
    content: "» ";
}

.finder-list a:hover {
    color: red;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.hotkey-allotments-head, .hotkey-allotments-foot {
    border-bottom: 1px dotted;
    display: block;
    margin: 10px;
    text-align: right;
}

.hotkey-allotments-foot {
    border-top: 1px dotted;
    border-bottom: 0;
}

.magnifier-allotments-head, .magnifier-allotments-foot {
    display: table-cell;
    background: url("/../ngAllotmentsPlugin/images/hotel-search.png") no-repeat;
    position:relative;
    text-align:center
    vertical-align:middle;
}
.search-hotel-alt-Q {
    border: 1px solid #aeaeae;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    display: table;
    height: 20px;
    padding: 2px 3px 1px 5px;
    position:absolute;
    right:155px;
    width: 27px;
}


/* END FINDER */
.allotment-overlay-text {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: table;

    padding: 20px;
    position: fixed;
    top: 100px;
    right: 50%;

    border:solid 1px #FFF;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;

    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;

    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}


/* MAIN LIST */

.tabla #sf_admin_list_th_sf_actions {
    
    width: 13%;
    
}

/* END MAIN LIST */

/* TOOLS CLASS */
.center { text-align: center; vertical-align: middle; }
.col-1 { width: 100%; padding: 10px 0; }
.col-2 { width: 50%; display: inline-block; padding: 0 !important; }
.col-3 { width: 33%; display: inline-block; padding: 0 !important; }
.col-4 { width: 24%; display: inline-block; padding: 0 !important; }
.col-5 { width: 19%; display: inline-block; padding: 0 !important; }
.col-6 { width: 15%; display: inline-block; padding: 0 !important; }
.disabled { background-color: #EDEDED; }
.input-spinner{
    float:left;
    text-align: center;
    width: 3em;
}
.link-spinner{
    float: left;
}
.btn-dec-number, .btn-inc-number {
    background-color: #D9D9D9;
    color: #404040;
    display: inline-block;
    font-size: 16px;
    height: 21px;
    text-align: center;
    vertical-align: middle;
    width: 21px;
    border:solid 0px #000000;
    line-height: 21px;
    margin: 0;
    text-decoration: none !important;
}
.btn-dec-number {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright:0px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:0px;
    border-top-left-radius:10px;
    border-top-right-radius:0px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:0px;
}

.btn-inc-number {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-top-left-radius:0px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:10px;
    border-top-left-radius:0px;
    border-top-right-radius:10px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:10px;
}

.btn-dec-number.disabled, .btn-inc-number.disabled {
    color: #b1b1b1;
    cursor: not-allowed;
}

.btn-dec-number:hover, .btn-dec-number:focus, .btn-inc-number:hover, .btn-inc-number:focus {
    color: #fc0003;
    background-color: #7d7d7d;
}

.allotment-autocomplete {
    background: url("../images/find.png") no-repeat scroll 2px 2px rgba(0, 0, 0, 0);
    padding-left: 20px!important;
}

ul.allotment-autocomplete-results {
    list-style: none outside none;
    background-color: #FFFFFF;
    border: 1px solid;
    display: inline-block;
    width: 300px;
}

ul.allotment-autocomplete-results li {
    padding: 0 5px !important;
    line-height: 16px;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}

ul.allotment-autocomplete-results li:hover {
    background-color: #DDDDFF;
}

.toppage{
    position:fixed; 
    display: inline-block; 
    background: url("/../ngAllotmentsPlugin/images/toppage.png") no-repeat;
    bottom:75px; 
    right:10px;
    height: 30px;
    width: 30px;
}
.centerpage{
    display: inline-block; 
    position:fixed;
    bottom:45px;
    right:10px;
    height: 30px;
    width: 30px;
    background: transparent url("/../ngAllotmentsPlugin/images/centerpage.png") no-repeat scroll 0 0;
}
.downpage{
    display: inline-block; 
    position:fixed; 
    bottom:10px; 
    right:10px;
    height: 30px;
    width: 30px;
    background: transparent url("/../ngAllotmentsPlugin/images/downpage.png") no-repeat scroll 0 0;
}

/* END TOOLS CLASS */

/* TOOLBAR */
.fixed{
    position:fixed;
    top: 0;
}

#tabs-container-modules .tabs-nav > li > a:hover {
    text-decoration: none !important;
}

.box_tool_bar.scroll-to-fixed-fixed {
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 2px 4px #337ab7;
}

select.active{
    background-color: #ffffff;
    width: 24em;
}

#contract-data > span{
    color: #336699;
    font-style: italic;
    font-weight: bold;
}

.sf_admin_edit_help_allotments{
    background: none repeat scroll 0 0 #ffffdd;
    border-color: rgb(221, 221, 221);
    border-image: none;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    color: #cc6633;
    font-style: italic;
    margin: -2px 0 7px;
    padding: 6px;
    text-align: justify;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sf_admin_edit_help_allotments.promotion{
    float: left;
    margin: 2px 0 7px 10px;
}

.text-red {
    color: #FF0000;
}

.text-black {
    color: #000;
}

.box-actions{
    background-color: #eeefff;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0px 4px;
    vertical-align: middle;
}

.legend{
    display: none;
    float: left;
    margin-top: 4em;
    margin-left: 1em;
}
.legend .sf_admin_edit_help_allotments{
     height: 6em;
     width: 15em;
}