@font-face {
    font-family: 'IntroCondRegular';
    src: url('/fonts/introcondensed_regular_cyrillic/intro_cond_regular-webfont.eot');
    src: url('/fonts/introcondensed_regular_cyrillic/intro_cond_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/introcondensed_regular_cyrillic/intro_cond_regular-webfont.woff2') format('woff2'),
         url('/fonts/introcondensed_regular_cyrillic/intro_cond_regular-webfont.woff') format('woff'),
         url('/fonts/introcondensed_regular_cyrillic/intro_cond_regular-webfont.ttf') format('truetype'),
         url('/fonts/introcondensed_regular_cyrillic/intro_cond_regular-webfont.svg#intro_cond_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'IntroBoldCaps';
    src: url('/fonts/intro_boldcaps_cyrillic/intro_bold_caps-webfont.eot');
    src: url('/fonts/intro_boldcaps_cyrillic/intro_bold_caps-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/intro_boldcaps_cyrillic/intro_bold_caps-webfont.woff2') format('woff2'),
         url('/fonts/intro_boldcaps_cyrillic/intro_bold_caps-webfont.woff') format('woff'),
         url('/fonts/intro_boldcaps_cyrillic/intro_bold_caps-webfont.ttf') format('truetype'),
         url('/fonts/intro_boldcaps_cyrillic/intro_bold_caps-webfont.svg#introbold_caps') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "IntroRegular";
    src: url("/fonts/IntroRegular/Intro_regular.ttf");
    url("/fonts/IntroRegular/Intro_regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


.swfupload {
    position: absolute;
    z-index: 1;
    outline-style: none;
    outline-width: 0;
    width: 100%;
    height: 100%;
}
.charCounter {
    text-align: right;
    color: #777;
    font-size: 0.9em;
}

.smart-form .btn {
    padding: 6px 12px;
}

.smart-form .label {
    color: #999;	
}

.combodate select {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0 10px;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
}

.actionLinks {
    text-align: right;
    font-size: 1.2em;
}
.actionLinks a {
    padding: 0 3px;
}

.showOnEditFields {
    display: none;
}
.editFields .showOnEditFields {
    display: block;
}
.editFields .hideOnEditFields {
    display: none;
}


.topTitle.affix {
    top:0;
    width: 100%;
    z-index: 9999;
    background: url(/img/mybg.png) #f0f0f0;
    border-bottom: 1px solid #ddd;
}
.note-editor.note-frame.fullscreen { z-index: 10000 !important; }
@media (max-width: 979px) {
  .topTitle.affix .hide-m { display: none; }	
  .dropzone .dz-default.dz-message {margin-left: 50px; margin-top: 20px; }
}
.header-btn {
    margin-left: 0.7em;
}

#articleForm h1 {
    margin-bottom: 7px;
}
p {
	margin: 0 0 9px !important;
}
.modal-open .modal {
	z-index: 10000;
}


    
.jarvisDialog {
    border: none;
    border-radius: 0;
}

.jarvisDialog .ui-widget-header {
    display: none;
}

.jarvisDialog .jarviswidget {
    padding: 0;
    margin: 0;
} 

.smart-form .textarea textarea {
     resize: vertical !important;
}

#add-event-form .bg-color-blue, #calendar .bg-color-blue {
	background-color: #3656a9 !important;
}
#add-event-form .bg-color-blueLight, #calendar .bg-color-blueLight {
	background-color: #551784 !important;
}
#add-event-form .bg-color-red, #calendar .bg-color-red {
	background-color: #b00000 !important;
}
#add-event-form .bg-color-greenLight, #calendar .bg-color-greenLight {
	background-color: #6a5746 !important;
}
#add-event-form .bg-color-orange, #calendar .bg-color-orange {
	background-color: #ff6600 !important;
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
	.page-title { display: block; font-size: 12px; }
	.page-title span { font-size: 10px; }
}
