#dform .boxic[type="button"] {top: 0px; padding-right: 8px}
#dform textarea { min-height: 49px !important;}
#progressBar {
  padding: 0 !important;
}
.commentsinternal {
    background: #faf8e3 !Important;
}
.postmain div.tskmemberslist {
  display: none !important;
}
p.post-contols {
  clear: both;
}
.mainemailtag {
    background: #E91E63;
    display: inline-block;
    color: white;
    padding: 2px 9px;
    border-radius: 3px;
    margin-bottom: 6px;
}
.fromemail {
    display: inline-block;
    margin-left: 5px;
    line-height: 12px;
}
.emailbody.emailbodytoexpand {
    max-height: 73px;
    overflow: hidden;
}
.emailexapnd {
    background: #009688;
    display: inline-block;
    clear: both;
    padding: 2px 5px;
    border: none;
    border-radius: 2px;
    margin: 4px 0px;
    color: white;
}
.emailbody {
    border: 1px solid #e6e6e6;
    padding: 2px 5px;
    border-radius: 3px;
	background: #f2f2f2;
}
.imggall {
    padding: 7px;
    padding-left: 49px;
    padding-right: 16px;
    background: url(http://elastyc.net/common/images/art.png) no-repeat;
    background-size: 23px;
    background-position: 10px;
    border: 0 !important;
    background-color: #e6e6e6;
    border-radius: 1px;
    cursor: pointer;
    outline: 1px solid rgb(204, 204, 204) !important;
}
.comment-item[scope="internal"]:after, .comment-item[scope="custom"]:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50px !important;
  text-align: center;
  color: white;
  line-height: 16px;
  font-family: 'Roboto',sans-serif;
  text-align: center;
  padding: 0 !important;
}

.comment-item[scope="internal"]:hover:after, .comment-item[scope="custom"]:hover:after {
	opacity:1;
}

.comment-item[scope="internal"]:after {
  content: "i";
  background: rgb(233, 30, 99);
}
.comment-item[scope="custom"]:after {
  content: "c";
  background: rgb(0, 150, 136);
}

.comment-item {
  position: relative;
}




@media screen and (max-width: 768px) {
/*html.ajaxcomboopen .tabnew {
position: fixed;
top: 40px;
width: 100%;
background: white;
z-index: 999999999999999 !important;
bottom: 0;
left: 0;
}
html.ajaxcomboopen .ajaxcomboinputnew {
position: fixed;
top: 0;
bottom: 0;
left: 0;
background: white;
z-index: 9;
}
html.ajaxcomboopen .dropajax {
  display:none;
}
html.ajaxcomboopen .tabnew tr {
line-height: 40px;
}
*/
/*.tabnew {
  max-height:150px;
}
.tabnew tr {
  height:40px !important;
  line-height:40px;
  border-bottom:1px solid rgb(205,205,205);
}
.tabnew tr:last-child {
  border-bottom:none;
}
*/
}
div#mgn_selectBox {
  position: fixed;
  top: 120px;
  z-index: 9;
  background: white;
  color: black;
  left: 0;
  right: 0;
  bottom: 0px;
  overflow-y: auto;
  /* display: none; */
}
div#mgn_selectBox_cont {
  overflow-y: auto;
  max-height: 100%;
}
#mgn_selectBox_table td, #mgn_selectBox_table th {
  height: 40px;
  background: rgb(230, 230, 230);
}
table#mgn_selectBox_table {
  width: 100%;
  border-spacing: 1px;
}
html.mgn_selectBox_open #mgn_selectBox {
  display: block;
}
html.mgn_selectBox_open {
  overflow: hidden;
}

div#mgn_selectBox_close {
  width: 40px;
  height: 40px;
  float: right;
  clear: both;
  line-height: 40px;
  text-align: center;
}
div#mgn_selectBox_hdr {
  overflow: hidden;
}

#mgn_selectBox_table tr.mgn_selectBox_item.mgn_selectBox_item_selected > td { background: rgb(59, 59, 59); color: white;}

.aktiv_task {
  background-color: #f9f9f9;
  border: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF !important;
  padding: 2px 10px;
  margin-bottom: 2px;
}
div#comment-scope-custom-select {
position: absolute;
top: 25%;
height: 50%;
left: 25%;
width: 50%;
background-color: white;
z-index: 5;
text-align: center;
box-shadow: 0px 0px 25px -7px black;
padding: 10px;
box-sizing: border-box;
}
div#comment-scope-custom-select-cont {
position: relative;
width: 100%;
height: calc(100% - 30px);
overflow-x: hidden;
overflow-y: auto;
text-align:left;
}
div#comment-scope-custom-select-confirm {
height: 30px;
line-height: 30px;
text-align: center;
color: white;
width: 100px;
margin: 0 auto;
cursor: pointer;
}
.comment-scope {
  margin-top: 10px;
  overflow: hidden;
}
label.uploadFile.fa.fa-upload {
  margin-left: 5px;
  border-radius: 2px;
}
.comment-scope-item {
  float: left;
  height: 20px;
  width: 60px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid rgb(214, 219, 223);
  position: relative;
  cursor:pointer;
  background-color: #F7F7F7;
  color: #838383;
  border-radius: 2px;
}

.comment-scope-selected {
  background-color: rgb(108, 108, 108) !important;
  color: white !important;
  border-color: rgb(108, 108, 108) !important;
}

.comment-scope-item.comment-scope-selected:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 0 10px;
  border-color: rgb(108, 108, 108);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
}
.comment-box.uploading:before {
content: "Uploading files";
font-style: italic;
background: url(http://beabausa.com/wp-content/themes/responsive/images/dots64.gif);
background-size: 20px;
background-repeat: no-repeat;
background-position: 100% 50%;
padding-right: 25px;
line-height: 30px;
display: inline-block;
}

/*casecss*/
div#sentmailstatus {
  line-height: 26px;
  margin-top: 16px !important;
  margin-left: 10px;
}
/*casecss*/
.contFormular:not(.fa) {font-family:'Open sans',sans serif !important}


/*.comment-box.uploading:after {*/
  /*content: "Uploading files, please wait...";*/
/*}*/


/*.openstatus.wllcase {
  box-shadow: 2px -2px 10px -8px black inset;
}*/

/*.groovybutton {
    margin-top:0px !important;
}
.butwrapper {
    margin-top:5px;
}*/

/*tooltips*/

/**[tooltip]:hover:before {
content: attr(tooltip);
padding: 4px 8px;
color: #333;
position: absolute;
left: 0;
top: 100%;
white-space: pre;
z-index: 20;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 4px #222;
-webkit-box-shadow: 0px 0px 4px #222;
box-shadow: 0px 0px 4px #222;
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}*/
/*wall views*/
/*.toggleListView {
  background: url(http://elastyc.net/images/gohomebut.png) no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 200px;
  top: 8px;
  background-color: rgb(169, 171, 173);
  cursor:pointer;
}*/
span.postseemore {
  color: rgb(57, 134, 195);
}

.formlabels.valuelabel {
width: 100%;
display: block;
text-align: left;
}
.toggleListView {
  background: url(http://elastyc.net/images/gohomebut.png) no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 15px;
  background-color: rgb(169, 171, 173);
  bottom: 5px;
  z-index: 5;
  cursor:pointer;
}
.toggleListView.switched {
  box-shadow: 0px 0px 5px 0px black inset;
}
.posts.listview div.postmain {
  padding: 2px;
  min-height:30;
}
.posts.listview div.postmain .wallembeded,.posts.listview div.postmain .wallpostmaindata .docx,.posts.listview div.postmain .wallpostmaindata .naziv,.posts.listview div.postmain .wallpostmaindata .text,.posts.listview div.postmain .comments-body,.posts.listview div.postmain .post-contols {
  display: none !important;
}
.posts.listview div.postmain .postimage > img {
  width: 25px !important;
}
.posts.listview div.postmain .wallpostmaindata > * {
  font-size: 12px !important;
  line-height: 12px !important;
  margin-bottom: 0 !important;
}
.posts.listview div.postmain .strn-phaze {
  display:none;
}
/*wall views*/

#dwnldmn {
  display:none;
}
.aktiv_task:before {
  margin-right: 10px !important;
  float: left;
  margin-top: 2px;
}
.aktiv_task {
  border-bottom: 1px solid white;
  box-sizing: border-box;
  padding: 3px;
  color: #333;
  margin-right: 10px;
}
div#aktiv_task_cont {
  margin-top: 5px;
}

textarea#newpostt {
  resize:none;
  width: calc(100% - 50px) !important;
  box-sizing: border-box;
  margin-top: 5px !important;
  margin-bottom:5px;
  float:left;
  border: 1px solid rgb(182, 182, 182);
}
div#wallgopost {
  overflow: hidden;
  margin-top: 5px;
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
  margin-left: 5px;
  box-sizing: border-box;
  background: rgb(0, 150, 136);
  color: white;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
}
.liveurl_loader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgb(247, 247, 247);
  text-align: center;
  color: transparent;
  background: url('http://elastyc.net/common/images/cssloader.png') no-repeat;
  background-size: 30px;
  display: none;
  background-position: 50%;
}
label[for="newpostfile"] {
  background: rgb(233, 30, 99);
  color: white;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  width: 45px;
  margin-left: 5px;
  text-align: center;
  margin-top: 2px;
  border-radius: 1px;
  cursor:pointer;
}
label[for="newpostfile"]:hover,div#wallgopost:hover {
  opacity:0.75;
}
input#newpostfile {
  display: none;
}
img#npfilepreview {
  max-height: 45px;
  max-width: 45px;
  float: left;
}
.removeLink {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  cursor:pointer;
  width: 30px;
}
.removeLink:hover {
  opacity:0.75;
}
.removeLink:before, .removeLink:after {
  background: #999;
  position: absolute;
  height: 50%;
  top: 25%;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  content: "";
  transform: rotate(45deg);
}
.npfilepreviewwrapper.icon-doc {
  float: left;
  overflow: hidden;
  width: 45px;
  font-size: 18px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 14px;
}
.removeLink:after {
 transform: rotate(135deg) !important; 
}
label[for="newpostfile"].dsbl {
  background: #cccccc !important;
}
div#homedashboard {
  display: none;
}
table.tabela td {
    white-space: nowrap;
    font-size: 14px;
    padding: 4px 5px;
}
textarea {
    font-size: 14px !Important;
    padding: 2px 6px !Important;
}
/*tooltips*/
.butwrapper label {
display:table;
position:relative;
}
.butwrapper > label > div {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
}
.butwrapper.hasicon > input {
  display:none;
}
div#windowdclose:hover:after, div#windowdclose:hover:before {
  background: white !important;
}
.tabnew tr:not(.trhead):hover {
  background:rgb(234,234,234);
}

.ajaxcombowrap {
  position:relative;
}
.dropajax {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 26px;
  background:#cdcdcd;
  cursor:pointer;
  transform: scale(0.6);  border-radius: 3px
}
.dropajax:hover {
  opacity:0.75;
}
.tabnew {
  position: absolute;
  top: 100%;
  height: auto;
  width: auto;
  overflow-y:auto;
  overflow-x:hidden;
  min-width:100%;
  background: white;
  border: 1px solid #cdcdcd;
  margin-top:-1px;
  box-sizing: border-box;
  display:none;
}
.dropajax:before {
  content: "";
  height: 8px;
  width: 2px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(135deg);
}
.dropajax:after {
  content: "";
  height: 8px;
  width: 2px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: 1px;
  transform: rotate(45deg);
}
.ajaxcomboinputnew {
  box-sizing: border-box;
  width: 100%;
  padding-left: 5px;
  padding-right: 25px;
  height: 26px;
  border: 1px solid #CCCCCC;
  background-color: rgb(252, 252, 252);
  box-shadow: inset 1px 1px #f3f3f3;
  font-size: 14px !Important;
  font-weight: 600 !IMPORTANT;
  font-family:'Open Sans',sans-serif;
}


.subloading,.subloading:hover,input[type="button"].subloading, label.subloading, input[type="button"].subloading:hover, label.subloading:hover {
background: url('http://elastyc.net/common/images/ajax-loader.gif') no-repeat #cccccc !important;
background-position: 90% 50% !important;
pointer-events:none;
}


a.openselectoptions {
overflow: hidden;
transition:height .15s ease-in-out;
-webkit-transition:height .15s ease-in-out;
}
.selectboxit-text[data-val=""] {
color: #999;
}
.formcont {
position: relative !important;
}
div#formtabloading {
position: absolute;
left:0;
right:0;
top: 0;
width:auto;
z-index: 9999;
background:white;
}
div#formloading {
position: fixed;
top: 0;
width:100%;
z-index: 9999;
background:white;
}
.dyninputfield[dyntip="file"]{
    display: none !important;
}
label.filelabel {
box-sizing: border-box;
display: table;
vertical-align: middle;
border: 1px solid #CCCCCC;
}
.filelabel > span > img {
height: 20px;
padding: 5px;
cursor:pointer;
}
.filelabel span:first-of-type {
  width: 140px;
  font-size: 12px;
  background: orange;
  color: white;
  cursor: pointer;
  height: 30px;
  border-radius: 2px;
}
.filelabel span:first-of-type:hover {
opacity:0.8;
}
.filelabel span:last-of-type {
max-width: 80px;
}
label.filelabel p {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.filelabel span {
display: table-cell;
vertical-align: middle;
text-align: center;
font-size: 14px;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(inckomponente/roboto-100.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(inckomponente/roboto-300.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(inckomponente/roboto-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(inckomponente/roboto-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 40;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(inckomponente/roboto-400.ttf) format('truetype');
}
div#kofer {
width: 200px;
height: 140px;
border-radius: 20px;
background: silver;
top: 25px;
position: relative;
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
transform: scale3d(0.5,0.5,1);
border: 2px solid rgb(230, 230, 230);
}
div#rucka {
top: -25px;
width: 50px;
height: 25px;
position: absolute;
left: 50%;
margin-left: -25px;
background: silver;
border-top-right-radius: 25px;
border-top-left-radius: 25px;
border: 2px solid;
border-bottom:none;
box-shadow: 0px -4px 6px -3px rgba(0, 0, 0, 0.5);
border-color: rgb(230, 230, 230);
}
div#krug1 {
position: absolute;
height: 80px;
width: 80px;
border-radius: 40px;
border-bottom-right-radius: 0px;
top: 35px;
left: 30px;
}
div#krug2 {
position: absolute;
height: 80px;
width: 80px;
border-radius: 40px;
top: 20px;
left: 57.5px;
}
div#krug3 {
position: absolute;
height: 60px;
width: 60px;
border-radius: 30px;
left: 110px;
top: 55px;
border-bottom-left-radius: 0px;
}
.animating #krug1 {
animation:el_load1 1s infinite;
}
.animating #krug2 {
animation:el_load2 1s infinite;
}
.animating #krug3 {
animation:el_load3 1s infinite;
}
div#el_logocont {
width: 200px;
height: 165px;
margin: 0 auto;
position: absolute;
top: 50%;
left: 50%;
margin-left: -100px;
margin-top: -82.5px;
}
.krug.gray {
background-color:gray;
opacity:0.5;
}
.krug.white {
background-color:white;
}
@keyframes el_load1 {
0% {background-color:white;}
33% {background-color:rgba(128, 128, 128, 0.5)}
}
@keyframes el_load2 {
0% {background-color:white;}
66% {background-color:rgba(128, 128, 128, 0.5)}
}
@keyframes el_load3 {
0% {background-color:white;}
100% {background-color:rgba(128, 128, 128, 0.5)}
}
input.newcsprof {border-radius: 50px;border: none;color: white;background: rgb(37, 37, 87);font-weight: bold;font-size: 11px;font-family: arial;padding: 6px 9px;margin: 13px 0px 5px;cursor: pointer;}
input.newpsprof {background: none;border: none;font-weight: bold;font-size: 11px;}
.wallembed {display: inline-block;}
.postsort {
font-weight: bold;
background: rgb(185, 185, 185);
border-radius: 20px;
padding: 2px 12px 3px 10px !important;
color: white !important;
margin: 2px 3px;
}
p.group {
  margin-top: -12px !important;
  margin-bottom: 11px !important;
  font-size: 16px !important;
  color: rgb(233, 30, 99) !important;
}
.wallembeded h1 {
  font-size: 16px !important;
  margin-top: 0;
  margin-bottom: 3px;
}
.wallembeded h2 {
  font-size: 14px !important;
  margin-top: 0;
  margin-bottom: 3px;
}
.dyndatewrapper {
display: inline-block;
position: relative;
padding: 0px;
}
.wall .chrono .clickable {
color: black;
font-weight: normal;
}
.wall .chrono span {
margin-left: 1px;
padding: 4px;
font-weight: bold;
color: black;
}
div.postattach div {
  background: url('http://87.237.204.129/demofinal/mobile/icons/mobileattach.png') no-repeat #E91E63;
  width: auto;
  margin: 2px 0px;
  margin-top: 0 !important;
  line-height: 10px;
  display: inline-block !important;
  font-size: 9px;
  border-radius: 26px;
  padding: 5px 8px 4px 30px !important;
  padding-bottom: 5px !important;
  white-space: pre;
  color: rgb(255, 255, 255);
  background-size: 11px;
  background-position: 10px 4px;
  font-weight: 100;
}
div.postattach {
text-align: left;
cursor:pointer;
}
.comments-body img.file_img {
max-width: 150px; margin:5px 2px;
}
.comments-body div.file_img_menu {
height: 30px;
padding: 5px;
padding-left: 20px;
padding-right: 20px;
background: rgba(0, 0, 0, 0.5);
position: absolute;
margin-top: 0px !important;
border-radius: 5px;
border-top-left-radius: 0px;
width: 85px;
bottom:0;
}
.com-file {
    background: #3E9CEE;
    float: left;
    color: white;
    margin-right: 2px;
    padding: 4px 6px;
}
.comments-body .file_img_menu img {
height: 30px;
padding-left: 5px;
padding-right: 5px;
float: left;
display: inline-block;
}
.post-contols img.file_img {
max-height: 150px;
}
div.file_img_wrap {
position: relative;
  float:left;
  margin-bottom:5px;
  margin-right:5px;
}
.file {
  display:inline-block;
}
div.file_img_menu img {
cursor:pointer;
}
.post-contols div.file_img_menu {
height: 30px;
padding: 5px;
padding-left: 20px;
padding-right: 20px;
background: rgba(0, 0, 0, 0.5);
position: absolute;
margin-top: 0px !important;
border-radius: 5px;
border-bottom-left-radius: 0px;
width: 85px;
bottom: 8px;
}
.post-contols .file_img_menu img {
height: 30px;
padding-left: 5px;
padding-right: 5px;
float: left;
display: inline-block;
}
.clickable {
background: none;
color: black !important;
padding: 2px !important;
}	
.cscnt {
background: #F3F3F3;
border: 0px;
border-radius: 0px;
}
/*.doctaskcomplete span {
color: black;
line-height: 16px;
z-index: 5;
position: relative;
}*/
.doctaskcomplete span {
color: black;
line-height: 24px;
height: 100%;
z-index: 1;
position: relative;
display: block;
}

div.doctaskcomplete {
overflow: hidden;
}
div.taskprog {
position: absolute;
bottom: -9px;
width: 100%;
left: 0;
background:rgb(236, 236, 236);
}
.cscntlbl {
padding: 0px !Important;
border: 0px !important;
margin: 0px !importaNT;
line-height: 12px;
font-size:10px;
color:rgb(0, 150, 136);
}
.cscntvr {
border: 0px !important;
line-height: 16px;
padding: 0px 0px !Important;
margin: 0px !important;
font-size:12px;
}
#loadingWindow{width: 100%; height: 100%; text-align:center; background: whitesmoke url(http://elastyc.net/images/loadingWindow.gif) no-repeat 50% 50%; z-index: 999999999; position:absolute; top:0px; left:0px;} 
.osparam {margin-left:0px;}
/*body {
	font-size: 10px; 
	color: black; 
	position:absolute; 
	cursor:default; 
	margin:0px 2px 0px 2px; 
	padding: 2px; 
	font-family: Helvetica, Arial, Verdana;
	bottom: 0px;
	right: 0px;
	top: 0px;
	left:2px;
	}*/
.on{background: yellow !important;}
.semi{background: #FEFFAF !important;}
.hover{background:  #EDEDED !important; }
#ajaxhandler{font-size: 11px; font-weight: bold; padding: 0px; margin: auto; border: #6e89dd 3px dashed; position: absolute; top: 50%; left: 50%; height: 56px; width: 206px; display:none; z-index: 1100; background: #eef0fc;}
label {white-space: nowrap;}
.show-value  {font-weight: bold; font-size:12px; text-align: right;}

.print {background: url(http://elastyc.net/images/grid/printer.png) no-repeat;}
.flexigrid div.fbutton span {padding: 3px 11px !important;background: #040D7C;color: white;border-radius: 3px;font-size: 11px;font-weight: bold;}
.boxic, .boxicreq, .boxicnum, .boxicdat, .boxicnumreq, .boxicdatreq {font-family: verdana; font-size: 14px !important; height: 20px; border: 1px solid #CCCCCC; padding: 2px; margin:0px !important; background: #FCFCFC; border-radius:2px; box-shadow: inset 1px 1px #f3f3f3; font-weight:600 !important;    font-family: 'Open Sans',sans serif;}
.boxicreq, .boxicnumreq, .boxicdatreq {border-left: 2px solid red;}
.boxicnum, .boxicnumreq {text-align:right;}
.dyndatevisible {
  height: 24px;
  border: 1px solid #CCCCCC;
  margin-left: 0px !Important;
  box-shadow: inset 1px 1px #f3f3f3;
}
.dynfields {
  margin-bottom: 4px;
}
.trow { font-size: 10px; padding:7px 2px 2px 2px;}
.gridbg {background: url(http://elastyc.net/images/bg.gif) repeat-x; height: 18px; line-height: 18px; padding: 2px;}
.grid-buttons {height: 18px; float: left;}

.prmenu {height:20px; line-height:20px; padding-left:5px; cursor:pointer;}
.prmenu:hover{height:20px; line-height:20px; background: #666666; color:White; cursor:pointer; -moz-border-radius:3px; -webkit-border-radius: 3px;}
.prmenuemail {color:#eaeaea;}
.prmenuemail:hover {cursor:pointer;color:white;}
.prmenuexport {float:left; color:#eaeaea;}
.prmenuexport:hover{cursor:pointer;color:white;}

.selected-branch{-moz-border-radius:3px; -webkit-border-radius: 3px; background:yellowGreen; padding-left:3px;}
/*span.cntbr {
background: white;
padding: 2px 4px;
font-size: 10px;
line-height: 12px;
margin-left: 5px;
text-shadow: none;
border-radius: 5px;
border: 1px solid #999;
font-weight: normal !important;
right: 0px;
position: absolute;
margin-top: 3px;
}*/
span.cntbr {
background: #009688;
padding: 2px 4px;
font-size: 10px;
line-height: 12px;
margin-left: 5px;
text-shadow: none;
border-radius: 5px;
border: none;
font-weight: normal !important;
right: 0px;
position: absolute;
margin-top: 0px;
color: white;
}
div#formloader div#el_logocont {
top: 25% !important;
}
div#formloader {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: white;
z-index: 999;
}
.wloader div#kofer {
-webkit-transform: scale3d(0.3,0.3,1);
}
.wloader {
position: absolute;
top: 54px;
height: 300px;
width: 100%;
z-index: 300;
/*background: url('http://elastyc.net/images/loadingWindow.gif') no-repeat;
background-position: 50% 50%;*/
left: 0;
}
  
.groovybutton {
background-color: #009688;
border: 0px;
display: inline-block;
color: #ffffff;
font-size: 12px;
padding: 0px 5px;
text-decoration: none;
cursor: pointer;
height: 26px;
border-radius: 2px;
font-weight: normal;
text-shadow:none;
}  
.groovybutton:hover {
background: linear-gradient(to bottom, #009688 5%, #0BB9A9 100%);
background-color: #009688;
}
/*.groovybutton {
background-color: #74ad5a;
border: 0px;
display: inline-block;
color: #ffffff;
font-family: arial;
font-size: 12px;
padding: 0px 5px;
text-decoration: none;
cursor: pointer;
margin-top: -1px;
height: 26px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
font-weight: normal;
margin-top: 3px;
}*/
textarea:focus, input:focus {
outline: 0 !Important;
}
.ajaxcomboinput {
height: 21px !Important;
}
.formajaxcombo {
height: 25px !important;
}

/*.groovybutton:hover {background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0); background-color:#68a54b;}*/
.groovybutton:active{outline:none;}
.groovybutton:focus{outline:none;}

/*    .btn-red {
	    cursor:pointer;
        -moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
        -webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
        box-shadow:inset 0px 1px 0px 0px #cf866c;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
        background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
        
        background-color:#d0451b;
        
        -moz-border-radius:2px;
        -webkit-border-radius:2px;
        border-radius:2px;
        
        border:1px solid #942911;
        font-weight:bold;
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:11px;
        text-decoration:none;
        text-shadow:0px 1px 0px #854629;
        height:24px;
        
    }*/
    .btn-red {
cursor: pointer;
border-radius: 2px;
display: inline-block;
color: #ffffff;
font-size: 11px;
text-decoration: none;
height: 26px;
background:#E91E63;
border:none;
outline:none;
text-shadow:none;
}
    .btn-red:hover {
cursor: pointer;
background: linear-gradient(to bottom, #E91E63 5%, rgb(230, 109, 150) 100%);
background-color: #E91E63;
}
/*    .btn-red:hover {
        cursor:pointer;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
        background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
        
        background-color:#bc3315;
    }*/
    .btn-red:active {
        position:relative;
    }


    
    .btn-blue {
        cursor:pointer;
        -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        box-shadow:inset 0px 1px 0px 0px #54a3f7;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
        background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
        background-color:#007dc1;
        -moz-border-radius:2px;
        -webkit-border-radius:2px;
        border-radius:2px;
        border:1px solid #124d77;
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:11px;
        font-weight:bold;
        text-decoration:none;
        text-shadow:0px 1px 0px #154682;
        padding:0px 5px;
        margin-top:-1px;height:24px;cursor:pointer;
        
    }
    .btn-blue:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        
        background-color:#0061a7;
    }

/*
    .btn-orange {
        cursor:pointer;
        background-color:#fbb450;
        -moz-border-radius:2px;
        -webkit-border-radius:2px;
        border-radius:2px;
        
        border:1px solid #c97e1c;
        
        display:inline-block;
        color:#ffffff;
        font-family:Trebuchet MS;
        font-size:11px;
        font-weight:bold;
        text-decoration:none;
		padding:0px 5px;
        margin-top:-1px;height:24px;cursor:pointer;
        
    }*/
    .btn-orange {
cursor: pointer;
border-radius: 2px;
border: none;
display: inline-block;
color: #ffffff;
font-size: 11px;
text-decoration: none;
height: 26px;
background: rgb(250, 207, 94);
text-shadow:none;
}
.btn-orange:hover {
background: linear-gradient(to bottom, rgb(250, 207, 94) 5%, rgb(249, 217, 132) 100%);
background-color: #f89306;
}
/*    .btn-orange:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f89306), color-stop(1, #fbb450));
        background:-moz-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-webkit-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-o-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-ms-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:linear-gradient(to bottom, #f89306 5%, #fbb450 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306', endColorstr='#fbb450',GradientType=0);
        
        background-color:#f89306;
    }*/


.grid-button {
color: white;
background: #656A74;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-align: center;
vertical-align: top;
white-space: nowrap;
border: rgb(185, 120, 0);
font-size: 11px;
position: relative;
top: 0px;
margin-top: 0;
height: 14x;
line-height: 12px;
cursor: pointer;
width: 100%;
padding: 1px;
font-weight: bold;
margin-left: -2px;	
}
.grid-button:hover {color: #f2f2f2; } 

.x-scroll p{text-align:center;}
.groovybutton1 {font-family: Verdana; color:#000000; background: #eeeeee url(http://elastyc.net/images/opisKomponente/button-bg.gif) 50% 50%; -moz-border-radius: 3px; -webkit-border-radius: 3px;  text-align:center; vertical-align:top; border: 1px silver solid; font-size:10px; position: relative; top: 3px;  line-height:11px; cursor:pointer; padding:2px;margin-top:10px;margin-right:2px;pading-left:5px; display: inline;}
.groovybutton1:hover{border-left: 1px solid #fff; border-top: 1px solid #fff; border-right: 1px solid #ccc;	border-bottom: 1px solid #ccc;}

table.grid-table, table.grid-header{border-spacing:0; border-collapse:collapse; border:1px solid; table-layout:fixed; border:1px solid #000; }
table.grid-header {background: url(http://elastyc.net/images/fhbg.gif) repeat-x scroll; border: 1px red solid;}
table.grid-header th {background: url(http://elastyc.net/images/fhbg.gif) repeat-x scroll; text-align: center; padding: 0 10px;}
table.grid-header span {width: 100%;}
table.grid-header th:hover {border-top: 1px solid #ccc;border-left: 1px solid #ccc; border-bottom: 1px solid #aaa; border-right: 1px solid #aaa; cursor: pointer;} 
table.grid-table  {background: white;}
table.grid-table td {margin:0; padding: 0px;}
table.grid-table td, table.grid-header th{border:1px solid #CCC; padding-left: 2px; padding-right:2px; height:18px;overflow:hidden;white-space:nowrap;}
div.x-scroll {overflow-x:auto; overflow-y:hidden;}
div.fake-y-scroll-container {overflow:hidden;position:relative; border: 1px #EEE solid; background: #EFEFEF;}
div.fake-scroll {overflow-y:scroll; overflow-x:hidden; background:transparent; position:absolute; right:0; position:absolute;}
div.y-scroll {overflow-y:auto; overflow-x:hidden; padding:0;}
div.header-container{padding:0px; background: url(http://elastyc.net/images/opiskomponente/fhbg1.gif);border-right:1px solid #CCCCCC;}
.plusZaOpis {width: 9px; background: url(http://elastyc.net/images/fhbg.gif) repeat-x scroll;}
p {margin: 0}
.conMenu { background:#DDDAD6; border:1px solid #444; border-bottom: 0px; display:none; width:150px;}
.conMenu ul, .conMenu ul * {padding:0; margin:0; }
.conMenu ul li{list-style:none; border-bottom:1px solid #444; padding: 1px 1px 1px 12px; display:block; height:16px; cursor:pointer;}
.conMenu ul li:hover{background:#666; color:#FFF;}
.conMenu ul li:hover span{color:#FFF;}
.conMenu li:hover a{color:#FFF;}

.conMenu li.strip ul {display: none; background:#DDDAD6;}
.conMenu li.strip:hover ul {display: block;}
.conMenu li.strip:hover li a {color:black;}
.conMenu li.strip:hover li a:hover {color:white;}

.conMenu a{color:#000; font:10px Tahoma; font-weight:bold; text-decoration:none;}

.trhover {background: #eee !important;}

.nevidljiva{display: none;}
.vidljiva{display: block; width:100%;}
.vidljiva td{border:0px !important;}
.vidljiva p {text-align:left; padding: 3px 5px;  width: 100%;}
.formlabels {
line-height: 16px;
font-size: 12px;
color: #868686 !important;
}
.pager .pager-button {width: 20px; font-size:10px;}
.pager .pagenumber {width: 15px;}
.pager span {margin-left: 8px; font-weight: bold;}

.dyn-form  div {}
.dyndivpoz {padding:3px;}
.dyn-form  {padding:2px; overflow-y:auto !important; display:inline-block;}
.dyn-form input {padding-left: 8px;    height: 24px;}
.dyn-form select {margin-top:0px; margin-left:0px;}
.dynlabels {padding: 2px 0px;font-size: 12px; color: #009688;}
.dynfields .ajaxdiv {height: 24px !Important;border-radius: 2px;}
.dyninput {height: 24px}
ul.appLists {-webkit-border-radius: 6px; -moz-border-radius: 6px; border: 1px solid #AAA; color: #222; background: white; list-style-type: none; margin: 0px; padding: 0px;}
ul.appLists li { display: block; line-height: 1.4em; outline: none; padding: 0.3em 1em; color: #222; text-decoration: none;border-bottom: 1px dotted transparent; border-left-width: 0px !important; border-right-width: 0px !important; border-top: 1px dotted transparent; display: block;}
ul.appLists li:first-child { font-size: 1.6em; line-height: 1.4em; outline: none; padding: 0.3em 0.5em; color: #222; text-decoration: none;border-bottom: 1px dotted transparent; border-left-width: 0px !important; border-right-width: 0px !important; border-top: 1px dotted transparent; display: block;}
ul.appLists li:hover {background: url(http://elastyc.net/incKomponente/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50%; cursor: pointer; border-color:#222;}
ul.appLists li:first-child:hover {background: transparent; cursor: default;}
ul.appLists li.selected {border-color:#222; font-weight: bold; background: url(http://elastyc.net/incKomponente/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50%; } 
ul.appLists li.selected:hover {color:white;} 
#dform .tinycont {width: 100% !IMPORTANT;}
#dform .ajaxcomboinputnew {
    height: 29px !important;
}
.wall {}
.wall a{color: #3b5998;}
.wall textarea{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:1em;}
.wall .disabled {background: #ccc; border: 1px black solid;}
.wall h3.empty {text-align: center;}
.wall .top-control {width : 546px; padding: 0px; margin: 0px; height:auto; min-height:20px;}
.wall .top-control .wallpredmetfilter {clear:both; background:#eee;display:none;width:538px; height:27px; border:1px solid #999; padding:1px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.wallpredmetfilter .docposldotsel {position: relative !important;float: left;margin-top: 2px !important;margin-left: 2px !important;cursor: pointer;padding: 3px !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border: 1px solid #990101 ;width: 23px;height: 23px;margin-right: 2px !important;background: url(http://elastyc.net/images/opiskomponente/docontposldot01.jpg)no-repeat;}
.wallpredmetfilter .docposldossel {position: relative !important;float: left;margin-top: 2px !important;margin-left: 2px !important;cursor: pointer;padding: 3px !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border: 1px solid #990101 ;width: 23px;height: 23px;margin-right: 2px !important;background: url(http://elastyc.net/images/opiskomponente/docontposldos01.jpg)no-repeat;}
.wallpredmetfilter .docposldocsel {position: relative !important;float: left;margin-top: 2px !important;margin-left: 2px !important;cursor: pointer;padding: 3px !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border: 1px solid #990101 ;width: 23px;height: 23px;margin-right: 2px !important;background: url(http://elastyc.net/images/opiskomponente/docontposldoc01.jpg)no-repeat;}
.wallpredmetfilter .docposldot {position: relative !important;float: left;margin-top: 2px !important;margin-left: 2px !important;cursor: pointer;padding: 3px !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border: 1px solid #b7b8bd !important;width: 23px;height: 23px;margin-right: 2px !important;background: url(http://elastyc.net/images/opiskomponente/docontposldot01off.jpg)no-repeat !important;}
.wallpredmetfilter .docposldos {position: relative !important;float: left;margin-top: 2px !important;margin-left: 2px !important;cursor: pointer;padding: 3px !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border: 1px solid #b7b8bd !important;width: 23px;height: 23px;margin-right: 2px !important;background: url(http://elastyc.net/images/opiskomponente/docontposldos01off.jpg)no-repeat !important;}
.wallpredmetfilter .docposldoc {position: relative !important;float: left;margin-top: 2px !important;margin-left: 2px !important;cursor: pointer;padding: 3px !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border: 1px solid #b7b8bd !important;width: 23px;height: 23px;margin-right: 2px !important;background: url(http://elastyc.net/images/opiskomponente/docontposldoc01off.jpg)no-repeat !important;}
.wallpredmetfilter .posldogsvi {width: 70px; height:23px; background: #F2F2F2; border: 1px solid #b7b8bd; -webkit-border-bottom-left-radius:3px; -webkit-border-top-left-radius:3px; text-align:center; cursor:pointer; color: #3B5998; margin-left: 15px; margin-top:2px; font-size:11px;}
.wallpredmetfilter .posldogotv {width: 70px; height:23px; background: #F2F2F2; border: 1px solid #b7b8bd; -webkit-border-bottom-right-radius:3px; -webkit-border-top-right-radius:3px; text-align:center; cursor:pointer; color: #3B5998; margin-left: -4px;margin-top:2px;font-size:11px;}
.wallpredmetfilter .posldogsvisel {width: 70px; height:23px; background: #4888EF; border: 1px solid #b7b8bd; -webkit-border-bottom-left-radius:3px; -webkit-border-top-left-radius:3px; text-align:center; cursor:pointer; color: white; margin-left: 15px;font-weight:bold; margin-top:2px;font-size:11px;}
.wallpredmetfilter .posldogotvsel {width: 70px; height:23px; background: #4888EF; border: 1px solid #b7b8bd; -webkit-border-bottom-right-radius:3px; -webkit-border-top-right-radius:3px; text-align:center; cursor:pointer; color: white; margin-left: -4px; font-weight:bold; margin-top:2px;font-size:11px;}
.wallpredmetfilter .posldogkas {width: 70px; height:23px; background: #F2F2F2; border: 1px solid #b7b8bd; -webkit-border-radius:3px;text-align:center; cursor:pointer; color: #3B5998; margin-left: 15px; margin-top:2px;font-size:11px;}
.wallpredmetfilter .posldogkassel {width: 70px; height:23px; background: #4888EF; border: 1px solid #b7b8bd; -webkit-border-radius:3px;text-align:center; cursor:pointer; color: #3B5998; margin-left: 15px;margin-top:2px;font-size:11px; color:white;}

.wall .alerts {width:20px;height:20px; float:left; margin-top:6px; padding-left:6px; padding-right: 6px; margin-bottom:2px;}
.wall .alerts.al-has {background: #D70023; text-align: center; color: white; font-size: 11px; font-weight:bold; line-height: 20px; -moz-border-radius:6px; -webkit-border-radius: 6px;}
.wall .alerts:hover { cursor:pointer;}
.wall .alerts .panel {line-height:normal; display:none; z-index: 45; position: relative; top: 0px; left: 0px; width: 350px; min-height:100px; background:white; border: 2px solid #5872a7;}
.wall .alerts .panel .alert {font-size: 10px; color:black; text-align:left; border-bottom: 1px #eee solid; padding: 4px 2px 4px 7px;}
.wall .alerts .panel .alert:last-child {margin-bottom: 1em;}
.wall .alerts .panel .alert:hover {background: #3b5998; color: white; cursor: pointer;}
.wall .alerts .panel .alert:hover a {color: white; cursor: pointer;}
.wall .alerts .panel .alert.new-alert {background: #ECEFF5; color:black; font-weight:normal; padding:9px; border-bottom: 1px dashed #333333;}
.wall .alerts .panel .alert.new-alert a {color: #3B5998;}
.wall .alerts .panel .showAll {position: absolute; bottom: 0px; width: 330px; padding: 10px; text-align:center; color: #3b5998; font-size: 10px;}
.wall .alerts .panel .showAll:hover {background: #3b5998; text-decoration:underline; font-weight:bolder; color: white;}

.wall .chrono {margin-left: 200px; font-size:12px; float:right; margin-top:15px;}
.wall .chrono span {margin-left: 1px; padding: 4px; font-weight: bold; color: black;}
.wall .chrono .clickable {color:black; font-weight: normal;}
.wall .chrono .clickable:hover {cursor: pointer; color:black;}
.wallthumbupl {max-width: 230px;max-height: 230px;cursor: pointer;}
.wallpostercommitbar{clear:both;margin-top:3px; height:20px;}
/*.wallpostmaindata{postition: relative; margin-left:58px; border:0px solid !important; overflow:visible; margin-top:0px !important; padding-bottom: 3px !important;}*/
.wallvideodivupl {float:left; width:130px;overfolow:visible; white-space: pre-wrap;}
.wallembeddesc{position:relative;width:330px !important; height:100px; border:0px !important; border:1px solid; margin-top: 0px !important; color:black !important; font-size:11x; height:auto !important; white-space: pre-wrap;}
.walltitledivupl {margin-left:135px;padding-left:10px;width:330px; font-family:arial; font-size:11px; color:#999; border:0px solid !important;margin-top:2px !important; padding-bottom:2px !important; height:auto !important; word-wrap: break-word !important; white-space: pre-wrap;}
.walltitledivupl a{text-decoration:none; cursor:pointer; font-weight:bold; color:blue;overfolow:visible;}
.walllnkuplpost{display:none;visibility:hidden; overflow:hidden; margin-top:0px; margin-bottom:0px;}
.walllnkuplposton{display:block;visibility:visible; overflow:visible; margin-top:5px; margin-bottom:5px; border:1px solid #eaeaea;  width:541px;}
.walllnkuplpostinput{float:left; width:400px;} 
.wallembededembed {
  position:relative;float:left; width:auto !important;  margin-top:3px !important; height:auto !important; margin-top:2px !important; border:0px !important; padding-bottom:2px !important; white-space: pre-wrap;}
.wallembededdesc{position:relative;width:75% !important; height:100px; border:0px !important; border:1px solid; margin-top: 0px !important; color:black !important; font-size:13px !important; height:auto !important; white-space: pre-wrap;}
.wallembededtitle {margin-left:0px; overflow:hidden; padding-left:10px;width: auto ; font-family:arial; font-size:11px; color:#999; border:0px solid !important;margin-top:2px !important; padding-bottom:2px !important; height:auto !important; word-wrap: break-word !important; white-space: pre-wrap;}
.wallembededtitle a {text-decoration: none;cursor: pointer;font-weight: bold;color: #333;overfolow: visible;font-size: 16px;}
/*.wallembeded{display:inline-block !important; overflow: visible !important; margin-top:10px !important; border:0px !important; width:90% !important; height:auto !important; margin-left:58px; padding-bottom:10px !important;}*/

/*.wall #poster #uploadFile {margin-top: 3px;margin-left: 6px;}*/
#walliframe {height: 79px !important;width: 538px !important;}
.wallpostercommitbar {height: auto !important;padding-bottom: 20px !important;}
#wallfilterstatusd {margin-top: 22px;}
#wall{margin-top:-39px !important;}
#wallalerts {position: absolute;top: 39px;left: 217px;}

#postertextarea {border-radius: 3px;border: 1px solid #999;box-shadow: inset 1px 1px 1px #f2f2f2;margin-top: -11px;}
#poster {background: whiteSmoke;padding: 7px;padding-bottom: 11px;border: 1px solid #999;box-shadow: inset 1px 1px 1px #DDD;border-radius: 5px;margin-left: -5px;margin-top: 10px !important;margin-bottom: 11px !important;}

/*.postmain {
background: rgb(250, 250, 250);
padding: 7px;
width: 99%px;
margin-left: -5px;
border-radius: 2px;
border: 1px solid #DBDBDB;
border-bottom: 1px solid #DBDBDB !important;
margin-bottom: 5px;
min-height:75px;
position:relative;
}*/
.postmain {
background: rgb(250, 250, 250);
margin-left: 0;
border-radius: 2px;
border: 1px solid #DBDBDB;
border-bottom: 1px solid #DBDBDB !important;
box-sizing: border-box;
min-height: 75px;
position: relative;
}
/*.opendoc.wllcase {
background: rgb(190, 4, 4);
border-radius: 34px;
padding: 6px 12px 11px 10px !important;
line-height: 16px;
border: 0px !important;
margin-left: 10px;
}*/

/*.postimage img {border-radius: 50px;}*/
/*.wllcase {
margin-top: -3px !important;
height: 12px;
cursor: pointer;
padding: 6px 10px 9px 10px !important;
-moz-border-radius: 3px;
-webkit-border-radius: 0px;
width: 100px;
position: relative;
float: right;
font-size: 12px;
width: auto;
margin-right: 3px;
border-radius: 16px;
line-height: 14px;
margin-left: 10px;
}*/
/*.doccontrols a {
color: white !important;
font-weight: bold !important;
font-size: 11px !important;
text-shadow: none;

color: #2A4280 !important; text-shadow: 1px 1px 1px white; font-weight:bold !important; font-size:11px !important;
}*/
.spanrad {
color: black;
}
.openstatus.wllcase a {
color: black !important;
}
.wllcase img {
border-radius: 50px;
}

br.clearfix {clear:both;display:block;height:1px;margin:-1px 0 0 0;
}
.playembedcont {position:absolute; top:2px;left:3px; cursor:pointer; }
/*.doccontrols { width:500px; margin-top:0px !important; border:0px !important; padding:3px !important; font-size:9px !important; text-align:center !important; color: white !important; font-weight:bold; cursor:pointer;height:0px; right:0px !important; position:absolute;}*/
.opendoc.wllcase {
background: rgb(183, 102, 102);
}
.opendoc.wllcase a {
color: white !important;
text-decoration:none;
}

.wallpostmaindata {
width: auto !important;
}
    .postimage {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .postimage > img {
        border-radius: 25px;
    }
    .newterm.wllcase {
        display: none;
    }
 .wallembeded {
display: inline-block !important;
overflow: hidden;
padding-bottom: 0 !important;
width: 100%;
margin-top: 4px !important;
word-break: break-word;
}
    .commentboximagecom {
        float: left;
        margin-right: 5px;
    }
    .commentboximagecom > img {
        height: 30px;
        border-radius: 15px;
        margin: 0;
        margin-top: 1px;
    }
    p.post-contols > * {
        float: left;
        margin-right: 10px;
    }
    p.post-contols {
        margin: 0;
        overflow: hidden;
    }
    .comment-item {
        padding: 5px;
    }
    abbr.timeago {
        font-size: 12px;
    }
    .postimagecommentbody > p {
        margin: 0;
        font-size: 12px;
    }
.wallembeded .cscnt {
    float: left;
    margin-right: 5px;
    padding: 2px 4px !important;
    margin-bottom: 5px;
    background: none;
    margin-top: 0 !important;
    color: #333;
    border-left: 2px solid #d1d1d1;
    border-radius: 0px;
    margin-right: 15px;
}
    .tskmembers.wllcase {
        display: none;
    }
    .tskproperties.wllcase {
        display: none;
    }
    .openactivity.wllcase {
        display: none;
    }
    .docposldog {
        display: none;
    }
    .doccontrols {
        float: right;
        margin-top:0 !important;
        padding-bottom: 0 !important;
        margin-right: 0;
    }   
    .doccontrols > .openstatus {
  margin-right: 0 !important;
}
.postmain * {
    text-shadow:none !important;
}
.doccontrols > div {
float: left;
height: 30px;
line-height: 30px;
padding: 0 !important;
padding-left: 10px !important;
padding-right: 10px !important;
margin-right: 5px;
border: 1px solid #999;
border-radius: 15px;
margin-bottom: 5px;
margin-top:0 !important;
position:relative;
}
    .wallpostmaindata > p {
        margin: 1px;
        word-break: normal;
    }
    .postmain {
        padding: 7px;
        margin-bottom: 5px;
    }
    .docradnik.wllcase > img {
        height: 20px;
        border-radius: 10px;
        margin-top: 5px;
        margin-right: 5px;
    }
    .docradnik.wllcase > * {
        float: left;
    }


/*.doccontrols a{color: #2A4280 !important; text-shadow: 1px 1px 1px white; font-weight:bold !important; font-size:11px !important;}*/
/*.docposldog {position: relative;float: right;cursor: pointer;padding: 3px !important;width: 15px;height: 15px;margin-right: 5px !important;margin: -2px 2px 0px !important}
.spanrad {margin-top: 0px;top: -4px !important;position: relative;padding: 2px 7px 7px 5px;border-bottom: 0px !Important;font-size: 11px;color: #2A4280;}
.openstatus {margin-top: 0px !important;height: 20px;border-bottom: 0PX !important;position: relative;float: left;}*/
/*.wllcase {background: rgb(248, 248, 248);margin-top: -3px !important;height: 11px;cursor: pointer;padding: 3px 5px 6px 5px !important;-moz-border-radius: 3px;-webkit-border-radius: 0px;width: 100px;position: relative;border: 1px solid rgb(179, 179, 179) !important;float: right;font-size: 11px;width: auto;margin-right: 3px;}
.wllcase img {margin-top: -2px;margin-left: -4px;height: 18px;}*/
.openactivity {display:none !important;}
.newterm {display:none !important;}
.tskproperties {display:none !important;}
.tskmembers  {display:none !important;}
.tskmemberslist {position:relative !important;margin-top: 0px !important; border:0px !important; height:auto !important; width:487px;display:none !important;margin-left:58px; padding-bottom:10px !important }
.openwindoc {background: red !important; color: Black !important; margin-left: 5px !important; padding:4px !important;height:18px !important; cursor:pointer !important;}
/*.postimage {width:50px; height: 50px; margin-right:8px; border: 0px !important; float:left; margin-top: 0px !important; padding:0px !important; overflow:hidden;}*/
/*.commentboximagecom {position:relative; left:0px !important;width:32px; height: 32px; margin-right:8px; border: 0px !important; float:left; margin-top: 0px !important; padding:0px !important; overflow:hidden;}*/
.posthead  {margin-left:58px; border: 0px !important;}
.postimagecommentbody {margin-left:40px !important; margin-top:3px !important; border:0px !important;}
.wall #poster {margin-bottom: 20px; display:none;}
.followimg:hover {
  opacity: 0.75;
}
.followimg {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  cursor: pointer;
}
.followingcontdiv {
  position:relative; 
  display:block; 
  width:210px;
  overflow:visible; 
  clear:both; 
  margin-bottom:0px; 
  padding:2px; 
  margin-top:0px;
}
.followingconthead {position:relative;display:block; overflow:visible; border-top:1px solid #e2e2e2; background: #F2F2F2; font-weight:bold; font-size:12px; font-family: Arial; height:18px; padding-top:4px; padding-left:3px;}
.followingcontfoot {clear:both; display:block; position:relative; width:60px; color: #3B59BB; font-size:10px; padding:5px; cursor: pointer;}
.wallfollowingimg{width:38px;}
.newdocopen {border:0px;margin-left:0px; position:relative;width:20px !important; margin-top:2px!important; padding:0px !important; position:relative; left:10px; top:0px; height:20px; background: url(http://elastyc.net/images/opiskomponente/wallnewdocopen.gif) 0px 0px no-repeat; float:left; cursor:pointer}
.newlinkinsert {border:0px;margin-left:5px; position:relative;width:20px !important; margin-top:2px!important; padding:0px !important; position:relative; left:10px; top:0px; height:20px; background: url(http://elastyc.net/images/opiskomponente/wallnelinkinsert.gif) 0px 0px no-repeat; float:left;cursor:pointer}
.wdcmc{float:left; height: auto !important;}


.wall #poster textarea{width: 538px; height: 35px;}
.wall #poster iframe {border:0 none;  text-align:center; width:86%;}
.commentboximagecom img {
border-radius: 50px;
}
.followimg img {
  border-radius: 14px;
  float: left;
}
.followerdisplayname {
  overflow: hidden;
  padding-left: 5px;
  line-height: 28px;
  color: white;
  font-size: 12px;
}
/*.wall .posts .uploadFile[fileid]:after {*/
    /*content:attr(filename);*/
    /*color:white;*/
/*}*/
/*.wall .posts .uploadFile[fileid]:before {*/
    /*display:none;*/
/*}*/
/*.wall .posts .uploadFile[fileid] {*/
    /*width: auto;*/
    /*color: transparent;*/
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
/*}*/
textarea#comments {
    margin-top: 0;
    text-indent: 5px;
}
textarea#comments::placeholder {
    color: #6e6e6e !important;
}
.file-box {
    margin-top: 5px;
    overflow: hidden;
    border-radius:2px;
}
.com-file > i {
    float: left;
    color: #FFF;
    margin-right: 5px;
    line-height: 17px;
}
.wall .posts .uploadFile {
    float: right;
    height: 30px;
    width: 30px;
    color: #FFF;
    background: rgb(62, 156, 238);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor:pointer;
}
.wall .posts .comment-box .fileinput {
    display:none;
}
.wall .posts .wall-post-comment {
    cursor:pointer;
    float: right;
    width: 50px;
    height: 30px;
    border: none;
    margin-top: 1px;
    color: white;
    background:rgb(250, 207, 94);
}
.wall .posts .post-comment:hover {
    background:#BB9A43;
}
.wall .posts .uploadFile:hover {
    background:rgb(50, 125, 190);
}
/*.wall #poster #uploadFile {background: url(http://elastyc.net/images/opiskomponente/iconSet.png) 0px 0px no-repeat; width: 16px; height: 27px;  float:left;} */
/*.wall #poster #uploadFile:hover {background: url(http://elastyc.net/images/opiskomponente/iconSet.png) 0px -27px no-repeat; cursor: pointer;}*/
.wall #poster .iframe {border:1px solid #CCCCCC; height:60px; margin:5px 0; width:543px;}

.wall #poster #closeUpload {background: url(http://elastyc.net/images/opiskomponente/iconSet.png) -112px 0px no-repeat; width: 27px; height: 27px; float: right;} 
.wall #poster #closeUpload:hover {background: url(http://elastyc.net/images/opiskomponente/iconSet.png) -140px 0px no-repeat; cursor: pointer;} 
.wall #poster .button {display:block; float: right; width: 85px; background: #5872a7; font-size: 12px; border: 1px solid #1a356e; font-weight:bolder; padding-top: 4px; padding-bottom: 4px; color: white; }
.wall .doclink {
color: white;
cursor: pointer;
background: rgb(44, 133, 44);
padding: 2px 8px 2px 11px;
font-size: 12px;
border-radius: 12px;
}
/*.wall .doclink {
color: white;
cursor: pointer;
background: rgb(44, 133, 44);
padding: 2px 8px 2px 11px;
font-size: 12px;
border-radius: 12px;
white-space: nowrap;
overflow: hidden;
max-width: 90%;
margin-bottom: -5px;
display: inline-block;
text-overflow: ellipsis;
}*/
label#lblnoposts {
  position: absolute;
  top: 50px;
  left: 220px;
  top: 120px;
  position: absolute;
  left: 290px;
  font-size: 19px;
  color: #777;
}
a.linak {
position: absolute;
z-index: 5;
top: 40px;
left: 10px;
}
.wall .bbb {display:none !important;width: 250px; height: 40px; background: url(http://elastyc.net/images/opiskomponente/bcgnewtaskwall.jpg); padding: 5px 5px; color: white; margin-top:10px; cursor:pointer;}
.wall .posts {font-size: 11px; width: 770px; clear:both; position:relative;}
.wall .posts p {font-size: 13px; line-height:16px;}
.wall .posts p span {color: #6a7dcf;}
.wall .posts p span.doc {display: block;}
/*.wall .post-contols{margin-left:58px;}*/
.wall .posts p a.file {font-size:10px; display: block; margin-bottom: 4px;}
.wall .posts p a.file:hover {color: #96b2e4;}
/*.wall .posts div {margin-top: 10px; padding-bottom: 8px; display: block;}*/
.wall .posts iframe {border:0 none; text-align:center; width:86%; height:260px;}
.wall .posts #wallupliframe {border:0 none; text-align:center; width:86%;height:245px!important;}
/*.wall .posts .uploadFile {background: url(http://elastyc.net/images/opiskomponente/iconSet.png) 0px 0px no-repeat; width: 16px; height: 10px; margin: 0px; float: left; border:0px !important; margin-top:3px;} */

/*.wall .posts .uploadFile {*/
/*background: url(http://elastyc.net/images/opiskomponente/iconSet.png) no-repeat;*/
/*width: 30px;*/
/*background-position: 8px 7px;*/
/*height: 30px;*/
/*margin: 0px;*/
/*float: left;*/
/*border: 0px !important;*/
/*}*/

/*.wall .posts .uploadFile:hover {background: url(http://elastyc.net/images/opiskomponente/iconSet.png) 0px -27px no-repeat; cursor: pointer;}*/
.wall .posts .iframe {border:1px solid #CCCCCC; height:60px; margin:5px 3px; width:300px;}
.wall .posts #walliframe {border:1px solid #CCCCCC;  text-align:center; width:473px!important; height:75px; margin:5px 0;  height: 80px !important; overflow: hidden;}

.wall .posts .closeUpload {background: url(http://elastyc.net/images/opiskomponente/iconSet.png) -112px 0px no-repeat; width: 27px; height: 27px; float: right; border: 0px; margin: 0px;} 
.wall .posts .closeUpload:hover {background: url(http://elastyc.net/images/opiskomponente/iconSet.png) -140px 0px no-repeat; cursor: pointer;} 
.wall .posts .naziv {
color: #333;
font-weight: bold;
font-size: 14px;
}
.wall .posts .naziv:hover {text-decoration: underline; cursor:pointer;}
/*.wall .posts .comment-box {
padding: 3px;
font-size: 12px;
margin-top: 1px;
margin-left: 58px;
border: 0px !important;
}*/
.wall .posts .comment-box {
padding: 5px;
font-size: 12px;
margin-top: 5px;
margin-left: 45px;
border: 0px !important;
}
.wall .posts .comments-body{
    border-bottom:0px !important; padding-bottom:0px !important; 
/*    margin-top:3px !important;*/
}
.wall .posts .comment-box h5.naziv {font-size: 10px; margin: 0px; }
/*.wall .posts .comment-box textarea {width:660px;font-family: Arial, sans-serif;font-size: 13px;color: #444; padding: 2px !important; margin-left:10px;line-height: 23px;border: 1px solid #E6E3E3;}*/
.wall .posts .comment-box textarea {
font-family: Arial, sans-serif;
font-size: 13px;
color: #444;
display: block;
width: 100% !important;
padding: 2px !important;
line-height: 23px;
border: 1px solid #E6E3E3;
box-sizing: border-box;
min-height:30px;
}
.comareawrap {
overflow: hidden;
}
/*.wall .posts .comment-box .file {
display: inline-block;
margin-right: 100%;
margin-top: 0px !important; 
}*/
.wall .posts .comment-box .datum {color: #333; display:block; margin-left: 2px;}
.wall .posts .comment-box .text{ width:350px; font-size:12px; word-wrap: break-word;}
.wall .posts .comment {font-size: 10px; display: inline; margin-left: 15px; }
.wall .posts .datum {font-size: 10px; color: #ccc; width: 250px;}
.wall .posts .text {
white-space: pre-wrap;
font-size: 14px;
word-wrap: break-word;
font-weight:100;
}
/*.wall .posts .post-comment{display:none; margin-left: 357px; width: 118px; background: #5872a7; font-size: 12px; font-weight:bolder; border: 1px solid #1a356e; color: white; }*/
.wall .posts .liked {font-size: 10px; padding-left: 21px;}nt
.wall .posts .unlike {background: url(http://elastyc.net/images/opiskomponente/thumbsDown.gif) no-repeat 7px ;}
.wall .posts .like {background: url(http://elastyc.net/images/opiskomponente/thumbsUp.gif) no-repeat 7px;}
.wall .posts .suLajkovali  {background: #eceff5; width:475px; padding: 3px; font-size: 10px; margin-top: 5px; margin-left: 58px;}
.wall .posts .alert {padding: 0.3em; border-bottom: 1px #eee solid;}
.wall .posts .alert.new-alert {background: #dae8f1;}
.wall .posts .alert span.delete {width: 1.1em; height: 15px; color: #49618d; float: right; margin-right: 20px; padding: 4px 2px;}
.wall .posts .alert span.delete:hover {background: #49618D; color: white; cursor: pointer;}
.wall .foot-control {background: #eceff5; padding: 7px; width: 525px;}
.wall .foot-control a {font-size: 12px; margin-left: 10px;}
.wall .loading {display: none;}
.wall #poster textarea.uploaded {width: 400px !important;}
.wall #poster .button.uploaded {margin-left: 424px;}
.wall #poster .file {height:56px; margin-left:479px; margin-top:-53px; width:50px; background: #ECEFF5; display: none;}
.wall #fileUpload {display: none;}
.wallpeopledivhdr {background: #eaeaea; height: 14px; border-bottom:1px solid; padding: 4px; font-weight:bold;}
.phoneresultline{height:20px;width:427px;padding 3px; margin-bottom:3px;}
.phoneresultname{width:230px;float:left; font-size:12px; font-weight:bold;padding:3px;}
.phoneresultlinephone{width:75px; float:left; cursor:pointer; background: #eaeaea; padding:2px; border:1px solid #333; -moz-border-radius:3px; -webkit-border-radius: 3px; margin-left:5px; height: 14px;text-align:center;}
#phoneresult{ display:none; position:absolute; top:42px; left:2px; width:440px; height:320px; background:white; z-index:40000; overflow-y:auto; }
.flexigridsetings{width:16px; height: 16px; background: url(http://elastyc.net/images/opiskomponente/ajaxgridunlock.png) no-repeat; position:absolute; top:7px; right:-8px; cursor:pointer;}
.flexigridsetingson{width:16px; height: 16px; background: url(http://elastyc.net/images/opiskomponente/ajaxgridlock.png) no-repeat; position:absolute; top:7px; right:-8px; cursor:pointer;}
.flexigrid div.cDrag div {width:0px;}
.wall .posts .comments-body .morecomments {color: rgb(45, 88, 163); margin-top: 10px;margin-left: 58px;padding: 5px;font-style: italic;cursor: pointer;display: none;font-weight: bold;font-size: 12PX;margin-bottom: 6PX;}
.wall .posts .comments-body .hiddencomments {display:none; padding-bottom: 0px;margin-top: 0px;border-bottom: none;}
.nextalert {width: 100px;height: 28px;background: #C40000;float: right;margin-top: 9px;margin-right: 3px;border-radius: 3px;color: white;font-size: 12px;font-family: arial;text-align: center;line-height: 27px;font-weight: bold;display:none;}
#transbutton {
position: absolute;
right: 30px;
z-index: 3;
line-height: 1px;
margin-top: 2px;
color: white;
padding: 5px;
background: rgb(83, 160, 83);
border: 1px solid white;
border-radius: 2px;
cursor: pointer;
}
#authbutton {
position: absolute;
right: 9px;
z-index: 3;
line-height: 1px;
margin-top: 2px;
color: white;
padding: 5px;
background: rgb(83, 160, 83);
border: 1px solid white;
border-radius: 2px;
cursor: pointer;
}
.dynmultichk {display:inline-block !important;}
.labelcont {
    height: 30px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    width: 100% !important;
}
.fusiontable > div > div {
    float: left;
    padding: 5px;
}
tr.recordlabels {
    color: rgb(56, 56, 136);
    font-weight: bold;
}        
.tpimg {
    background: url('http://elastyc.net/images/tooltip_icon.png') no-repeat;
    background-position: 50%;
    background-size: 100%;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 5px;
}
.dyntooltip span {
    white-space: normal;
}
.updateselectopt {
position: absolute;
right: -24px;  margin-top: -1px !important;
border: 1px solid #C5C5C5 !important;
padding: 2px;
line-height: 10px;
height: 16px !important;
border-radius: 3px;
width: 16px !important;
background: #eee !important;
cursor: pointer;
line-height: 12px;
}
input[dyntip='file'] {
    padding-top: 4px;
    padding-bottom: 1px;
    padding-left: 2px !important;
}
.removefused img {
    width: 20px;
}
.editfused img {
    width:20px;
}
div.editfused {
    text-align: center;
}
div#fusedmrak {
    position: absolute;
    top: 0;
    left: -2px;
    width: 100%;
    bottom:-300px;
    background: white;
    opacity:0.7;
    z-index: 5;
}
span.rcrdval {
    line-height: 20px;
}
.removefused {
    height: 16px;
    line-height: 15px;
    padding-left: 9px;
    padding-right: 6px;
    margin-top: 0px;
    border-radius: 4px;
    color: white;
    font-size: 10px;
    text-align: center;
}
div.closecont {
    right: 20px;
    display: inline-block;
    position: absolute;
    top: 10px;
    font-size: 20px;
}
.fusiontable tr {
    border-bottom: 1px solid #DBDBDB;
    border-left: 1px solid #eaeaea;
}
.fusiontable tbody {
    border-top: 1px solid #dbdbdb;
}
table.fusiontable td {
    padding: 5px;
    font-size: 13px;
    border-right: 1px solid #eaeaea;
}
iframe#fileuplifrm {
    position: absolute;
    background: white;
    z-index: 5;
    height: 34px;
    width: 460px;
    border: none;
}
td.tdremove {
    width: 70px;
}
td.recordsort {
    font-size: 18px;
    width: 30px;
    text-align: center;
}
table.fusiontable {
    width: 100%;
    margin-top: 30px;
    left: 500px;
    table-layout: fixed;
    white-space: pre-wrap;
}
a.linak {
    position: absolute;
    top: 40px;
    left: 10px;
}
.fusiontable span {
    white-space: nowrap;
}
td.recordlabel.remove {
    width: 60px;
}
td.recordlabel.sort {
    width: 30px;
}
span.filename {
    width: 100%;
	text-align:left;
	padding-left:10px;
}
span.filechoser {
    padding: 0px 10px;
}
label.filelabel {
    border: 0px;
	}
.dyninputfield[type='file'] {
    min-width: 160px;
}
.dyntooltip {
    height: auto;
    position: absolute;
    z-index: 5;
    margin-left: 5px;
    padding: 5px;
    white-space: nowrap;
    border-radius: 2px;
    background: #FDFDFD;
    text-align: center;
    border: 1px solid #FFE976;
    max-width: 260px;
}
div#actionalert {
    position: absolute;
    font-size: 16px;
    margin-left: 3px;
    color: rgb(121, 121, 218);
    bottom: 21px;
    left: 520px;
}
.dyn-form input {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open sans',sans-serif;
    background: #FCFCFC;
    border-radius: 2px;
}
.trhead {
    display: none !important;
}
img.pvtfield {
position: absolute;
right: 6px;
height: 20px;
opacity: 0.3;
bottom:7px;
pointer-events:none;
display:none;
}
.boxic, .boxicreq, .boxicnum, .boxicdat, .boxicnumreq, .boxicdatreq {font-family:'Open Sans' !Important}
.chkwrapper .lbltxt {
    font-size: 14px !important;
}
.chkwrapper input {
    margin: 4px !Important;
    height: 16px;
}
.cscntvr {
    font-size: 14px;
}
p.subjekt {
    font-size: 14px !Important;
    font-weight: 600;
}
.dyn-form select {
    position: relative;
    border: 1px solid #ccc;
    box-shadow: 1px 1px #F5F5F5 inset;
    border-radius: 2px;
    font-size: 14px !important;
    color: #333 !important;
    line-height: 30px;
    height: 30px;
    background-color: rgb(252, 252, 252);
    font-family: 'Open sans',sans-serif;
    font-weight: 600 !important;
    color: black !Important;
}
div.dyntooltipcont {
    position: relative;
    left: 0;
    height: 1px;
    width: 1px;
    float: left;
}
.chkwrapper {
display: inline-block;
}

.dyninput {
    /*float: left;*/
}
.dyntooltip {
top:15px;
}
.labelcont .applybut {
float: right !important;
font-size: 10px;
font-weight: normal;
cursor: pointer;
}
div.srctagx {
position: absolute;
right: 7px;
top: 4px;
font-size: 18px;
}
.chkdropdown {
    position: absolute;
    z-index: 5;
    border-radius: 2px;
    margin-top: 3px;
    padding: 9px 2px 12px 8px;
    background: white;
    min-width: 150px;
    border: 1px solid rgba(153, 153, 153, 0.62);
}
div.mclist {
    padding-top: 5px;
    border-radius: 5px;
    padding-left: 5px;
    margin-right: 7px;
}
span.mclbl {
    height: 19px;
    padding: 4px;
    vertical-align: top;
    padding-top: 0px;
    line-height: 16px;
    margin-right: 22px;
    display: inline-block;
    padding-bottom: 5px;
    color: rgb(103, 103, 126);
}
.chkdropdown input[type="checkbox"] {
    display:none;
}
.chkdropdown input[type="checkbox"] + label span {
display: inline-block;
width: 14px;
height: 14px;
margin: -1px 4px 0 0;
vertical-align: middle;
background: rgba(171, 171, 171, 0.50);
opacity: 1;
background-size: 11px;
cursor: pointer;
background-position: 2px 1px;
border: 1px solid rgba(171, 171, 171, 0.50);
border-radius: 5px;
}
.chkdropdown input[type="checkbox"] + label span:hover {
    background: url(http://elastyc.net/images/checked.png) 50% no-repeat rgba(171, 171, 171, 0.25);
    background-size:14px;
    opacity: 1;
    border: 1px solid rgba(171, 171, 171, 0.25);
}
.chkdropdown input[type="checkbox"]:checked + label span {
background: url(http://elastyc.net/images/checked.png) 50% no-repeat white;
background-size: 14px;
opacity: 1;
border: 1px solid rgba(171, 171, 171, 0.25);
}
div.squaredFour {
    width: 21px;
    height: 20px;
    display: inline;
}
.dynfields {
    position: relative;
	margin-right: 1% !important;
}
div.inptooltipcont {
    display: inline-block;
}
div.poljenumfield {
    float: left !important;
}
span.numdivider {
    line-height: 45px;
    display: inline-block;
    float: left;
    margin-right: 6px;
    margin-left: 2px;
    font-size: 18px;
    padding-top: 6px;
}
.boxic[type="button"] {
    background: #73A5FF !important;
    border: none;
    height: 30px;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: white;
    font-size: 14px;
}
.dynfields .poljenumfield {
    float: left !important;
}
.dynfields {
    display:block;
}