ok
Direktori : /home/institutonamaste/www/admin/css/ |
Current File : /home/institutonamaste/www/admin/css/css.css |
/* IMPORT FILES */ @import url(../../css/bootstrap.min.css); @import url(../../css/font-awesome.min.css); @import url(../css/tooltip.css); @import url(../css/calendario.css); /* GERAL */ *{ margin:0; padding:0; text-decoration:none; } a, a:active, a:link, a:visited, a:hover{ text-decoration:none !important; } body{ font-size: 16px; } .container{ max-width:100%; padding:0 0 0 300px; } .row{ margin:0px; } /* MENU */ .nav-side-menu { overflow: auto; font-family: verdana; font-size: 16px; font-weight: 200; background-color: #2e353d; position: fixed; top: 0px; width: 300px; height: 100%; color: #e1ffff; } .nav-side-menu .brand { background-color: #23282e; line-height: 50px; display: block; text-align: center; font-size: 14px; } .nav-side-menu .toggle-btn { display: none; } .nav-side-menu ul, .nav-side-menu li { list-style: none; padding: 0px; margin: 0px; line-height: 40px; cursor: pointer; } .nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before { font-family: FontAwesome; content: "\f078"; display: inline-block; padding-left: 10px; padding-right: 10px; vertical-align: middle; float: right; } .nav-side-menu ul .active, .nav-side-menu li .active { border-left: 3px solid #d19b3d; background-color: #4f5b69; } .nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active { color: #d19b3d; } .nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a { color: #d19b3d; } .nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li { background-color: #181c20; border: none; line-height: 40px; border-bottom: 1px solid #23282e; margin-left: 0px; } .nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover { background-color: #020203; } .nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before { font-family: FontAwesome; content: "\f105"; display: inline-block; padding-left: 15px; padding-right: 15px; vertical-align: middle; float: left; } .nav-side-menu li { padding-left: 0px; border-left: 3px solid #2e353d; border-bottom: 1px solid #23282e; } .nav-side-menu li a { text-decoration: none; color: #e1ffff; display:block; } .nav-side-menu li a i { width: 35px; display: inline-block; padding-right: 30px; padding-left: 15px; } .nav-side-menu li:hover { border-left: 3px solid #d19b3d; background-color: #4f5b69; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } @media (max-width: 767px) { .nav-side-menu { position: relative; width: 100%; margin-bottom: 10px; } .nav-side-menu .toggle-btn { display: block; cursor: pointer; position: absolute; right: 10px; top: 10px; z-index: 10 !important; padding: 3px; background-color: #ffffff; color: #000; width: 40px; text-align: center; } .brand { text-align: left !important; font-size: 22px; padding-left: 20px; line-height: 50px !important; } } @media (min-width: 767px) { .nav-side-menu .menu-list .menu-content { display: block; } } /* COLORS | HOVER */ header .logo{ background:#00b4bb; color:#fff; } .botao a:hover, .img-delete:hover, .title .left form input[type="submit"]:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .sistema table .acoes a:hover, .sistema form input[type="submit"]:hover, .sistema form input[type="button"]:hover, .login input[type="submit"]:hover{ background:#ffcd00; color:#00495d; text-decoration:none; } /* LOGIN */ .bg-grey{ padding:70px 0px; text-align: center; background: #f8f8f8 url(../../images/bg/bg-promocao.jpg) no-repeat fixed; } .login{ width: 500px; padding:20px; border:solid 1px #fff; background:rgba(255,255,255,0.7); box-shadow:3px 3px 6px #999; position:absolute; top: 50%; left: 50%; margin-left:-250px; margin-top:-250px; } .login h1{ font-size:36px; text-align:center; text-transform:uppercase; font-weight:bold; } .login h2{ font-size:22px; text-align:center; color:#555; margin-bottom:50px; } .login input[type="text"], .login input[type="password"]{ width:100%; line-height:50px; margin:0px; padding:0px 5%; border:none; background:#fff; border-radius:2px; font-style:italic; color:#333; font-size:14px; font-weight:bold; } .login input[type="submit"]{ width:50%; line-height:60px; text-align:center; font-family:"Arial Black"; font-size:18px; color:#fff; background:#424242; border:none; border-radius:2px; } .login input[type="submit"]:hover{ cursor:pointer; } /* BREADCRUMB */ .breadcrumb{ width:100%; line-height:40px; border:none; padding:0 15px; margin: 0 0 0 -15px; background:#eee; border-radius:0; } .breadcrumb a{ line-height:60px; font-size: 16px; margin:0; display:inline-block; color:#333; margin-right:30px; position:relative; } .breadcrumb a i::before{ content: "\f105"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; position: absolute; top:0; right:-20; } /* BOTÃO */ .botao{ display:block; } .botao a{ width:auto; line-height:50px; display:inline-block; background: #ccc; color: #333; font-weight: bold; padding:0 20px; margin:10px 0 50px 0; } .botao a:hover{ background:#ffcd00; } .botao a i{ margin-right:10px; } /* SEARCH TOP */ .botao .search{ float:right; padding: 10px 0; } .botao .search form input[type="text"]{ width:320px !important; line-height:40px !important; color:#222; padding:0px 10px !important; margin:0px !important; } .botao .search form button[type="submit"], .botao .search form button[type="button"]{ width: 40px; height: 40px; border: none; background: #00b4bb; color: #fff; } .botao .search form button[type="submit"]:hover, .botao .search form button[type="button"]:hover{ background:#ffcd00; } .botao .search form button[type="button"]{ background: #939393; } /* SISTEMA TABLE */ .sistema{ width:100%; padding:0 15px; } .sistema h1{ font-size: 24px; margin: 15px 15px 15px 0; border-bottom: 1px solid #ccc; padding-bottom: 15px; } .sistema .box{ padding: 30px; border: solid 1px #ccc; margin-bottom:15px; } .sistema .box h2{ text-align: center; margin: 50px 0; } .sistema #add_name tr td{ padding:0px; } .sistema #dynamic_field .btn{ padding:5px 0; } .sistema .btn-danger, .sistema .btn-danger:hover, .sistema .btn-danger:active{ background-color:#b1225f; border-color:#b1225f; margin: 0 0 8px -5px; border-radius: 5px; } .sistema tr th{ height: 50px; line-height: 50px; font-size: 16px; padding: 0 15px; color: #333; background: #ccc; text-transform: uppercase; } .sistema tr th a{ text-transform:none; font-size:14px; } .sistema tr td{ padding: 0 15px; } .sistema tr td a.tooltipB{ float:none; margin:0; } .sistema tr th[align="center"]{ text-align:center; } .sistema tr td .flag img{ width:35px; } .sistema table .acoes{ padding-left:40px; } .sistema table .none{ padding:0; } .sistema table .acoes a{ width: 110px; height: 40px; line-height: 40px; text-align: center; display: block; float: left; background: #666; margin-left: 10px; border-radius: 3px; color:#fff; } .sistema table .acoes a i{ padding-right:5px; } .sistema table .acoes a:hover{ text-decoration:none; } .sistema table .fa-picture-o, .sistema table .fa-youtube-play, .sistema table .fa-times, .sistema table .fa-pencil{ color:#000; font-size:18px; } .sistema table .fa-plus{color:#bbb; font-size:18px;} .sistema table .fa-youtube-play:hover{ color:#F00; } .sistema table .fa-picture-o:hover{ color:#00bce4; } .sistema table .fa-times:hover, .sistema table .fa-pencil:hover, .sistema table .fa-plus:hover{ color:#00b4bb; } /* SISTEM FORM */ .sistema h3{ background: #ddd; padding: 15px 15px 15px 0; display: inline-block; margin-bottom: 20px; font-weight: 700; text-transform:uppercase; } .sistema h3 span{ background:#ffcd00; padding: 13px; margin-right: 10px; } .sistema .agenda .row .col-6{ padding-left:0px; margin-bottom:20px; } /* FORM */ .sistema form .gray{ margin:0px; padding:15px 0px; background:#f8f8f8; margin-bottom:30px; } .sistema form input[type="text"]{ width:100%; line-height:50px; border:1px #ededed solid; padding:0px 15px; margin-bottom:30px; } .sistema form input[name="data"], .sistema form input[name="data_encerramento"]{ width:200px; } .sistema form input[type="file"]{ margin-bottom:15px; } .sistema form textarea{ width:100%; border:solid 1px #ddd; padding:10px; margin-bottom:30px; } .sistema form .carregando{ display:none; } .sistema form select{ height:50px; line-height:50px; padding:0px 10px; border:solid 1px #ededed; } .sistema form .fa-file-pdf-o{ color:#f00; font-size: 30px; float: left; margin-right: 25px; margin-top: 1px; } .sistema form input[type="submit"], .sistema form input[type="button"]{ width:150px; height:50px; color:#fff; background:#5bbd12; margin:20px 10px 30px 0; font-size:16px; font-weight:bold; border:none; } .sistema form input[type="button"]{ background:#555; } /* FORM INPUT RADIO */ .btn{ border-radius: 0; border: 1px solid #333; display: inline-block; padding: 10px 15px; position: relative; text-align: center; -webkit-transition: background 600ms ease, color 600ms ease; transition: background 600ms ease, color 600ms ease; margin-bottom: 20px; } input[type="radio"].toggle { display: none; } input[type="radio"].toggle + label { cursor:pointer; min-width: 60px; overflow: hidden; font-weight: 500;} input[type="radio"].toggle + label:hover { background: none; color: #1a1a1a;} input[type="radio"].toggle + label:after { background: #00495d; content: ""; width: 100%; z-index: -1; height: 100%; position: absolute; top: 0; -webkit-transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1); transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1); } input[type="radio"].toggle.toggle-left + label { border-right: 0; } input[type="radio"].toggle.toggle-left + label:after { left: 100%; } input[type="radio"].toggle.toggle-right + label { margin-left: -5px; } input[type="radio"].toggle.toggle-right + label:after { left: -100%; } input[type="radio"].toggle:checked + label { cursor: default; color: #fff; -webkit-transition: color 200ms; transition: color 200ms; } input[type="radio"].toggle:checked + label:after { left: 0; } /* checkbox */ form label.check { position:relative; padding-left:30px; cursor:pointer; font-size:16px; color:#444; text-transform: uppercase; margin-right:20px; font-weight:700; } form label.check input{ position:absolute; opacity:0; cursor:pointer; } form label.check .checkmark { position: absolute; top: 0; left: 0; height: 30px; width: 30px; background-color: #eee; } form label.check .checkmark:after{ content: ""; position: absolute; display: none; } form label.check input:checked ~ .checkmark:after{ font-family: FontAwesome; content: "\f00c"; color: #fff; font-size: 26px; text-align: center; display: block; background-color:#ff267a; width:30px; height:30px; left:0px; top:0px; } form label.check span{ padding-left:10px; line-height:30px; } /* IMAGEMS FORM/TABLE*/ .img-atual{ height: 80px; border: solid 2px #fff; padding: 10px; overflow:hidden } .img-delete{ width:auto; line-height:33px; background:#666; color:#fff; text-align:center; display:inline-block; float: left; border-radius:2px; padding:0 10px; } a.tooltipB{ float:left; margin-right:15px; max-height: 40px; overflow: hidden; display: inline-block; } /* CONTATOS */ .sistema .box-contatos{ height: 40px; line-height: 40px; font-size: 22px; text-transform: uppercase; margin:30px 0; } .sistema .box-contatos span{ background:#666; color:#fff; padding:0 10px; margin-left: 15px; } .sistema .box-contatos.botao a{ height:50px; line-height:50px; padding:0px 25px; } /* BLOG-CATEGORIAS */ .categorias{ font-weight:500; } .categorias i{ color:#F00; margin:0 20px 0 5px; } /* CURSOS */ /*#id_franquia{ line-height: 50px; font-weight: 500; font-size: 18px; } #id_franquia input[type=checkbox], input[type=radio]{ margin-right:10px; }*/ .boxcursos{ background:#fafafa; padding:15px; margin-bottom:30px; } .boxcursos h4{ font-size:20px; } .boxcursos input[type=checkbox]{ margin-right:10px; } /* PAGINACAO */ .paginacao{ width: 100%; text-align: center; }