*{
    font-family: Dosiz;
    font-size: 17px;
}
*{
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a{
    cursor: pointer;
}
input,textarea{
    cursor: text;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
body{
    background-image: url("../img/back1.jpg");
    /*background-color: #ddddff;*/
    background-size: cover;
    background-attachment: fixed;
}
.az,.az:hover,.az:focus,.a:visited{
    text-decoration: none;
    cursor: default;
}
.az .glyphicon{
    position: relative;
}
.az .glyphicon .badge{
    position: absolute;
    right: -12px;
    bottom: -12px;
}

.btnz1{
    padding: 20px;
    width: 200px;
    display: inline-block;
    margin: 10px;
    letter-spacing: 3px;
    background-color: rgba(0,0,0,0.2);
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 3px;
    transition: all 500ms;
}
.btnz1:hover{
    background-color: rgba(0,0,0,0.5);
    text-shadow: #fff 0px 0px 30px;
}
.btnz1>img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
select.listz1{
    display: block;
    height: 400px;
}
.breadcrumbz{
    background-color: #333;
    border-radius: 0px;
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}
.breadcrumbz a,.breadcrumbz a:hover,.breadcrumbz a:visited,.breadcrumbz a:focus{text-decoration: none;}
.table-noline td{border: none!important;}

.menubtnset{
    margin-top: 50px;
}
.menubtn{
    position: relative;
    background-color: rgba(0,0,0,0.1);
    display: inline-block;
    width: 140px;
    height: 140px;
    /*box-shadow: #000 3px 3px 15px 1px;*/
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin: 10px;
    transition: all 500ms;
}
.menubtn:hover{
    background-color: rgba(0,0,0,0.3);
}
.menubtn p{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top:50%;
    transform: translateY(-50%);
    padding: 10px 0px;
    margin: 0px;
    color:#000;
    text-shadow: #fff 0px 0px 20px,#fff 0px 0px 20px;
    transition: all 500ms;
}
.menubtn:hover p{
    transform: translateY(-100%);
    top: 100%;
    color:#fff;
    text-shadow: #000 0px 0px 20px,#000 0px 0px 20px;
    background-color: rgba(0,0,0,0.3);
}
.menubtn img{
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    filter: blur(4px);
    -webkit-filter: blur(4px);
    transition: all 500ms;
}
.menubtn:hover img{
    filter: blur(0px);
    -webkit-filter: blur(0px);
}
.nav-tabs li a{
    color: #000;
}
.btn *{
    cursor: pointer;
}

.QuickInsert-Rows,.QuickInsert-Insert{
    padding: 10px;
}
.QuickInsert-Row{
    padding: 5px;
}
.QuickInsert:not(.panel){
    margin-bottom: 300px;
}










/* <new_theme> */
/*body{
    background: #474747;
}
.breadcrumbz{
    background: #0aa699;
}
.layout-titlebar{
    background: #05595a !important;
}
*/
/* </new_theme> */
