/*

FOR YIVR LINCENSE BACKEND

*/

body {font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin:0; padding:0; box-sizing: border-box;}
h2 {margin:0; margin-top:5px;margin-bottom:5px;}
h2 a{text-decoration: none;}

#header 
{
    height:60px;
    line-height:60px;
    background: #0070d2;
    color: #fff;
    font-size: 24px;
    font-weight:bold;
    text-align: center;
    position:relative;
    
}

#header a{display:inline-block; text-decoration:none;font-size:14px; color:#fff; position:absolute; right:20px; top:10px;}

#container
{
    padding:20px;
}

.paging{margin-top:20px;}
.paging a{margin-left:10px;}

.ops{margin-top:5px;}
.ops a{margin-left:5px;margin-top:10px;}

.nav
{
    display: inline-block;
    background: #eee;
    color:#000;
    width:50%;
    padding:5px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-weight:bold;
}


/* FORMA */

.fc  {width: 100%; height:40px;padding:10px; box-sizing: border-box; font-size:14px; border:1px solid #ccc !important; border-radius:10px;
        margin-bottom:10px; background:#fff;}
.lb {display:block; font-weight:bold; font-size:16px; margin-bottom:10px;}
.rd , .cb {margin-bottom:15px;}
.rdlb {font-weight:bold;}

.btn , .btnl  {
    display: inline-block;
    outline: none;
    cursor: pointer;
    padding: 0 16px;
    background-color: #0070d2;
    border-radius: 0.25rem;
    border: 1px solid #0070d2;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    text-decoration:none;
    



}

.btn:hover {
    background-color: #005fb2;  
    border-color: #005fb2;
} 

.btnl{

background-color: #fff;
border-radius: 0.25rem;
border: 1px solid #0070d2;
color: #0070d2;
}
.btnl:hover {
    background-color: #f4f6f9; 
} 

.btn-sm
{
    padding: 0 12px;
    
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.btn-bg
{
    padding: 0 16px;
    
    font-size: 15px;
    line-height: 35px;
    font-weight: 400;
}


.btn-red
{
    background-color: #e41a1a;
    border-radius: 0.25rem;
    border: 1px solid #a51313;
    color: #fff;
}

.btn-red:hover{background: #eb3d3d;}

.btn-green
{
    background-color: #309700;
    border-radius: 0.25rem;
    border: 1px solid #277404;
    color: #fff;
}

.btn-green:hover{background: #43be09;}

