/* These styles have been placed here for
* convience as they have a high chance of being
* changed if one decides to modify the header
-----------------------------------------------*/
.header-btns > div > button:focus {
    color: #666;
}

.alert.alert-succcess {
	background: #dff0d8;
	color: #3c763d;
}

.divider5 { clear: both; height: 0.5em; }
.divider10 { clear: both; height: 1em; }
.divider20 { clear: both; height: 2em; }
.divider30 { clear: both; height: 3em; }
.divider60 { clear: both; height: 6em; }

/* Error pages */
.icon-option-menu li a {
    cursor: pointer;
}
.icon-option-menu li a i {
    padding-right: 6px;
    color: #777;
}

/* Icon page */
#icon-nav.affix {top: 80px;}
#icon-nav ul {width: 220px;}
#icon-nav li:hover span {color: #444;}
#icon-nav li.active span {color: #428bca}

/* Icon Titles */
.panel-body .page-header {color: #428bca;font-size: 18px;}

/* Icon List */ 
#glyphicons-icon-list,
#glyphicon-icon-list,
#imoon-icon-list,
.fa-icon-list {
    font-size: 12px;
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}
#glyphicons-icon-list li,
#glyphicon-icon-list li,
#imoon-icon-list li,
.fa-icon-list li {
    float: left;
    width: 25%;
    height: 100px;
    padding: 5px;
    line-height: 1.4;
    text-align: center;
}
#glyphicons-icon-list .glyphicons,
#glyphicon-icon-list .glyphicon,
#imoon-icon-list .imoon,
.fa-icon-list .fa {
    display: block;
    margin: 5px auto 15px;
    font-size: 24px;
}
#glyphicons-icon-list li:hover,
#glyphicon-icon-list li:hover,
#imoon-icon-list li:hover,
.fa-icon-list li:hover {
    color: #428bca;
}

/* Place custom styles below this line 
---------------------------------------*/
input[readonly], input[readonly]:hover {
    cursor: pointer !important;
}
#error-container{
    margin-top: 15%;
}

#topbar{
    height: 45px;
}

#all{
    margin: 0;
}

#nam_city{
    width: 0;
}

legend{
    font-variant: small-caps;
}

.disabled{
    cursor: not-allowed;
}

/* User Menu */
.header-btns > div.user-menu{
    min-width: 200px;
}
.header-btns .user-menu > .btn:first-child{
    min-width: 200px;
}
.user-menu ul.dropdown-menu{
    margin-left: 0;
    min-width: 200px;
    width: 100%;    
}
.menu-arrow{
    left: 50% !important;
}

.user-menu .item-message{
    width: 70% !important;
}

/* Data Table */

.dataTables_filter span{
    font-weight: bold;    
    position: relative;
    top: 7px;
    margin-right:5px;
}

.clearfix{
    clear: both;
}

.dataTables_filter {
    margin-bottom: 1%;
}

table.dataTable tr.row_selected td{
    background-color: #efefef !important;
}

/* Input datatable editable */
/*.edit > input{
    width: 70% !important;    
}
.edit select{
    width: 50% !important;    
}*/

/* Campeonato Page */
.panel-sidemenu ul.nav li a:hover, .panel-sidemenu ul.nav li a:hover .fa {
    color: #5BC0DE;
}
.panel-sidemenu ul.nav li:hover, .panel-sidemenu ul.nav li:hover .fa {
    color: inherit;
}
.panel-sidemenu ul.nav li .fa {
    width: 20px;
}

/* Paginate */
ul#paginate {
    list-style-type: none;
}

/*** CARTEIRA ***/

#carteira {
    position: absolute;
}

#f-year{
    color: #fff102;
    font-size: 7em;
    font-weight: bold;
    left: 25%;
    position: absolute;
    text-shadow: 2px 0 0 #023201, -2px 0 0 #023201, 0 2px 0 #023201, 0 -2px 0 #023201, 1px 1px #023201, -1px -1px 0 #023201, 1px -1px 0 #023201, -1px 1px 0 #023201;
    top: 25%;
}

#f-gerado{
    bottom: 1.7%;
    color: #fff102;
    font-size: 1.2em;
    right: 1%;
    position: absolute;
}

.cdata{
    font-size: 1.6em;
    color: #000;
    position: absolute;
    text-transform: uppercase;
}

#f-nome {
    bottom: 38.5%;
    font-size: 2em;
    left: 10.5%;
}

#f-classe {
    bottom: 31.5%;
    left: 10%;
}

#f-faixa {
    bottom: 31.5%;
    left: 45%;
}

#f-cidade {
    bottom: 25%;
    left: 10%;
}

#f-agremiacao {
    bottom: 25%;
    left: 51.5%;
}

#f-dtnascimento {
    bottom: 18%;
    left: 9.5%;
}

#f-rg {
    bottom: 18%;
    left: 44%;
}

#f-registro {
    bottom: 11%;
    left: 13%;
}

#f-presidente {
    bottom: 3.8%;
    font-size: 1.4em;
    left: 29%;
}

#photo{
    top: 55%;
    width: 170px;
    height: 238px;
    position: absolute;
    right: 3%;
}