/* DESC */
i.element{ 
    display:inline-block;
    position:relative;
    top:4px;
    width:20px;
    height:20px;
    background-image:url("images/element.png");
    background-repeat:no-repeat;
    padding-left:30px;
}

i.active{
    background-position:0 -60px;
}
i.wait{
    background-position:0 -80px;
}
i.edited{
    background-position:0 -100px;
}
i.rejected{
    background-position:0 -120px;
}
i.locked{
    background-position:0 -140px;
}
div.desc{
    background: #F6FCE5;
    padding:20px;
    text-align:justify;
    font-size:14px;
}

div.eror{
    margin-top:20px;
    padding:10px;
    text-align:justify;
    font-size:80%;
    border:1px solid #ebebeb;
}

div.qt{
    margin:10px 0;
    text-align:justify;
}

div.eror a{
    text-decoration:none;
    color:#06c;
}

div.eror a:hover{
    text-decoration:underline;
}

div.mesa{
    margin-top:20px;
    background: #F6FCE5;
    padding:10px 20px;
    text-align:justify;
    font-size:80%;
}

div.mesa a{
    color:#06c;
}

/* DESC END */

/* SECTIONS */

ul.sect { padding-left:25px; }
ul.sect ul { margin:0; padding-left:20px; }
ul.sect li { position:relative; list-style:none outside none; border-left:solid 1px #999; margin:0; padding:0 0 0 19px; line-height:23px;}
ul.sect li:before { content:''; display:block; border-bottom:solid 1px #999; position:absolute; width:18px; height:20px; left:0; top:0; }
ul.sect li:last-child { border-left:0 none; }
ul.sect li:last-child:before { border-left:solid 1px #999; }


div.sections ul li a{
    display:block;
    padding:10px;
    text-decoration:none;
    color:#222;
}
div.sections ul li a:hover{
    background:#f9f9f9;
}
/* SECTIONS END */

/* STRUCTURE */

.catalog{
    display:block;
    width:100%;
}

.catalog a{
    text-decoration:none;
}
.qe_block{
    display:inline-block;
    width:49%;
    margin:0;  
    padding:0 10px 10px 0;
}
.qe_a{
    text-decoration:none;
}
.qe_a:hover{
    text-decoration:none;
}
.qe_table{
    display:table;
    padding:5px 5px 0;
    background:#f5f5f5;
    width:100%;
}
.qe_left{
    display:table-cell;
    vertical-align:top;
}
.qe_right{
    display:table-cell;
    vertical-align:top;
    width:100%;
}
.eq_counter{
    display:block;
    width:100%;
    background:#f8f8f8;
    padding:5px;
    position:relative;
}
.eq_counter a{
    color:#555;
}
.eq_counter a.rights{
    color:#555;
    font-size:12px;
    position:absolute;
    line-height:32px;
    top:0;
    right:10px;
}
.eq_counter a.rights:hover{
    text-decoration:none;
    color:#222;
}
.eq_counter span{
    display:inline-block;
    font-size:12px;
    background-image:url("images/element-min.png");
    background-repeat:no-repeat;
    padding-left:25px;
    color:#555;
    margin:0 10px;
    cursor:default;
    height:15px;
}

.eq_counter span.rating{
    background-position:0 0;
}
.eq_counter span.comments{
    background-position:0 -15px;
}
.eq_counter span.view{
    background-position:0 -30px;
}

.eq_counter span.active{
    background-position:0 -45px;
}
.eq_counter span.wait{
    background-position:0 -60px;
}
.eq_counter span.edited{
    background-position:0 -75px;
}
.eq_counter span.rejected{
    background-position:0 -90px;
}
.eq_counter span.locked{
    background-position:0 -105px;
}
a.qe_a img{
    width:150px;
    margin-right:10px;
}
.qe_date{
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin:3px 0;
}
.qe_title{
    position:relative;
    display:block;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height:16px;
    width:96%;
    height:64px;
    overflow: hidden;
    text-overflow: clip;
}
.qe_title::after{
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:100px;
    height:16px;
    background:url("images/qe_title.png") 0 0 repeat-y;
}
div.name {
    padding:20px;display:table;
}
div.name span.title{
    display:table-cell;
    text-align:center;
    color:#333;
    text-shadow: 0px 0px 1px #FFF, 0px 1px 1px #222;
    font-weight: normal;
    font-family: Verdana, sans-serif;  
    font-size: 18px;
    text-transform: uppercase;
    border-right:3px solid #ffcf5d;
    vertical-align:middle;
    padding-right:10px;
    width:250px;
}
 
div.name span.other{
    display:table-cell;
    vertical-align:middle;
    padding-left:20px;
    color:#333;
}

div.name a{
    text-decoration:none;
    color: #222;
    text-shadow: 0px 0px 1px #FFF, 0px -1px 0px #636363;
    font-weight: normal;
    font-family: Verdana, sans-serif;  
    font-size: 20px;
    text-transform: uppercase;
}

.block_element{
    background:#eee;
    height:40px;
    padding:10px;
    font-size:16px;
}

.block_element a{
    text-decoration:none;
    color:#555;
    
}

.block_element input.like{
    margin-top:-1px;
    margin-left:10px;
    color: #9c9c9c;
    border: none;
    padding:2px;
    background:none;
}
.block_element input.like:hover{
    color: #06C
}

.block_element span{
    display:inline-block;
    background-image:url("images/element.svg");
    background-repeat:no-repeat;
    padding-left:25px;
    color:#555;
    margin-left:20px;
    cursor:default;
    height:20px;
}
.element_no_svg{
    background-image:url("images/element.png") !important;
}

.rating{
    background-position:0 0;
}
.comments{
    background-position:0 -20px;
}
.view{
    background-position:0 -40px;
}
div.containment{
    margin:0 5px;
}

div.text{
    margin-top:10px;
    font-size:120%;
    color: #222;
    font-weight:normal;
    margin-bottom:20px;

}
div.clear{
    text-align:right;
    clear: both;
    display:block;
    padding:5px 5px 10px;
}
div.clear .autor{
    font-size:90%;
    color:#999;
}

div.clear .autor a{
    text-decoration:none;
    color:#555;
}

div.clear .autor a:hover{
    text-decoration:underline;
}


div.text ol, div.text ul {
    counter-reset:myCounter;
    margin-left:0;
    padding-left:5px;
    color: #000;
    margin:20px 0;
}

div.text ol li, div.text ul li {
    position: relative;
    padding-left: 35px;
    margin: 0.30em 0;
    list-style: none;
    line-height: 1.6em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.text ol li:hover, div.text ul li:hover{
    color: rgb(0,0,0);
}

div.text ol li:before, div.text ul li:before {
    content:counter(myCounter);
    counter-increment:myCounter;
    position:absolute;
    top:0;
    left:0;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    padding:0px;
    color:#333;
    background:#eee;
    font-weight:bold;
    text-align:center;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size:12px;
    padding:4px;
    box-sizing: content-box;
}

div.text ol li li:before, div.text ul li li:before{
    background-color: #ddd;
}

div.text ol li:after, div.text ul li:after {
    position: absolute;
    top: 2.1em;
    left: 0.9em;
    width: 2px;
    height: calc(100% - 2em);
    content: '';
    background-color: rgb(203, 203, 203);
    z-index: 0;
}


div.text ol li li, div.text ul li li {
    font-size: 80%;
}

div.text ul li  li:before {
    border-radius: 0;
}

div.text blockquote{
    padding:10px 15px;
    background:#f7f7f7;
    border-left: 2px solid #bbb;
    font-style:italic;
    margin:10px 0;
}

div.text p{
    margin:20px 0;
}

div.text pre{
     padding:10px 15px;
    background:#f7f7f7;
    border-left: 2px solid #bbb;
    margin:10px 0;
}

div.text img{
    max-width:100%;
}

div.text .tables{
    display:table;
    width:100%;
}

div.text .tables p{
    display:table-row;
    padding:0;
    margin:0;
}

div.text .tables p span{
    display:table-cell;
    font-size:16px;
    line-height:30px;
}

.pages a, .pages span{
    padding:10px 20px;
    display:inline-block;
    margin:2px;
    color:#333;
    border-radius:3px;
     box-shadow: 0px 1px 0px rgba(8, 22, 37, 0.02) inset, 0px 0px 2px rgba(8, 22, 37, 0.1) inset, 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.pages a{
    text-decoration:none;
   
    border:1px solid #E2E2E2; 
}
.pages a:hover{
    background:#f3f3f3;
    color:#06c;
}

.pages span{
    background:#f7f7f7;
    border:1px solid #E2E2E2;  
    color:#06c;
    cursor:default;
}
/* STRUCTURE END */

/* NAVIGATION */

.navigation{
    background-color: #F5F5F5;
    border-radius: 4px;
    margin:0;
    padding:0;
    width:100%;
    display:block;
}

.navigation li{
    padding:0 10px;
    list-style-type:none;
    display:inline-block;
    color:#a3a;
    cursor:default;
}

.navigation li:after{
    content:"/";
    color:#999
}

.navigation li.missing{
    padding:8px 18px;
}

.navigation li.missing:after{
    content:"";
}

.navigation a{
    display:inline-block;
    padding:8px;
    margin-right:10px;
    color:#06C;
    text-decoration:none;
}

.navigation a:hover{
    text-decoration:underline;
}

/* NAVIGATION END */

/* COMMENT */
ul.comment{
    margin:0;
    padding:0;
}
ul.comment ul{
    margin-left:60px;
}


ul.comment li{
    list-style-type:none;
    margin:0;
    padding:0;
}

div.com{
    padding:10px;
}
.c_user{
    
}
div.com:hover{
    background:#f8f8f8;
}
.hovers{
    background:#fefbed;
}

.c_avatar{
    margin:5px 10px 5px 0;
    width:50px;
    height:50px;
    border-radius: 50%;
     background-position: 50% 50%;

      box-shadow:0 0 0 1px #fff, 0 0 0 1px #999;
}
.c_dann{
    position:relative;
    left:50px;
    top:-55px;
    width:85%;
    word-wrap:break-word;
}
.c_message{
    font-family:"Roboto";
    word-wrap:break-word;
    padding-left:10px;
    margin-top:-30px;
    margin-bottom:20px;
}
.c_message ul, .c_message ol{
    margin-left: 15px !important;
}

.c_message ul li{
    list-style-type:disc !important;
}
.c_message ol li{
    list-style-type:decimal !important;
}
.table-responsive table{
   border-collapse: collapse;
   width:100%;
   max-width:100%;
}
.table-responsive table td, .table-responsive table th{
    padding: 7px;
    border: 1px solid #ccc;
    vertical-align:top;
}

.table-responsive{
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
}
.c_block{
    display:block;
    text-align:right;
}

.c_actions{
    display:inline-block;
}
.c_block span{
    display:inline-block;
    padding:10px;
    font-size:14px;
    color:#06C;
    text-decoration:none;
    cursor:pointer;
}
.c_name a{
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-decoration:none;
    margin-left:10px;
}
.c_block span:hover, .c_name a:hover{
    text-decoration:underline;
}

.c_login{
    display:block;
    margin-left:10px;
    font-size: 14px;
    color: #9099A3;
}
.c_date{
    font-size: 12px;
    color: #babfc6;
    margin-left:5px;
}
.comment_form{
    text-align:left;
    width:100%;
}

.html_editor{
    border:1px solid #D7E0E2;
    padding:10px;
    width:100%;
    height:100px;
    resize: none;
}

.comment_form .btn{
    width:100%;
    text-align:center;
    margin-top:20px;
    padding:10px;
    border:0;
    background:#D7E0E2;
    color:#333;
}  
.comment_form .btn:hover{
    background:#c5c5c5;
}  

/* COMMENT END */


/* MEDIA QUERIES*/
@media only screen and (max-width : 1200px),
    only screen and (max-device-width : 1200px){
    
    .qe_block{
        width:100%;
        float:none;
        padding:0 0 10px;
    } 
    div.qt{
        margin-right:0;
    }
    div.body{
        margin-top:0;
    }
}

@media only screen and (max-width : 930px),
        only screen and (max-device-width : 930px){
        div.nav { margin:10px !important;}
        div.nav li  {
            width: 33.33%;
            font-size:17px;
            margin-bottom:1px;
        }
        div.nav li:first-child  {
            width: 100%;
            font-weight: 600;
            font-size: 11px;
        }
        div.mar{
            margin:10px 15px !important;
        }
        div.cont{
            width:100%;
        }
        div.name{
            padding:10px 15px;
        }
        ul.comment ul{
            margin-left:40px;
        }
        p.l{
            width:100%;
        }
}

@media only screen and (max-width : 700px),
only screen and (max-device-width : 700px){
    div.table{
        display:block !important; 

    }
    div.left_block, div.right_block{
       display:block !important; 
       padding-right: 0 !important;
       width:100% !important;
    }
    div.right_block{
       margin-top:20px;
    }
}


@media only screen and (max-width : 640px),
only screen and (max-device-width : 640px){
    div.nav { margin:5px !important;}
    div.nav li  {
        width: 50%;
        font-size:18px;
    }
    div.nav li:first-child  {
        width: 100%;
        font-size:18px;
    }  
    div.mar{
        margin:10px !important;
    }
    ul.comment ul{
        margin-left:20px;                   
    }
    .c_message {
        padding-left:0 !important;
    }
    div.footer div.column{
        width:49%;
    }
    div.name span{
        display:block !important;
        padding:5px 0 !important;
        border:0 !important;
    }
    div.name span.title{
        border-bottom:3px solid #ffcf5d !important;
        width:100% !important;
    }
    .navigation li{
        display:block;
    }
    .navigation li::after {
        content: "";
    }
    

}

@media only screen and (max-width : 380px),
only screen and (max-device-width : 380px){
    div.nav li {
        width: 100%;
        font-size:20px !important;
    }
    div.cont img{
        display:none;
    }
    ul.comment ul{
        margin-left:0;                   
    }
    .pages a, .pages span{
        padding:5px 10px;
    }
    div.footer div.column{
        width:100%;
    }
    .qe_left, .qe_right{
        display:block;
        text-align:center;
    }
    .qe_left img{
        width:80% !important;
    }
    .eq_counter a.rights{
        display:none;
    }
    div.text .tables p span{
        display:block;
    }
}
        
        
/*END*/