@import url("bootstrap.min.css");

html,
body {
    height: 100%;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
}

.footer {
    height: 60px;
    background-color: #272727;
    border-top: 1px solid #15171a;
    padding-top: 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/*-- Sorting --*/

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*-- Other --*/

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* add red asterisk to required form fields */
div.required label:after {
    content: " *";
    color: #e13431;
}

/*-- GridView options display tweaks --*/

.user-index td:last-child,
.articles-admin td:last-child {
    width: 68px;
}

.article-view th {
    min-width: 90px;
}

/*-- Css for nicer display of boolean yes/no values --*/

.boolean-true {
    font-weight: bold;
    color: #00b100;
}

.boolean-false {
    font-weight: bold;
    color: #e34542;
}

/*-- Css for nicer display of user roles --*/

.role-theCreator {
    font-weight: bold;
    color: #f9f9f9;
}

.role-admin {
    font-weight: bold;
    color: #c4a500;
}

.role-editor {
    font-weight: bold;
    color: #a700a7;
}

.role-support {
    font-weight: bold;
    color: #009d00;
}

.role-premium {
    font-weight: bold;
    color: #6060ff;
}

.role-member {
    font-weight: bold;
}

/*-- Colors used for various data presentation purposes --*/

.blue {
    font-weight: bold;
    color: #7373ff; 
}

.green {
    font-weight: bold;
    color: #009d00;
}

.gold {
    font-weight: bold;
    color: #c4a500;   
}

hr.top {
    margin-top: 0px;
    border-width: 2px;
    border-color: #333;
    text-align: left;
}

hr.article-devider {
    border-width: 1px;
    border-color: #444;
    border-style: dashed;
    text-align: left;
}

/*-- Password strength --*/

/* hide strength meter so we can fade it in nicely with jQuery */
.nz-meter-container {
    display: none;
}

/* small strength meter display tweaks for this theme */
#form-signup table,
#form-user table,
#reset-password-form table {
    background-color: transparent;
}





.list-view{
    text-align: center;
}


.list-view .view {
    /* display: inline-block; */
    border: 1px solid #aacef5;
}

.list-view div {
    display: inline-block;
}

.list-view .view article 
{//
 background-color: #aacef5;
 /* color:  #333333; */
 font-weight: bold;
 text-align: center;
 /* font-size: 87%; */
}




.view article header 
{
    font-size: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 87%;//
    background-color: #31495A;
    /* color: red; */
    text-align: center;//
    padding: 1px;
    background-color: gray;
}

.view article header a
{
    /* font-size: 87% !important; */
    text-decoration: none;
    color:   #333333;
    color:   whitesmoke;//
    background-color: #aacef5;//
    color:  white;//
    text-align: center;//
    adding: 1px;
    /* background-color: #C9E0ED; */
}





.list-view-loading
{
    background:url(loading.gif) no-repeat;
}

.list-view .summary
{
    margin: 0 0 5px 0;
    text-align: right;
}

.list-view .sorter
{
    margin: 0 0 5px 0;
    text-align: right;
}

.list-view .pager
{
    margin: 5px 0 0 0;
    text-align: right;
}

.list-view .sorter
{
    font-size: 0.9em;
}

.list-view .sorter ul
{
    display: inline;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}

.list-view .sorter li
{
    display: inline;
    margin: 0 0 0 5px;
    padding: 0;
}

.list-view .sorter a.asc
{
    background:url(up.gif) right center no-repeat;
    padding-right: 10px;
}

.list-view .sorter a.desc
{
    background:url(down.gif) right center no-repeat;
    padding-right: 10px;
}



/**
 * CSS styles for CLinkPager.
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 * @since 1.0
 */

ul.yiiPager
{
    font-size:11px;
    border:0;
    margin:0;
    padding:0;
    line-height:100%;
    display:inline;
}

ul.yiiPager li
{
    display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
    border:solid 1px #9aafe5;
    font-weight:bold;
    color:#0e509e;
    padding:1px 6px;
    text-decoration:none;
}

ul.yiiPager .page a
{
    font-weight:normal;
}

ul.yiiPager a:hover
{
    border:solid 1px #0e509e;
}

ul.yiiPager .selected a
{
    background:#2e6ab1;
    color:#FFFFFF;
    font-weight:bold;
}

ul.yiiPager .hidden a
{
    border:solid 1px #31495A;
    color:#888888;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
    display:none;
}

.anulado {
    text-decoration: line-through;
}



.cbx-active {
    color :#9aafe5;
}

.ui-widget-content {
    color :#9aafe5;
}

.ui-widget {
    font-family: inherit;
}

.rubro {
    margin-top: 100%;
}
.thumbnail {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 15px;
    right: 0;
    text-align:center;
    padding-top:calc(50% - 30px);
}

.boxcolor {   
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 5px 5px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
}

.boxcolorgrid
{   
    float: left;
    width: 20px;
    height: 20px;
    margin: 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
}
.red-number{
    color:lightsalmon;
} 
.black-number{
    color:black;
} 

.th2 {
    text-aling:center;
}
.negro{
    color:#c8c8c8;
}
.rojo{
    color:lightsalmon;
}
.btn-success2 {
    color: #272B30;
    background-color: #62c462 !important;
    border-color: #62c462;
}

.btn-success2:hover {
    color: #fff;
    background-color: #46ba46;
    border-color: #42b142;
}

.btn-success2:focus, .btn-success2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 196, 98, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(98, 196, 98, 0.5);
}

.btn-success2.disabled, .btn-success2:disabled {
    color: #272B30;
    background-color: #62c462;
    border-color: #62c462;
}

.btn-success2:not(:disabled):not(.disabled):active, .btn-success2:not(:disabled):not(.disabled).active,
.show > .btn-success2.dropdown-toggle {
    color: #fff;
    background-color: #42b142;
    border-color: #3fa73f;
}

.btn-success2:not(:disabled):not(.disabled):active:focus, .btn-success2:not(:disabled):not(.disabled).active:focus,
.show > .btn-success2.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 196, 98, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(98, 196, 98, 0.5);
}

.test:not(.nohover):hover {  
    border: 1px solid red; 
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info{

    background-color:#47565a;
}
input, textarea {
    /*color: #b7b7b7;*/
    color:black;
}




#justpushtobottom {
    height: 56vh;
}


html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    /*height: 100%;*/
    margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
    height: 60px; /* .push must be the same height as .footer */
    /*height:60px;*/

}
footer {
    background-color: #272727;
    border-top:1px solid black;

}