@font-face {
       font-family: 'mtavruli';
       src:url("../fonts/bpg_square_mtavruli_2009-webfont.woff") format("truetype");
}
@font-face {
       font-family: 'mrglovani';
       src:url("../fonts/bpg_arial_2009.ttf") format("truetype");
}
@font-face {
       font-family: 'lari';
       src:url("../fonts/lari.ttf") format("truetype");
}
.shadow{
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
*{
	text-shadow:none;
}
body{
	background: #e9e9e9;
}
#header{
	background: #002131;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#leftside{
	width: 250px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	background: #e9e9e9;
	padding-top:0;
	border-right: none;
}
#rightside{
	margin: 0px 20px 0 275px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 20px;
}
#breadcrumb{
    margin: 0 0 0 250px;
    background: none;
    border-bottom: none;
    border-top: none;
}
.user, .notifications{
	width: 220px;
	background: #253352;
}
.user{
	position: relative;
	width: 250px;
	background: url(../images/user-img-background.jpg) repeat-x top;
	padding:0;
}
.user_head{
	position: relative;
    overflow: hidden;
    padding: 15px;
    padding: 0px 15px 0 15px;
    cursor: pointer;
}
.user_head:hover{
	background: rgba(255, 255, 255, 0.14);
}
.user_head .arrow_down{
	    position: absolute;
    right: 10px;
    bottom: 5px;
}
.user img{
	border-radius: 50%;
	margin: 10px;
}
.user_img_div{
	position: relative;
    overflow: hidden;
}
.user_name_div p{
    position: relative;
    font-weight: bold;
    padding: 0 0 10px 10px;
    font-size: 15px;
}
.user_name_div{
	position: relative;
}

.user_actions{
	display: none;
	position: relative;
    overflow: hidden;
    background: #e9e9e9;
    padding: 10px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: rgba(41, 56, 70, 0.48) !important;
    border-bottom: 1px solid #454a54;
}
.user_actions .userbtn:nth-child(2){
	position: absolute;
    right: 10px;
}
.userbtn a{
	background: #077ea5;
    color: #fff;
    padding: 7px;
    border: none;
    text-shadow: none;
    font-size: 12px;
    border-radius: 1px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    padding: 5px 10px 8px 10px;
}
.userbtn a:hover{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
	background: rgb(13, 91, 117);
}
.userbtn a i{
	position: relative;
    font-size: 14px;
    margin-right: 5px;
    top: 3px;
}
ul.navigation li a{
	text-shadow: 0px 0px 0px #fff;
	color:#747474;
	font-weight: bold;
	width: 193px;
    padding-left: 47px;
}
#nav ul.navigation{
    width: 250px;
}
ul#nav li a{
	font-family: mtavruli;
	overflow: hidden;
}
ul#nav li ul.navigation li a, ul#nav li ul.navigation li{
	background: #2d4d50 !important;
	text-shadow: none;
}
ul#nav li a.heading, a.collapsed, a.expanded, ul.navigation li.selected{
	border-bottom: none;
    border-top: none;
    text-shadow: none;
    color: #000;
    font-weight: bold;
    background: #fff;
    width: 230px;
    padding: 11px 10px;

}

ul#nav li a.heading{
	border-bottom: 1px solid #454a54;
	display: inline-flex;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
}
ul#nav ul.navigation li.selected{
	width: 193px;
    padding-left: 47px;
    font-family: mtavruli;
    font-size: 13px;
 	background: #077ea5 !important;
 	font-weight: bold !important;
}
ul#nav ul.navigation li a:hover{
	background: #0b6988 !important;
}

ul#nav li a.collapsed:hover{
	opacity: 0.5;
}
ul.navigation li a:hover, ul#nav li a.collapsed:hover, ul#nav li a.expanded:hover{
	background: #f7f7f7;
	width: 230px;
}

ul.navigation li a:hover{
	color: #747474;
	width: 193px;
}
.menu_arrow{
	position: absolute;
    right: 9px;
    font-style: inherit;
    font-size: 20px;
}
.heading.collapsed::after, .heading.expanded::after{  
	position: absolute;
    transition: all 0.3s;
    color: #fff;
    right: 10px;
    top: 12px;
    font-size: 20px;
}
.heading.collapsed::after { 
    content: "+";  
}
.heading.expanded::after { 
    content: "\2013"; 
}
a{
	text-decoration: none !important;
}
#nav, #nav *{
	background: #002131 !important;
    color: #fff !important;
 	font-weight: normal !important;
}
.contentcontainer .altheading{
	background: #2d4d50;
    border: 1px solid #2d4d50;
    font-family: mtavruli;
}
.status.info{
	border: 3px solid #2d4d50;
    background: #2d4d50;
    color: #fff;
    font-family: mtavruli;
    font-size: 12px !important;
    border-radius: 3px;
}
.status.info td:nth-child(1){
	color: #fff !important;
}
.btn, .btnalt{
	background: #077ea5;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    border-radius: 2px;
    border: 1px solid #077ea5!important;
}
.btn:hover{
	background: rgb(13, 91, 117);
}
.btn.exel:hover{
	background: rgb(13, 91, 117);
}
.btn.exel{
	background: #077ea5;
	border: 1px solid #077ea5!important;
}
.headings{
	background: #2d4d50;
    color: #fff;
    border: 1px solid #2d4d50;
    font-family: mtavruli;
    border-radius: 3px 3px 0 0;
}
.block_title{
	background: #2d4d50 !important;
    color: #fff !important;
}
.contentbox{
	border-radius: 0 0 3px 3px;
}
.notific_div .msgs{
	position: absolute;
    right: 60px;
    top: 24px;
}
.notific_div .msgs:hover{
	opacity: 0.7;
}
.notific_div .msgs a{
	color: #fff;
}
.not_count{
	position: absolute;
    top: -5px;
    right: -3px;
    font-size: 10px;
    line-height: 15px;
    background-color: #f00;
    padding: 0 4px;
    border-radius: 3px;
}





.heading::before{
	padding-right: 10px;
    font-size: 22px;
    position: relative;
    top: 0px;
}
[x_id="sascavlo_procesi"]::before{
	font-family: "Material Icons";
	content: 'group';
}
[x_id="mobility"]::before{
	font-family: "Material Icons";
	content: 'transfer_within_a_station';
}
[x_id="motxovnebi"]::before{
	font-family: "Material Icons";
	content: 'pan_tool';
}
[x_id="learning_table"]::before{
	font-family: "Material Icons";
	content: 'subject';
}
[x_id="list_tables"]::before{
	font-family: "Material Icons";
	content: 'view_headline';
}
[x_id="bugalteria"]::before{
	font-family: "Material Icons";
	content: 'attach_money';
}
[x_id="elib"]::before{
	font-family: "Material Icons";
	content: 'local_library';
}
[x_id="chancellery"]::before{
	font-family: "Material Icons";
	content: 'content_paste';
}
[x_id="kancelaria"]::before{
	font-family: "Material Icons";
	content: 'business_center';
}
[x_id="information"]::before{
	font-family: "Material Icons";
	content: 'info';
}
[x_id="momxmareblebi"]::before{
	font-family: "Material Icons";
	content: 'account_circle';
}
[x_id="archevitoba"]::before{
	font-family: "Material Icons";
	content: 'playlist_add_check';
}
[x_id="new_archevitoba"]::before{
	font-family: "Material Icons";
	content: 'done_all';
}
[x_id="polls"]::before{
	font-family: "Material Icons";
	content: 'help_outline';
}
[x_id="polls2"]::before{
	font-family: "Material Icons";
	content: 'help_outline';
}
[x_id="testireba"]::before{
	font-family: "Material Icons";
	content: 'poll';
}
[x_id="sistema"]::before{
	font-family: "Material Icons";
	content: 'settings_system_daydream';
}
[x_id="reports"]::before{
	font-family: "Material Icons";
	content: 'report';
}
[x_id="new_gadabareba"]::before{
	font-family: "Material Icons";
	content: 'done_all';
}