123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996 |
- /*!
- * Rainbow stylesheet - Default v.1.0
- * Homepage: https://chamilo.org
- * Author: Alex Aragón <alex.aragon@beeznest.com>
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * Based on Bootstrap v3
- */
- html {
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
- }
- body {
- margin: 0;
- font-family: Verdana, Helvetica, Arial, sans-serif !important;
- line-height: 1.72222;
- background: url('images/bg.png') center center repeat-x;
- color: #666;
- }
- a {
- color: #162A83;
- text-decoration: none;
- }
- a:hover,
- a:focus {
- color: #666;
- text-decoration: none;
- }
- a:focus {
- outline: none;
- }
- .logo-ofaj{
- padding: 5px;
- margin-bottom: 0;
- margin-top: 0;
- }
- .home-information{
- margin: 0;
- padding: 0;
- }
- .home-information .title{
- position: static;
- font-size: 16px;
- margin-top: 20px;
- margin-bottom: 12px;
- font-weight: bold;
- color: #162A83;
- }
- .home-information .item-icon{
- text-align: center;
- }
- .home-information .item-icon .circle .fa{
- color: #FFF;
- }
- .home-information .item-icon .circle{
- width: 75px;
- height: 75px;
- line-height: 90px;
- border-radius: 50%;
- background: #162A83;
- display: inline-block;
- }
- #sessionList .list-group .title{
- font-size: 12px;
- font-weight: normal;
- display: inline !important;
- }
- #session-block .list-group .list-group-item{
- float: left;
- }
- #courseList .list-group .title{
- font-size: 12px;
- font-weight: normal;
- display: inline !important;
- }
- #course-block .list-group .list-group-item{
- float: left;
- }
- .title{
- position: static;
- font-size: 25px;
- margin-top: 32px;
- margin-bottom: 12px;
- font-weight: bold;
- color: #07578A;
- }
- .title a:hover{
- color: #666;
- }
- .page-faq .title, .page-contact .title{
- margin-top: 15px;
- margin-bottom: 10px;
- }
- .ui-widget-content{
- color: #666;
- }
- .ui-widget-header{
- color: #666;
- }
- .page-inscription .page-header{
- border: none;
- }
- .page-inscription .page-header h2{
- font-size: 25px;
- font-weight: bold;
- color: #07578A;
- }
- .title-green{
- position: static;
- font-size: 25px;
- margin-top: 32px;
- margin-bottom: 12px;
- font-weight: bold;
- color: #96BD0D;
- }
- .title-green a:hover{
- color: #666;
- }
- .list-faq{
- border: 1px solid #e5e5e5;
- border-radius: 5px;
- margin-top: 25px;
- padding-top: 20px;
- padding-bottom: 20px;
- margin-bottom: 20px;
- }
- .list-items-faq{
- list-style: none;
- padding: 0;
- margin: 0;
- }
- .list-items-faq a{
- color: #666;
- }
- .list-items-faq a:hover{
- color: #07578A;
- }
- .list-faq .list-title{
- font-size: 16px;
- font-weight: bold;
- }
- .block-faq .title{
- font-size: 20px;
- font-weight: bold;
- margin-bottom: 30px;
- color: #07578A;
- }
- .page-faq{
- padding-left: 30px;
- padding-right: 30px;
- }
- .block-faq .panel-default {
- box-shadow: none;
- }
- .block-faq .panel-default .panel-heading{
- font-weight: bold;
- font-size: 16px;
- background: transparent;
- }
- .back_to_top{
- font-size: 16px;
- text-align: center;
- }
- .back_to_top_wrap{
- cursor: pointer;
- position: fixed;
- right: 0;
- top: 50px;
- display: none;
- }
- .back_to_top_wrap:hover{
- color: #FFFFFF;
- }
- .navbar-right{
- margin-right: 0;
- }
- .partners{
- text-align: left;
- }
- .partners a{
- display: inline-block;
- padding-left: 10px;
- padding-right: 10px;
- }
- footer #footer_right{
- text-align: right;
- }
- /* Menu Option */
- .item-menu{
- text-align: center;
- }
- .item-menu a{
- color: #fff !important;
- font-size: 15px;
- }
- .navbar-collapse{
- padding: 0;
- }
- .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
- background-color: #8A3BA2;
- }
- #formLogin .input-group .input-group-addon .fa{
- color: #162A83;
- }
- .grid-courses .items .image .user-actions .btn .fa{
- color: #162A83;
- }
- .hot-courses .grid-courses .items .toolbar{
- display: none;
- }
- .hot-courses .grid-courses .items{
- min-height: 220px;
- }
- #latest_pages .section-title{
- margin-bottom: 35px;
- }
- .statistics{
- padding-top: 20px;
- padding-bottom: 20px;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .section-notice{
- padding-top: 20px;
- padding-bottom: 20px;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .section-notice .items{
- padding-left: 10px;
- padding-right: 10px;
- }
- .section-notice .items .description .title{
- margin-top: 10px;
- }
- .section-notice .items .title a{
- color: #162A83;
- font-size: 14px;
- font-weight: 700;
- }
- .section-notice .items .title a:hover{
- color: #666666;
- font-weight: 700;
- }
- .section-notice .items .image .sonata-media-block-media-container img,
- #latest_blocks .container.section-notice .items .image .sonata-media-block-feature-media-container img{
- width: 100%;
- height: 100%;
- }
- .section-notice .items .date{
- color: #888;
- padding-top: 5px;
- padding-bottom: 10px;
- }
- .section-global #breadcrumb-bar{
- display: none;
- }
- .grid-courses .session .session-name{
- color: #E53140;
- }
- .grid-courses .items.session{
- min-height: 230px;
- border: 1px solid #19BF69;
- }
- .section-title{
- font-size: 28px;
- color: #96BD0D;
- text-align: center;
- }
- .statistics .icon-color{
- color: #96BD0D;
- }
- .statistics .number{
- color: #96BD0D;
- font-weight: 700;
- }
- .statistics .text{
- color: #162A83;
- }
- .statistics .items{
- padding: 0;
- margin: 0;
- list-style: none;
- margin-left: 90px;
- }
- .statistics .items li{
- display: inline-block;
- padding-right: 10px;
- }
- .statistics .items li h2{
- padding: 0;
- margin: 0;
- }
- .welcome-home-top-temp{
- padding: 0;
- margin: 0;
- }
- #content-section, #page-wrap{
- margin-bottom: 250px;
- }
- .welcome-home-top-temp h1{
- color: #E53140;
- }
- .welcome-home-top-temp p{
- font-size: 20px;
- }
- #carousel-announcement .carousel-indicators .active{
- background: #162A83;
- }
- .carousel-indicators li{
- border: none;
- }
- #carousel-announcement .carousel-indicators li{
- width: 15px;
- height: 15px;
- }
- .carousel-control{
- opacity: 1;
- }
- .carousel-control:focus, .carousel-control:hover{
- opacity: 1;
- color: #162A83;
- }
- .form-horizontal .progress{
- margin-top: 10px;
- }
- .navbar{
- border-radius: 0;
- }
- .navbar {
- background: #96BD0D;
- border: none;
- }
- .nav li a{
- padding: 10px 20px;
- }
- .navbar-nav li a{
- font-weight: bold;
- line-height: 25px;
- padding-top: 12.5px;
- padding-bottom: 12.5px;
- }
- .navbar-collapse{
- overflow: hidden !important;
- }
- .navbar-default .navbar-nav > li > a:focus,
- .navbar-default .navbar-nav > li > a:hover {
- color: #A4DC2D;
- }
- .navbar-default .navbar-nav > .active > a,
- .navbar-default .navbar-nav > .active > a:hover,
- .navbar-default .navbar-nav > .active > a:focus{
- color: #fff;
- background:#6B1D82;
- }
- .navbar-default .navbar-nav > li > a{
- color: #333333;
- }
- .navbar-default .navbar-nav > .open > a,
- .navbar-default .navbar-nav > .open > a:hover,
- .navbar-default .navbar-nav > .open > a:focus{
- background: #07578a;
- }
- .navbar-nav > li > .dropdown-menu{
- min-width: 100%;
- margin-top: 2px;
- border-radius: 4px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- }
- .navbar-default .navbar-nav > .open > .dropdown-menu{
- padding: 3px 4px;
- }
- .navbar-default .navbar-nav > .open > .dropdown-menu > li > a{
- padding: 6px 9px;
- border-radius: 4px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- font-weight: normal;
- }
- .navbar-right .dropdown .dropdown-toggle{
- padding-top: 7px;
- padding-bottom: 7px;
- }
- .dropdown-toggle .img-circle{
- border: 2px solid #ccc;
- }
- .navbar-default .navbar-nav > .open > a,
- .navbar-default .navbar-nav > .open > a:hover,
- .navbar-default .navbar-nav > .open > a:focus{
- background-color: #6B1D82;
- padding-bottom: 7px;
- padding-top: 7px;
- color: #FFF;
- }
- .navbar-default .navbar-nav > li > a:focus,
- .navbar-default .navbar-nav > li > a:hover{
- color: #FFF;
- }
- .nav > li > a:hover, .nav > li > a:focus{
- background-color: transparent;
- }
- .btn-primary{
- background-color: #162A83;
- border-color: #162A83;
- }
- .btn-primary:hover{
- background-color: #000080;
- border-color: #000080;
- }
- .page-inscription .btn-default{
- background-color: #162A83;
- border-color: #162A83;
- color: #FFF;
- }
- .page-inscription .dropdown-toggle.btn-default{
- background-color: #FFF;
- border-color: #CCC;
- color: #333;
- }
- #extra_terms_datedenaissance_alt{
- background: #FFF;
- }
- .navbar-inverse li a{
- line-height: 30px;
- background: none !important;
- font-size: 12px;
- font-weight: normal;
- padding-top: 5px;
- padding-right: 10px;
- padding-left: 10px;
- padding-bottom: 5px;
- }
- .navbar-fixed-top .navbar-collapse{
- min-height:auto;
- }
- .navbar-inverse .navbar-brand{
- padding: 10px;
- font-size: 14px;
- height: auto;
- }
- .navbar-form .form-control{
- height: 25px;
- padding: 6px;
- }
- .navbar-fixed-top{
- min-height: 40px;
- }
- .navbar-fixed-top .dropdown-menu li a{
- line-height: 20px;
- }
- .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{
- color: #ffffff;
- }
- .navbar-inverse li a:hover {
- background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d) !important;
- background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d) !important;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)) !important;
- background-image: linear-gradient(#020202, #101112 40%, #191b1d) !important;
- background-repeat: no-repeat !important;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0) !important;
- -webkit-filter: none !important;
- filter: none !important;
- border-left-color: transparent !important;
- }
- .navbar-inverse .dropdown-menu li a:hover,
- .navbar-inverse .dropdown-menu li a:focus{
- background:#3C4147 !important;
- color: #fff;
- }
- .grid-courses .items .title{
- font-size: 12px;
- font-weight: bold;
- min-height: 35px;
- }
- .badge-warning{
- background-color: #6D237D;
- }
- .breadcrumb{
- padding: 8px 15px;
- margin-bottom: 21px;
- list-style: outside none none;
- background-color: #ECF0F1;
- font-size: 12px;
- }
- .panel-default{
- border-color: #ddd;
- }
- .panel-default .panel-heading{
- color: #666;
- background-color:#ECF0F1;
- border-color: #ECF0F1;
- }
- .menu-column .nav li a img{
- vertical-align: middle;
- }
- .form-horizontal .control-label{
- font-size: 12px;
- }
- .panel-default .panel-heading h4{
- font-size: 12px;
- }
- .question_row_score .title-score .total{
- background: #162A83;
- color: #FFF;
- border: none;
- }
- .ribbon{
- background: #2c539e; /* Old browsers */
- background: -moz-linear-gradient(top, #2c539e 0%, #1a265e 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(top, #2c539e 0%,#1a265e 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to bottom, #2c539e 0%,#1a265e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#1a265e',GradientType=0 ); /* IE6-9 */
- border: none;
- }
- .ribbon h4{
- color: #FFF;
- }
- /* Jquery UI */
- .ui-accordion .ui-accordion-icons{
- padding-left: 0.2em;
- }
- /* End Jquery UI */
- .footer .pre-footer{
- padding-bottom: 5px;
- padding-top: 5px;
- margin-bottom: 10px;
- }
- footer .sub-footer{
- background-color:#ECECEC;
- padding-top: 20px;
- padding-bottom: 20px;
- }
- footer{
- color: #333333;
- }
- footer a{
- color: #666666;
- }
- footer a:hover{
- color: #96BD0D;
- }
- .navbar-default .navbar-brand {
- color:white;
- }
- .navbar-default .navbar-collapse, .navbar-default .navbar-form{
- border-color: #00677C;
- }
- .navbar-default .navbar-toggle{
- border: none;
- background-color: #000080;
- }
- .navbar-default .navbar-toggle .icon-bar{
- background-color: #ffffff;
- }
- .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
- background-color: #00677C;
- }
- .page-header{
- margin: 10px 0 10px;
- }
- #user_form .form-horizontal{
- font-size: 13px;
- }
- .form-horizontal .holder{
- border: none;
- }
- .form-horizontal .ul.holder li.bit-input input{
- width: 514px;
- border: 1px solid #cccccc !important;
- }
- legend{
- font-size: 18px;
- }
- .legend .panel-body{
- font-size: 13px;
- }
- .items .sonata-media-block-media-container{
- float: left;
- padding-right: 10px;
- padding-top: 5px;
- }
- #carousel-announcement .carousel-indicators li{
- border: 1px solid #162A83;
- }
- .ofaj-search .text-info{
- color: #888;
- }
- .ofaj-search .col-sm-8{
- width: 50.666%;
- }
- .ofaj-search .col-sm-2{
- width: 17.667%;
- }
- .ofaj-search .col-sm-2.control-label{
- width: 31.667%;
- font-weight: normal;
- }
- .required:before {
- content: "* ";
- color: #f00;
- }
- #breadcrumb-bar #view_as_link {
- padding-top: 0px;
- margin-right: 5px;
- }
- .sticky-footer {
- padding-bottom: 0;
- }
- .navbar-brand{
- display: none;
- }
- .block-items-admin{
- font-size: 12px;
- }
- .cookieUsageValidation{
- background-color: #ECECEC;
- color: #666;
- position: fixed;
- z-index: 999;
- width: 100%;
- padding: 15px 10px;
- border-bottom: 2px solid #D8D8D8;
- }
- .cookieUsageValidation .more{
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .cookieUsageValidation .more a{
- color: #96BD0D;
- }
- .cookieUsageValidation .link{
- cursor: pointer;
- margin-left: 10px;
- padding: 6px 12px;
- margin-bottom: 0;
- font-size: 12px;
- font-weight: 400;
- line-height: 1.42857143;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- border: 1px solid #6B1D82;
- border-radius: 4px;
- background-color: #6B1D82;
- color: #FFF;
- }
- .cookieUsageValidation .link:hover{
- color: #FFF;
- background-color: #162A83;
- border-color: #162A83;
- }
- .question-result .dl-horizontal {
- display:none;
- }
- /* Large desktop */
- @media (min-width: 1200px) {
- }
- /* Portrait tablet to landscape and desktop */
- @media (min-width: 768px) and (max-width: 979px) {
- .grid-courses .items{
- height: 300px;
- }
- .statistics .items {
- margin-left: 0;
- text-align: center;
- }
- .section-title {
- font-size: 25px;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .hot-courses .grid-courses .items {
- height: 220px;
- }
- .page-faq{
- padding-left: 10px;
- padding-right: 10px;
- }
- .home-information .title {
- font-size: 14px;
- margin-top: 20px;
- }
- .container.home-information p {
- font-size: 12px;
- }
- .home-information .item-icon .circle {
- width: 50px;
- height: 50px;
- line-height: 60px;
- }
- .home-information .item-icon .circle .fa {
- font-size: 2em;
- }
- .partners{
- text-align: center;
- padding-top: 30px;
- }
- footer #footer_right {
- text-align: center;
- }
- .block-faq .title {
- font-size: 16px;
- margin-bottom: 15px;
- }
- .page-faq .title, .page-contact .title {
- margin-top: 5px;
- margin-bottom: 5px;
- font-size: 20px;
- }
- .breadcrumb{
- font-size: 12px;
- }
- #user_image_block{
- display: none;
- }
- }
- /* Landscape phone to portrait tablet */
- @media (min-width: 480px) and (max-width: 641px) {
- .navbar-nav li a {
- padding-top: 6.5px;
- padding-bottom: 6.5px;
- font-weight: normal;
- }
- .navbar-default .navbar-collapse, .navbar-default .navbar-form {
- border: none;
- }
- .dropdown.avatar-user {
- text-align: right;
- }
- .item-menu{
- width: 100%;
- text-align: left;
- border-bottom: 1px solid #85A70A;
- }
- .grid-courses .col-xs-12{
- width: 48%;
- }
- .statistics .items{
- margin-left: 0;
- }
- .statistics .items li h2{
- padding: 0;
- margin: 0;
- font-size: 25px;
- text-align: center;
- display: inline-block;
- }
- .statistics .items li{
- display: inline-block;
- width: 100%;
- text-align: center;
- }
- #user_image_block{
- display: none;
- }
- .notification-panel{
- display: none;
- }
- .partners {
- padding-bottom: 20px;
- padding-top: 20px;
- text-align: center;
- }
- footer #footer_right {
- text-align: center;
- }
- }
- /* Landscape phones and down */
- @media (max-width: 480px) {
- .header-logo-top{
- display: none;
- }
- #user_image_block{
- display: none;
- }
- .navbar-nav li a {
- padding-top: 6.5px;
- padding-bottom: 6.5px;
- font-weight: normal;
- }
- .navbar-default .navbar-collapse, .navbar-default .navbar-form {
- border: none;
- }
- .dropdown.avatar-user {
- text-align: right;
- }
- .item-menu{
- width: 100%;
- text-align: left;
- border-bottom: 1px solid #85A70A;
- }
- #carousel-announcement{
- min-height: auto;
- }
- .navbar-default .navbar-toggle {
- border: none;
- background-color: #6B1D82;
- }
- .navbar-default .navbar-toggle:focus,
- .navbar-default .navbar-toggle:hover {
- background-color: #72376E;
- }
- .avatar-user .user-body{
- padding-left: 10px;
- padding-right: 10px;
- }
- .avatar-user .user-body a{
- border-bottom: 1px solid #CCC;
- }
- .statistics .items {
- padding-top: 15px;
- padding-bottom: 15px;
- padding-left: 0;
- padding-right: 0;
- margin: 0;
- list-style: none;
- margin-left: 0;
- text-align: center;
- }
- .section-title {
- font-size: 20px;
- text-align: left;
- }
- .section-notice .items .description{
- font-size: 12px;
- }
- .section-notice .items .description .title {
- margin-top: 10px;
- line-height: 16px;
- }
- .section-notice .items {
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 10px;
- border-bottom: 1px solid #ccc;
- }
- .partners {
- padding-bottom: 10px;
- padding-top: 10px;
- text-align: center;
- }
- .partners a {
- padding-bottom: 10px;
- padding-top: 10px;
- }
- footer #footer_right {
- text-align: center;
- }
- .page-faq {
- padding-left: 0;
- padding-right: 0;
- }
- .block-faq .title {
- font-size: 16px;
- font-weight: bold;
- margin-bottom: 20px;
- color: #07578A;
- }
- .list-faq ul{
- list-style: none;
- padding-left: 18px;
- margin: 0;
- }
- .block-faq .panel-default .panel-heading {
- font-weight: bold;
- font-size: 14px;
- background: transparent;
- line-height: 20px;
- }
- .list-faq .list-title {
- font-size: 15px;
- font-weight: bold;
- margin: 10px 0;
- }
- .page-faq .title {
- font-size: 16px;
- font-weight: bold;
- margin: 10px 0;
- }
- .grid-courses .items.session {
- border: 1px solid #19BF69;
- }
- .pull-right {
- float: left !important;
- }
- .navbar-brand{
- display: block;
- }
- .statistics .items li h2{
- padding: 0;
- margin: 0;
- font-size: 25px;
- text-align: center;
- display: inline-block;
- }
- .statistics .icon-color.fa-4x{
- font-size: 3em;
- }
- .statistics .items li{
- display: inline-block;
- width: 100%;
- }
- .statistics .text{
- font-size: 12px;
- }
- .actions img{
- padding: 0;
- border: none;
- width: 30px;
- }
- .form-group{
- margin-bottom: 5px;
- }
- .actions .form-inline{
- margin-right: 0;
- }
- .actions fieldset {
- margin-top: 10px;
- }
- .actions .form-inline .form-group,
- #settings .form-inline .form-group{
- display: inline-block;
- margin-bottom: 0;
- vertical-align: middle;
- }
- #settings .form-control{
- width: 65%;
- display: inline-block;
- }
- .list-items-admin{
- padding-left: 15px;
- }
- .admin-edit-block.pull-right{
- float: right !important;
- }
- .view-options{
- display: none;
- }
- .home-information p{
- font-size: 12px;
- }
- .home-information .title{
- font-size: 14px;
- }
- .home-information .item-icon .circle {
- width: 50px;
- height: 50px;
- line-height: 58px;
- }
- .home-information .item-icon .circle .fa-3x{
- font-size: 2em;
- }
- #panel-scorm .panel-body{
- padding: 0;
- }
- #learning_path_toc{
- margin-top: 10px;
- }
- #panel-scorm.panel-body{
- padding: 0;
- }
- #panel-scorm .image-avatar{
- padding-top: 0;
- }
- .notification-panel{
- display: none;
- }
- footer .sub-footer {
- background-color: #ECECEC;
- padding-top: 0;
- padding-bottom: 0;
- }
- .sticky-footer {
- position: relative;
- bottom: 0;
- width: 100%;
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .chatboxmain{
- width: auto;
- right: 0;
- }
- .chatboxmain .chatboxheadmain{
- padding: 0 5px;
- }
- .chatboxcontent{
- width: auto;
- }
- }
|