123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503 |
- /*!
- * 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;
- }
- .result-body{
- background-color: #FFF;
- }
- #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;
- color: #6B1D82;
- border-radius: 0;
- border-bottom: 1px solid #96bd0d;
- }
- .view-options {
- padding-top: 0;
- padding-right: 0;
- }
- .breadcrumb a{
- color: #6B1D82;
- }
- #scorm-panel .panel.panel-default{
- margin-top:0 ;
- border-bottom: 1px solid #84bd00;
- border-radius: 0;
- }
- .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: #FFF;
- color: #162A83;
- border: none;
- text-align: left;
- display: none;
- }
- .question_row_score .title-score .total h3{
- font-weight: bold;
- }
- .question_row_answer{
- border: none;
- }
- .feedbaak-question{
- padding: 5px 15px;
- display: block;
- width: 100%;
- }
- .feedbaak-question img{
- padding-right: 15px;
- }
- .feedbaak-question .feedback-red{
- color: #162a83;
- text-decoration:line-through;
- }
- .feedbaak-question .feedback-green{
- color: #96BD0D;
- }
- .feedbaak-question .feedback-separator{
- color:#162a83;
- font-weight: bold;
- }
- .ribbon{
- background: #FFFFFF;
- border: none;
- box-shadow: none;
- }
- .ribbon h4{
- color: #FFF;
- }
- .question_row_answer .page-header{
- font-weight: normal;
- font-size: 22px;
- margin: 5px 0;
- }
- .score-title{
- color: #162a83;
- font-weight: bold;
- font-size: 16px;
- }
- .score-limits{
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .score-limits .score-img{
- display: inline-block;
- padding-right: 5px;
- }
- /* 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: 1px 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;
- margin-left: 15px;
- margin-top: 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;
- }
- .question_row_answer .table.table-striped tbody tr:nth-of-type(2n+1){
- background: transparent;
- }
- .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;
- font-weight: bold;
- }
- .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;
- }
- .point_end ._jsPlumb_endpoint svg circle{
- fill:rgb(255,255,255);
- stroke:rgb(22,42,131);
- 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 */
- }
- @font-face {
- font-family: 'icomoon';
- src:url('icons/icomoon.eot?-8aafzo');
- src:url('icons/icomoon.eot?#iefix-8aafzo') format('embedded-opentype'),
- url('icons/icomoon.woff?-8aafzo') format('woff'),
- url('icons/icomoon.ttf?-8aafzo') format('truetype'),
- url('icons/icomoon.svg?-8aafzo#icomoon') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- .icon-checkradios-checkmark, .icon-checkradios-circle{
- font-family: 'icomoon';
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- /*Icon Placeholder*/
- .checkradios-checkbox:after,.checkradios-radio:after{
- content:"";
- height:100%;
- width:100%;
- position:relative;
- display:block;
- vertical-align:bottom;
- }
- /*Icons*/
- .icon-checkradios-checkmark:before {
- content: "\e600";
- color: #96BD0D;
- }
- .icon-checkradios-circle:before {
- content: "\e601";
- color: #96BD0D;
- }
- /*
- Default Styles for checkradios
- */
- .checkradios-checkbox, .checkradios-radio{
- font-size:16px;
- position:relative;
- display:inline-block;
- vertical-align:bottom;
- text-align:center;
- border:2px solid #162A83;
- color:#162A83;
- width:1em;
- height:1em;
- cursor:pointer;
- padding:0.2em;
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- overflow:hidden;
- }
- .checkradios-radio{
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- }
- /*Focus*/
- .checkradios-checkbox.focus, .checkradios-radio.focus{
- -webkit-box-shadow:0px 0px 3px rgba(22,150,255,0.9);
- -moz-box-shadow:0px 0px 3px rgba(22,150,255,0.9);
- box-shadow:0px 0px 3px rgba(22,150,255,0.9);
- border-color:#1696f1;
- }
- /*Hide original*/
- .checkradios-checkbox input[type=checkbox], .checkradios-radio input[type=radio]{
- margin:0;
- position:absolute;
- top:0;
- left:-9999%;
- width:100%;
- height:100%;
- position:absolute;
- display:inline-block;
- vertical-align:bottom;
- }
- .radio {
- display: block;
- width: 100%;
- }
- .radio .checkradios-radio{
- display: inline-block;
- }
- .radio p{
- display: inline-block;
- margin: 0;
- }
- /* 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;
- }
- }
|