12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337 |
- /*!
- * 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;
- }
- .big_icon img{
- box-shadow: none;
- border: none;
- }
- .big_icon img:hover{
- box-shadow: none;
- border: none;
- }
- 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: transparent;
- font-size: 12px;
- }
- .breadcrumb a{
- color: #6B1D82;
- }
- .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;
- }
- /* bar progress */
- .progress{
- background: #FFF;
- border: 1px solid #162A83;
- border-radius: 0;
- text-shadow:none;
- }
- .progress-bar{
- color: #162A83;
- }
- .progress-bar-success{
- background-color: #96bd0d;
- }
- .scorm-header .progress-bar-success{
- background-color: #772583;
- }
- .scorm-header .progress-bar{
- color: #FFF;
- }
- .page-header{
- color: #162a83;
- border-bottom: none;
- font-weight: bold;
- }
- /* table ofaj */
- .table-ofaj{
- border-top: 1px solid #96bd0d;
- margin-top: 20px;
- }
- .table-ofaj .table-header{
- font-size: 14px;
- color: #162a83;
- }
- .table-ofaj .table-header th{
- border-bottom: 2px solid #96bd0d;
- padding-top: 20px;
- }
- .table-ofaj tbody tr td{
- border-top: 1px solid #96bd0d;
- }
- /* 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;
- }
- .bootstrap-select .dropdown-toggle.bs-placeholder,
- .bootstrap-select .dropdown-toggle.bs-placeholder:active,
- .bootstrap-select .dropdown-toggle.bs-placeholder:focus,
- .bootstrap-select .dropdown-toggle.bs-placeholder:hover{
- height: 30px;
- }
- .bootstrap-select .dropdown-toggle.bs-placeholder.btn-default{
- border: 1px solid;
- border-color: #162a83;
- border-radius: 0;
- }
- .bootstrap-select .dropdown-toggle.btn-default{
- border: 1px solid;
- border-color: #162a83;
- border-radius: 0;
- }
- .bootstrap-select .dropdown-toggle.btn-default.active,
- .bootstrap-select .dropdown-toggle.btn-default:active,
- .bootstrap-select.open .dropdown-toggle.btn-default{
- background-color: #162a83;
- color: #FFF;
- }
- .bootstrap-select .dropdown-menu{
- border-color: #162a83;
- }
- .dropdown-toggle.bs-placeholder.btn-default{
- border-color: #162a83;
- border-radius: 0;
- }
- .bootstrap-select.btn-group .dropdown-toggle .caret{
- color: #82BB25;
- }
- .bootstrap-select .dropdown-menu li a:focus,
- .bootstrap-select .dropdown-menu>li>a:hover{
- background-color: #162a83;
- color: #FFF;
- }
- .main-question .question_title img{
- display: none;
- }
- .main-question {
- border-color: #FFFFFF;
- }
- .main-question .question_title,
- .main-question .question_description,
- .main-question .question_options{
- color: #162A83;
- }
- .main-question .question_title{
- font-size: 16px;
- }
- .question-list-description-block select.selectpicker{
- display: block!important;
- }
- .exercise-container{
- padding: 10px;
- }
- .exercise-container .title{
- color: #162a83;
- margin: 0;
- }
- .exercise-container .title h2{
- padding: 0;
- margin: 0;
- }
- .exercise-container .description{
- color: #162a83;
- }
- .exercise-container .attempts{
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .exercise-container .attempts-status{
- list-style: none;
- display: block;
- padding:0;
- margin: 0;
- }
- .exercise-container .attempts-status li{
- display: inline-block;
- }
- .exercise-container .details{
- padding-top: 10px;
- padding-bottom: 10px;
- color: #162a83;
- }
- .btn-exercise,
- .form-actions .btn-warning{
- background-color: #84bd00;
- border-color: #84bd00;
- border-radius: 0;
- font-weight: bold;
- font-size: 12px;
- }
- .btn-exercise:hover,
- .form-actions .btn-warning:hover{
- background-color: #772583;
- border-color: #772583;
- }
- .form-actions .btn-info{
- background-color: #162A83;
- border-color: #162A83;
- border-radius: 0;
- font-weight: bold;
- font-size: 12px;
- }
- .form-actions .btn-info:hover{
- background-color: #772583;
- border-color: #772583;
- }
- .exercise-btn{
- margin-top: 10px;
- }
- .mejs-container.svg.mejs-audio{
- width: 100%!important;
- height: 250px!important;
- margin-bottom: 30px;
- }
- .mejs-container.mejs-audio .mejs-layers{
- background: url(images/audio-background.jpg) center center;
- background-size: cover;
- height: 250px!important;
- width: 100%!important;
- }
- .mejs-container.mejs-audio .mejs-layers .mejs-poster.mejs-layer{
- background: url(images/icon-sound.png) no-repeat center center;
- display: inline-block !important;
- height: 250px!important;
- width: 100%!important;
- }
- .mejs-container.mejs-audio .mejs-controls{
- background: rgba(255,255,255,0.45)
- }
- #exercise-description.panel-default{
- color: #162A83;
- }
- #exercise-description.panel-default{
- border: none;
- }
- #exercise-description.panel-default .panel-heading{
- background: none;
- }
- .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
- width: 350px;
- margin-bottom: 5px;
- }
- .question_options ul.exercise-draggable-answer{
- list-style: none;
- padding: 0;
- margin: 0;
- }
- ul.exercise-draggable-answer.list-inline li{
- float: none;
- width: 100%;
- }
- ul.exercise-draggable-answer .touch-items{
- background: #FFFFFF;
- border-radius: 0;
- border-color: #162a83;
- padding: 5px;
- color: #162a83;
- text-align: left;
- }
- ul.exercise-draggable-answer .touch-items:hover{
- background: #772583;
- color: #FFFFFF;
- }
- .question_options .droppable-item{
- background-color: #84bd00;
- color: #FFF;
- padding: 10px;
- }
- .question_options .droppable-item .number{
- font-size: 16px;
- font-weight: bold;
- width: 30px;
- display: inline-block;
- }
- .question_options .droppable{
- background: none;
- border: none;
- border-radius: 0;
- display: inline-block;
- width: 95%;
- }
- .question_options .droppable .gallery .exercise-draggable-answer-option{
- background: #FFF;
- border: 1px solid #162a83;
- text-align: left;
- border-radius: 0;
- margin-left: 20px;
- float: left;
- color: #162a83;
- }
- .question_options .droppable .gallery .exercise-draggable-answer-option{
- margin-left: 0;
- }
- .drag_question .window{
- padding: 10px 5px;
- border: 1px solid #162A83;
- border-radius: 0;
- min-height: 45px;
- }
- .drag_question .window p{
- margin: 0;
- }
- .drag_question .window.window_right_question{
- border-color: #96BD0D;
- }
- .drag_question .window.window_right_question,
- .drag_question .window.window_left_question
- {
- background: #FFFFFF;
- }
- .drag_question .window.window_right_question p{
- padding-left: 20px;
- }
- .drag_question .window.window_left_question p{
- padding-right: 20px;
- }
- .drag_question ._jsPlumb_endpoint{
- cursor: pointer;
- }
- svg path{
- stroke: rgb(22,42,131);
- stroke-width: 2;
- }
- svg circle{
- fill:rgb(255,255,255);
- stroke:rgb(132,189,0);
- stroke-width: 2;
- r: 10;
- cy:15;
- cx:15;
- }
- .question_options input[type="text"]{
- border:1px solid #162A83;
- background-color:#FFFFFF;
- margin-left: 10px;
- margin-right: 10px;
- border-radius: 0;
- }
- .drag_question .select-matching{
- border:1px solid #162A83;
- border-radius: 0;
- }
- .mejs-overlay-button {
- position: absolute;
- top: 40%;
- left: 45%;
- width: 200px;
- height: 200px;
- margin: -50px 0 0 -50px;
- background: url(images/bigplay.svg) no-repeat;
- }
- .mejs-overlay:hover .mejs-overlay-button {
- background-position: 0 -200px;
- }
- .mejs-container.svg.mejs-video{
- margin-top: 20px;
- margin-bottom: 20px;
- }
- .mejs-container .mejs-controls {
- position: absolute;
- list-style-type: none;
- margin: 0;
- padding: 0;
- bottom: 0;
- left: 0;
- background: url(background.png);
- background: -moz-linear-gradient(top, rgba(211,211,211,0.8) 0%, rgba(142,142,142,1) 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(top, rgba(211,211,211,0.8) 0%,rgba(142,142,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to bottom, rgba(211,211,211,0.8) 0%,rgba(142,142,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd3d3d3', endColorstr='#8e8e8e',GradientType=0 ); /* IE6-9 */
- height: 30px;
- width: 100%;
- }
- .mejs-controls .mejs-time-rail .mejs-time-loaded{
- background: #0e0e0e; /* Old browsers */
- background: -moz-linear-gradient(top, #0e0e0e 0%, #4c4c4c 99%); /* FF3.6-15 */
- background: -webkit-linear-gradient(top, #0e0e0e 0%,#4c4c4c 99%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to bottom, #0e0e0e 0%,#4c4c4c 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
- }
- .mejs-controls .mejs-time-rail .mejs-time-current{
- background: #9dd53a; /* Old browsers */
- background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(top, #9dd53a 0%,#7cbc0a 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to bottom, #9dd53a 0%,#7cbc0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
- }
- /* 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;
- }
- }
|