/*notification*/
.dropbtn {
    /*margin: 6px 10px 0 0;*/
    /*color: white;*/
    /*padding: 5px;*/
    /*font-size: 10px;*/
    border: none;
}

.bgRed{
    background-color: red;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 250px;
    height: 250px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


div .dropdown1 .dropdown {
    position: relative;
    /*display: inline-block;*/
}
.catBody{
    /*border: 2px solid #f5f5f5;*/
    background: #FFFFFF;
    padding: 20px 2px 0 0;
    margin: 0;
}
.catBody2{
 margin-right:0;
}
.topicHead{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 19px;
    color: #ffA500;
}

.dropdown-content {
    display: none;
    position: fixed;
    right: 23px;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    display: block;
    color: black;
    padding: 12px 0 16px 12px;
    text-decoration: none;
    display: block;
    font-size: 10px;
}

.dropdown-content a:hover {background-color: #ddd;}

div .dropdown1 .dropdown:hover .dropdown-content {display: block;}

div .dropdown1 .dropdown:hover .dropbtn {background-color: #3e8e41;}





a:-webkit-any-link {
    text-decoration: none;
    color: black;
}

.tabhed{
    font-size: 32px;
    color: #0e2646;
}
.please{
    background:  #bce8f1;
}

.fmControl{
    display: inline;
    width: 27%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.nav-pills a {
    text-decoration: none;
    color: #0c0c0cf5;
    font-size: 10px;
    font-weight: 800;
}

.dropdown-menu a, .dropdown-submenu a{
    font-weight: 300 !important;
}
/*nav ul{*/
    /*height: 200px;*/
    /*overflow-y: scroll;*/
/*}*/

.nav-pills a:active {
    text-decoration: none;
    color: white;
    font-size: 13px;
}
/*.nav-pills a:hover,.nav-pills a:focus {*/
    /*text-decoration: none;*/
    /*color: #0e2747;*/
    /*font-size: 12px;*/
/*}*/


.dropdown-submenu {
    position: relative;

}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border: transparent;
    list-style: none;

}
.no_display{
    display: none;
}
.noShadow{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu,.dropdown-menu:active,.dropdown-menu:hover,.dropdown-menu:visited{
    font-size: 11px;
    background-color: transparent;
    border: none;
}
.dropdown-submenu, .dropdown-submenu:active,.dropdown-submenu:hover,.dropdown-submenu:visited{
    font-size: 10px;
    background-color: transparent;
}

#privateC, ul li a#boarding, ul li a.boardingS,
#privateU, ul li a.privateUniversities,
ul li a#day, ul li a.dayS,
ul li a.publics,#private,#public{
    /*color: #8f919d;*/
    color: #0c0c0cf5;
    font-size: 11px;
    font-weight: 600 !important;
    background-color: transparent;
    z-index: 3;

}

/*.dropdown1:hover .dropdown-content {display: block;}*/
/*.dropdown1:hover .dropdown-content2 {display: none;}*/
.dropdown2:hover .dropdown-content2 {display: block;}
ol, ul {
    list-style: none;
}

.activeul{
    color: red;
}

.marginTop{
    margin-top: -12px !important;
}
#privateC:focus, ul li a#boarding:focus,
ul li a.boardingS:focus,
#privateU:focus,ul li a#day:focus,
ul li a.dayS:focus,
ul li a.privateUniversities:focus,
#privateC:active, ul li a#boarding:active,
ul li a.boardingS:active,
#privateU:focus,ul li a#day:active,
ul li a.dayS:active,
ul li a.privateUniversities:active,
#privateC:hover,ul li a#boarding:hover,
ul li a.boardingS:hover,
#privateU:hover,ul li a#day:hover,
ul li a.dayS:hover,
ul li a.privateUniversities:hover, ul li a.publics:focus,
ul li a.publics:active, li a.publics:hover,
#private:focus,#private:active,#private:hover,
#public:focus, #public:active, #public:hover{
    color: green;
}


.navbar-default{
    width: 100%;
    z-index: 100;
}

@media (max-width: 767px) {
    .img-responsive{
        max-width: 50%;
        min-width: 200px;
    }

}
header{
    /*background: url("../../images/bootPracticeImages/lake.png") center center  no-repeat;*/
    background-size: cover;
    height: 240px;
}
.scrollable{
    overflow-x: hidden;
    height: 767px;
    overflow-y: scroll;
    white-space: nowrap;
}



.scrollable2{
    overflow-x: hidden;
    height: 100px;
    overflow-y: scroll;
    white-space: nowrap;
}
.scrollable2 .dropdown-menu, .dropdown-submenu{
    top: 8px !important;
    left: -26px !important;
    margin-top: 0 !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}


.sidenav{

    /*width: 200px;*/
    position: relative;
    z-index: 1;
    /*border-right: solid;*/
    background: #ebeef1;
    border-radius: 4px;
    -webkit-transition: background .3s;
    transition: background .3s;
    /*z-index: 0;*/
    /*background-color:  #0e2747;*/
    /*overflow-y: auto;*/
    /*white-space: nowrap;*/

    /*left: -122px;*/
    /*padding-top: 20px;*/


}

.breadc{
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    background: inherit;
    z-index: 4;
}
@media only screen and (max-width: 768px){
    .breadc {
        top: 52px;
    }
    .commentWrapper{
        /*left: 3%;*/
    }
}

.supportFooter{
    position: relative;
    z-index: 3;
    /*bottom: -67px;*/
}
.sidebar{
    /*padding-bottom: 30px;*/
    z-index: 4;
}

.posAlignSidebar{
    position: relative;
    left: -107px;
    /*top: 66px;*/
    padding-bottom: 37px!important;
}

.goBack:hover{
    color: #0f3e68;
}


@media (min-width: 768px) {
    .commentWrapper{
        /*left: -4%;*/
    }
    .sidebar {
        display: block;
        position: fixed;
        top: 104px;
        bottom: 84px;
        left: 2px;
        /*z-index: 1;*/
        display: block;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
       min-height: 110px;
    }
}

.bgcompanyBlue{
    background: #0e2645;
    color: yellow;
    border-radius: 15px;
}
.bgcompanyBlue2{
    background:#e2e4e6;
    color: yellow;
    border-radius: 15px;
}


.nav>li>a:hover {
    /*text-decoration: none;*/
    background-color: transparent ;
}
.sidenav a {
    /*!*padding: 6px 8px 6px 16px;*!*/
    /*font-size: 12px;*/
    /*color: #818181;*/
    display: block;
}

.buton{
    /*border-radius: 36px;*/
}

/*.sidenav a:hover{*/
    /*color: #f1f1f1;*/
/*}*/

/*.main{*/
/*margin-left: 100px;*/
/*}*/

/*.sidenav a:hover{*/
    /*color: #f1f1f1;*/
/*}*/


.search-button{
    /*margin-left: -15px;*/
    height: 34px;
    border: none;
    border-radius: 5px;
    background: yellow;
    font-size: 23px;
    color: #0e2747;

}
.contentDiv{
    color: #0e2747;

}

.clickable{
    cursor: pointer;
    color: #0f3e68;
    font-size: 13px;
}
.clickable:hover{
    text-decoration: underline;
}

.search-button:hover{
    background: #0f3e68;



}


.search-bar{

    border: none;
    height: 51px !important;

}

@media only screen and (min-width: 768px){
    .search-bar{width: 768px !important;}
}

/*p::first-letter {*/
/*font-size: 200%;*/
/*color: black;*/
/*}*/

.dropCap::first-letter{
    font-size: 40px;
}

.mailBG{
    background: grey;
}
.commentBg{
    background: white;
}
.appointmentBg{
    background: #d5eef3;
}

.commentWrapper {
    border: 0.5px solid yellow;
    border-radius: 22px;
    padding: 20px;
    position: relative;
    /*left: -5%;*/

}
/*body,html{*/
    /*height: 100%;*/
    /*margin: 0;*/
    /*background: #7F7FD5;*/
    /*background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);*/
    /*background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);*/
/*}*/

.chat{
    margin-top: auto;
    margin-bottom: auto;
}
.card{
    height: 500px;
    border-radius: 15px !important;
    background-color: rgba(0,0,0,0.4) !important;
}
.contacts_body{
    padding:  0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}
.msg_card_body{
    overflow-y: auto;
}
.card-header{
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 0 !important;
}
.card-footer{
    border-radius: 0 0 15px 15px !important;
    border-top: 0 !important;
}
.container{
    align-content: center;
}
.search{
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color:white !important;
}
.search:focus{
    box-shadow:none !important;
    outline:0px !important;
}
.type_msg{
    /*background-color: rgba(0,0,0,0.3) !important;*/
    /*border:0 !important;*/
    color: #101023 !important;
    border-radius: 22px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    /*min-height: 60px !important;*/
    overflow-y: auto;
}
.type_msg:focus{
    box-shadow:none !important;
    outline:0px !important;
}
.attach_btn{
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.send_btn{
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.search_btn{
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.contacts{
    list-style: none;
    padding: 0;
}
.contacts li{
    width: 100% !important;
    padding: 5px 10px;
    margin-bottom: 15px !important;
}
.active{
    background-color: rgba(0,0,0,0.3);
}
.user_img{
    height: 70px;
    width: 70px;
    border:1.5px solid #f5f6fa;

}
.user_img_msg{
    height: 40px;
    width: 40px;
    border:1.5px solid #f5f6fa;

}
.img_cont{
    position: relative;
    height: 70px;
    width: 70px;
}
.img_cont_msg{
    height: 40px;
    width: 40px;
}
.online_icon{
    position: absolute;
    height: 15px;
    width:15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 0.2em;
    right: 0.4em;
    border:1.5px solid white;
}
.offline{
    background-color: #c23616 !important;
}
.user_info{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
    text-decoration: underline;
}
.user_info span{
    font-size: 20px;
    color: white;
}
.user_info p{
    font-size: 10px;
    color: rgba(255,255,255,0.6);
}
.video_cam{
    margin-left: 50px;
    margin-top: 5px;
}
.video_cam span{
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
}
.msg_cotainer{
    margin-top: auto;
    margin-bottom: auto;
    border: solid 1px lightgray;
    /*margin-left: 10px;*/
    border-radius: 25px;
    /*background-color: #82ccdd;*/
    padding: 10px;
    position: relative;
}
.replyContainer{
    margin-top: auto;
    margin-bottom: auto;
    border: solid 1px lightgray;
    /*margin-left: 10px;*/
    /*border-radius: 25px;*/
    /*background-color: #82ccdd;*/
    padding: 10px;
    position: relative;
}
.msg_cotainer_send{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 25px;
    background-color: #78e08f;
    padding: 10px;
    position: relative;
}
.msg_time{
    /*position: absolute;*/
    /*top:3px;*/
    /*left: 0;*/
    /*bottom: -15px;*/
    color: rgba(35, 16, 2, 0.5);
    font-size: 10px;
}
.msg_time_send{
    position: absolute;
    right:0;
    bottom: -15px;
    color: rgba(255,255,255,0.5);
    font-size: 10px;
}
.msg_head{
    position: relative;
}
#action_menu_btn{
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
}
.giveWith{
    /*margin-left: 25px;*/
    width: 501px;
    margin-top: 10px;
}
.goComment{
    margin-right: 7px;
    position: relative;
    top: -29px;
    right: -444px;
    border-radius: 82px;
    z-index: 3;
}
.action_menu{
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}
.action_menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.action_menu ul li{
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.action_menu ul li i{
    padding-right: 10px;

}
.action_menu ul li:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,0.2);
}
@media(max-width: 576px){
    .contacts_card{
        margin-bottom: 15px !important;
    }
}

.borderLeftClass {
     border: 1px solid #ccc;
     border-radius: 4px 0 0 4px;
 }
.borderRightClass {

    border-radius: 0 4px 4px 0;
 }
.heightPosition {
    height: 34px;
    position: relative;
    margin-top: -3%;
}

.borderRightHeight {
    border-radius: 0 4px 4px 0;
    height: 34px;
    position: absolute;
}
.heightClass{
    height: 34px;
}

.goReplyCss {
    position: absolute;
    bottom: 3%;
    margin-left: 2%;
}

.marginToTop {
    margin-top: 10px;
    padding: 15px;
    background-color: white;
}

.dottedLine {
    border-bottom: dotted 0.7px lightgray;
}
.dottedBorder{
    border: dotted 0.7px lightgray !important;
}

.marginToBottom {
    margin-bottom: 20px;
}

.marginSides {
    margin: 0 10px 0 -5px;
}

.no_border {
    border: none;
}
.formWidth{
    width:100%;
}

.clientAppointmentForm{
    border-radius: 7px;
    border: none;
    margin: 20px 0;
    color: #3e4e1a;
    padding: 20px;
}
.submitForm{

    border-radius: 50%;
    height: 94px;
    width: 94px;
    background: #dc937a69;
    padding: 27px 0 0 14px;
    color: white;
    -webkit-transform: rotate(-44deg);
    margin: -10px;
    border: solid 0.7px lightgray;
}
.submitForm2{

    border-radius: 50%;
    height: 77px;
    width: 77px !important;
    color: #ffffff !important;
    background: #0e2644 !important;
    box-shadow: none;
    text-shadow: none;
    padding: 25px 12px;
    font-weight: normal;
    border: none;
    border-width: 5px !important;
    border-style: solid !important;
    border-color: yellow !important;
    -webkit-transform: rotate(-16deg);
    /*margin: -19px 0 0 -6px;*/
    /*border: solid 0.7px lightgray;*/
}
.submitForm:hover{
    background: yellow;
    color:  #dc937a69;
}
.submitForm2:hover{
    background:yellow !important;
    color:  #0e2644 !important;
    border-color: #FFFFFF !important;
    text-decoration: none;
}
.fontBlue{
    color:  #0e2644
}

.formBg {
    background-color: #69d2e7;
}
.formHeader:before {
    content: "★";
    color: #974826;
    font-size: 20px;
    font-family: verdana;
}
.formHeader:after {
    content: "★";
    color: #974826;
    font-size: 20px;
    font-family: verdana;
}
.formHeader{
    font-size: 30px;
    /*font-family: ;*/
}

.lab{
    font-size: 9px;
    top: -17px !important;
    position: relative;
}

.navBtn {
    color: yellow;
    border-right: solid yellow;
    /*border-left: solid yellow;*/
}
.navBtn:hover{
    color: #FFFFFF;
}

/*.cancel:hover {*/
    /*background:  #0e2644 ;*/
/*}*/

.commentsArea {
    background-color: white;
}

.searchedTopic {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #4381b5 !important;
}

.searchContentWrapper {
    background: #fff;
    /*border: 1px solid #e9e5e5;*/
    color: #222;
    min-height: 460px;
    padding: 45px 46px;
    position: relative;
    word-wrap: break-word;
}
p{
    font-size: 14px;
    color: #585858;
    line-height: 1.55em;
    word-wrap: break-word;
    margin: 0 0 9px;
}










.bar {
    display: block;
    height: 5px;
    width: 50px;
    background-color: #EF8354;
    margin: 10px auto;
}

.button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}



.nav-right.visible-xs {
    z-index: 3;
}

.hidden-xs {
    display: none;
}

.middle {
    margin: 0 auto;
}

.bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.nav-right.visible-xs .active .bar {
    background-color: #FFF;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.button.active .top {
    -webkit-transform: translateY(15px) rotateZ(45deg);
    -moz-transform: translateY(15px) rotateZ(45deg);
    -ms-transform: translateY(15px) rotateZ(45deg);
    -o-transform: translateY(15px) rotateZ(45deg);
    transform: translateY(15px) rotateZ(45deg);
}

.button.active .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
}

.button.active .middle {
    width: 0;
}

.move-to-left {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
}

nav {
    /*padding-top: 30px;*/
}

.sidebar-list {
    padding: 0;
    margin: 0;
    /*list-style: none;*/
    position: relative;
    /*margin-top: 150px;*/
    text-align: center;
}

.sidebar-item {
    /*margin: 30px 0;*/
    /*opacity: 0;*/
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.sidebar-item:first-child {
    -webkit-transition: all .7s .2s ease-in-out;
    -moz-transition: all .7s .2s ease-in-out;
    -ms-transition: all .7s .2s ease-in-out;
    -o-transition: all .7s .2s ease-in-out;
    transition: all .7s .2s ease-in-out;
}

.sidebar-item:nth-child(2) {
    -webkit-transition: all .7s .4s ease-in-out;
    -moz-transition: all .7s .4s ease-in-out;
    -ms-transition: all .7s .4s ease-in-out;
    -o-transition: all .7s .4s ease-in-out;
    transition: all .7s .4s ease-in-out;
}

.sidebar-item:nth-child(3) {
    -webkit-transition: all .7s .6s ease-in-out;
    -moz-transition: all .7s .6s ease-in-out;
    -ms-transition: all .7s .6s ease-in-out;
    -o-transition: all .7s .6s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

.sidebar-item:last-child {
    -webkit-transition: all .7s .8s ease-in-out;
    -moz-transition: all .7s .8s ease-in-out;
    -ms-transition: all .7s .8s ease-in-out;
    -o-transition: all .7s .8s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

.sidebar-item.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.sidebar-anchor {
    /*color: #FFF;*/
    text-decoration: none;
    font-size: 1.8em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
}

.sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.sidebar-anchor:hover:before {
    width: 100%;
}

.ua {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.fa {
    font-size: 1.4em;
    color: #EF8354;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ua:hover .fa {
    color: #FFF;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

@media (min-width: 480px) {
    .nav-list {
        display: block;
    }
}

@media (min-width: 768px) {
    .nav-right {
        position: absolute;
    }
    .hidden-xs {
        display: block;
    }
    .visible-xs {
        display: none;
    }
}

.topicContent {
    margin: 15px 0 0 0;
    background: #ffffff;
    padding: 10px;
    word-break: normal;
}

.topicDescription {
    border: 2px solid #f5f5f5;
}