h2{
    margin-bottom: 5px;
}

.span8{
    width: 100%;
}


.login-table{
    margin: 50px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #777;
}
    .login-table input[type=text], .login-table  input[type=password]{
        padding: 5px 5px 5px 5px;
        border: 1px solid #333;
    }
#user-control{
    text-align: right;
}

.content{
    padding: 5px 10%;
}
.tablesorter{
    margin-left: 20px;
    border-color: #fff;
}
    .tablesorter th {
        background: #D0EDFF;
        color: #555;
        cursor: pointer;
    }
        .tablesorter th:hover{
            font-weight: bold;
        }

    .tablesorter tr:hover{
        transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-: all 0.2s linear 0s;
        -moz-: all 0.2s linear 0s;

        background: #F4F4F4;
    }

    .tablesorte tr{
        padding: 5px !important;
    }


#loader{
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#error{
    color: #ff0500;
    text-align: center;
    font-weight: bold;
}

a{
    color: #0937ff;
}

ul.pagination{

}
    ul.pagination li{
        display: inline;
    }
        ul.pagination li a{
            /*border: 1px solid #444;*/
            padding: 5px 10px;
            margin-right: 3px;
            color: #fff;
            background: #666;
            text-decoration: none;
            transition: all 0.2s linear 0s;
            -moz-transition: all 0.2s linear 0s;
            -o-transition: all 0.2s linear 0s;
            -webkit-transition: all 0.2s linear 0s;
            border-radius: 5px;
        }

        ul.pagination li a:hover{
            background: #3080C3;
        }

        ul.pagination li a.active{
            background: #3080C3;
        }


#datos{
    border: 2px solid #333;
    padding: 3px 15px;
    width: 245px;
    text-align: right;
}

#document-print{
    padding: 15px;
    width: 315px;
    font-weight: bold;
    font-size: 16px;
}
#document-print b {
    color: #9d2235; /* Pantone 201 */
    font-style: oblique;
    line-height: 18px;
    font-size: 16px;
}

.tooltip-1 {
    display: none;
    background: #161616;
    position: absolute;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    z-index: 999;
    transition: all 0.2 linear 0s;
    -webkit-transition: all 0.2 linear 0s;
    -moz-transition: all 0.2 linear 0s;
}

.langs {
    position: relative;
    margin-top: 25px;
    text-align: right;
}

.passport_no{
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    cursor: pointer;
}
.passport_no:hover{
    background: rgba(132, 255, 0, 0.23);
    border: 1px solid rgb(40, 93, 0);
}

.passport_no_active{
    background: rgb(227, 255, 223);
}

.passport_edit{
    display: none;
}
.passport_edit input[type=text]{
    width: 85px;
}
.passport_edit img{
    cursor:pointer;
}
.save_passport_no{
    cursor: pointer;
}