body {
}
a,
.table-hove tr,
accordion .list-group,
.table-list tbody .tr,
.big-grid tr {
    cursor: pointer;
}
accordion .list-group {
    margin-bottom: 10px !important;
}
accordion .list-group:last-child {
    margin-bottom: 0px !important;
}
accordion accordion .panel-group {
    margin-bottom: 0px !important;
}
.logo_img {
    max-height: 240px;
    max-width: 700px;
}

.vuz_name {
    color: #777;
}

.bg-text {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 9.5px;
    word-wrap: break-word;
}

.field-img {
    max-width: 680px;
}

.navbar-nav > li .input-group {
    padding-bottom: 8px;
    padding-top: 8px;
}

.contact-img {
    width: 100%;
}

fieldset {
    margin-bottom: 15px !important;
}

blockquote {
    font-size: 14px !important;
}

 span.bg-danger,
 span.bg-warning,
 span.bg-info {
     padding: 5px;
 }

 td span.bg-danger {
     background-color: #f2dede;
 }
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.text {
    -moz-transform: rotate(270deg); /* Для Firefox */
    -ms-transform: rotate(270deg); /* Для IE */
    -webkit-transform: rotate(270deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(270deg); /* Для Opera */
    transform: rotate(270deg);
}

.sveden_note_panel {
    position: fixed;
    height: 143px;
    z-index: 1100;
    cursor: pointer;
}
.sveden_note_panel_info {
    position: relative;
    width: 530px;
    padding: 10px;
    margin: 0px;
    z-index: 100;
    float: left;
}
.sveden_note_hide_btn {
    position: relative;
    width: 20px;
    background-color:#ff6600 !important;
    height: 100%;
    top: 5px;
    z-index: 101;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 6px;
    float: left;
    padding-top: 60px;
    padding-left:2px;
}

.sveden_note_hide_btn span {
    color: white;
}
.sveden_note_hide_btn:hover {
    background-color: #999999;
}

.navbar-collapse::-webkit-scrollbar {
    width: 20px;
}
.navbar-collapse::-webkit-scrollbar-track {
    background-color: lightgray;
}
.navbar-collapse::-webkit-scrollbar-thumb {
    background-color: lightblue;
}

/*education*/
.actual_date_count_students {
    font-size: 10pt;
    color: grey;
}


.vikon-section {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.vikon-nav-left {
    float: left;
    height: 100%;
    max-width: 25%;
}

div #vikon-content .form-group .vikon-content {
    padding: 2%;
}
#vikon-content {
    height: 100%;
    float: left;
    padding: 2%;
}

.vikon-nav-right {
    height: 100%;
    float: left;
    max-width: 25%;
}

.clear {
    clear: both;
}
#vikon-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}
#page_content p, #page_content td {
    white-space: pre-line;
}
.row ul li {
    list-style-type: none;
}



.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
  content: "\e000";
}

.icon-cart:before {
  content: "\e007";
}

.icon-cart-2:before {
  content: "\e008";
}

.icon-heart:before {
  content: "\e009";
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
  content: "\e00a";
}

.icon-star:before {
  content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
  content: "\e00c";
}

.icon-arrow-right:before {
  content: "\e00d";
}

.icon-arrow-left:before {
  content: "\e003";
}

.icon-truck:before {
  content: "\e00e";
}

.icon-remove:before {
  content: "\e00f";
}

.icon-cog:before {
  content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
  content: "\e011";
}

.icon-minus:before {
  content: "\e012";
}

.bh-icon-smiley:before {
  content: "\e001";
}

.bh-icon-sad:before {
  content: "\e002";
}

.icon-file:before {
  content: "\e004";
}

.icon-remove-2:before {
  content: "\e005";
}

/* Button 1 */
.btn-1 {
  border: 3px solid #fff;
  color: #fff;
}

/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
  color: #0e83cd;
  background: #fff;
}
.btn-6d {
border: 2px dashed #226fbe;
}
 
.btn-6d:hover {
background: transparent;
color: #226fbe;
}
