﻿/*************************************************************************
* 
* CHOICE FINANCIAL SOLUTIONS CONFIDENTIAL
* __________________
* 
*  [2010] Choice Financial Solutions, S.L.
*  All Rights Reserved.
* 
* NOTICE:  All information contained herein is, and remains
* the property of Choice Financial Solutions, S.L.
* The intellectual and technical concepts contained
* herein are proprietary to Choice Financial Solutions, S.L.
* and may be covered by U.S. and Foreign Patents,
* patents in process, and are protected by trade secret or 
* copyright law.
* Dissemination of this information, copying or reproduction of this 
* material is strictly forbidden unless prior written permission is 
* obtained from Choice Financial Solutions, S.L.
**************************************************************************/

/**,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}*/

/*To center the modal dialog*/
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-flex;
    text-align: left;
    vertical-align: middle;
}

/*To override bootstrap styles and keep the default Choice style*/
label {
    display: inline;
    font-weight: normal;
}

/*table {
    border-collapse: separate;
}*/

.ui-jqgrid .ui-jqgrid-pager {
    box-sizing: content-box;
}

.ui-jqgrid {
    box-sizing: content-box;
}

    .ui-jqgrid .ui-pg-input {
        box-sizing: content-box;
        text-align: center;
    }

     
.btn-orange {
    color: #fff;
    background-color: rgb(255,153,51);
    border-color: rgb(255,153,51);
}

    .btn-orange:hover {
        color: #fff;
        background-color: rgb(255, 172, 89);
        border-color: rgb(255, 172, 89);
    }

    .btn-orange:disabled {
        background-color: #CAC5C5;
        color: #575656;
        border: 1px solid rgb(200,200,200);
    }

    /*.btn-orange:focus, .btn-orange.focus {
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

    .btn-orange.disabled, .btn-orange:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }*/

/*Apply this to the enclosing row*/
.row-centered {
    text-align: center;
    display: table-row;
}

/*Apply this to the cols within the row*/
.col-centered {
    display: table-cell;
    float: none;
    vertical-align: top;
}

/*Para el botón secundario puede interesar una anchura mínima*/
.minwidth60 {
    min-width: 60px;
}
.minwidth80 {
    min-width: 80px;
}
.minwidth100 {
    min-width: 100px;
}

.alert-dismissible .close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0.48rem 1.25rem;
    color: inherit;

}

.alert-info .button-alert-link {
    color: #0c5460;
    background-color: transparent;
    border: 0;
    padding-left: 0px;
    font-weight: bold;
}

.btn-orange:disabled {
    border: 1px solid rgb(200,200,200);
    /*    padding: 6px 10px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #F3F5F7;
    /*    font-size: 12px;*/
    color: #aaadad;
    /*    text-shadow: 1px 0px #CCCCCC;*/
    text-decoration: none;
    margin-left: 5px;
    min-width: 110px;
    margin-top: 2px;
    float: right;
    /*    text-transform: uppercase;*/
    FONT-FAMILY: "Roboto", Arial, Helvetica, sans-serif;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgb(243,245,247)), color-stop(100%, rgb(243,245,247)));
    background-image: -webkit-linear-gradient(rgb(243,245,247),rgb(243,245,247));
    background-image: -moz-linear-gradient(rgb(243,245,247),rgb(243,245,247));
    background-image: -o-linear-gradient(rgb(243,245,247),rgb(243,245,247));
    background-image: linear-gradient(rgb(243,245,247),rgb(243,245,247));
}
}
.minHeight35{
    min-height:35px;
}

.HeadGrey {
    background-color: #f3f3f3;
    padding: 10px 20px 10px;
}

/*.btn-formula {*/
    /*    background-color: #fff;*/
    /*border-color: #ccc;
    min-width: 35px;
    color: dimgray;
    background-color: #eee;
    text-shadow: 0.1em 0.1em lightgray;
    color: lightgray;
    box-shadow: inset -1px -1px 2px #ccc;
}*/
.btn-formula {
    background-color: #e6e6e6;
    border-color: #ccc;
    min-width: 35px;
    color: dimgray;
}

.btn-xs {
    padding: 1px 5px;
    line-height: 1.5;
    border-radius: 3px;
    font-size: 0.87rem;
}