移除多余的无用代码
This commit is contained in:
@@ -7,7 +7,7 @@ require_once ("../include/my_func.inc.php");
|
||||
<!DOCTYPE html>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel=stylesheet href='../include/hoj.css' type='text/css'>
|
||||
<script src="../template/bs3/jquery.min.js"></script>
|
||||
<script src="../template/syzoj/jquery.min.js"></script>
|
||||
<script>
|
||||
$("document").ready(function (){
|
||||
$("form").append("<div id='csrf' />");
|
||||
|
||||
@@ -98,7 +98,7 @@ if ($zip->open($ztar, ZipArchive::CREATE) === TRUE) {
|
||||
?>
|
||||
|
||||
<button onclick="phpfm(0)" >查看备份文件</button>
|
||||
<script src='../template/bs3/jquery.min.js' ></script>
|
||||
<script src='../template/syzoj/jquery.min.js' ></script>
|
||||
|
||||
<script>
|
||||
function phpfm(pid){
|
||||
|
||||
@@ -10,7 +10,7 @@ if(!(isset($_SESSION[$OJ_NAME.'_'.'administrator'])||isset($_SESSION[$OJ_NAME.'_
|
||||
exit(1);
|
||||
}
|
||||
echo "<center><h3>".$MSG_CONTEST."-".$MSG_ADD."</h3></center>";
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
|
||||
<body leftmargin="30" >
|
||||
@@ -158,7 +158,7 @@ else{
|
||||
<hr>
|
||||
|
||||
<?php
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
|
||||
<div class="container">
|
||||
@@ -189,7 +189,7 @@ else{
|
||||
<br>
|
||||
<p align=left>
|
||||
<?php echo "<h4>".$MSG_CONTEST."-".$MSG_Description."</h4>"?>
|
||||
<textarea class=kindeditor rows=13 name=description cols=80><?php echo isset($description)?$description:""?></textarea>
|
||||
<textarea class=vditor-editor rows=13 name=description cols=80><?php echo isset($description)?$description:""?></textarea>
|
||||
<br>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
|
||||
@@ -20,7 +20,7 @@ if (!(isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_
|
||||
exit(1);
|
||||
}
|
||||
echo "<center><h3>" . "Edit-" . $MSG_CONTEST . "</h3></center>";
|
||||
include_once("kindeditor.php");
|
||||
include_once("vditor.php");
|
||||
?>
|
||||
|
||||
<body leftmargin="30">
|
||||
@@ -182,7 +182,7 @@ include_once("kindeditor.php");
|
||||
<br>
|
||||
<p align=left>
|
||||
<?php echo "<h4>" . $MSG_CONTEST . "-" . $MSG_Description . "</h4>" ?>
|
||||
<textarea class=kindeditor rows=13 name=description cols=80>
|
||||
<textarea class=vditor-editor rows=13 name=description cols=80>
|
||||
<?php echo htmlentities($description, ENT_QUOTES, 'UTF-8') ?>
|
||||
</textarea>
|
||||
<br>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}
|
||||
$path_fix="../";
|
||||
$OJ_TP=$OJ_TEMPLATE;
|
||||
$OJ_TEMPLATE="bs3";
|
||||
$OJ_TEMPLATE="syzoj";
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
@@ -35,7 +35,7 @@
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<?php if (isset($_SESSION[$OJ_NAME.'_'.'administrator'])){?>
|
||||
<?php if ($OJ_TP=="bs3"){?>
|
||||
<?php if ($OJ_TP=="syzoj"){?>
|
||||
<a class="dropdown-item btn-sm" href="setmsg.php" target="main" title="<?php echo $MSG_HELP_SETMESSAGE?>"><b><?php echo $MSG_NEWS."-".$MSG_SETMESSAGE?></b></a>
|
||||
<?php }?>
|
||||
<a class="dropdown-item btn-sm" href="news_list.php" target="main" title="<?php echo $MSG_HELP_NEWS_LIST?>"><b><?php echo $MSG_NEWS."-".$MSG_LIST?></b></a>
|
||||
|
||||
@@ -8,7 +8,7 @@ if(!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
|
||||
echo "<hr>";
|
||||
echo "<center><h3>".$MSG_NEWS."-".$MSG_ADD."</h3></center>";
|
||||
|
||||
include_once("kindeditor.php");
|
||||
include_once("vditor.php");
|
||||
?>
|
||||
|
||||
<?php
|
||||
@@ -53,7 +53,7 @@ if(isset($_POST['pid'])){
|
||||
</label>
|
||||
</p>
|
||||
<p align=left>
|
||||
<textarea class=kindeditor name=content rows=41 >
|
||||
<textarea class=vditor-editor name=content rows=41 >
|
||||
<?php echo isset($content)?$content:""?>
|
||||
</textarea>
|
||||
</p>
|
||||
|
||||
@@ -11,7 +11,7 @@ require_once("../include/my_func.inc.php");
|
||||
echo "<hr>";
|
||||
echo "<center><h3>".$MSG_NEWS."-"."Edit"."</h3></center>";
|
||||
|
||||
include_once("kindeditor.php");
|
||||
include_once("vditor.php");
|
||||
?>
|
||||
|
||||
<div class="container">
|
||||
@@ -67,7 +67,7 @@ if(isset($_POST['news_id'])){
|
||||
</label>
|
||||
</p>
|
||||
<p align=left>
|
||||
<textarea class=kindeditor name=content rows=41 ><?php echo htmlentities($content,ENT_QUOTES,"UTF-8")?>
|
||||
<textarea class=vditor-editor name=content rows=41 ><?php echo htmlentities($content,ENT_QUOTES,"UTF-8")?>
|
||||
</textarea>
|
||||
</p>
|
||||
<?php require_once("../include/set_post_key.php");?>
|
||||
|
||||
@@ -106,7 +106,7 @@ echo " - <a href='javascript:phpfm($pid);'>Add more TestData now!</a>
|
||||
/* */
|
||||
?>
|
||||
|
||||
<script src='../template/bs3/jquery.min.js' ></script>
|
||||
<script src='../template/syzoj/jquery.min.js' ></script>
|
||||
<script>
|
||||
function phpfm(pid){
|
||||
//alert(pid);
|
||||
|
||||
@@ -71,7 +71,7 @@ echo "<br>";
|
||||
echo "<a href='javascript:phpfm($pid);'>Add more TestData now !</a>";
|
||||
/* */
|
||||
?>
|
||||
<script src='../template/bs3/jquery.min.js' ></script>
|
||||
<script src='../template/syzoj/jquery.min.js' ></script>
|
||||
<script>
|
||||
function phpfm(pid){
|
||||
//alert(pid);
|
||||
|
||||
@@ -18,7 +18,7 @@ if (!(isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_
|
||||
</head>
|
||||
<?php echo "<center><h3>" .$MSG_PROBLEM."-".$MSG_ADD."</h3>
|
||||
</center>";
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
$source=pdo_query("select source from problem order by problem_id desc limit 1"); //默认续用最后一次的分类标签
|
||||
if(!empty($source)&&isset($source[0]))$source=$source[0][0];else $source="";
|
||||
?>
|
||||
@@ -48,14 +48,14 @@ if (!(isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_
|
||||
</p>
|
||||
<p align=left>
|
||||
<?php echo "<h4>" . $MSG_Description . "(<64kB)</h4>" ?>
|
||||
<textarea class="kindeditor" rows=13 name=description cols=80></textarea></p>
|
||||
<textarea class="vditor-editor" rows=13 name=description cols=80></textarea></p>
|
||||
<p align=left>
|
||||
<?php echo "<h4>" . $MSG_Input . "(<64kB)</h4>" ?>
|
||||
<textarea class="kindeditor" rows=13 name=input cols=80></textarea></textarea><br>
|
||||
<textarea class="vditor-editor" rows=13 name=input cols=80></textarea></textarea><br>
|
||||
</p>
|
||||
<p align=left>
|
||||
<?php echo "<h4>" . $MSG_Output . "(<64kB)</h4>" ?>
|
||||
<textarea class="kindeditor" rows=13 name=output cols=80></textarea></textarea><br>
|
||||
<textarea class="vditor-editor" rows=13 name=output cols=80></textarea></textarea><br>
|
||||
</p>
|
||||
<p align=left>
|
||||
<?php echo "<h4>" . $MSG_Sample_Input . "(<64kB)</h4>" ?>
|
||||
@@ -77,7 +77,7 @@ if (!(isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_
|
||||
</p>
|
||||
<p align=left>
|
||||
<?php echo "<h4>" . $MSG_HINT . "(<64kB)</h4>" ?>
|
||||
<textarea class="kindeditor" rows=13 name=hint cols=80></textarea></textarea><br>
|
||||
<textarea class="vditor-editor" rows=13 name=hint cols=80></textarea></textarea><br>
|
||||
</p>
|
||||
<p>
|
||||
<?php echo "<h4>" . $MSG_SPJ . "</h4>" ?>
|
||||
|
||||
@@ -15,7 +15,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
|
||||
exit(1);
|
||||
}?>
|
||||
<?php
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
<?php require_once("../include/simple_html_dom.php");
|
||||
function getPartByMark($html,$mark1,$mark2){
|
||||
@@ -78,7 +78,7 @@ function getPartByMark($html,$mark1,$mark2){
|
||||
<p align=left>Time Limit:<input type=text name=time_limit size=20 value="<?php echo $time_limit?>">S
|
||||
Memory Limit:<input type=text name=memory_limit size=20 value="<?php echo $memory_limit?>">MByte</p>
|
||||
<p align=left>Description:<br>
|
||||
<textarea class="kindeditor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
</p>
|
||||
<p align=left>Input:
|
||||
<textarea rows=5 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
|
||||
@@ -16,7 +16,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
<?php require_once("../include/simple_html_dom.php");
|
||||
$url=$_POST ['url'];
|
||||
@@ -73,14 +73,14 @@ Time Limit:<input type=text name=time_limit class='input input-mini' size=2 valu
|
||||
Memory Limit:<input type=text name=memory_limit class='input input-mini' size=2 value="<?php echo $mlimit?>">MByte
|
||||
<input type=submit value=Submit name=submit></p>
|
||||
<p align=left>Description:<br>
|
||||
<textarea class="kindeditor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
</p>
|
||||
<p align=left>Input:<br>
|
||||
<textarea class="kindeditor" rows=13 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
</p>
|
||||
</p>
|
||||
<p align=left>Output:<br><!--<textarea rows=13 name=output cols=80></textarea>-->
|
||||
<textarea class="kindeditor" rows=13 name=output cols=80><?php echo $outputHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=output cols=80><?php echo $outputHTML;?></textarea>
|
||||
</p>
|
||||
<p align=left>Sample Input:<textarea rows=3 name=sample_input cols=80><?php echo $sample_input?></textarea>
|
||||
Sample Output:<textarea rows=3 name=sample_output cols=80><?php echo $sample_output?></textarea></p>
|
||||
|
||||
@@ -16,7 +16,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
|
||||
exit(1);
|
||||
}?>
|
||||
<?php
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse" width="100%" height="50">
|
||||
@@ -78,21 +78,21 @@ function getPartByMark($html,$mark1,$mark2){
|
||||
<p align=left>Time Limit:<input type=text name=time_limit size=20 value=1>S</p>
|
||||
<p align=left>Memory Limit:<input type=text name=memory_limit size=20 value=128>MByte</p>
|
||||
<p align=left>Description:<br>
|
||||
<textarea class="kindeditor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
</p>
|
||||
<p align=left>Input:<br>
|
||||
<textarea class="kindeditor" rows=13 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
</p>
|
||||
</p>
|
||||
<p align=left>Output:<br><!--<textarea rows=13 name=output cols=80></textarea>-->
|
||||
<textarea class="kindeditor" rows=13 name=output cols=80><?php echo $outputHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=output cols=80><?php echo $outputHTML;?></textarea>
|
||||
</p>
|
||||
<p align=left>Sample Input:<br><textarea rows=13 name=sample_input cols=80><?php echo $sample_input?></textarea></p>
|
||||
<p align=left>Sample Output:<br><textarea rows=13 name=sample_output cols=80><?php echo $sample_output?></textarea></p>
|
||||
<p align=left>Test Input:<br><textarea rows=13 name=test_input cols=80></textarea></p>
|
||||
<p align=left>Test Output:<br><textarea rows=13 name=test_output cols=80></textarea></p>
|
||||
<p align=left>Hint:<br>
|
||||
<textarea class="kindeditor" rows=13 name=hint cols=80></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=hint cols=80></textarea>
|
||||
</p>
|
||||
<p>SpecialJudge: N<input type=radio name=spj value='0' checked>Y<input type=radio name=spj value='1'></p>
|
||||
<p align=left>Source:<br><textarea name=source rows=1 cols=70></textarea></p>
|
||||
|
||||
@@ -16,7 +16,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
<?php require_once("../include/simple_html_dom.php");
|
||||
$url=$_POST ['url'];
|
||||
@@ -86,21 +86,21 @@ function mjpage($raw){
|
||||
<p align=left>Memory Limit:<input type=text name=memory_limit size=20 value="<?php echo $mlimit?>">MByte</p>
|
||||
<p align=left>Description:<br><!--<textarea rows=13 name=description cols=80></textarea>-->
|
||||
<p align=left>Description:<br>
|
||||
<textarea class="kindeditor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
</p>
|
||||
<p align=left>Input:<br>
|
||||
<textarea class="kindeditor" rows=13 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
</p>
|
||||
</p>
|
||||
<p align=left>Output:<br><!--<textarea rows=13 name=output cols=80></textarea>-->
|
||||
<textarea class="kindeditor" rows=13 name=output cols=80><?php echo $outputHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=output cols=80><?php echo $outputHTML;?></textarea>
|
||||
</p>
|
||||
<p align=left>Sample Input:<br><textarea rows=13 name=sample_input cols=80><?php echo $sample_input?></textarea></p>
|
||||
<p align=left>Sample Output:<br><textarea rows=13 name=sample_output cols=80><?php echo $sample_output?></textarea></p>
|
||||
<p align=left>Test Input:<br><textarea rows=13 name=test_input cols=80></textarea></p>
|
||||
<p align=left>Test Output:<br><textarea rows=13 name=test_output cols=80></textarea></p>
|
||||
<p align=left>Hint:<br>
|
||||
<textarea class="kindeditor" rows=13 name=hint cols=80><?php echo $hintHTML?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=hint cols=80><?php echo $hintHTML?></textarea>
|
||||
</p>
|
||||
<p>SpecialJudge: N<input type=radio name=spj value='0' checked>Y<input type=radio name=spj value='1'></p>
|
||||
<p align=left>Source:<br><textarea name=source rows=1 cols=70>LibreOJ<?php echo $sourceHTML?></textarea></p>
|
||||
|
||||
@@ -16,7 +16,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
<?php require_once("../include/simple_html_dom.php");
|
||||
function getPartByMark($html,$mark1,$mark2){
|
||||
@@ -67,7 +67,7 @@ Memory Limit:<input type=text class='input input-mini' name=memory_limit size=2
|
||||
<br>LUOGU<input type=text name=remote_id value="<?php echo $remote_id?>" >
|
||||
<input type=submit value=Submit name=submit>
|
||||
<p align=left>Description:<br>
|
||||
<textarea class="kindeditor" rows=5 name=description cols=30><?php echo $descriptionHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=5 name=description cols=30><?php echo $descriptionHTML;?></textarea>
|
||||
<p align=left>Input:
|
||||
<textarea rows=5 name=input cols=30 ><?php echo $inputHTML;?></textarea>
|
||||
Output:
|
||||
|
||||
@@ -16,7 +16,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
<?php require_once("../include/simple_html_dom.php");
|
||||
$url=$_POST ['url'];
|
||||
@@ -71,7 +71,7 @@ Memory Limit:<input type=text class='input input-mini' name=memory_limit size=2
|
||||
<br>POJ<input type=text name=remote_id value="<?php echo $remote_id?>" >
|
||||
<input type=submit value=Submit name=submit>
|
||||
<p align=left>Description:<br>
|
||||
<textarea class="kindeditor" rows=5 name=description cols=30><?php echo $descriptionHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=5 name=description cols=30><?php echo $descriptionHTML;?></textarea>
|
||||
<p align=left>Input:
|
||||
<textarea rows=5 name=input cols=30 ><?php echo $inputHTML;?></textarea>
|
||||
Output:
|
||||
|
||||
@@ -16,7 +16,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
<?php require_once("../include/simple_html_dom.php");
|
||||
function pregReplaceImg2($content,$prefix)
|
||||
@@ -96,22 +96,22 @@ $url=$_POST ['url'];
|
||||
<p align=left>Time Limit:<input type=text name=time_limit size=20 value="<?php echo $tlimit?>">S</p>
|
||||
<p align=left>Memory Limit:<input type=text name=memory_limit size=20 value="<?php echo $mlimit?>">MByte</p>
|
||||
<p align=left>Description:<br>
|
||||
<textarea class="kindeditor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
</p>
|
||||
<span style="display:none">
|
||||
<p align=left>Input:<br>
|
||||
<textarea class="kindeditor" rows=13 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
</p>
|
||||
</p>
|
||||
<p align=left>Output:<br><!--<textarea rows=13 name=output cols=80></textarea>-->
|
||||
<textarea class="kindeditor" rows=13 name=output cols=80><?php echo $outputHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=output cols=80><?php echo $outputHTML;?></textarea>
|
||||
</p>
|
||||
<p align=left>Sample Input:<br><textarea rows=13 name=sample_input cols=80><?php echo $sample_input?></textarea></p>
|
||||
<p align=left>Sample Output:<br><textarea rows=13 name=sample_output cols=80><?php echo $sample_output?></textarea></p>
|
||||
<p align=left>Test Input:<br><textarea rows=13 name=test_input cols=80></textarea></p>
|
||||
<p align=left>Test Output:<br><textarea rows=13 name=test_output cols=80></textarea></p>
|
||||
<p align=left>Hint:<br>
|
||||
<textarea class="kindeditor" rows=13 name=hint cols=80><?php echo $hintHTML?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=hint cols=80><?php echo $hintHTML?></textarea>
|
||||
</p>
|
||||
<p>SpecialJudge: N<input type=radio name=spj value='0' checked>Y<input type=radio name=spj value='1'></p>
|
||||
<p align=left>Source:<br><textarea name=source rows=1 cols=70><?php echo $url?></textarea></p>
|
||||
|
||||
@@ -16,7 +16,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
|
||||
exit(1);
|
||||
}?>
|
||||
<?php
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse" width="100%" height="50">
|
||||
@@ -79,21 +79,21 @@ include_once("kindeditor.php") ;
|
||||
<p align=left>Time Limit:<input type=text name=time_limit size=20 value=1>S</p>
|
||||
<p align=left>Memory Limit:<input type=text name=memory_limit size=20 value=128>MByte</p>
|
||||
<p align=left>Description:<br>
|
||||
<textarea class="kindeditor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
</p>
|
||||
<p align=left>Input:<br>
|
||||
<textarea class="kindeditor" rows=13 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
</p>
|
||||
</p>
|
||||
<p align=left>Output:<br><!--<textarea rows=13 name=output cols=80></textarea>-->
|
||||
<textarea class="kindeditor" rows=13 name=output cols=80><?php echo $outputHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=output cols=80><?php echo $outputHTML;?></textarea>
|
||||
</p>
|
||||
<p align=left>Sample Input:<br><textarea rows=13 name=sample_input cols=80><?php echo $sample_input?></textarea></p>
|
||||
<p align=left>Sample Output:<br><textarea rows=13 name=sample_output cols=80><?php echo $sample_output?></textarea></p>
|
||||
<p align=left>Test Input:<br><textarea rows=13 name=test_input cols=80></textarea></p>
|
||||
<p align=left>Test Output:<br><textarea rows=13 name=test_output cols=80></textarea></p>
|
||||
<p align=left>Hint:<br>
|
||||
<textarea class="kindeditor" rows=13 name=hint cols=80></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=hint cols=80></textarea>
|
||||
</p>
|
||||
<p>SpecialJudge: N<input type=radio name=spj value='0' checked>Y<input type=radio name=spj value='1'></p>
|
||||
<p align=left>Source:<br><textarea name=source rows=1 cols=70>Waterloo </textarea></p>
|
||||
|
||||
@@ -16,7 +16,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
<?php require_once("../include/simple_html_dom.php");
|
||||
$url=$_POST ['url'];
|
||||
@@ -52,7 +52,7 @@ include_once("kindeditor.php") ;
|
||||
//$sample_input=pre_grep(">[\\s]*Sample Input([\\s\\S]*?)>[\\s]*Sample Out?put",$html->outertext);
|
||||
//$sample_output=$html->find(">[\\s]*Sample Out?put([\\s\\S]*?)<hr",0);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD>ޣ<EFBFBD><DEA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD><EFBFBD><EFBFBD>ɹ<EFBFBD><EFBFBD>ܺ<EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD>ģ<EFBFBD>ʵ<EFBFBD>ֲ<EFBFBD><EFBFBD>ˣ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȥ<EFBFBD>ĸĽ<EFBFBD><EFBFBD>ɣ<EFBFBD>
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD>ޣ<EFBFBD><DEA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD><CABD><EFBFBD>ɹ<EFBFBD><C9B9>ܺ<EFBFBD>һ<EFBFBD><D2BB>ģ<EFBFBD>ʵ<EFBFBD>ֲ<EFBFBD><D6B2>ˣ<EFBFBD><CBA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȥ<EFBFBD>ĸĽ<C4B8><C4BD>ɣ<EFBFBD>
|
||||
|
||||
?>
|
||||
<form method=POST action=problem_add.php>
|
||||
@@ -63,14 +63,14 @@ include_once("kindeditor.php") ;
|
||||
<p align=left>Time Limit:<input type=text name=time_limit size=20 value="<?php echo $tlimit?>">S</p>
|
||||
<p align=left>Memory Limit:<input type=text name=memory_limit size=20 value="<?php echo $mlimit?>">MByte</p>
|
||||
<p align=left>Description:<br>
|
||||
<textarea class="kindeditor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
|
||||
</p>
|
||||
<p align=left>Input:<br>
|
||||
<textarea class="kindeditor" rows=13 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=input cols=80><?php echo $inputHTML;?></textarea>
|
||||
</p>
|
||||
</p>
|
||||
<p align=left>Output:<br><!--<textarea rows=13 name=output cols=80></textarea>-->
|
||||
<textarea class="kindeditor" rows=13 name=output cols=80><?php echo $outputHTML;?></textarea>
|
||||
<textarea class="vditor-editor" rows=13 name=output cols=80><?php echo $outputHTML;?></textarea>
|
||||
</p>
|
||||
<p align=left>Sample Input:<br><textarea rows=13 name=sample_input cols=80><?php echo $sample_input?></textarea></p>
|
||||
<p align=left>Sample Output:<br><textarea rows=13 name=sample_output cols=80><?php echo $sample_output?></textarea></p>
|
||||
|
||||
@@ -97,7 +97,7 @@ echo "<br>".$loj_id."<br>";
|
||||
echo "<a href='javascript:phpfm($pid);'>Add more TestData now !</a>";
|
||||
/* */
|
||||
?>
|
||||
<script src='../template/bs3/jquery.min.js' ></script>
|
||||
<script src='../template/syzoj/jquery.min.js' ></script>
|
||||
<script>
|
||||
function phpfm(pid){
|
||||
//alert(pid);
|
||||
|
||||
@@ -18,7 +18,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']) || isset($_SESSION[$OJ_NAME
|
||||
|
||||
<?php
|
||||
echo "<center><h3>"."Edit-".$MSG_PROBLEM."</h3></center>";
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
|
||||
|
||||
@@ -62,17 +62,17 @@ include_once("kindeditor.php") ;
|
||||
</p>
|
||||
<p align=left>
|
||||
<?php echo "<h4>".$MSG_Description."</h4>"?>
|
||||
<textarea class="kindeditor" style="white-space:pre-wrap;" rows=13 name=description cols=80><?php echo htmlentities($row['description'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
<textarea class="vditor-editor" style="white-space:pre-wrap;" rows=13 name=description cols=80><?php echo htmlentities($row['description'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
</p>
|
||||
|
||||
<p align=left>
|
||||
<?php echo "<h4>".$MSG_Input."</h4>"?>
|
||||
<textarea class="kindeditor" style="white-space:pre-wrap;" rows=13 name=input cols=80><?php echo htmlentities($row['input'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
<textarea class="vditor-editor" style="white-space:pre-wrap;" rows=13 name=input cols=80><?php echo htmlentities($row['input'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
</p>
|
||||
|
||||
<p align=left>
|
||||
<?php echo "<h4>".$MSG_Output."</h4>"?>
|
||||
<textarea class="kindeditor" style="white-space:pre-wrap;" rows=13 name=output cols=80><?php echo htmlentities($row['output'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
<textarea class="vditor-editor" style="white-space:pre-wrap;" rows=13 name=output cols=80><?php echo htmlentities($row['output'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
</p>
|
||||
|
||||
<p align=left>
|
||||
@@ -87,7 +87,7 @@ include_once("kindeditor.php") ;
|
||||
|
||||
<p align=left>
|
||||
<?php echo "<h4>".$MSG_HINT."</h4>"?>
|
||||
<textarea class="kindeditor" style="white-space:pre-wrap;" rows=13 name=hint cols=80><?php echo htmlentities($row['hint'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
<textarea class="vditor-editor" style="white-space:pre-wrap;" rows=13 name=hint cols=80><?php echo htmlentities($row['hint'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -161,7 +161,7 @@ if(isset($_GET['keyword']) && $_GET['keyword']!=""){
|
||||
</table>
|
||||
</center>
|
||||
|
||||
<script src='../template/bs3/jquery.min.js' ></script>
|
||||
<script src='../template/syzoj/jquery.min.js' ></script>
|
||||
|
||||
<script>
|
||||
function phpfm(pid){
|
||||
|
||||
@@ -30,12 +30,12 @@ if(isset($_POST['do'])){
|
||||
if(file_exists($msgfile))
|
||||
$msg = file_get_contents($msgfile);
|
||||
|
||||
include("kindeditor.php");
|
||||
include("vditor.php");
|
||||
?>
|
||||
|
||||
<div class="container">
|
||||
<form action='setmsg.php' method='post'>
|
||||
<textarea name='msg' class="kindeditor" ><?php echo $msg?></textarea><br>
|
||||
<textarea name='msg' class="vditor-editor" ><?php echo $msg?></textarea><br>
|
||||
<input type='hidden' name='do' value='do'>
|
||||
<center><input type='submit' value='<?php echo $MSG_SAVE?>'></center>
|
||||
<!-- <br>
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
HustOJVditor.initTextareaVditors({
|
||||
selector: 'textarea.kindeditor',
|
||||
uploadUrl: '../kindeditor/php/upload_json.php',
|
||||
selector: 'textarea.vditor-editor',
|
||||
uploadUrl: '../include/editor-upload.php',
|
||||
accept: '*/*',
|
||||
mode: 'wysiwyg',
|
||||
preview: {
|
||||
@@ -21,5 +21,4 @@
|
||||
console.error('Failed to initialize Vditor.', error);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
</script>
|
||||
@@ -1,34 +0,0 @@
|
||||
.badge {
|
||||
padding: 5px 10px;
|
||||
font-weight: 400;
|
||||
border-radius: 4px; }
|
||||
|
||||
.badge-primary {
|
||||
background: #f96332;
|
||||
color: #fff; }
|
||||
|
||||
.badge-success {
|
||||
background: #87de75;
|
||||
color: #fff; }
|
||||
|
||||
.badge-info {
|
||||
background: #03a9f4;
|
||||
color: #fff; }
|
||||
|
||||
.badge-warning {
|
||||
background: #f39c12;
|
||||
color: #fff; }
|
||||
|
||||
.badge-danger {
|
||||
background: #e74c3c;
|
||||
color: #fff; }
|
||||
|
||||
.badge-pink {
|
||||
background: #e6a1f2;
|
||||
color: #fff; }
|
||||
|
||||
.badge-dark {
|
||||
background: #252525;
|
||||
color: #fff; }
|
||||
|
||||
/*# sourceMappingURL=badge.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AACA,MAAO;EACH,OAAO,EAAE,QAAQ;EACjB,WAAW,EAAE,GAAG;EAChB,aAAa,EAAE,GAAG;;AAGtB,cAAe;EACX,UAAU,ECAL,OAAO;EDCZ,KAAK,ECcF,IAAI;;ADXX,cAAe;EACX,UAAU,ECJL,OAAO;EDKZ,KAAK,ECSF,IAAI;;ADPX,WAAY;EACR,UAAU,ECPR,OAAO;EDQT,KAAK,ECKF,IAAI;;ADFX,cAAe;EACX,UAAU,ECVL,OAAO;EDWZ,KAAK,ECAF,IAAI;;ADGX,aAAc;EACV,UAAU,EChBN,OAAO;EDiBX,KAAK,ECLF,IAAI;;ADQX,WAAY;EACR,UAAU,ECnBR,OAAO;EDoBT,KAAK,ECVF,IAAI;;ADaX,WAAY;EACR,UAAU,ECvBR,OAAO;EDwBT,KAAK,ECfF,IAAI",
|
||||
"sources": ["../sass/badge.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "badge.css"
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
.booking-system-feedback {
|
||||
top: 5px !important;
|
||||
right: 15px; }
|
||||
|
||||
.booking-system-top {
|
||||
padding-top: 15px; }
|
||||
|
||||
.media-body {
|
||||
vertical-align: middle; }
|
||||
.media-body span {
|
||||
font-size: 10px;
|
||||
color: #f96332; }
|
||||
.media-body p {
|
||||
color: #878787;
|
||||
line-height: 15px; }
|
||||
|
||||
/*# sourceMappingURL=booking-system.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAEA,wBAAwB;EACtB,GAAG,EAAE,cAAc;EACnB,KAAK,EAAE,IAAI;;AAIb,mBAAmB;EACjB,WAAW,EAAE,IAAI;;AAMjB,WAAW;EAEP,cAAc,EAAE,MAAM;EACxB,gBAAI;IACF,SAAS,EAAE,IAAI;IACf,KAAK,ECZF,OAAO;EDcZ,aAAC;IACC,KAAK,ECPL,OAAO;IDQP,WAAW,EAAE,IAAI",
|
||||
"sources": ["../sass/booking-system.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "booking-system.css"
|
||||
}
|
||||
@@ -1,130 +0,0 @@
|
||||
.btn-default {
|
||||
background: #878787;
|
||||
border-color: #878787;
|
||||
color: #fff; }
|
||||
.btn-default:hover, .btn-default:focus, .btn-default.active {
|
||||
background: #6e6e6e;
|
||||
border-color: #878787;
|
||||
color: #fff;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
.btn-primary {
|
||||
background: #f96332;
|
||||
border-color: #f96332;
|
||||
color: #fff; }
|
||||
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
|
||||
background: #f14107;
|
||||
border-color: #f96332;
|
||||
color: #fff;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
.btn-success {
|
||||
background: #87de75;
|
||||
border-color: #87de75;
|
||||
color: #fff; }
|
||||
.btn-success:hover, .btn-success:focus, .btn-success.active {
|
||||
background: #63d44c;
|
||||
border-color: #87de75;
|
||||
color: #fff;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
.btn-info {
|
||||
background: #03a9f4;
|
||||
border-color: #03a9f4;
|
||||
color: #fff; }
|
||||
.btn-info:hover, .btn-info:focus, .btn-info.active {
|
||||
background: #0286c2;
|
||||
border-color: #03a9f4;
|
||||
color: #fff;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
.btn-warning {
|
||||
background: #f39c12;
|
||||
border-color: #f39c12;
|
||||
color: #fff; }
|
||||
.btn-warning:hover, .btn-warning:focus, .btn-warning.active {
|
||||
background: #c87f0a;
|
||||
border-color: #f39c12;
|
||||
color: #fff;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
.btn-danger {
|
||||
background: #e74c3c;
|
||||
border-color: #e74c3c;
|
||||
color: #fff; }
|
||||
.btn-danger:hover, .btn-danger:focus, .btn-danger.active {
|
||||
background: #d62c1a;
|
||||
border-color: #e74c3c;
|
||||
color: #fff;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
.btn-pink {
|
||||
background: #e6a1f2;
|
||||
border-color: #e6a1f2;
|
||||
color: #fff; }
|
||||
.btn-pink:hover, .btn-pink:focus, .btn-pink.active {
|
||||
background: #da74ec;
|
||||
border-color: #e6a1f2;
|
||||
color: #fff;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
.btn-dark {
|
||||
background: #252525;
|
||||
border-color: #252525;
|
||||
color: #fff; }
|
||||
.btn-dark:hover, .btn-dark:focus, .btn-dark.active {
|
||||
background: #0c0c0c;
|
||||
border-color: #252525;
|
||||
color: #fff;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
.btn-addon {
|
||||
position: relative;
|
||||
padding-left: 40px; }
|
||||
.btn-addon i {
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
left: -1px;
|
||||
margin-right: 20px;
|
||||
padding: 10px;
|
||||
position: absolute;
|
||||
top: -1px; }
|
||||
|
||||
.btn-addon.btn-lg {
|
||||
padding-left: 60px; }
|
||||
.btn-addon.btn-lg i {
|
||||
padding: 14px; }
|
||||
|
||||
.btn-addon.btn-md {
|
||||
padding-left: 45px; }
|
||||
.btn-addon.btn-md i {
|
||||
padding: 10px; }
|
||||
|
||||
.btn-addon.btn-sm {
|
||||
padding-left: 40px; }
|
||||
.btn-addon.btn-sm i {
|
||||
padding: 9px; }
|
||||
|
||||
.btn-addon.btn-xs {
|
||||
padding-left: 25px; }
|
||||
.btn-addon.btn-xs i {
|
||||
padding: 5px; }
|
||||
|
||||
.btn-rounded {
|
||||
border-radius: 100px; }
|
||||
|
||||
.btn-outline {
|
||||
background: transparent;
|
||||
color: #878787; }
|
||||
|
||||
.btn-flat {
|
||||
border-radius: 0px; }
|
||||
|
||||
/*# sourceMappingURL=button.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAEA,YAAY;EACR,UAAU,ECYL,OAAO;EDXZ,YAAY,ECWP,OAAO;EDVZ,KAAK,ECkBF,IAAI;EDjBP,2DAAwB;IACpB,UAAU,EAAE,OAAoB;IAChC,YAAY,ECOX,OAAO;IDNR,KAAK,ECcN,IAAI;IDbH,UAAU,EAAE,IAAI;;AAGxB,YAAa;EACT,UAAU,ECNL,OAAO;EDOZ,YAAY,ECPP,OAAO;EDQZ,KAAK,ECOF,IAAI;EDNP,2DAES;IACL,UAAU,EAAE,OAAqB;IACjC,YAAY,ECbX,OAAO;IDcR,KAAK,ECCN,IAAI;IDAH,UAAU,EAAE,IAAI;;AAIxB,YAAa;EACT,UAAU,ECnBL,OAAO;EDoBZ,YAAY,ECpBP,OAAO;EDqBZ,KAAK,ECPF,IAAI;EDQP,2DAES;IACL,UAAU,EAAE,OAAqB;IACjC,YAAY,EC1BX,OAAO;ID2BR,KAAK,ECbN,IAAI;IDcH,UAAU,EAAE,IAAI;;AAIxB,SAAU;EACN,UAAU,EChCR,OAAO;EDiCT,YAAY,ECjCV,OAAO;EDkCT,KAAK,ECrBF,IAAI;EDsBP,kDAES;IACL,UAAU,EAAE,OAAkB;IAC9B,YAAY,ECvCd,OAAO;IDwCL,KAAK,EC3BN,IAAI;ID4BH,UAAU,EAAE,IAAI;;AAIxB,YAAa;EACT,UAAU,EC5CL,OAAO;ED6CZ,YAAY,EC7CP,OAAO;ED8CZ,KAAK,ECnCF,IAAI;EDoCP,2DAES;IACL,UAAU,EAAE,OAAqB;IACjC,YAAY,ECnDX,OAAO;IDoDR,KAAK,ECzCN,IAAI;ID0CH,UAAU,EAAE,IAAI;;AAIxB,WAAY;EACR,UAAU,EC3DN,OAAO;ED4DX,YAAY,EC5DR,OAAO;ED6DX,KAAK,ECjDF,IAAI;EDkDP,wDAES;IACL,UAAU,EAAE,OAAoB;IAChC,YAAY,EClEZ,OAAO;IDmEP,KAAK,ECvDN,IAAI;IDwDH,UAAU,EAAE,IAAI;;AAIxB,SAAU;EACN,UAAU,ECvER,OAAO;EDwET,YAAY,ECxEV,OAAO;EDyET,KAAK,EC/DF,IAAI;EDgEP,kDAES;IACL,UAAU,EAAE,OAAkB;IAC9B,YAAY,EC9Ed,OAAO;ID+EL,KAAK,ECrEN,IAAI;IDsEH,UAAU,EAAE,IAAI;;AAIxB,SAAU;EACN,UAAU,ECpFR,OAAO;EDqFT,YAAY,ECrFV,OAAO;EDsFT,KAAK,EC7EF,IAAI;ED8EP,kDAES;IACL,UAAU,EAAE,OAAkB;IAC9B,YAAY,EC3Fd,OAAO;ID4FL,KAAK,ECnFN,IAAI;IDoFH,UAAU,EAAE,IAAI;;AAIxB,UAAW;EACP,QAAQ,EAAE,QAAQ;EAClB,YAAY,EAAE,IAAI;EAClB,YAAE;IACE,UAAU,EAAE,kBAAkB;IAC9B,IAAI,EAAE,IAAI;IACV,YAAY,EAAE,IAAI;IAClB,OAAO,EAAE,IAAI;IACb,QAAQ,EAAE,QAAQ;IAClB,GAAG,EAAE,IAAI;;AAIjB,iBAAkB;EACd,YAAY,EAAE,IAAI;EAClB,mBAAE;IACE,OAAO,EAAE,IAAI;;AAIrB,iBAAkB;EACd,YAAY,EAAE,IAAI;EAClB,mBAAE;IACE,OAAO,EAAE,IAAI;;AAIrB,iBAAkB;EACd,YAAY,EAAE,IAAI;EAClB,mBAAE;IACE,OAAO,EAAE,GAAG;;AAIpB,iBAAkB;EACd,YAAY,EAAE,IAAI;EAClB,mBAAE;IAEE,OAAO,EAAE,GAAG;;AAIpB,YAAa;EACT,aAAa,EAAE,KAAK;;AAGxB,YAAa;EACT,UAAU,EAAE,WAAW;EACvB,KAAK,EC/IH,OAAO;;ADkJb,SAAU;EACN,aAAa,EAAE,GAAG",
|
||||
"sources": ["../sass/button.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "button.css"
|
||||
}
|
||||
@@ -1,100 +0,0 @@
|
||||
/* Calendar
|
||||
================================================== */
|
||||
/* =============
|
||||
Calendar
|
||||
============= */
|
||||
.calendar {
|
||||
float: left;
|
||||
margin-bottom: 0px; }
|
||||
|
||||
.fc-view {
|
||||
margin-top: 30px; }
|
||||
|
||||
.none-border .modal-footer {
|
||||
border-top: none; }
|
||||
|
||||
.fc-toolbar {
|
||||
margin-bottom: 5px;
|
||||
margin-top: 15px; }
|
||||
|
||||
.fc-toolbar h2 {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 30px;
|
||||
text-transform: uppercase; }
|
||||
|
||||
.fc-day {
|
||||
background: #fff; }
|
||||
|
||||
.fc-toolbar .fc-state-active,
|
||||
.fc-toolbar .ui-state-active,
|
||||
.fc-toolbar button:focus,
|
||||
.fc-toolbar button:hover,
|
||||
.fc-toolbar .ui-state-hover {
|
||||
z-index: 0; }
|
||||
|
||||
.fc-widget-header {
|
||||
border: 1px solid #e7e7e7; }
|
||||
|
||||
.fc-widget-content {
|
||||
border: 1px solid #e7e7e7; }
|
||||
|
||||
.fc th.fc-widget-header {
|
||||
background: #e7e7e7;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
padding: 10px 0px;
|
||||
text-transform: uppercase; }
|
||||
|
||||
.fc-button {
|
||||
background: #fff;
|
||||
border: 1px solid #e7e7e7;
|
||||
color: #878787;
|
||||
text-transform: capitalize; }
|
||||
|
||||
.fc-text-arrow {
|
||||
font-family: inherit;
|
||||
font-size: 16px; }
|
||||
|
||||
.fc-state-hover {
|
||||
background: #f5f5f5 !important; }
|
||||
|
||||
.fc-state-highlight {
|
||||
background: #f5f5f5 !important; }
|
||||
|
||||
.fc-cell-overlay {
|
||||
background: #f5f5f5 !important; }
|
||||
|
||||
.fc-unthemed .fc-today {
|
||||
background: #fff !important; }
|
||||
|
||||
.fc-event {
|
||||
border-radius: 2px;
|
||||
border: none;
|
||||
cursor: move;
|
||||
font-size: 13px;
|
||||
margin: 5px 7px;
|
||||
padding: 5px 5px;
|
||||
text-align: center; }
|
||||
|
||||
.external-event {
|
||||
color: #fff;
|
||||
cursor: move;
|
||||
margin: 10px 0;
|
||||
padding: 6px 10px; }
|
||||
|
||||
.fc-basic-view td.fc-week-number span {
|
||||
padding-right: 5px; }
|
||||
|
||||
.fc-basic-view td.fc-day-number {
|
||||
padding-right: 5px; }
|
||||
|
||||
#drop-remove {
|
||||
margin: 0px;
|
||||
top: 3px; }
|
||||
|
||||
#event-modal .modal-dialog,
|
||||
#add-category .modal-dialog {
|
||||
max-width: 600px; }
|
||||
|
||||
/*# sourceMappingURL=calendar.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAEA;qDACqD;AAGrD;;gBAEgB;AAEhB,SAAU;EACN,KAAK,EAAE,IAAI;EACX,aAAa,EAAE,GAAG;;AAGtB,QAAS;EACL,UAAU,EAAE,IAAI;;AAGpB,0BAA2B;EACvB,UAAU,EAAE,IAAI;;AAGpB,WAAY;EACR,aAAa,EAAE,GAAG;EAClB,UAAU,EAAE,IAAI;;AAGpB,cAAe;EACX,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,GAAG;EAChB,WAAW,EAAE,IAAI;EACjB,cAAc,EAAE,SAAS;;AAG7B,OAAQ;EACJ,UAAU,ECbP,IAAI;;ADgBX;;;;2BAI4B;EACxB,OAAO,EAAE,CAAC;;AAGd,iBAAkB;EACd,MAAM,EAAE,iBAAiB;;AAG7B,kBAAmB;EACf,MAAM,EAAE,iBAAiB;;AAG7B,uBAAwB;EACpB,UAAU,EC9BN,OAAO;ED+BX,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,IAAI;EACjB,OAAO,EAAE,QAAQ;EACjB,cAAc,EAAE,SAAS;;AAG7B,UAAW;EACP,UAAU,ECzCP,IAAI;ED0CP,MAAM,EAAE,iBAAiB;EACzB,KAAK,EClDH,OAAO;EDmDT,cAAc,EAAE,UAAU;;AAG9B,cAAe;EACX,WAAW,EAAE,OAAO;EACpB,SAAS,EAAE,IAAI;;AAGnB,eAAgB;EACZ,UAAU,EAAE,kBAAsB;;AAGtC,mBAAoB;EAChB,UAAU,EAAE,kBAAsB;;AAGtC,gBAAiB;EACb,UAAU,EAAE,kBAAsB;;AAGtC,sBAAuB;EACnB,UAAU,EAAE,eAAgB;;AAGhC,SAAU;EACN,aAAa,EAAE,GAAG;EAClB,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,IAAI;EACZ,SAAS,EAAE,IAAI;EACf,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,OAAO;EAChB,UAAU,EAAE,MAAM;;AAGtB,eAAgB;EACZ,KAAK,EC/EF,IAAI;EDgFP,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,MAAM;EACd,OAAO,EAAE,QAAQ;;AAGrB,qCAAsC;EAClC,aAAa,EAAE,GAAG;;AAGtB,+BAAgC;EAC5B,aAAa,EAAE,GAAG;;AAGtB,YAAa;EACT,MAAM,EAAE,GAAG;EACX,GAAG,EAAE,GAAG;;AAMJ;2BAAc;EACV,SAAS,EAAE,KAAK",
|
||||
"sources": ["../sass/calendar.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "calendar.css"
|
||||
}
|
||||
@@ -1,88 +0,0 @@
|
||||
.card-body {
|
||||
background: #fff; }
|
||||
|
||||
.card {
|
||||
background: #fff;
|
||||
margin: 15px 0px 15px 0px;
|
||||
padding: 20px;
|
||||
border: 0px;
|
||||
border-radius: 0px;
|
||||
-webkit-box-shadow: 0 0 10px 5px #e7e7e7;
|
||||
box-shadow: 0 0 10px 5px #e7e7e7; }
|
||||
|
||||
.card-header h4 {
|
||||
display: inline-block; }
|
||||
.card-header p {
|
||||
font-family: "Quicksand", sans-serif;
|
||||
margin-bottom: 12px; }
|
||||
|
||||
.single-card h4 {
|
||||
font-size: 16px; }
|
||||
.single-card .sparkline-box {
|
||||
float: right; }
|
||||
.single-card .visit-count {
|
||||
float: left;
|
||||
padding-top: 18px;
|
||||
line-height: 10px;
|
||||
font-size: 18px; }
|
||||
|
||||
.card-header-right-icon {
|
||||
display: inline-block;
|
||||
float: right; }
|
||||
.card-header-right-icon li {
|
||||
float: right;
|
||||
padding-left: 14px;
|
||||
color: #878787;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
-webkit-transition: all 0.5s ease-in-out;
|
||||
transition: all 0.5s ease-in-out;
|
||||
display: inline-block; }
|
||||
.card-header-right-icon li .ti-close {
|
||||
font-size: 12px; }
|
||||
|
||||
.card-option {
|
||||
position: relative; }
|
||||
|
||||
.card-option-dropdown {
|
||||
display: none;
|
||||
left: auto;
|
||||
right: 0; }
|
||||
.card-option-dropdown li {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 100%;
|
||||
padding: 0px; }
|
||||
.card-option-dropdown li a {
|
||||
line-height: 25px;
|
||||
font-size: 12px; }
|
||||
.card-option-dropdown li a i {
|
||||
margin-right: 10px; }
|
||||
|
||||
.doc-link {
|
||||
float: right;
|
||||
position: relative;
|
||||
-webkit-transition: all 0.5s ease-in-out;
|
||||
transition: all 0.5s ease-in-out; }
|
||||
.doc-link:hover:after, .doc-link:focus:after {
|
||||
opacity: 1;
|
||||
visibility: visible; }
|
||||
.doc-link:after {
|
||||
border: 1px solid #e7e7e7;
|
||||
border-radius: 5px;
|
||||
content: "Documentation";
|
||||
font-size: 12px;
|
||||
padding: 5px 10px;
|
||||
position: absolute;
|
||||
right: -30px;
|
||||
top: -30px;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
-webkit-transition: all 0.5s ease-in-out;
|
||||
transition: all 0.5s ease-in-out; }
|
||||
|
||||
.jqstooltip {
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box; }
|
||||
|
||||
/*# sourceMappingURL=card.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAKA,UAAU;EACN,UAAU,ECiBP,IAAI;;ADbX,KAAM;EACF,UAAU,ECYP,IAAI;EDXP,MAAM,EAAE,iBAAiB;EACzB,OAAO,EAAE,IAAI;EACb,MAAM,EAAE,GAAG;EACX,aAAa,EAAE,GAAG;EAClB,UAAU,EAAE,oBAAoB;;AAIhC,eAAG;EACC,OAAO,EAAE,YAAY;AAEzB,cAAE;EACE,WAAW,ECtBb,uBAAuB;EDuBrB,aAAa,EAAE,IAAI;;AAIvB,eAAG;EACC,SAAS,EAAC,IAAI;AAElB,2BAAe;EACX,KAAK,EAAC,KAAK;AAEf,yBAAa;EACT,KAAK,EAAE,IAAI;EACX,WAAW,EAAE,IAAI;EACjB,WAAW,EAAE,IAAI;EACjB,SAAS,EAAE,IAAI;;AAIvB,uBAAwB;EACpB,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,KAAK;EACZ,0BAAG;IACC,KAAK,EAAE,KAAK;IACZ,YAAY,EAAE,IAAI;IAClB,KAAK,EChCD,OAAO;IDiCX,MAAM,EAAE,OAAO;IACf,cAAc,EAAE,MAAM;IACtB,UAAU,EAAE,oBAAoB;IAChC,OAAO,EAAE,YAAY;IACrB,oCAAU;MACN,SAAS,EAAE,IAAI;;AAK3B,YAAa;EACT,QAAQ,EAAE,QAAQ;;AAGtB,qBAAsB;EAClB,OAAO,EAAE,IAAI;EAIb,IAAI,EAAE,IAAI;EACV,KAAK,EAAE,CAAC;EAKR,wBAAG;IACC,OAAO,EAAE,KAAK;IACd,KAAK,EAAE,IAAI;IACX,KAAK,EAAE,IAAI;IACX,OAAO,EAAE,GAAG;IACZ,0BAAE;MACE,WAAW,EAAE,IAAI;MACjB,SAAS,EAAE,IAAI;MACf,4BAAE;QACE,YAAY,EAAE,IAAI;;AAQlC,SAAU;EACN,KAAK,EAAE,KAAK;EACZ,QAAQ,EAAE,QAAQ;EAClB,UAAU,EAAE,oBAAoB;EAG5B,4CAAQ;IACJ,OAAO,EAAE,CAAC;IACV,UAAU,EAAE,OAAO;EAG3B,eAAQ;IACJ,MAAM,EAAE,iBAAiB;IACzB,aAAa,EAAE,GAAG;IAClB,OAAO,EAAE,eAAe;IACxB,SAAS,EAAE,IAAI;IACf,OAAO,EAAE,QAAQ;IACjB,QAAQ,EAAE,QAAQ;IAClB,KAAK,EAAE,KAAK;IACZ,GAAG,EAAE,KAAK;IACV,OAAO,EAAE,CAAC;IACV,UAAU,EAAE,MAAM;IAClB,UAAU,EAAE,oBAAoB;;AAKxC,WAAY;EACV,kBAAkB,EAAE,WAAW;EAC/B,eAAe,EAAE,WAAW;EAC5B,UAAU,EAAE,WAAW",
|
||||
"sources": ["../sass/card.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "card.css"
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
.testimonial-widget-one .testimonial-content {
|
||||
text-align: right; }
|
||||
.testimonial-widget-one .testimonial-text {
|
||||
margin-bottom: 30px; }
|
||||
.testimonial-widget-one .testimonial-author-position {
|
||||
font-family: "Quicksand", sans-serif;
|
||||
margin-right: 75px;
|
||||
position: relative;
|
||||
top: -5px; }
|
||||
.testimonial-widget-one .testimonial-author {
|
||||
margin-right: 75px;
|
||||
position: relative;
|
||||
top: -5px; }
|
||||
.testimonial-widget-one .testimonial-author-img {
|
||||
height: 50px !important;
|
||||
width: 50px !important;
|
||||
border-radius: 100px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0; }
|
||||
|
||||
/*# sourceMappingURL=carousel.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAGI,4CAAqB;EACjB,UAAU,EAAE,KAAK;AAErB,yCAAkB;EACd,aAAa,EAAE,IAAI;AAEvB,oDAA6B;EACzB,WAAW,ECRb,uBAAuB;EDSrB,YAAY,EAAE,IAAI;EAClB,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,IAAI;AAEb,2CAAoB;EAChB,YAAY,EAAE,IAAI;EAClB,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,IAAI;AAEb,+CAAwB;EACpB,MAAM,EAAE,eAAe;EACvB,KAAK,EAAE,eAAe;EACtB,aAAa,EAAE,KAAK;EACpB,QAAQ,EAAE,QAAQ;EAClB,MAAM,EAAE,CAAC;EACT,KAAK,EAAE,CAAC",
|
||||
"sources": ["../sass/carousel.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "carousel.css"
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
.cpu-load {
|
||||
width: 100%;
|
||||
height: 272px;
|
||||
font-size: 14px;
|
||||
line-height: 1.2em; }
|
||||
|
||||
.cpu-load-data-content {
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
line-height: 40px; }
|
||||
|
||||
.cpu-load-data {
|
||||
margin-bottom: 30px; }
|
||||
.cpu-load-data li {
|
||||
display: inline-block;
|
||||
width: 32.5%;
|
||||
text-align: center;
|
||||
border-right: 1px solid #e7e7e7; }
|
||||
.cpu-load-data li:last-child {
|
||||
border-right: 0px; }
|
||||
|
||||
/*# sourceMappingURL=chart.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AACA,SAAU;EACN,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,KAAK;EACb,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,KAAK;;AAGtB,sBAAuB;EACrB,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,GAAG;EACd,WAAW,EAAE,IAAI;;AAGrB,cAAe;EACX,aAAa,EAAE,IAAI;EACnB,iBAAG;IACC,OAAO,EAAE,YAAY;IACrB,KAAK,EAAE,KAAK;IACZ,UAAU,EAAE,MAAM;IAClB,YAAY,EAAE,iBAAiB;IAC/B,4BAAY;MACR,YAAY,EAAE,GAAG",
|
||||
"sources": ["../sass/chart.scss"],
|
||||
"names": [],
|
||||
"file": "chart.css"
|
||||
}
|
||||
@@ -1,169 +0,0 @@
|
||||
.chat-sidebar {
|
||||
background-color: #f5f5f5;
|
||||
border-left: 1px solid #e7e7e7;
|
||||
position: fixed;
|
||||
right: -240px;
|
||||
bottom: 0;
|
||||
top: 55px;
|
||||
width: 240px;
|
||||
z-index: 2;
|
||||
-webkit-transition: all 0.5s ease 0s;
|
||||
transition: all 0.5s ease 0s; }
|
||||
.chat-sidebar .user-name {
|
||||
font-family: "Quicksand", sans-serif; }
|
||||
.chat-sidebar .content {
|
||||
font-family: "Quicksand", sans-serif; }
|
||||
.chat-sidebar .textarea {
|
||||
font-family: "Quicksand", sans-serif; }
|
||||
.chat-sidebar .seen {
|
||||
font-family: "Quicksand", sans-serif; }
|
||||
|
||||
.chat-sidebar.is-active {
|
||||
right: 0; }
|
||||
|
||||
.chat-user-search .input-group-addon {
|
||||
background: #fff;
|
||||
border-radius: 0px;
|
||||
border: 0px; }
|
||||
.chat-user-search .form-control {
|
||||
border: 0px; }
|
||||
|
||||
.hidden {
|
||||
display: none; }
|
||||
|
||||
/* Home Chat Widget
|
||||
---------------------------------*/
|
||||
.chat-widget .chat_window {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
border-radius: 10px;
|
||||
background-color: #ffffff;
|
||||
background-color: #f8f8f8;
|
||||
overflow: hidden; }
|
||||
.chat-widget .messages {
|
||||
position: relative;
|
||||
list-style: none;
|
||||
padding: 20px 10px 0 10px;
|
||||
margin: 0;
|
||||
min-height: 350px;
|
||||
overflow: scroll; }
|
||||
.chat-widget .messages .message {
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
margin-bottom: 20px;
|
||||
-webkit-transition: all 0.5s linear;
|
||||
transition: all 0.5s linear;
|
||||
opacity: 0; }
|
||||
.chat-widget .messages .message .avatar {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
border-radius: 50%;
|
||||
display: inline-block; }
|
||||
.chat-widget .messages .message .text_wrapper {
|
||||
display: inline-block;
|
||||
padding: 20px;
|
||||
border-radius: 6px;
|
||||
width: calc(100% - 100px);
|
||||
min-width: 100px;
|
||||
position: relative; }
|
||||
.chat-widget .messages .message .text_wrapper .text {
|
||||
font-size: 18px;
|
||||
font-weight: 300; }
|
||||
.chat-widget .messages .message .text_wrapper::after {
|
||||
top: 18px;
|
||||
border: solid transparent;
|
||||
content: " ";
|
||||
height: 0;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
border-width: 13px;
|
||||
margin-top: 0px; }
|
||||
.chat-widget .messages .message .text_wrapper:before {
|
||||
top: 18px;
|
||||
border: solid transparent;
|
||||
content: " ";
|
||||
height: 0;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
pointer-events: none; }
|
||||
.chat-widget .messages .message .text_wrapper::before {
|
||||
border-width: 15px;
|
||||
margin-top: -2px; }
|
||||
.chat-widget .messages .message.left .text_wrapper::after,
|
||||
.chat-widget .messages .message.left .text_wrapper::before {
|
||||
right: 100%;
|
||||
border-right-color: #ffe6cb; }
|
||||
.chat-widget .messages .message.left .avatar {
|
||||
background-color: #f5886e;
|
||||
float: left; }
|
||||
.chat-widget .messages .message.left .text_wrapper {
|
||||
background-color: #ffe6cb;
|
||||
margin-left: 20px; }
|
||||
.chat-widget .messages .message.left .text {
|
||||
color: #c48843; }
|
||||
.chat-widget .messages .message.right .text_wrapper::after,
|
||||
.chat-widget .messages .message.right .text_wrapper::before {
|
||||
left: 100%;
|
||||
border-left-color: #c7eafc; }
|
||||
.chat-widget .messages .message.right .avatar {
|
||||
background-color: #fdbf68;
|
||||
float: right; }
|
||||
.chat-widget .messages .message.right .text_wrapper {
|
||||
background-color: #c7eafc;
|
||||
margin-right: 20px;
|
||||
float: right; }
|
||||
.chat-widget .messages .message.right .text {
|
||||
color: #45829b; }
|
||||
.chat-widget .messages .message.appeared {
|
||||
opacity: 1; }
|
||||
.chat-widget .bottom_wrapper {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
padding: 20px 20px;
|
||||
bottom: 0; }
|
||||
.chat-widget .bottom_wrapper .message_input_wrapper {
|
||||
display: inline-block;
|
||||
height: 50px;
|
||||
border-radius: 25px;
|
||||
border: 1px solid #bcbdc0;
|
||||
width: calc(100% - 160px);
|
||||
position: relative;
|
||||
padding: 0 20px; }
|
||||
.chat-widget .bottom_wrapper .message_input_wrapper .message_input {
|
||||
border: none;
|
||||
height: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
width: calc(100% - 45px);
|
||||
position: absolute;
|
||||
outline-width: 0;
|
||||
color: gray; }
|
||||
.chat-widget .bottom_wrapper .send_message {
|
||||
width: 140px;
|
||||
height: 50px;
|
||||
display: inline-block;
|
||||
border-radius: 50px;
|
||||
background-color: #a3d063;
|
||||
border: 2px solid #a3d063;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
-webkit-transition: all 0.2s linear;
|
||||
transition: all 0.2s linear;
|
||||
text-align: center;
|
||||
float: right; }
|
||||
.chat-widget .bottom_wrapper .send_message .text {
|
||||
font-size: 18px;
|
||||
font-weight: 300;
|
||||
display: inline-block;
|
||||
line-height: 48px; }
|
||||
.chat-widget .bottom_wrapper .send_message:hover {
|
||||
color: #a3d063;
|
||||
background-color: #ffffff; }
|
||||
.chat-widget .message_template {
|
||||
display: none; }
|
||||
|
||||
/*# sourceMappingURL=chat.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "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",
|
||||
"sources": ["../sass/chat.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "chat.css"
|
||||
}
|
||||
@@ -1,367 +0,0 @@
|
||||
.mail-box {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
width: 100%; }
|
||||
.mail-box aside {
|
||||
display: table-cell;
|
||||
float: none;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
vertical-align: top; }
|
||||
.mail-box .sm-side {
|
||||
background: #fff;
|
||||
border-radius: 4px 0 0 4px;
|
||||
width: 25%; }
|
||||
.mail-box .sm-side .user-head {
|
||||
background: #fff;
|
||||
border-radius: 4px 0 0;
|
||||
color: #878787;
|
||||
min-height: 80px;
|
||||
padding: 10px; }
|
||||
.mail-box .lg-side {
|
||||
background: none repeat scroll 0 0 #fff;
|
||||
border-radius: 0 4px 4px 0;
|
||||
width: 75%; }
|
||||
|
||||
.user-head .inbox-avatar {
|
||||
float: left;
|
||||
width: 65px; }
|
||||
.user-head .inbox-avatar img {
|
||||
border-radius: 100px;
|
||||
height: 65px;
|
||||
width: 65px; }
|
||||
.user-head .user-name {
|
||||
display: inline-block;
|
||||
margin: 0 0 0 10px; }
|
||||
.user-head .user-name h5 {
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
margin-bottom: 0;
|
||||
margin-top: 15px; }
|
||||
.user-head .user-name h5 a {
|
||||
color: #878787; }
|
||||
.user-head .user-name span a {
|
||||
color: #878787;
|
||||
font-size: 12px; }
|
||||
|
||||
a.mail-dropdown {
|
||||
background: none repeat scroll 0 0 #80d3d9;
|
||||
border-radius: 2px;
|
||||
color: #01a7b3;
|
||||
font-size: 10px;
|
||||
margin-top: 20px;
|
||||
padding: 3px 5px; }
|
||||
|
||||
.inbox-body {
|
||||
padding: 20px 0px; }
|
||||
.inbox-body .modal .modal-body input {
|
||||
border: 1px solid #e6e6e6;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
.inbox-body .modal .modal-body textarea {
|
||||
border: 1px solid #e6e6e6;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
.btn-compose {
|
||||
background: #f96332;
|
||||
color: #fff;
|
||||
padding: 12px 0;
|
||||
text-align: center;
|
||||
width: 70%; }
|
||||
.btn-compose:hover, .btn-compose:focus, .btn-compose.active {
|
||||
background: #f96332;
|
||||
color: #fff; }
|
||||
|
||||
ul.inbox-nav {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%; }
|
||||
ul.inbox-nav li {
|
||||
display: inline-block;
|
||||
line-height: 45px;
|
||||
width: 100%; }
|
||||
ul.inbox-nav li a {
|
||||
color: #6a6a6a;
|
||||
display: inline-block;
|
||||
line-height: 45px;
|
||||
padding: 0 20px;
|
||||
width: 100%;
|
||||
font-family: "Quicksand", sans-serif; }
|
||||
ul.inbox-nav li a:hover {
|
||||
background: #f5f5f5;
|
||||
color: #6a6a6a; }
|
||||
ul.inbox-nav li a:focus {
|
||||
background: #f5f5f5;
|
||||
color: #6a6a6a; }
|
||||
ul.inbox-nav li a i {
|
||||
color: #6a6a6a;
|
||||
font-size: 16px;
|
||||
padding-right: 10px; }
|
||||
ul.inbox-nav li a span.label {
|
||||
margin-top: 13px; }
|
||||
ul.inbox-nav li.active a {
|
||||
background: #f5f5f5;
|
||||
color: #6a6a6a; }
|
||||
|
||||
.inbox-divider {
|
||||
border-bottom: 1px solid #e7e7e7; }
|
||||
|
||||
ul.labels-info li {
|
||||
margin: 0; }
|
||||
ul.labels-info li h4 {
|
||||
color: #5c5c5e;
|
||||
font-size: 13px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
padding-top: 20px;
|
||||
text-transform: uppercase; }
|
||||
ul.labels-info li a {
|
||||
border-radius: 0;
|
||||
color: #6a6a6a;
|
||||
font-family: "Quicksand", sans-serif; }
|
||||
ul.labels-info li a:hover {
|
||||
background: #f5f5f5;
|
||||
color: #6a6a6a; }
|
||||
ul.labels-info li a:focus {
|
||||
background: #f5f5f5;
|
||||
color: #6a6a6a; }
|
||||
ul.labels-info li a i {
|
||||
padding-right: 10px; }
|
||||
|
||||
.nav.nav-pills.nav-stacked.labels-info p {
|
||||
color: #9d9f9e;
|
||||
font-size: 11px;
|
||||
margin-bottom: 0;
|
||||
padding: 0 22px; }
|
||||
|
||||
.inbox-head {
|
||||
background: #f5f5f5;
|
||||
border-radius: 4px 4px 0 0;
|
||||
color: #878787;
|
||||
min-height: 80px;
|
||||
padding: 20px; }
|
||||
.inbox-head h3 {
|
||||
display: inline-block;
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
padding-top: 6px; }
|
||||
.inbox-head .sr-input {
|
||||
border: medium none;
|
||||
border-radius: 4px 0 0 4px;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
color: #8a8a8a;
|
||||
float: left;
|
||||
height: 40px;
|
||||
padding: 0 10px; }
|
||||
.inbox-head .sr-btn {
|
||||
background: #fff;
|
||||
border: medium none;
|
||||
border-radius: 0 4px 4px 0;
|
||||
color: #878787;
|
||||
height: 40px;
|
||||
padding: 0 20px; }
|
||||
|
||||
.table-inbox {
|
||||
border: 1px solid #e7e7e7;
|
||||
margin-bottom: 0; }
|
||||
.table-inbox tr td {
|
||||
padding: 12px !important; }
|
||||
.table-inbox tr td:hover {
|
||||
cursor: pointer; }
|
||||
.table-inbox tr td .ti-star.inbox-started {
|
||||
color: #f39c12; }
|
||||
.table-inbox tr td .ti-star {
|
||||
color: #d5d5d5; }
|
||||
.table-inbox tr td .ti-star:hover {
|
||||
color: #f39c12; }
|
||||
.table-inbox tr.unread td {
|
||||
background: #f5f5f5; }
|
||||
|
||||
ul.inbox-pagination {
|
||||
float: right; }
|
||||
ul.inbox-pagination li {
|
||||
float: left; }
|
||||
|
||||
.mail-option {
|
||||
display: inline-block;
|
||||
margin: 26px 0;
|
||||
width: 100%;
|
||||
font-size: 12px; }
|
||||
.mail-option .chk-all {
|
||||
margin-right: 5px;
|
||||
background: none repeat scroll 0 0 #fcfcfc;
|
||||
border: 1px solid #e7e7e7;
|
||||
border-radius: 3px !important;
|
||||
color: #afafaf;
|
||||
display: inline-block;
|
||||
padding: 5px 16px; }
|
||||
.mail-option .chk-all input[type="checkbox"] {
|
||||
margin-top: 0; }
|
||||
.mail-option .btn-group {
|
||||
margin-right: 5px; }
|
||||
.mail-option .btn-group a.btn {
|
||||
background: #fff;
|
||||
border: 1px solid #e7e7e7;
|
||||
border-radius: 3px !important;
|
||||
font-family: "Quicksand", sans-serif;
|
||||
color: #878787;
|
||||
display: inline-block;
|
||||
padding: 5px 10px;
|
||||
font-size: 12px; }
|
||||
.mail-option .btn-group a.all {
|
||||
border: medium none;
|
||||
padding: 0;
|
||||
margin-left: 5px; }
|
||||
.mail-option .btn-group i {
|
||||
margin-left: 5px; }
|
||||
.mail-option .card-option-dropdown {
|
||||
left: 0;
|
||||
right: auto; }
|
||||
|
||||
.inbox-pagination a.np-btn {
|
||||
background: none repeat scroll 0 0 #fcfcfc;
|
||||
border: 1px solid #e7e7e7;
|
||||
border-radius: 3px !important;
|
||||
color: #afafaf;
|
||||
display: inline-block;
|
||||
padding: 5px 15px;
|
||||
margin-left: 5px; }
|
||||
.inbox-pagination li span {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
margin-top: 7px; }
|
||||
|
||||
.fileinput-button {
|
||||
background: none repeat scroll 0 0 #eeeeee;
|
||||
border: 1px solid #e6e6e6;
|
||||
float: left;
|
||||
margin-right: 4px;
|
||||
overflow: hidden;
|
||||
position: relative; }
|
||||
.fileinput-button input {
|
||||
cursor: pointer;
|
||||
direction: ltr;
|
||||
font-size: 23px;
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
-webkit-transform: translate(-300px, 0px) scale(4);
|
||||
transform: translate(-300px, 0px) scale(4); }
|
||||
|
||||
.modal-header h4.modal-title {
|
||||
font-weight: 300; }
|
||||
|
||||
.modal-body label {
|
||||
font-weight: 400; }
|
||||
|
||||
.heading-inbox h4 {
|
||||
border-bottom: 1px solid #ddd;
|
||||
color: #444;
|
||||
font-size: 18px;
|
||||
margin-top: 20px;
|
||||
padding-bottom: 10px; }
|
||||
|
||||
.sender-info {
|
||||
margin-bottom: 20px; }
|
||||
.sender-info img {
|
||||
height: 30px;
|
||||
width: 30px; }
|
||||
|
||||
.sender-dropdown {
|
||||
background: none repeat scroll 0 0 #eaeaea;
|
||||
color: #777;
|
||||
font-size: 10px;
|
||||
padding: 0 3px; }
|
||||
|
||||
.view-mail a {
|
||||
color: #e74c3c; }
|
||||
|
||||
.attachment-mail {
|
||||
margin-top: 30px; }
|
||||
.attachment-mail ul {
|
||||
display: inline-block;
|
||||
margin-bottom: 30px;
|
||||
width: 100%; }
|
||||
.attachment-mail ul li {
|
||||
float: left;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 10px;
|
||||
width: 150px; }
|
||||
.attachment-mail ul li img {
|
||||
width: 100%; }
|
||||
.attachment-mail ul li span {
|
||||
float: right; }
|
||||
.attachment-mail .file-name {
|
||||
float: left; }
|
||||
.attachment-mail .links {
|
||||
display: inline-block;
|
||||
width: 100%; }
|
||||
|
||||
.fileupload-buttonbar .btn {
|
||||
margin-bottom: 5px; }
|
||||
.fileupload-buttonbar .toggle {
|
||||
margin-bottom: 5px; }
|
||||
|
||||
.files .progress {
|
||||
width: 200px; }
|
||||
|
||||
.fileupload-processing .fileupload-loading {
|
||||
display: block; }
|
||||
|
||||
* html .fileinput-button {
|
||||
line-height: 24px;
|
||||
margin: 1px -3px 0 0; }
|
||||
* + html .fileinput-button {
|
||||
margin: 1px 0 0;
|
||||
padding: 2px 15px; }
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
padding: 0px;
|
||||
margin: 0px; }
|
||||
|
||||
.inbox-small-cells {
|
||||
text-align: center; }
|
||||
|
||||
.mail-group-checkbox {
|
||||
position: relative;
|
||||
top: 2px; }
|
||||
|
||||
.mail-checkbox.mail-group-checkbox {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 2px; }
|
||||
|
||||
.table-inbox > tbody > tr > td,
|
||||
.table > tbody > tr > th,
|
||||
.table > tfoot > tr > td,
|
||||
.table > tfoot > tr > th,
|
||||
.table > thead > tr > td,
|
||||
.table > thead > tr > th {
|
||||
border-top: 1px solid #e7e7e7;
|
||||
line-height: 1.42857;
|
||||
padding: 8px;
|
||||
vertical-align: top; }
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.files .btn span {
|
||||
display: none; }
|
||||
.files .preview * {
|
||||
width: 40px; }
|
||||
.files .name * {
|
||||
display: inline-block;
|
||||
width: 80px;
|
||||
word-wrap: break-word; }
|
||||
.files .progress {
|
||||
width: 20px; }
|
||||
.files .delete {
|
||||
width: 60px; } }
|
||||
|
||||
/*# sourceMappingURL=compose-email.css.map */
|
||||
File diff suppressed because one or more lines are too long
@@ -1,74 +0,0 @@
|
||||
.bootstrap-data-table-panel .dataTables_filter {
|
||||
text-align: right; }
|
||||
.bootstrap-data-table-panel .dataTables_filter .form-control {
|
||||
margin-left: 10px; }
|
||||
.bootstrap-data-table-panel .dataTables_filter .form-control:hover, .bootstrap-data-table-panel .dataTables_filter .form-control:focus {
|
||||
background: transparent; }
|
||||
|
||||
.dataTables_length {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
margin-right: 30px; }
|
||||
|
||||
.dt-buttons {
|
||||
margin-bottom: 15px; }
|
||||
.dt-buttons .dt-button {
|
||||
background-image: none;
|
||||
background: #fff;
|
||||
color: #878787;
|
||||
border-color: #e7e7e7;
|
||||
margin-right: 10px;
|
||||
padding: 7px 20px;
|
||||
border-radius: 0px; }
|
||||
.dt-buttons .dt-button:hover:not(.disabled), .dt-buttons .dt-button:focus, .dt-buttons .dt-button.active {
|
||||
background-image: none;
|
||||
background: #f96332;
|
||||
color: #fff; }
|
||||
|
||||
button.dt-button:hover:not(.disabled),
|
||||
div.dt-button:hover:not(.disabled),
|
||||
a.dt-button:hover:not(.disabled) {
|
||||
background-color: #f96332;
|
||||
background-image: none;
|
||||
border: 1px solid #f96332;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
color: #fff; }
|
||||
|
||||
button.dt-button:focus:not(.disabled),
|
||||
div.dt-button:focus:not(.disabled),
|
||||
a.dt-button:focus:not(.disabled) {
|
||||
background-color: #f96332;
|
||||
background-image: none;
|
||||
border: 1px solid #f96332;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
color: #fff; }
|
||||
|
||||
button.dt-button:active:hover:not(.disabled):not(.disabled),
|
||||
button.dt-button.active:hover:not(.disabled):not(.disabled),
|
||||
div.dt-button:active:hover:not(.disabled):not(.disabled),
|
||||
div.dt-button.active:hover:not(.disabled):not(.disabled),
|
||||
a.dt-button:active:hover:not(.disabled):not(.disabled),
|
||||
a.dt-button.active:hover:not(.disabled):not(.disabled) {
|
||||
background-color: #f96332;
|
||||
background-image: none;
|
||||
border: 1px solid #f96332;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
color: #fff; }
|
||||
|
||||
button.dt-button:active:not(.disabled),
|
||||
button.dt-button.active:not(.disabled),
|
||||
div.dt-button:active:not(.disabled),
|
||||
div.dt-button.active:not(.disabled),
|
||||
a.dt-button:active:not(.disabled),
|
||||
a.dt-button.active:not(.disabled) {
|
||||
background-color: #f96332;
|
||||
background-image: none;
|
||||
border: 1px solid #f96332;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
color: #fff; }
|
||||
|
||||
/*# sourceMappingURL=data-table.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAEI,8CAAmB;EACf,UAAU,EAAE,KAAK;EACjB,4DAAa;IACT,WAAW,EAAE,IAAI;IACjB,sIAAe;MACX,UAAU,EAAE,WAAW;;AAcvC,kBAAmB;EACjB,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,IAAI;EACX,YAAY,EAAE,IAAI;;AAGpB,WAAY;EACR,aAAa,EAAE,IAAI;EACnB,sBAAW;IACP,gBAAgB,EAAE,IAAI;IACtB,UAAU,ECRX,IAAI;IDSH,KAAK,EChBP,OAAO;IDiBL,YAAY,ECPZ,OAAO;IDQP,YAAY,EAAE,IAAI;IAClB,OAAO,EAAE,QAAQ;IACjB,aAAa,EAAE,GAAG;IAClB,wGAES;MACL,gBAAgB,EAAE,IAAI;MACtB,UAAU,ECjCb,OAAO;MDkCJ,KAAK,ECnBV,IAAI;;ADwBX;;gCAEiC;EAC7B,gBAAgB,EC1CX,OAAO;ED2CZ,gBAAgB,EAAE,IAAI;EACtB,MAAM,EAAE,iBAAkB;EAC1B,UAAU,EAAE,IAAI;EAChB,KAAK,EC/BF,IAAI;;ADkCX;;gCAEiC;EAC7B,gBAAgB,ECpDX,OAAO;EDqDZ,gBAAgB,EAAE,IAAI;EACtB,MAAM,EAAE,iBAAkB;EAC1B,UAAU,EAAE,IAAI;EAChB,KAAK,ECzCF,IAAI;;AD4CX;;;;;sDAKuD;EACnD,gBAAgB,ECjEX,OAAO;EDkEZ,gBAAgB,EAAE,IAAI;EACtB,MAAM,EAAE,iBAAkB;EAC1B,UAAU,EAAE,IAAI;EAChB,KAAK,ECtDF,IAAI;;ADyDX;;;;;iCAKkC;EAC9B,gBAAgB,EC9EX,OAAO;ED+EZ,gBAAgB,EAAE,IAAI;EACtB,MAAM,EAAE,iBAAkB;EAC1B,UAAU,EAAE,IAAI;EAChB,KAAK,ECnEF,IAAI",
|
||||
"sources": ["../sass/data-table.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "data-table.css"
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
.datamap-sales-hover-tooltip {
|
||||
background: #252525;
|
||||
font-family: "Quicksand", sans-serif;
|
||||
padding: 5px 10px;
|
||||
color: #fff;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
text-transform: capitalize;
|
||||
border-radius: 3px; }
|
||||
|
||||
/*# sourceMappingURL=datamap.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAKA,4BAA4B;EACxB,UAAU,ECQR,OAAO;EDPT,WAAW,ECLT,uBAAuB;EDMzB,OAAO,EAAE,QAAQ;EACjB,KAAK,ECcF,IAAI;EDbP,WAAW,EAAE,GAAG;EAChB,SAAS,EAAE,IAAI;EACf,cAAc,EAAE,UAAU;EAC1B,aAAa,EAAE,GAAG",
|
||||
"sources": ["../sass/datamap.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "datamap.css"
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
.favourite-menu-details .table > tbody > tr > td {
|
||||
border-top: none;
|
||||
border-bottom: 1px solid #e7e7e7; }
|
||||
.favourite-menu-details .favourite-menu-img {
|
||||
border-right: 1px solid #e7e7e7;
|
||||
margin-bottom: 25px;
|
||||
width: 120px; }
|
||||
.favourite-menu-details .favourite-menu-des {
|
||||
margin-top: 40px;
|
||||
margin-right: 465px; }
|
||||
.favourite-menu-details .favourite-menu-des .product_name h4 {
|
||||
font-weight: 600;
|
||||
text-align: left; }
|
||||
.favourite-menu-details .favourite-menu-button {
|
||||
margin-top: 40px; }
|
||||
.favourite-menu-details .favourite-menu-button .prdt_add_to_curt {
|
||||
padding-top: 10px; }
|
||||
.favourite-menu-details .favourite-menu-button .prdt_add_to_curt button {
|
||||
font-size: 11px;
|
||||
text-transform: uppercase;
|
||||
font-weight: 600; }
|
||||
|
||||
/*# sourceMappingURL=favourite_menu.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAIE,gDAAkB;EAChB,UAAU,EAAE,IAAI;EAChB,aAAa,EAAE,iBAAiB;AAElC,2CAAmB;EACjB,YAAY,EAAE,iBAAiB;EAC/B,aAAa,EAAE,IAAI;EACnB,KAAK,EAAE,KAAK;AAGd,2CAAmB;EACjB,UAAU,EAAE,IAAI;EAChB,YAAY,EAAE,KAAK;EAGjB,4DAAE;IACA,WAAW,EAAE,GAAG;IAChB,UAAU,EAAE,IAAI;AAOxB,8CAAsB;EACpB,UAAU,EAAE,IAAI;EAChB,gEAAiB;IACf,WAAW,EAAE,IAAI;IACjB,uEAAM;MACJ,SAAS,EAAE,IAAI;MACf,cAAc,EAAE,SAAS;MACzB,WAAW,EAAE,GAAG",
|
||||
"sources": ["../sass/favourite_menu.scss"],
|
||||
"names": [],
|
||||
"file": "favourite_menu.css"
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
.flotTip {
|
||||
background: #252525;
|
||||
border: 1px solid #252525;
|
||||
padding: 5px 15px;
|
||||
color: #fff; }
|
||||
|
||||
.flot-container {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 275px;
|
||||
padding: 20px 15px 15px 15px;
|
||||
margin: 15px auto 30px auto;
|
||||
background: #fff; }
|
||||
|
||||
.flot-pie-container {
|
||||
height: 275px; }
|
||||
|
||||
.flotBar-container {
|
||||
height: 275px; }
|
||||
|
||||
.flot-line {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 14px;
|
||||
line-height: 1.2em; }
|
||||
|
||||
.legend table {
|
||||
border-spacing: 5px; }
|
||||
|
||||
/*# sourceMappingURL=flot-chart.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAIA,QAAQ;EACJ,UAAU,ECoBP,OAAO;EDnBV,MAAM,EAAE,iBAAgB;EACxB,OAAO,EAAE,QAAQ;EACjB,KAAK,ECeF,IAAI;;ADXT,eAAgB;EACjB,UAAU,EAAE,UAAU;EACtB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,KAAK;EACb,OAAO,EAAE,mBAAmB;EAC5B,MAAM,EAAE,mBAAmB;EAC3B,UAAU,ECKJ,IAAI;;ADFT,mBAAoB;EACrB,MAAM,EAAE,KAAK;;AAGZ,kBAAmB;EACpB,MAAM,EAAE,KAAK;;AAId,UAAU;EACT,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,KAAK;;AAGnB,aAAc;EACb,cAAc,EAAE,GAAG",
|
||||
"sources": ["../sass/flot-chart.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "flot-chart.css"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700");
|
||||
|
||||
/*# sourceMappingURL=fonts.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AACQ,4EAAoE",
|
||||
"sources": ["../sass/fonts.scss"],
|
||||
"names": [],
|
||||
"file": "fonts.css"
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
/* Font Variable
|
||||
----------------------*/
|
||||
/* Color Variable
|
||||
-----------------------*/
|
||||
/* Solid Color
|
||||
------------------*/
|
||||
@@ -1,168 +0,0 @@
|
||||
/* Input Style
|
||||
------------------------*/
|
||||
.form-group {
|
||||
margin-bottom: 20px; }
|
||||
|
||||
.form-control {
|
||||
height: 42px;
|
||||
border-radius: 0px;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-color: #e7e7e7;
|
||||
font-family: "Quicksand", sans-serif; }
|
||||
.form-control:hover {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-color: #e7e7e7; }
|
||||
.form-control:focus, .form-control.active {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-color: #878787; }
|
||||
|
||||
.input-default {
|
||||
border-radius: 4px; }
|
||||
|
||||
.input-flat {
|
||||
border-radius: 0px; }
|
||||
|
||||
.input-rounded {
|
||||
border-radius: 100px; }
|
||||
|
||||
.input-focus {
|
||||
border-color: #f96332; }
|
||||
.input-focus:focus {
|
||||
border-color: #f96332; }
|
||||
|
||||
/* Search Box Input Button
|
||||
--------------------------------*/
|
||||
.input-group-btn .btn {
|
||||
padding: 10px 12px; }
|
||||
|
||||
.input-group-default .form-control {
|
||||
border-radius: 4px; }
|
||||
|
||||
.input-group-flat .form-control {
|
||||
border-radius: 4px; }
|
||||
.input-group-flat .btn {
|
||||
border-radius: 0px;
|
||||
border-radius: 0px; }
|
||||
|
||||
.input-group-rounded .form-control {
|
||||
border-radius: 100px; }
|
||||
.input-group-rounded .btn-group-left {
|
||||
border-top-left-radius: 100px;
|
||||
border-bottom-left-radius: 100px; }
|
||||
.input-group-rounded .btn-group-right {
|
||||
border-top-right-radius: 100px;
|
||||
border-bottom-right-radius: 100px; }
|
||||
|
||||
.input-group-close-icon {
|
||||
background: none;
|
||||
color: #252525;
|
||||
border-color: #e7e7e7; }
|
||||
.input-group-close-icon:hover, .input-group-close-icon:focus, .input-group-close-icon.active {
|
||||
background: none;
|
||||
border-color: #e7e7e7;
|
||||
color: #252525; }
|
||||
|
||||
/* Input States
|
||||
-----------------------*/
|
||||
.has-default .form-control:hover, .has-default .form-control:focus, .has-default .form-control.active,
|
||||
.has-success .form-control:hover,
|
||||
.has-success .form-control:focus,
|
||||
.has-success .form-control.active,
|
||||
.has-warning .form-control:hover,
|
||||
.has-warning .form-control:focus,
|
||||
.has-warning .form-control.active,
|
||||
.has-error .form-control:hover,
|
||||
.has-error .form-control:focus,
|
||||
.has-error .form-control.active {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
.has-default .control-label {
|
||||
color: #878787; }
|
||||
.has-default .form-control {
|
||||
border-color: #878787; }
|
||||
.has-default .form-control:hover, .has-default .form-control:focus, .has-default .form-control.active {
|
||||
border-color: #878787; }
|
||||
|
||||
.has-success .control-label {
|
||||
color: #87de75; }
|
||||
.has-success .form-control {
|
||||
border-color: #87de75; }
|
||||
.has-success .form-control:hover, .has-success .form-control:focus, .has-success .form-control.active {
|
||||
border-color: #87de75; }
|
||||
|
||||
.has-warning .control-label {
|
||||
color: #f39c12; }
|
||||
.has-warning .form-control {
|
||||
border-color: #f39c12; }
|
||||
.has-warning .form-control:hover, .has-warning .form-control:focus, .has-warning .form-control.active {
|
||||
border-color: #f39c12; }
|
||||
|
||||
.has-error .control-label {
|
||||
color: #e74c3c; }
|
||||
.has-error .form-control {
|
||||
border-color: #e74c3c; }
|
||||
.has-error .form-control:hover, .has-error .form-control:focus, .has-error .form-control.active {
|
||||
border-color: #e74c3c; }
|
||||
|
||||
.has-feedback label ~ .form-control-feedback {
|
||||
top: 35px; }
|
||||
|
||||
.form-horizontal .has-feedback .form-control-feedback {
|
||||
top: 5px; }
|
||||
|
||||
.has-success .form-control-feedback {
|
||||
color: #87de75; }
|
||||
|
||||
.has-warning .form-control-feedback {
|
||||
color: #f39c12; }
|
||||
|
||||
.has-error .form-control-feedback {
|
||||
color: #e74c3c; }
|
||||
|
||||
.has-success .input-group-addon {
|
||||
background-color: #e0f7dc;
|
||||
border-color: #87de75;
|
||||
color: #87de75; }
|
||||
|
||||
.has-warning .input-group-addon {
|
||||
background-color: #f9cf8b;
|
||||
border-color: #f39c12;
|
||||
color: #f39c12; }
|
||||
|
||||
.has-error .input-group-addon {
|
||||
background-color: #f5b4ae;
|
||||
border-color: #e74c3c;
|
||||
color: #e74c3c; }
|
||||
|
||||
/* Input Size
|
||||
--------------------*/
|
||||
.input-sm {
|
||||
font-size: 12px;
|
||||
height: 30px;
|
||||
line-height: 1.5; }
|
||||
|
||||
.input-lg {
|
||||
font-size: 18px;
|
||||
height: 46px;
|
||||
line-height: 1.33333; }
|
||||
|
||||
/* Basic form
|
||||
----------------------*/
|
||||
label {
|
||||
font-weight: 400;
|
||||
margin-bottom: 10px; }
|
||||
|
||||
/* Form Horizontal
|
||||
----------------------*/
|
||||
.form-horizontal .control-label {
|
||||
padding-top: 12px; }
|
||||
|
||||
.form-horizontal .form-group {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px; }
|
||||
|
||||
/*# sourceMappingURL=forms.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "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",
|
||||
"sources": ["../sass/forms.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "forms.css"
|
||||
}
|
||||
@@ -1,155 +0,0 @@
|
||||
body {
|
||||
font-family: "Quicksand", sans-serif;
|
||||
background: #f5f5f5;
|
||||
color: #878787; }
|
||||
|
||||
a,
|
||||
button {
|
||||
outline: none !important;
|
||||
text-decoration: none !important;
|
||||
color: #878787;
|
||||
-webkit-transition: all 0.2s ease 0s;
|
||||
transition: all 0.2s ease 0s; }
|
||||
a:hover, a:focus, a.active,
|
||||
button:hover,
|
||||
button:focus,
|
||||
button.active {
|
||||
color: #252525;
|
||||
outline: none !important;
|
||||
text-decoration: none !important; }
|
||||
|
||||
ul {
|
||||
padding: 0px;
|
||||
margin: 0px; }
|
||||
|
||||
li {
|
||||
list-style: none; }
|
||||
|
||||
p {
|
||||
font-family: "Quicksand", sans-serif;
|
||||
color: #878787; }
|
||||
|
||||
.dib {
|
||||
display: inline-block; }
|
||||
|
||||
.rotate-90 {
|
||||
-webkit-transform: rotate(90deg);
|
||||
transform: rotate(90deg); }
|
||||
|
||||
.rotate-180 {
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg); }
|
||||
|
||||
.main-content {
|
||||
padding: 15px; }
|
||||
|
||||
.alert h4 {
|
||||
color: #878787; }
|
||||
|
||||
/* Color Mixins
|
||||
-------------------*/
|
||||
.text-primary,
|
||||
.color-primary {
|
||||
color: #f96332; }
|
||||
|
||||
.text-success,
|
||||
.color-success {
|
||||
color: #87de75; }
|
||||
|
||||
.text-info,
|
||||
.color-info {
|
||||
color: #03a9f4; }
|
||||
|
||||
.text-danger,
|
||||
.color-danger {
|
||||
color: #e74c3c; }
|
||||
|
||||
.text-warning,
|
||||
.color-warning {
|
||||
color: #f39c12; }
|
||||
|
||||
.text-pink,
|
||||
.color-pink {
|
||||
color: #e6a1f2; }
|
||||
|
||||
.text-dark,
|
||||
.color-dark {
|
||||
color: #252525; }
|
||||
|
||||
/* Background Mixins
|
||||
--------------------------*/
|
||||
.bg-primary {
|
||||
background: #f96332;
|
||||
color: #fff; }
|
||||
|
||||
.bg-success {
|
||||
background: #87de75;
|
||||
color: #fff; }
|
||||
|
||||
.bg-info {
|
||||
background: #03a9f4;
|
||||
color: #fff; }
|
||||
|
||||
.bg-danger {
|
||||
background: #e74c3c;
|
||||
color: #fff; }
|
||||
|
||||
.bg-warning {
|
||||
background: #f39c12;
|
||||
color: #fff; }
|
||||
|
||||
.bg-pink {
|
||||
background: #e6a1f2;
|
||||
color: #fff; }
|
||||
|
||||
.bg-dark {
|
||||
background: #252525;
|
||||
color: #fff; }
|
||||
|
||||
.bg-transparent {
|
||||
background: transparent;
|
||||
color: #252525; }
|
||||
|
||||
/* Border Mixins
|
||||
--------------------------*/
|
||||
.border-primary {
|
||||
border-color: #f96332; }
|
||||
|
||||
.border-success {
|
||||
border-color: #87de75; }
|
||||
|
||||
.border-info {
|
||||
border-color: #03a9f4; }
|
||||
|
||||
.border-danger {
|
||||
border-color: #e74c3c; }
|
||||
|
||||
.border-warning {
|
||||
border-color: #f39c12; }
|
||||
|
||||
.border-pink {
|
||||
border-color: #e6a1f2; }
|
||||
|
||||
.border-dark {
|
||||
border-color: #252525; }
|
||||
|
||||
.no-border {
|
||||
border: 0px !important; }
|
||||
|
||||
/* Brand Background
|
||||
-----------------------------*/
|
||||
.bg-facebook {
|
||||
background: #3b5998; }
|
||||
|
||||
.bg-twitter {
|
||||
background: #1da1f2; }
|
||||
|
||||
/* width
|
||||
-----------------------------*/
|
||||
.w10pr {
|
||||
width: 10%; }
|
||||
|
||||
.w12pr {
|
||||
width: 12%; }
|
||||
|
||||
/*# sourceMappingURL=global.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AACA,IAAK;EACD,WAAW,ECDT,uBAAuB;EDEzB,UAAU,ECqBD,OAAO;EDpBnB,KAAK,ECaM,OAAO;;ADVnB;MACO;EACH,OAAO,EAAE,eAAc;EACvB,eAAe,EAAE,eAAc;EAC/B,KAAK,ECMG,OAAO;EDLf,UAAU,EAAE,gBAAgB;EAC5B;;;eAES;IACL,KAAK,ECSN,OAAO;IDRN,OAAO,EAAE,eAAc;IACvB,eAAe,EAAE,eAAc;;AAIvC,EAAG;EACC,OAAO,EAAE,GAAG;EACZ,MAAM,EAAE,GAAG;;AAGf,EAAG;EACC,UAAU,EAAE,IAAI;;AAGpB,CAAE;EAEE,WAAW,EC/BT,uBAAuB;EDgCzB,KAAK,ECjBG,OAAO;;ADkCnB,IAAK;EACD,OAAO,EAAE,YAAY;;AAGzB,UAAW;EACP,SAAS,EAAE,aAAa;;AAG5B,WAAY;EACR,SAAS,EAAE,cAAc;;AAG7B,aAAc;EACV,OAAO,EAAE,IAAI;;AAIb,SAAE;EACE,KAAK,ECrDP,OAAO;;AD2Db;qBACqB;AAErB;cACe;EACX,KAAK,ECxEA,OAAO;;AD2EhB;cACe;EACX,KAAK,EC5EA,OAAO;;AD+EhB;WACY;EACR,KAAK,EChFH,OAAO;;ADmFb;aACc;EACV,KAAK,ECpFD,OAAO;;ADuFf;cACe;EACX,KAAK,ECxFA,OAAO;;AD2FhB;WACY;EACR,KAAK,EC5FH,OAAO;;AD+Fb;WACY;EACR,KAAK,EChGH,OAAO;;ADoGb;4BAC4B;AAG5B,WAAY;EACR,UAAU,EC/GL,OAAO;EDgHZ,KAAK,ECjGF,IAAI;;ADoGX,WAAY;EACR,UAAU,ECnHL,OAAO;EDoHZ,KAAK,ECtGF,IAAI;;ADyGX,QAAS;EACL,UAAU,ECvHR,OAAO;EDwHT,KAAK,EC3GF,IAAI;;AD8GX,UAAW;EACP,UAAU,EC3HN,OAAO;ED4HX,KAAK,EChHF,IAAI;;ADmHX,WAAY;EACR,UAAU,EC/HL,OAAO;EDgIZ,KAAK,ECrHF,IAAI;;ADwHX,QAAS;EACL,UAAU,ECnIR,OAAO;EDoIT,KAAK,EC1HF,IAAI;;AD6HX,QAAS;EACL,UAAU,ECvIR,OAAO;EDwIT,KAAK,EC/HF,IAAI;;ADkIX,eAAgB;EACZ,UAAU,EAAE,WAAW;EACvB,KAAK,EClIF,OAAO;;ADyId;4BAC4B;AAG5B,eAAgB;EACZ,YAAY,EC/JP,OAAO;;ADkKhB,eAAgB;EACZ,YAAY,EClKP,OAAO;;ADqKhB,YAAa;EACT,YAAY,ECrKV,OAAO;;ADwKb,cAAe;EACX,YAAY,ECxKR,OAAO;;AD2Kf,eAAgB;EACZ,YAAY,EC3KP,OAAO;;AD8KhB,YAAa;EACT,YAAY,EC9KV,OAAO;;ADiLb,YAAa;EACT,YAAY,ECjLV,OAAO;;ADoLb,UAAW;EACP,MAAM,EAAE,cAAa;;AAOzB;+BAC+B;AAE/B,YAAY;EACR,UAAU,EC7KJ,OAAO;;ADgLjB,WAAW;EACP,UAAU,EChLL,OAAO;;ADsLhB;+BAC+B;AAE/B,MAAM;EACF,KAAK,EAAE,GAAG;;AAId,MAAM;EACF,KAAK,EAAE,GAAG",
|
||||
"sources": ["../sass/global.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "global.css"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
.map {
|
||||
width: 100%;
|
||||
height: 400px; }
|
||||
|
||||
/*# sourceMappingURL=gmap.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAEA,IAAK;EACH,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,KAAK",
|
||||
"sources": ["../sass/gmap.scss"],
|
||||
"names": [],
|
||||
"file": "gmap.css"
|
||||
}
|
||||
@@ -1,277 +0,0 @@
|
||||
/* Header
|
||||
---------------*/
|
||||
.header {
|
||||
background: #f96332;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
min-height: 55px;
|
||||
z-index: 999; }
|
||||
|
||||
.logo {
|
||||
background: #f96332;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
line-height: 50px;
|
||||
text-align: center;
|
||||
width: 250px;
|
||||
-webkit-transition: width 300ms ease-in-out;
|
||||
transition: width 300ms ease-in-out; }
|
||||
.logo img {
|
||||
height: 45px;
|
||||
margin-right: 10px;
|
||||
-webkit-transition: 300ms ease-in-out;
|
||||
transition: 300ms ease-in-out; }
|
||||
.logo .small-logo {
|
||||
visibility: hidden;
|
||||
opacify: 0;
|
||||
width: 0;
|
||||
height: 0; }
|
||||
.logo span {
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 3px;
|
||||
padding-left: 20px;
|
||||
text-transform: uppercase; }
|
||||
|
||||
.sidebar-hide .logo {
|
||||
width: 60px; }
|
||||
.sidebar-hide .logo span {
|
||||
display: none; }
|
||||
.sidebar-hide .full-logo {
|
||||
visibility: hidden;
|
||||
opacify: 0;
|
||||
width: 0;
|
||||
height: 0; }
|
||||
.sidebar-hide .small-logo {
|
||||
visibility: visible;
|
||||
opacify: 1;
|
||||
width: auto;
|
||||
height: 45px; }
|
||||
|
||||
.header-icon {
|
||||
font-size: 18px;
|
||||
padding: 12px 15px;
|
||||
color: #fff;
|
||||
position: relative;
|
||||
-webkit-transition: all 0.4s ease-in-out;
|
||||
transition: all 0.4s ease-in-out;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
float: left;
|
||||
cursor: pointer; }
|
||||
.header-icon:hover, .header-icon:focus, .header-icon.active {
|
||||
background: #f95823; }
|
||||
.header-icon .note-count {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
font-size: 10px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
border-radius: 100%;
|
||||
text-align: center;
|
||||
background: #00a4b9;
|
||||
z-index: 9999;
|
||||
font-weight: 600;
|
||||
-webkit-animation-name: noteblink;
|
||||
animation-name: noteblink;
|
||||
-webkit-animation-duration: 2s;
|
||||
animation-duration: 2s;
|
||||
-webkit-animation-timing-function: linear;
|
||||
animation-timing-function: linear;
|
||||
-webkit-animation-iteration-count: 5;
|
||||
animation-iteration-count: 5; }
|
||||
|
||||
@-webkit-keyframes noteblink {
|
||||
0%,30%,36%,45%,52%,100% {
|
||||
background: #00a4b9;
|
||||
color: white; }
|
||||
31%,35%,46%,51% {
|
||||
background: white;
|
||||
color: #00a4b9; } }
|
||||
|
||||
@keyframes noteblink {
|
||||
0%,30%,36%,45%,52%,100% {
|
||||
background: #00a4b9;
|
||||
color: white; }
|
||||
31%,35%,46%,51% {
|
||||
background: white;
|
||||
color: #00a4b9; } }
|
||||
/* Humberger icon
|
||||
--------------------------*/
|
||||
.hamburger {
|
||||
display: inline-block;
|
||||
left: 10px;
|
||||
position: relative;
|
||||
top: 13px;
|
||||
-webkit-transition: all 0.3s ease-in-out 0s;
|
||||
transition: all 0.3s ease-in-out 0s;
|
||||
width: 37px;
|
||||
z-index: 999;
|
||||
cursor: pointer; }
|
||||
.hamburger > span {
|
||||
color: white;
|
||||
font-size: 25px; }
|
||||
|
||||
.header-icon.active .drop-down {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0px);
|
||||
transform: translateY(0px); }
|
||||
|
||||
.drop-down {
|
||||
background: #fff;
|
||||
color: #252525;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
width: 320px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 55px;
|
||||
-webkit-transform: translateY(50px);
|
||||
transform: translateY(50px);
|
||||
-webkit-transition: all 0.4s ease-in-out;
|
||||
transition: all 0.4s ease-in-out;
|
||||
border-top: 0px;
|
||||
border: 1px solid #e7e7e7; }
|
||||
|
||||
.header-left .drop-down {
|
||||
left: 0; }
|
||||
|
||||
.dropdown-content-heading {
|
||||
padding: 10px 15px; }
|
||||
.dropdown-content-heading span {
|
||||
font-size: 13px;
|
||||
color: #878787; }
|
||||
.dropdown-content-heading i {
|
||||
position: relative;
|
||||
top: 5px;
|
||||
opacity: 1 !important;
|
||||
color: #f96332; }
|
||||
|
||||
.dropdown-content-body li {
|
||||
padding: 15px;
|
||||
border-top: 1px solid #f5f5f5; }
|
||||
.dropdown-content-body li:hover, .dropdown-content-body li:focus, .dropdown-content-body li.active {
|
||||
background: #f5f5f5;
|
||||
border-top: 1px solid #f5f5f5; }
|
||||
.dropdown-content-body li a:hover, .dropdown-content-body li a:focus, .dropdown-content-body li a.active {
|
||||
color: #878787; }
|
||||
.dropdown-content-body li:last-child {
|
||||
padding: 5px 15px; }
|
||||
|
||||
.notification-heading {
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
color: #878787; }
|
||||
|
||||
.avatar-img {
|
||||
border-radius: 100px;
|
||||
width: 25px;
|
||||
position: relative;
|
||||
top: -3px; }
|
||||
|
||||
.header-icon > .avatar-img {
|
||||
width: 24px; }
|
||||
|
||||
.user-avatar {
|
||||
margin-left: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: 700; }
|
||||
|
||||
@media screen and (max-width: 750px) {
|
||||
.header-icon > .avatar-img {
|
||||
margin-right: 42px; }
|
||||
|
||||
.header-icon > .user-avatar {
|
||||
display: none; } }
|
||||
@media screen and (max-width: 450px) {
|
||||
.header-icon > .avatar-img {
|
||||
margin-right: 22px; } }
|
||||
.notification-text {
|
||||
font-size: 12px;
|
||||
font-family: "Quicksand", sans-serif;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding-top: 3px; }
|
||||
|
||||
.notification-timestamp {
|
||||
font-size: 11px; }
|
||||
|
||||
.notification-percentage {
|
||||
font-size: 12px;
|
||||
position: relative;
|
||||
top: 12px; }
|
||||
|
||||
.notification-unread {
|
||||
background: #f5f5f5; }
|
||||
.notification-unread .notification-heading {
|
||||
color: #555; }
|
||||
|
||||
.more-link {
|
||||
font-size: 12px;
|
||||
color: #f96332;
|
||||
display: inline-block; }
|
||||
|
||||
.dropdown-profile {
|
||||
width: 200px; }
|
||||
.dropdown-profile .trial-day {
|
||||
font-size: 11px;
|
||||
padding-top: 2px;
|
||||
color: #f96332; }
|
||||
.dropdown-profile li {
|
||||
padding: 7px 15px; }
|
||||
.dropdown-profile li a {
|
||||
display: block;
|
||||
color: #878787; }
|
||||
.dropdown-profile li a:hover, .dropdown-profile li a:focus, .dropdown-profile li a.active {
|
||||
color: #878787; }
|
||||
.dropdown-profile li a span {
|
||||
font-size: 14px; }
|
||||
.dropdown-profile li a i {
|
||||
margin-right: 5px;
|
||||
font-size: 14px; }
|
||||
.dropdown-profile li:last-child {
|
||||
padding: 7px 15px; }
|
||||
|
||||
.header-link {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
font-size: 14px; }
|
||||
|
||||
.main .page-header {
|
||||
min-height: 55px;
|
||||
margin: 0px;
|
||||
padding: 0px 15px;
|
||||
background: #fff;
|
||||
border-bottom: 0px; }
|
||||
.main .page-header h1 {
|
||||
font-size: 18px;
|
||||
padding: 14px 0px;
|
||||
margin: 0px; }
|
||||
.main .page-header .breadcrumb {
|
||||
margin: 0px;
|
||||
padding: 14px 15px;
|
||||
background: #fff; }
|
||||
.main .page-header .breadcrumb li:hover, .main .page-header .breadcrumb li:focus, .main .page-header .breadcrumb li.active {
|
||||
font-family: "Quicksand", sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 12px; }
|
||||
.main .page-header .breadcrumb li a {
|
||||
font-size: 12px;
|
||||
font-family: "Quicksand", sans-serif; }
|
||||
|
||||
.dropdown-task .progress {
|
||||
height: 5px;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 20px;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
.dropdown-task .progress-bar {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
/*# sourceMappingURL=header.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "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",
|
||||
"sources": ["../sass/header.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "header.css"
|
||||
}
|
||||
@@ -1,229 +0,0 @@
|
||||
/* Font Variable
|
||||
----------------------*/
|
||||
/* Color Variable
|
||||
-----------------------*/
|
||||
/* Solid Color
|
||||
------------------*/
|
||||
/* Brand color
|
||||
----------------------*/
|
||||
/* Header
|
||||
---------------*/
|
||||
.header {
|
||||
background: #ff2e44;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
min-height: 50px;
|
||||
z-index: 999;
|
||||
}
|
||||
.logo {
|
||||
display: inline-block;
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
width: 250px;
|
||||
background: #fff;
|
||||
transition: width 300ms ease-in-out;
|
||||
}
|
||||
.logo img {
|
||||
width: 35px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.logo span {
|
||||
color: #ff2e44;
|
||||
font-weight: 700;
|
||||
}
|
||||
.sidebar-hide .logo {
|
||||
width: 60px;
|
||||
}
|
||||
.sidebar-hide .logo span {
|
||||
display: none;
|
||||
}
|
||||
.header-icon {
|
||||
font-size: 18px;
|
||||
padding: 14px 15px;
|
||||
color: #fff;
|
||||
position: relative;
|
||||
transition: all 0.4s ease-in-out;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
float: left;
|
||||
}
|
||||
.header-icon i,
|
||||
.header-icon img,
|
||||
.header-icon span {
|
||||
cursor: pointer;
|
||||
}
|
||||
.header-icon:hover,
|
||||
.header-icon:focus,
|
||||
.header-icon.active {
|
||||
background: #81c0f5;
|
||||
}
|
||||
.header-icon.active .drop-down {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
transform: translateY(0px);
|
||||
}
|
||||
.drop-down {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
width: 320px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 55px;
|
||||
transform: translateY(50px);
|
||||
transition: all 0.4s ease-in-out;
|
||||
border-top: 0px;
|
||||
box-shadow: 10px 5px 10px #eee;
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
.header-left .drop-down {
|
||||
left: 0;
|
||||
}
|
||||
.dropdown-content-heading {
|
||||
padding: 10px 15px;
|
||||
}
|
||||
.dropdown-content-heading span {
|
||||
font-size: 13px;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
color: #aaa;
|
||||
}
|
||||
.dropdown-content-heading i {
|
||||
position: relative;
|
||||
top: 5px;
|
||||
opacity: 1!important;
|
||||
color: #ff2e44;
|
||||
}
|
||||
.dropdown-content-body li {
|
||||
padding: 15px;
|
||||
border-top: 1px solid #f5f5f5;
|
||||
}
|
||||
.dropdown-content-body li:hover,
|
||||
.dropdown-content-body li:focus,
|
||||
.dropdown-content-body li.active {
|
||||
background: #fcfcfc;
|
||||
}
|
||||
.dropdown-content-body li a:hover,
|
||||
.dropdown-content-body li a:focus,
|
||||
.dropdown-content-body li a.active {
|
||||
color: #b9b9b9;
|
||||
}
|
||||
.dropdown-content-body li:last-child {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
.notification-heading {
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
color: #989898;
|
||||
}
|
||||
.avatar-img {
|
||||
border-radius: 100px;
|
||||
width: 25px;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
.user-avatar {
|
||||
margin-left: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.notification-text {
|
||||
font-size: 12px;
|
||||
font-family: 'MontserratLight', sans-serif;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding-top: 3px;
|
||||
}
|
||||
.notification-timestamp {
|
||||
font-size: 11px;
|
||||
}
|
||||
.notification-percentage {
|
||||
font-size: 12px;
|
||||
position: relative;
|
||||
top: 12px;
|
||||
}
|
||||
.notification-unread {
|
||||
background: #fcfcfc;
|
||||
}
|
||||
.notification-unread .notification-heading {
|
||||
color: #555;
|
||||
}
|
||||
.more-link {
|
||||
font-size: 12px;
|
||||
color: #ff2e44;
|
||||
display: inline-block;
|
||||
}
|
||||
.dropdown-profile {
|
||||
width: 200px;
|
||||
}
|
||||
.dropdown-profile .trial-day {
|
||||
font-size: 11px;
|
||||
padding-top: 2px;
|
||||
color: #ff2e44;
|
||||
}
|
||||
.dropdown-profile li {
|
||||
padding: 7px 15px;
|
||||
}
|
||||
.dropdown-profile li a {
|
||||
display: block;
|
||||
}
|
||||
.dropdown-profile li a span {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
.dropdown-profile li a i {
|
||||
margin-right: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.dropdown-profile li:last-child {
|
||||
padding: 7px 15px;
|
||||
}
|
||||
.header-link {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
font-size: 14px;
|
||||
}
|
||||
/* Search box
|
||||
----------------------*/
|
||||
.chat-sidebar {
|
||||
background-color: #fff;
|
||||
position: fixed;
|
||||
right: -240px;
|
||||
bottom: 0;
|
||||
top: 55px;
|
||||
width: 240px;
|
||||
z-index: 2;
|
||||
-webkit-transition: all 0.5s ease 0s;
|
||||
transition: all 0.5s ease 0s;
|
||||
}
|
||||
.chat-sidebar.is-active {
|
||||
right: 0;
|
||||
}
|
||||
.main .page-header {
|
||||
min-height: 50px;
|
||||
margin: 0px;
|
||||
padding: 0px 15px;
|
||||
background: #fff;
|
||||
border-bottom: 0px;
|
||||
}
|
||||
.main .page-header h1 {
|
||||
font-size: 18px;
|
||||
padding: 14px 0px;
|
||||
}
|
||||
.main .page-header .breadcrumb {
|
||||
margin: 0px;
|
||||
padding: 14px 15px;
|
||||
background: #fff;
|
||||
}
|
||||
.main .page-header .breadcrumb li:hover,
|
||||
.main .page-header .breadcrumb li:focus,
|
||||
.main .page-header .breadcrumb li.active {
|
||||
font-family: 'MontserratLight', sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
}
|
||||
.main .page-header .breadcrumb li a {
|
||||
font-size: 12px;
|
||||
font-family: 'MontserratLight', sans-serif;
|
||||
}
|
||||
@@ -1,183 +0,0 @@
|
||||
@charset "UTF-8";
|
||||
[contenteditable]:hover, [contenteditable]:focus {
|
||||
background: #fb9c7c; }
|
||||
|
||||
.control-bar {
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
background: #f96332;
|
||||
color: #fff;
|
||||
padding: 15px;
|
||||
margin-bottom: 30px; }
|
||||
.control-bar .slogan {
|
||||
font-weight: bold;
|
||||
font-size: 1.2rem;
|
||||
display: inline-block;
|
||||
margin-right: 2rem; }
|
||||
.control-bar label {
|
||||
margin: 0px;
|
||||
color: #fff; }
|
||||
.control-bar a {
|
||||
margin: 0;
|
||||
padding: .5em 1em;
|
||||
background: #fff;
|
||||
color: #878787; }
|
||||
.control-bar a:hover {
|
||||
background: #fb9c7c; }
|
||||
.control-bar input {
|
||||
border: none;
|
||||
background: #fb9c7c;
|
||||
max-width: 30px;
|
||||
text-align: center;
|
||||
color: #878787; }
|
||||
.control-bar input:hover {
|
||||
background: #fb9c7c; }
|
||||
|
||||
.hidetax .taxrelated {
|
||||
display: none; }
|
||||
|
||||
.showtax .notaxrelated {
|
||||
display: none; }
|
||||
|
||||
.hidedate .daterelated {
|
||||
display: none; }
|
||||
|
||||
.showdate .notdaterelated {
|
||||
display: none; }
|
||||
|
||||
.details input {
|
||||
display: inline;
|
||||
margin: 0 0 0 .5rem;
|
||||
border: none;
|
||||
width: 55px;
|
||||
min-width: 0;
|
||||
background: transparent;
|
||||
text-align: left; }
|
||||
|
||||
.invoice-edit .rate:before,
|
||||
.invoice-edit .price:before,
|
||||
.invoice-edit .sum:before,
|
||||
.invoice-edit .tax:before,
|
||||
.invoice-edit #total_price:before,
|
||||
.invoice-edit #total_tax:before {
|
||||
content: '€'; }
|
||||
.invoice-edit .me,
|
||||
.invoice-edit .info,
|
||||
.invoice-edit .bank,
|
||||
.invoice-edit .smallme,
|
||||
.invoice-edit .client,
|
||||
.invoice-edit .bill,
|
||||
.invoice-edit .details {
|
||||
padding: 15px; }
|
||||
|
||||
.invoice-logo img {
|
||||
display: block;
|
||||
vertical-align: top;
|
||||
width: 50px; }
|
||||
|
||||
/**
|
||||
* INVOICELIST BODY
|
||||
*/
|
||||
.invoicelist-body {
|
||||
margin: 1rem; }
|
||||
.invoicelist-body table {
|
||||
width: 100%; }
|
||||
.invoicelist-body thead {
|
||||
text-align: left;
|
||||
border-bottom: 2pt solid #666; }
|
||||
.invoicelist-body td,
|
||||
.invoicelist-body th {
|
||||
position: relative;
|
||||
padding: 1rem; }
|
||||
.invoicelist-body tr:nth-child(even) {
|
||||
background: #f5f5f5; }
|
||||
.invoicelist-body tr:hover .removeRow {
|
||||
display: block; }
|
||||
.invoicelist-body input {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
border: none;
|
||||
width: 80%;
|
||||
min-width: 0;
|
||||
background: transparent;
|
||||
text-align: left; }
|
||||
.invoicelist-body .control {
|
||||
display: inline-block;
|
||||
color: white;
|
||||
background: #f96332;
|
||||
padding: 3px 7px;
|
||||
font-size: .9rem;
|
||||
text-transform: uppercase;
|
||||
cursor: pointer; }
|
||||
.invoicelist-body .control:hover {
|
||||
background: #fa764b; }
|
||||
.invoicelist-body .newRow {
|
||||
margin: .5rem 0;
|
||||
float: left; }
|
||||
.invoicelist-body .removeRow {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: .1rem;
|
||||
bottom: .1rem;
|
||||
left: -1.3rem;
|
||||
font-size: .7rem;
|
||||
border-radius: 3px 0 0 3px;
|
||||
padding: .5rem; }
|
||||
|
||||
/**
|
||||
* INVOICE LIST FOOTER
|
||||
*/
|
||||
.invoicelist-footer {
|
||||
margin: 1rem; }
|
||||
.invoicelist-footer table {
|
||||
float: right;
|
||||
width: 25%; }
|
||||
.invoicelist-footer table td {
|
||||
padding: 1rem 2rem 0 1rem;
|
||||
text-align: right; }
|
||||
.invoicelist-footer table tr:nth-child(2) td {
|
||||
padding-top: 0; }
|
||||
.invoicelist-footer table #total_price {
|
||||
font-size: 2rem;
|
||||
color: #f96332; }
|
||||
|
||||
/**
|
||||
* NOTE
|
||||
*/
|
||||
.note {
|
||||
margin: 75px 15px; }
|
||||
.hidenote .note {
|
||||
display: none; }
|
||||
.note h2 {
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
font-weight: bold; }
|
||||
.note p {
|
||||
font-size: 12px;
|
||||
padding: 0px 5px; }
|
||||
|
||||
/**
|
||||
* FOOTER
|
||||
*/
|
||||
footer {
|
||||
display: block;
|
||||
margin: 1rem 0;
|
||||
padding: 1rem 0 0; }
|
||||
footer p {
|
||||
font-size: 12px; }
|
||||
|
||||
/**
|
||||
* PRINT STYLE
|
||||
*/
|
||||
@media print {
|
||||
.header,
|
||||
.sidebar,
|
||||
.chat-sidebar,
|
||||
.control,
|
||||
.control-bar {
|
||||
display: none !important; }
|
||||
|
||||
[contenteditable]:hover, [contenteditable]:focus {
|
||||
outline: none; } }
|
||||
|
||||
/*# sourceMappingURL=invoice-edit.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "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",
|
||||
"sources": ["../sass/invoice-edit.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "invoice-edit.css"
|
||||
}
|
||||
@@ -1,112 +0,0 @@
|
||||
#invoice {
|
||||
position: relative;
|
||||
/* top: -290px;*/
|
||||
margin-bottom: 120px;
|
||||
/* width: 700px;*/
|
||||
background: #fff;
|
||||
padding: 30px; }
|
||||
|
||||
#invoice-table {
|
||||
/* Targets all id with 'col-' */
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
padding: 30px 0px; }
|
||||
|
||||
#invoice-top {
|
||||
min-height: 120px; }
|
||||
|
||||
#invoice-mid {
|
||||
min-height: 120px; }
|
||||
|
||||
#invoice-bot {
|
||||
min-height: 250px; }
|
||||
|
||||
.invoice-logo {
|
||||
float: left;
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
background: url(http://michaeltruong.ca/images/logo1.png) no-repeat;
|
||||
background-size: 60px 60px; }
|
||||
|
||||
.clientlogo {
|
||||
float: left;
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
background: url(http://michaeltruong.ca/images/client.jpg) no-repeat;
|
||||
background-size: 60px 60px;
|
||||
border-radius: 50px; }
|
||||
|
||||
.invoice-info {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-left: 20px; }
|
||||
.invoice-info h2 {
|
||||
color: #878787;
|
||||
font-size: 14px; }
|
||||
.invoice-info p {
|
||||
font-size: 12px; }
|
||||
|
||||
.title {
|
||||
float: right; }
|
||||
.title h4 {
|
||||
color: #878787;
|
||||
text-align: right; }
|
||||
|
||||
.title p {
|
||||
text-align: right;
|
||||
font-size: 12px; }
|
||||
|
||||
#project {
|
||||
margin-left: 52%; }
|
||||
#project p {
|
||||
font-size: 12px; }
|
||||
|
||||
#invoice-table h2 {
|
||||
font-size: 18px; }
|
||||
|
||||
.tabletitle {
|
||||
padding: 5px;
|
||||
background: #e7e7e7; }
|
||||
|
||||
.service {
|
||||
border: 1px solid #e7e7e7; }
|
||||
|
||||
.table-item {
|
||||
width: 50%; }
|
||||
|
||||
.itemtext {
|
||||
font-size: .9em; }
|
||||
|
||||
#legalcopy {
|
||||
margin-top: 30px; }
|
||||
#legalcopy p {
|
||||
font-size: 12px; }
|
||||
|
||||
.effect2 {
|
||||
position: relative; }
|
||||
|
||||
.effect2:before,
|
||||
.effect2:after {
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
content: "";
|
||||
bottom: 15px;
|
||||
left: 10px;
|
||||
width: 50%;
|
||||
top: 80%;
|
||||
max-width: 300px;
|
||||
background: #777;
|
||||
-webkit-box-shadow: 0 15px 10px #777;
|
||||
box-shadow: 0 15px 10px #777;
|
||||
-webkit-transform: rotate(-3deg);
|
||||
transform: rotate(-3deg); }
|
||||
|
||||
.effect2:after {
|
||||
-webkit-transform: rotate(3deg);
|
||||
transform: rotate(3deg);
|
||||
right: 10px;
|
||||
left: auto; }
|
||||
|
||||
.legal {
|
||||
width: 70%; }
|
||||
|
||||
/*# sourceMappingURL=invoice.css.map */
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAGA,QAAS;EACL,QAAQ,EAAE,QAAQ;EAClB,kBAAkB;EAClB,aAAa,EAAE,KAAK;EACpB,mBAAmB;EACnB,UAAU,ECeP,IAAI;EDdP,OAAO,EAAE,IAAI;;AAGjB,cAAe;EACX,gCAAgC;EAChC,aAAa,EAAE,iBAAgB;EAC/B,OAAO,EAAE,QAAQ;;AAGrB,YAAa;EACT,UAAU,EAAE,KAAK;;AAGrB,YAAa;EACT,UAAU,EAAE,KAAK;;AAGrB,YAAa;EACT,UAAU,EAAE,KAAK;;AAGrB,aAAc;EACV,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;EACX,UAAU,EAAE,uDAAuD;EACnE,eAAe,EAAE,SAAS;;AAG9B,WAAY;EACR,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;EACX,UAAU,EAAE,wDAAwD;EACpE,eAAe,EAAE,SAAS;EAC1B,aAAa,EAAE,IAAI;;AAGvB,aAAc;EACV,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,WAAW,EAAE,IAAI;EACjB,gBAAE;IACE,KAAK,ECpCP,OAAO;IDqCL,SAAS,EAAE,IAAI;EAEnB,eAAC;IACG,SAAS,EAAE,IAAI;;AAIvB,MAAO;EACH,KAAK,EAAE,KAAK;EACZ,SAAE;IACE,KAAK,EC/CP,OAAO;IDgDL,UAAU,EAAE,KAAK;;AAIzB,QAAS;EACL,UAAU,EAAE,KAAK;EACjB,SAAS,EAAE,IAAI;;AAGnB,QAAS;EACL,WAAW,EAAE,GAAG;EAChB,UAAC;IACG,SAAS,EAAE,IAAI;;AAKnB,iBAAE;EACE,SAAS,EAAE,IAAI;;AAIvB,WAAY;EACR,OAAO,EAAE,GAAG;EACZ,UAAU,EC9DN,OAAO;;ADiEf,QAAS;EACL,MAAM,EAAE,iBAAgB;;AAG5B,WAAY;EACR,KAAK,EAAE,GAAG;;AAId,SAAU;EACN,SAAS,EAAG,IAAI;;AAGpB,UAAW;EACP,UAAU,EAAE,IAAI;EAChB,YAAC;IACG,SAAS,EAAE,IAAI;;AAUvB,QAAS;EACL,QAAQ,EAAE,QAAQ;;AAGtB;cACe;EACX,OAAO,EAAE,EAAE;EACX,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,EAAE;EACX,MAAM,EAAE,IAAI;EACZ,IAAI,EAAE,IAAI;EACV,KAAK,EAAE,GAAG;EACV,GAAG,EAAE,GAAG;EACR,SAAS,EAAE,KAAK;EAChB,UAAU,EAAE,IAAI;EAChB,kBAAkB,EAAE,gBAAgB;EACpC,eAAe,EAAE,gBAAgB;EACjC,UAAU,EAAE,gBAAgB;EAC5B,iBAAiB,EAAE,aAAa;EAChC,cAAc,EAAE,aAAa;EAC7B,YAAY,EAAE,aAAa;EAC3B,aAAa,EAAE,aAAa;EAC5B,SAAS,EAAE,aAAa;;AAG5B,cAAe;EACX,iBAAiB,EAAE,YAAY;EAC/B,cAAc,EAAE,YAAY;EAC5B,YAAY,EAAE,YAAY;EAC1B,aAAa,EAAE,YAAY;EAC3B,SAAS,EAAE,YAAY;EACvB,KAAK,EAAE,IAAI;EACX,IAAI,EAAE,IAAI;;AAGd,MAAO;EACH,KAAK,EAAE,GAAG",
|
||||
"sources": ["../sass/invoice.scss","../sass/variable.scss"],
|
||||
"names": [],
|
||||
"file": "invoice.css"
|
||||
}
|
||||
@@ -1,613 +0,0 @@
|
||||
/*
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*1.bars-1to10.css*/
|
||||
|
||||
.br-theme-bars-1to10 .br-widget {
|
||||
height: 50px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-widget a {
|
||||
display: block;
|
||||
width: 12px;
|
||||
padding: 5px 0;
|
||||
height: 28px;
|
||||
float: left;
|
||||
background-color: #fbedd9;
|
||||
margin: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-widget a.br-active,
|
||||
.br-theme-bars-1to10 .br-widget a.br-selected {
|
||||
background-color: #EDB867;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-widget .br-current-rating {
|
||||
font-size: 20px;
|
||||
line-height: 2;
|
||||
float: left;
|
||||
padding: 0 20px 0 20px;
|
||||
color: #EDB867;
|
||||
font-weight: 400;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-readonly a.br-active,
|
||||
.br-theme-bars-1to10 .br-readonly a.br-selected {
|
||||
background-color: #f2cd95;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-readonly .br-current-rating {
|
||||
color: #f2cd95;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bars-1to10 .br-widget a {
|
||||
border: 1px solid #b3b3b3;
|
||||
background: white;
|
||||
height: 38px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-widget a.br-active,
|
||||
.br-theme-bars-1to10 .br-widget a.br-selected {
|
||||
border: 1px solid black;
|
||||
background: white;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-widget .br-current-rating {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*2.bars-horizontal.css*/
|
||||
|
||||
.br-theme-bars-horizontal .br-widget {
|
||||
width: 120px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-widget a {
|
||||
display: block;
|
||||
width: 120px;
|
||||
height: 5px;
|
||||
background-color: #fbedd9;
|
||||
margin: 1px;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-widget a.br-active,
|
||||
.br-theme-bars-horizontal .br-widget a.br-selected {
|
||||
background-color: #EDB867;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-widget .br-current-rating {
|
||||
width: 120px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 2;
|
||||
text-align: center;
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-readonly a.br-active,
|
||||
.br-theme-bars-horizontal .br-readonly a.br-selected {
|
||||
background-color: #f2cd95;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-readonly .br-current-rating {
|
||||
color: #f2cd95;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bars-horizontal .br-widget a {
|
||||
border: 1px solid #b3b3b3;
|
||||
background: white;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-widget a.br-active,
|
||||
.br-theme-bars-horizontal .br-widget a.br-selected {
|
||||
border: 1px solid black;
|
||||
background: white;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-widget .br-current-rating {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*3.bars-movie.css*/
|
||||
|
||||
.br-theme-bars-movie .br-widget {
|
||||
height: 10px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bars-movie .br-widget a {
|
||||
display: block;
|
||||
width: 60px;
|
||||
height: 8px;
|
||||
float: left;
|
||||
background-color: #bbcefb;
|
||||
margin: 1px;
|
||||
}
|
||||
.br-theme-bars-movie .br-widget a.br-active,
|
||||
.br-theme-bars-movie .br-widget a.br-selected {
|
||||
background-color: #4278F5;
|
||||
}
|
||||
.br-theme-bars-movie .br-widget .br-current-rating {
|
||||
clear: both;
|
||||
width: 240px;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
display: block;
|
||||
padding: .5em 0;
|
||||
color: #4278F5;
|
||||
font-weight: 400;
|
||||
}
|
||||
.br-theme-bars-movie .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-bars-movie .br-readonly a.br-active,
|
||||
.br-theme-bars-movie .br-readonly a.br-selected {
|
||||
background-color: #729bf8;
|
||||
}
|
||||
.br-theme-bars-movie .br-readonly .br-current-rating {
|
||||
color: #729bf8;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bars-movie .br-widget a {
|
||||
border: 1px solid #b3b3b3;
|
||||
background: white;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.br-theme-bars-movie .br-widget a.br-active,
|
||||
.br-theme-bars-movie .br-widget a.br-selected {
|
||||
border: 1px solid black;
|
||||
background: white;
|
||||
}
|
||||
.br-theme-bars-movie .br-widget .br-current-rating {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*4.bars-pill.css*/
|
||||
|
||||
.br-theme-bars-pill .br-widget {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bars-pill .br-widget a {
|
||||
padding: 7px 15px;
|
||||
background-color: #bef5e8;
|
||||
color: #50E3C2;
|
||||
text-decoration: none;
|
||||
font-size: 13px;
|
||||
line-height: 3;
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
}
|
||||
.br-theme-bars-pill .br-widget a:first-child {
|
||||
-webkit-border-top-left-radius: 999px;
|
||||
-webkit-border-bottom-left-radius: 999px;
|
||||
-moz-border-radius-topleft: 999px;
|
||||
-moz-border-radius-bottomleft: 999px;
|
||||
border-top-left-radius: 999px;
|
||||
border-bottom-left-radius: 999px;
|
||||
}
|
||||
.br-theme-bars-pill .br-widget a:last-child {
|
||||
-webkit-border-top-right-radius: 999px;
|
||||
-webkit-border-bottom-right-radius: 999px;
|
||||
-moz-border-radius-topright: 999px;
|
||||
-moz-border-radius-bottomright: 999px;
|
||||
border-top-right-radius: 999px;
|
||||
border-bottom-right-radius: 999px;
|
||||
}
|
||||
.br-theme-bars-pill .br-widget a.br-active,
|
||||
.br-theme-bars-pill .br-widget a.br-selected {
|
||||
background-color: #50E3C2;
|
||||
color: white;
|
||||
}
|
||||
.br-theme-bars-pill .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-bars-pill .br-readonly a.br-active,
|
||||
.br-theme-bars-pill .br-readonly a.br-selected {
|
||||
background-color: #7cead1;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bars-pill .br-widget a {
|
||||
border: 1px solid #b3b3b3;
|
||||
border-left: none;
|
||||
background: white;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.br-theme-bars-pill .br-widget a.br-active,
|
||||
.br-theme-bars-pill .br-widget a.br-selected {
|
||||
border: 1px solid black;
|
||||
border-left: none;
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
.br-theme-bars-pill .br-widget a:first-child {
|
||||
border-left: 1px solid black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*5.bars-reversed.css*/
|
||||
|
||||
.br-theme-bars-reversed .br-widget {
|
||||
height: 25px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bars-reversed .br-widget a {
|
||||
display: block;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
float: left;
|
||||
background-color: #bef5e8;
|
||||
margin: 1px;
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
line-height: 1.4;
|
||||
color: #50E3C2;
|
||||
text-align: center;
|
||||
}
|
||||
.br-theme-bars-reversed .br-widget a.br-active,
|
||||
.br-theme-bars-reversed .br-widget a.br-selected {
|
||||
background-color: #50E3C2;
|
||||
color: white;
|
||||
}
|
||||
.br-theme-bars-reversed .br-widget .br-current-rating {
|
||||
line-height: 1.3;
|
||||
float: left;
|
||||
padding: 0 20px 0 20px;
|
||||
color: #50E3C2;
|
||||
font-size: 17px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.br-theme-bars-reversed .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-bars-reversed .br-readonly a.br-active,
|
||||
.br-theme-bars-reversed .br-readonly a.br-selected {
|
||||
background-color: #7cead1;
|
||||
}
|
||||
.br-theme-bars-reversed .br-readonly .br-current-rating {
|
||||
color: #7cead1;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bars-reversed .br-widget a {
|
||||
border: 1px solid #b3b3b3;
|
||||
background: white;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.br-theme-bars-reversed .br-widget a.br-active,
|
||||
.br-theme-bars-reversed .br-widget a.br-selected {
|
||||
border: 1px solid black;
|
||||
background: white;
|
||||
}
|
||||
.br-theme-bars-reversed .br-widget .br-current-rating {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*6.bars-square.css*/
|
||||
|
||||
.br-theme-bars-square .br-widget {
|
||||
height: 15px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bars-square .br-widget a {
|
||||
display: block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
float: left;
|
||||
border: 2px solid #bbcefb;
|
||||
background-color: white;
|
||||
margin: 2px;
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 2;
|
||||
text-align: center;
|
||||
color: #bbcefb;
|
||||
font-weight: 600;
|
||||
}
|
||||
.br-theme-bars-square .br-widget a.br-active,
|
||||
.br-theme-bars-square .br-widget a.br-selected {
|
||||
border: 2px solid #4278F5;
|
||||
color: #4278F5;
|
||||
}
|
||||
.br-theme-bars-square .br-widget .br-current-rating {
|
||||
clear: both;
|
||||
width: 330px;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
display: block;
|
||||
padding: .5em 0;
|
||||
color: #646464;
|
||||
}
|
||||
.br-theme-bars-square .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-bars-square .br-readonly a.br-active,
|
||||
.br-theme-bars-square .br-readonly a.br-selected {
|
||||
border: 2px solid #729bf8;
|
||||
color: #729bf8;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bars-square .br-widget a {
|
||||
border: 2px solid #b3b3b3;
|
||||
color: #b3b3b3;
|
||||
}
|
||||
.br-theme-bars-square .br-widget a.br-active,
|
||||
.br-theme-bars-square .br-widget a.br-selected {
|
||||
border: 2px solid black;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*7.bootstrap-stars.css*/
|
||||
|
||||
.br-theme-bootstrap-stars .br-widget {
|
||||
height: 28px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-widget a {
|
||||
font: normal normal normal 18px/1 'Glyphicons Halflings';
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-decoration: none;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-widget a:after {
|
||||
content: '\e006';
|
||||
color: #d2d2d2;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-widget a.br-active:after {
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-widget .br-current-rating {
|
||||
display: none;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bootstrap-stars .br-widget a:after {
|
||||
content: '\e007';
|
||||
color: black;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-widget a.br-active:after,
|
||||
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
|
||||
content: '\e006';
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*8.css-stars.css*/
|
||||
|
||||
.br-theme-css-stars .br-widget {
|
||||
height: 28px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-css-stars .br-widget a {
|
||||
text-decoration: none;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
float: left;
|
||||
font-size: 23px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.br-theme-css-stars .br-widget a:after {
|
||||
content: "\2605";
|
||||
color: #d2d2d2;
|
||||
}
|
||||
.br-theme-css-stars .br-widget a.br-active:after {
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-css-stars .br-widget a.br-selected:after {
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-css-stars .br-widget .br-current-rating {
|
||||
display: none;
|
||||
}
|
||||
.br-theme-css-stars .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-css-stars .br-widget a:after {
|
||||
content: "\2606";
|
||||
color: black;
|
||||
}
|
||||
.br-theme-css-stars .br-widget a.br-active:after,
|
||||
.br-theme-css-stars .br-widget a.br-selected:after {
|
||||
content: "\2605";
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*9.fontawesome-stars.css*/
|
||||
|
||||
.br-theme-fontawesome-stars .br-widget {
|
||||
height: 28px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-widget a {
|
||||
font: normal normal normal 20px/1 FontAwesome;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-decoration: none;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-widget a:after {
|
||||
content: '\f005';
|
||||
color: #d2d2d2;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-widget a.br-active:after {
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-widget .br-current-rating {
|
||||
display: none;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-fontawesome-stars .br-widget a:after {
|
||||
content: '\f006';
|
||||
color: black;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-widget a.br-active:after,
|
||||
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
|
||||
content: '\f005';
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*10.fontawesome-stars-o.css*/
|
||||
|
||||
|
||||
.br-theme-fontawesome-stars-o .br-widget {
|
||||
height: 28px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a {
|
||||
font: normal normal normal 20px/1 FontAwesome;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-decoration: none;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a:after {
|
||||
content: '\f006';
|
||||
color: #d2d2d2;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
|
||||
content: '\f005';
|
||||
color: #50E3C2;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
|
||||
content: '\f005';
|
||||
color: #50E3C2;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
|
||||
content: '\f123';
|
||||
color: #50E3C2;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
|
||||
display: none;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
|
||||
display: inline-block;
|
||||
transform: scaleX(-1);
|
||||
-moz-transform: scaleX(-1);
|
||||
-webkit-transform: scaleX(-1);
|
||||
filter: FlipH;
|
||||
-ms-filter: "FlipH";
|
||||
}
|
||||
@media print {
|
||||
.br-theme-fontawesome-stars-o .br-widget a:after {
|
||||
content: '\f006';
|
||||
color: black;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
|
||||
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
|
||||
content: '\f005';
|
||||
color: black;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
|
||||
content: '\f123';
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
6
web/bsadmin/assets/css/lib/bootstrap.min.css
vendored
6
web/bsadmin/assets/css/lib/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -1,403 +0,0 @@
|
||||
|
||||
[class*=" icon-"],
|
||||
[class^=icon-] {
|
||||
font-family: fontawesome;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
}
|
||||
.calendar{
|
||||
float: none; !important
|
||||
}
|
||||
.icon-arrow-left:before {
|
||||
content: '\f104';
|
||||
}
|
||||
.icon-arrow-right:before {
|
||||
content: '\f105'
|
||||
}
|
||||
.pignose-calendar {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d8d8d8;
|
||||
font-size: 100%;
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top {
|
||||
padding: 2.6em 0;
|
||||
background-color: #fafafa;
|
||||
border-bottom: 1px solid #e2e2e2;
|
||||
position: relative;
|
||||
overflow: hidden
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 1.8em 0;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
box-sizing: border-box;
|
||||
-o-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month,
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
|
||||
display: block;
|
||||
text-align: center
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
|
||||
font-size: 115%;
|
||||
color: rgba(0, 0, 0, .5);
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
|
||||
margin-bottom: .4em;
|
||||
font-size: 130%;
|
||||
font-weight: 600;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
|
||||
display: inline-block;
|
||||
width: 1.6em;
|
||||
height: 1.6em;
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
text-decoration: none
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
|
||||
display: inline-block;
|
||||
color: #777;
|
||||
font-size: 115%;
|
||||
font-weight: 600;
|
||||
vertical-align: middle;
|
||||
margin-top: -10px
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
|
||||
color: #555;
|
||||
font-size: 160%;
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
|
||||
float: left;
|
||||
margin-left: 1.6em
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
|
||||
float: right;
|
||||
margin-right: 1.6em
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev .pignose-calendar-top-value {
|
||||
margin-left: .2em
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next .pignose-calendar-top-value {
|
||||
margin-right: .2em
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-header {
|
||||
padding: 0;
|
||||
margin-top: 0;
|
||||
font-weight: 600;
|
||||
overflow: hidden
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-body {
|
||||
padding: 1.2em
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
|
||||
float: left;
|
||||
width: 14%;
|
||||
height: 1.8em;
|
||||
text-align: center;
|
||||
line-height: 2.8em;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
text-transform: capitalize;
|
||||
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
|
||||
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
|
||||
color: #fa4832
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-header .pignose-calendar-week:last-child {
|
||||
width: 14.32%
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-body .pignose-calendar-row {
|
||||
overflow: hidden
|
||||
}
|
||||
.pignose-calendar-unit {
|
||||
float: left;
|
||||
display: block;
|
||||
height: 3.8em;
|
||||
width: 14.28%;
|
||||
text-align: center;
|
||||
line-height: 2.8em;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box
|
||||
}
|
||||
.pignose-calendar-unit .pignose-calendar-button-schedule-container {
|
||||
line-height: .5em
|
||||
}
|
||||
.pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin {
|
||||
display: inline-block;
|
||||
background-color: #777;
|
||||
width: .5em;
|
||||
height: .5em;
|
||||
border-radius: 50%;
|
||||
margin-right: .2em
|
||||
}
|
||||
.pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin:last-child {
|
||||
margin-right: 0
|
||||
}
|
||||
.pignose-calendar-unit a {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 2.4em;
|
||||
border-radius: 0;
|
||||
color: #3abbb9;
|
||||
line-height: 2.4em;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
-webkit-transition: background-color .3s ease, color .3s ease;
|
||||
-moz-transition: background-color .3s ease, color .3s ease;
|
||||
transition: background-color .3s ease, color .3s ease
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-disabled a {
|
||||
opacity: .5;
|
||||
background-color: #efefef
|
||||
}
|
||||
.pignose-calendar-unit a:active {
|
||||
background-color: #d8d8d8
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-range a {
|
||||
background-color: #f1f1f1;
|
||||
border-radius: 0;
|
||||
width: 100%
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
|
||||
color: #b2b9bb;
|
||||
background-color: #e1e1e1
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first a {
|
||||
border-top-left-radius: 1.2em;
|
||||
border-bottom-left-radius: 1.2em
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-last a {
|
||||
border-top-right-radius: 1.2em;
|
||||
border-bottom-right-radius: 1.2em
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-default .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-active a,
|
||||
.pignose-calendar.pignose-calendar-reverse .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-inactive a {
|
||||
color: #ccc!important
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-active a {
|
||||
background-color: #2fabb7;
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-sat a,
|
||||
.pignose-calendar-unit.pignose-calendar-unit-sun a {
|
||||
color: #fa4832
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sat a,
|
||||
.pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sun a {
|
||||
color: #fff
|
||||
}
|
||||
.pignose-calendar-unit:last-child {
|
||||
width: 14.32%
|
||||
}
|
||||
.pignose-calendar-wrapper {
|
||||
display: none;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
max-width: 360px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
border-radius: 2px;
|
||||
z-index: 50001;
|
||||
overflow: hidden;
|
||||
-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 1);
|
||||
-moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 1);
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 1);
|
||||
transform: translate3d(0, 160px, 0);
|
||||
-o-transform: translate3d(0, 160px, 0);
|
||||
-moz-transform: translate3d(0, 160px, 0);
|
||||
-webkit-transform: translate3d(0, 160px, 0);
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity .3s ease, transform .5s ease-out, -webkit-transform .5s ease-out;
|
||||
-moz-transition: opacity .3s ease, transform .5s ease-out, -webkit-transform .5s ease-out;
|
||||
transition: opacity .3s ease, transform .5s ease-out, -webkit-transform .5s ease-out
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar {
|
||||
border: none
|
||||
}
|
||||
.pignose-calendar-wrapper.pignose-calendar-wrapper-active {
|
||||
opacity: 1;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0)
|
||||
}
|
||||
.pignose-calendar-wrapper-overlay {
|
||||
background-color: #000;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity .3s ease;
|
||||
-moz-transition: opacity .3s ease;
|
||||
transition: opacity .3s ease;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 50000
|
||||
}
|
||||
.pignose-calendar-wrapper-overlay.pignose-calendar-wrapper-overlay-active {
|
||||
opacity: .7
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group {
|
||||
border-top: 1px solid #e2e2e2;
|
||||
overflow: hidden
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button {
|
||||
width: 50%;
|
||||
display: block;
|
||||
float: left;
|
||||
height: 3.2em;
|
||||
text-align: center;
|
||||
line-height: 3.2em;
|
||||
color: #333;
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
-webkit-transition: background-color .3s ease;
|
||||
-moz-transition: background-color .3s ease;
|
||||
transition: background-color .3s ease;
|
||||
box-sizing: border-box;
|
||||
-o-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button:hover {
|
||||
background-color: #f1f1f1
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply {
|
||||
color: #fff;
|
||||
background-color: #2fabb7
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply:hover {
|
||||
background-color: #31b2c9
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark {
|
||||
border-color: #373a3c;
|
||||
background-color: #4b4f51;
|
||||
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
|
||||
-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
|
||||
box-shadow: 0 3px 8px rgba(0, 0, 0, .5)
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top {
|
||||
background-color: #3d4345;
|
||||
border-bottom-color: #3a3d3f;
|
||||
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .175);
|
||||
-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .175);
|
||||
box-shadow: 0 3px 8px rgba(0, 0, 0, .175)
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-month {
|
||||
color: #fff
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-year {
|
||||
color: #bdc2c5
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon,
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
|
||||
color: #a2a9ab
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week {
|
||||
color: #bdc2c5
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a,
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a,
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
|
||||
color: #ff6060
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
|
||||
color: #51cfd2
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
|
||||
color: #868e8f;
|
||||
background-color: #5d6365
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
|
||||
color: #fff;
|
||||
background-color: #36bec2;
|
||||
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .75);
|
||||
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .75);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, .75)
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
|
||||
background-color: #5a5d62
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
|
||||
color: #727a7c;
|
||||
background-color: #4f5558
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
|
||||
color: #8b8f94
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-month,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-year {
|
||||
color: #000;
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group {
|
||||
border-top: 1px solid #373a3c;
|
||||
overflow: hidden
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button-apply {
|
||||
color: #fff;
|
||||
background-color: #36bec2
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button:hover {
|
||||
background-color: #5a5d62
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue {
|
||||
border: none;
|
||||
background-color: #fff;
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week {
|
||||
color: #5c6270
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
|
||||
color: #5E5E5E
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
|
||||
color: #5c6270
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
|
||||
background-color: #efefef
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
|
||||
color: #fff;
|
||||
background-color: #FF2E44;
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
|
||||
background-color: #f1f1f1
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
|
||||
background-color: #efefef
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
|
||||
color: #ccc
|
||||
}
|
||||
3945
web/bsadmin/assets/css/lib/calendar2/semantic.ui.min.css
vendored
3945
web/bsadmin/assets/css/lib/calendar2/semantic.ui.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
3044
web/bsadmin/assets/css/lib/font-awesome.min.css
vendored
3044
web/bsadmin/assets/css/lib/font-awesome.min.css
vendored
File diff suppressed because it is too large
Load Diff
7
web/bsadmin/assets/css/lib/jquery-ui.min.css
vendored
7
web/bsadmin/assets/css/lib/jquery-ui.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,9 +0,0 @@
|
||||
/*
|
||||
* jsGrid v1.5.3 (http://js-grid.com)
|
||||
* (c) 2016 Artem Tabalin
|
||||
* Licensed under MIT (https://github.com/tabalinas/jsgrid/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
.jsgrid{position:relative;overflow:hidden;font-size:1em}.jsgrid,.jsgrid *,.jsgrid :after,.jsgrid :before{box-sizing:border-box}.jsgrid input,.jsgrid select,.jsgrid textarea{font-size:1em}.jsgrid-grid-header{overflow-x:hidden;overflow-y:scroll;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.jsgrid-grid-body{height: 100%!important;overflow-x:auto;overflow-y:scroll;-webkit-overflow-scrolling:touch}.jsgrid-table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0}.jsgrid-cell{padding:.5em}.jsgrid-header-cell,.jsgrid-сell{box-sizing:border-box}.jsgrid-align-left{text-align:left}.jsgrid-align-center,.jsgrid-align-center input,.jsgrid-align-center select,.jsgrid-align-center textarea{text-align:center}.jsgrid-align-right,.jsgrid-align-right input,.jsgrid-align-right select,.jsgrid-align-right textarea{text-align:right}.jsgrid-header-cell{padding:.5em}.jsgrid-edit-row input,.jsgrid-edit-row select,.jsgrid-edit-row textarea,.jsgrid-filter-row input,.jsgrid-filter-row select,.jsgrid-filter-row textarea,.jsgrid-insert-row input,.jsgrid-insert-row select,.jsgrid-insert-row textarea{width:100%;padding:.3em .5em}.jsgrid-edit-row input[type=checkbox],.jsgrid-filter-row input[type=checkbox],.jsgrid-insert-row input[type=checkbox]{width:auto}.jsgrid-selected-row .jsgrid-cell{cursor:pointer}.jsgrid-nodata-row .jsgrid-cell{padding:.5em 0;text-align:center}.jsgrid-header-sort{cursor:pointer}.jsgrid-pager{padding:.5em 0}.jsgrid-pager-nav-button{padding:.2em .6em}.jsgrid-pager-nav-inactive-button{display:none;pointer-events:none}.jsgrid-pager-page{padding:.2em .6em}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -1,213 +0,0 @@
|
||||
/**
|
||||
* Nestable
|
||||
*/
|
||||
|
||||
.dd {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100% !important;
|
||||
max-width: 100%;
|
||||
list-style: none;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.dd-list {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none; }
|
||||
.dd-list .dd-list {
|
||||
padding-left: 30px;
|
||||
}
|
||||
.dd-collapsed .dd-list {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dd-item,
|
||||
.dd-empty,
|
||||
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }
|
||||
|
||||
.dd-handle {
|
||||
display: block;
|
||||
height: 40px;
|
||||
margin: 5px 0;
|
||||
padding: 8px 10px;
|
||||
color: #979898;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
border: 1px solid #e5e5e5;
|
||||
background: #ffffff;
|
||||
box-sizing: border-box; -moz-box-sizing: border-box;
|
||||
}
|
||||
.dd-handle:hover {
|
||||
color: #2ea8e5;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.dd-item > button {
|
||||
display: block;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
width: 25px;
|
||||
height: 17px;
|
||||
margin: 5px 0;
|
||||
padding: 0;
|
||||
text-indent: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
.dd-item > button:before {
|
||||
content: '+';
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
}
|
||||
.dd-item > button[data-action="collapse"]:before { content: '-'; }
|
||||
|
||||
.dd-placeholder,
|
||||
.dd-empty {
|
||||
margin: 5px 0;
|
||||
padding: 0;
|
||||
min-height: 30px;
|
||||
background: #f2fbff;
|
||||
border: 1px dashed #b6bcbf;
|
||||
box-sizing: border-box; -moz-box-sizing: border-box; }
|
||||
.dd-empty {
|
||||
border: 1px dashed #bbb;
|
||||
min-height: 100px;
|
||||
background-color: #e5e5e5;
|
||||
background: 60px 60px;
|
||||
background-position: 0 0, 30px 30px;
|
||||
}
|
||||
|
||||
.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
|
||||
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
|
||||
.dd-dragel .dd-handle {
|
||||
-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
|
||||
box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Nestable Extras
|
||||
*/
|
||||
|
||||
.nestable-lists {
|
||||
display: block;
|
||||
clear: both;
|
||||
padding: 30px 0;
|
||||
width: 100%;
|
||||
border: 0;
|
||||
border-top: 2px solid #ddd;
|
||||
border-bottom: 2px solid #ddd;
|
||||
}
|
||||
|
||||
#nestable-menu { padding: 0; margin: 20px 0; }
|
||||
|
||||
#nestable-output,
|
||||
#nestable2-output {
|
||||
width: 100%;
|
||||
height: 7em;
|
||||
font-size: 0.75em;
|
||||
line-height: 1.333333em;
|
||||
font-family: Consolas, monospace;
|
||||
padding: 5px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
}
|
||||
|
||||
#nestable2 .dd-handle {
|
||||
color: #979898;
|
||||
border: 1px solid #e5e5e5;
|
||||
background: #ffffff;
|
||||
}
|
||||
#nestable2 .dd-handle:hover { background: #ffffff; }
|
||||
#nestable2 .dd-item > button:before { color: #979898; }
|
||||
|
||||
@media only screen and (min-width: 700px) {
|
||||
|
||||
.dd { float: left; width: 48%; }
|
||||
.dd + .dd { margin-left: 2%; }
|
||||
|
||||
}
|
||||
|
||||
.dd-hover > .dd-handle {
|
||||
background: #2ea8e5 !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Nestable Draggable Handles
|
||||
*/
|
||||
|
||||
.dd3-content {
|
||||
display: block;
|
||||
height: 40px;
|
||||
margin: 5px 0;
|
||||
padding: 8px 15px 9px 52px;
|
||||
color: #979898;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
border: 1px solid #e5e5e5;
|
||||
background: #ffffff;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
box-sizing: border-box; -moz-box-sizing: border-box;
|
||||
}
|
||||
.dd3-content:hover {
|
||||
color: #2ea8e5;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.dd-dragel > .dd3-item > .dd3-content {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.dd3-item > button {
|
||||
margin-left: 40px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.dd3-handle {
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
left: 0;
|
||||
top: 0;
|
||||
cursor: pointer;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
text-indent: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
border: 1px solid #e5e5e5;
|
||||
background: #ffffff;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.dd3-handle:before {
|
||||
content: '≡';
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 7px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #979898;
|
||||
}
|
||||
.dd3-handle:hover {
|
||||
background: #ffffff;
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
/**
|
||||
* Owl Carousel v2.2.0
|
||||
* Copyright 2013-2016 David Deutsch
|
||||
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
|
||||
*/
|
||||
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
|
||||
@@ -1,6 +0,0 @@
|
||||
/**
|
||||
* Owl Carousel v2.2.0
|
||||
* Copyright 2013-2016 David Deutsch
|
||||
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
|
||||
*/
|
||||
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
|
||||
@@ -1,146 +0,0 @@
|
||||
/* Ion.RangeSlider
|
||||
// css version 2.0.3
|
||||
// © 2013-2014 Denis Ineshin | IonDen.com
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// RangeSlider */
|
||||
|
||||
.irs {
|
||||
position: relative; display: block;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.irs-line {
|
||||
position: relative; display: block;
|
||||
overflow: hidden;
|
||||
outline: none !important;
|
||||
}
|
||||
.irs-line-left, .irs-line-mid, .irs-line-right {
|
||||
position: absolute; display: block;
|
||||
top: 0;
|
||||
}
|
||||
.irs-line-left {
|
||||
left: 0; width: 11%;
|
||||
}
|
||||
.irs-line-mid {
|
||||
left: 9%; width: 82%;
|
||||
}
|
||||
.irs-line-right {
|
||||
right: 0; width: 11%;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
position: absolute; display: block;
|
||||
left: 0; width: 0;
|
||||
}
|
||||
.irs-bar-edge {
|
||||
position: absolute; display: block;
|
||||
top: 0; left: 0;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
position: absolute; display: none;
|
||||
left: 0; width: 0;
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
position: absolute; display: block;
|
||||
cursor: default;
|
||||
z-index: 1;
|
||||
}
|
||||
.irs-slider.single {
|
||||
|
||||
}
|
||||
.irs-slider.from {
|
||||
|
||||
}
|
||||
.irs-slider.to {
|
||||
|
||||
}
|
||||
.irs-slider.type_last {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.irs-min {
|
||||
position: absolute; display: block;
|
||||
left: 0;
|
||||
cursor: default;
|
||||
}
|
||||
.irs-max {
|
||||
position: absolute; display: block;
|
||||
right: 0;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
position: absolute; display: block;
|
||||
top: 0; left: 0;
|
||||
cursor: default;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.irs-grid {
|
||||
position: absolute; display: none;
|
||||
bottom: 0; left: 0;
|
||||
width: 100%; height: 20px;
|
||||
}
|
||||
.irs-with-grid .irs-grid {
|
||||
display: block;
|
||||
}
|
||||
.irs-grid-pol {
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
width: 1px; height: 8px;
|
||||
background: #000;
|
||||
}
|
||||
.irs-grid-pol.small {
|
||||
height: 4px;
|
||||
}
|
||||
.irs-grid-text {
|
||||
position: absolute;
|
||||
bottom: 0; left: 0;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
font-size: 9px; line-height: 9px;
|
||||
padding: 0 3px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.irs-disable-mask {
|
||||
position: absolute; display: block;
|
||||
top: 0; left: -1%;
|
||||
width: 102%; height: 100%;
|
||||
cursor: default;
|
||||
background: rgba(0,0,0,0.0);
|
||||
z-index: 2;
|
||||
}
|
||||
.irs-disabled {
|
||||
opacity: 0.4;
|
||||
}
|
||||
.lt-ie9 .irs-disabled {
|
||||
filter: alpha(opacity=40);
|
||||
}
|
||||
|
||||
|
||||
.irs-hidden-input {
|
||||
position: absolute !important;
|
||||
display: block !important;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
font-size: 0 !important;
|
||||
line-height: 0 !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
outline: none !important;
|
||||
z-index: -9999 !important;
|
||||
background: none !important;
|
||||
border-style: solid !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
@@ -1,106 +0,0 @@
|
||||
/* Ion.RangeSlider, Flat UI Skin
|
||||
// css version 2.0.3
|
||||
// © Denis Ineshin, 2014 https://github.com/IonDen
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// Skin details */
|
||||
|
||||
.irs-line-mid,
|
||||
.irs-line-left,
|
||||
.irs-line-right,
|
||||
.irs-bar,
|
||||
.irs-bar-edge,
|
||||
.irs-slider {
|
||||
background: url(../../../images/rangeSliderimg/sprite-skin-flat.png) repeat-x;
|
||||
}
|
||||
|
||||
.irs {
|
||||
height: 40px;
|
||||
}
|
||||
.irs-with-grid {
|
||||
height: 60px;
|
||||
}
|
||||
.irs-line {
|
||||
height: 12px; top: 25px;
|
||||
}
|
||||
.irs-line-left {
|
||||
height: 12px;
|
||||
background-position: 0 -30px;
|
||||
}
|
||||
.irs-line-mid {
|
||||
height: 12px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.irs-line-right {
|
||||
height: 12px;
|
||||
background-position: 100% -30px;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
height: 12px; top: 25px;
|
||||
background-position: 0 -60px;
|
||||
}
|
||||
.irs-bar-edge {
|
||||
top: 25px;
|
||||
height: 12px; width: 9px;
|
||||
background-position: 0 -90px;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
height: 3px; top: 34px;
|
||||
background: #000;
|
||||
opacity: 0.25;
|
||||
}
|
||||
.lt-ie9 .irs-shadow {
|
||||
filter: alpha(opacity=25);
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
width: 16px; height: 18px;
|
||||
top: 22px;
|
||||
background-position: 0 -120px;
|
||||
}
|
||||
.irs-slider.state_hover, .irs-slider:hover {
|
||||
background-position: 0 -150px;
|
||||
}
|
||||
|
||||
.irs-min, .irs-max {
|
||||
color: #999;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
top: 0; padding: 1px 3px;
|
||||
background: #e1e4e9;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
color: #fff;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background: #ed5565;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.irs-from:after, .irs-to:after, .irs-single:after {
|
||||
position: absolute; display: block; content: "";
|
||||
bottom: -6px; left: 50%;
|
||||
width: 0; height: 0;
|
||||
margin-left: -3px;
|
||||
overflow: hidden;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: #ed5565;
|
||||
}
|
||||
|
||||
|
||||
.irs-grid-pol {
|
||||
background: #e1e4e9;
|
||||
}
|
||||
.irs-grid-text {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.irs-disabled {
|
||||
}
|
||||
@@ -1,124 +0,0 @@
|
||||
/* Ion.RangeSlider, Simple Skin
|
||||
// css version 2.0.3
|
||||
// © Denis Ineshin, 2014 https://github.com/IonDen
|
||||
// © guybowden, 2014 https://github.com/guybowden
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// Skin details */
|
||||
|
||||
.irs {
|
||||
height: 55px;
|
||||
}
|
||||
.irs-with-grid {
|
||||
height: 75px;
|
||||
}
|
||||
.irs-line {
|
||||
height: 10px; top: 33px;
|
||||
background: #EEE;
|
||||
background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
|
||||
border: 1px solid #CCC;
|
||||
border-radius: 16px;
|
||||
-moz-border-radius: 16px;
|
||||
}
|
||||
.irs-line-left {
|
||||
height: 8px;
|
||||
}
|
||||
.irs-line-mid {
|
||||
height: 8px;
|
||||
}
|
||||
.irs-line-right {
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
height: 10px; top: 33px;
|
||||
border-top: 1px solid #428bca;
|
||||
border-bottom: 1px solid #428bca;
|
||||
background: #428bca;
|
||||
background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
|
||||
}
|
||||
.irs-bar-edge {
|
||||
height: 10px; top: 33px;
|
||||
width: 14px;
|
||||
border: 1px solid #428bca;
|
||||
border-right: 0;
|
||||
background: #428bca;
|
||||
background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
|
||||
border-radius: 16px 0 0 16px;
|
||||
-moz-border-radius: 16px 0 0 16px;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
height: 2px; top: 38px;
|
||||
background: #000;
|
||||
opacity: 0.3;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
.lt-ie9 .irs-shadow {
|
||||
filter: alpha(opacity=30);
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
top: 25px;
|
||||
width: 27px; height: 27px;
|
||||
border: 1px solid #AAA;
|
||||
background: #DDD;
|
||||
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); /* W3C */
|
||||
border-radius: 27px;
|
||||
-moz-border-radius: 27px;
|
||||
box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.irs-slider.state_hover, .irs-slider:hover {
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
.irs-min, .irs-max {
|
||||
color: #333;
|
||||
font-size: 12px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
top: 0;
|
||||
padding: 1px 5px;
|
||||
background: rgba(0,0,0,0.1);
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
}
|
||||
|
||||
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
color: #fff;
|
||||
font-size: 14px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background: #428bca;
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
}
|
||||
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
|
||||
background: #999;
|
||||
}
|
||||
|
||||
.irs-grid {
|
||||
height: 27px;
|
||||
}
|
||||
.irs-grid-pol {
|
||||
opacity: 0.5;
|
||||
background: #428bca;
|
||||
}
|
||||
.irs-grid-pol.small {
|
||||
background: #999;
|
||||
}
|
||||
|
||||
.irs-grid-text {
|
||||
bottom: 5px;
|
||||
color: #99a4ac;
|
||||
}
|
||||
|
||||
.irs-disabled {
|
||||
}
|
||||
@@ -1,116 +0,0 @@
|
||||
/* Ion.RangeSlider, Modern Skin
|
||||
// css version 2.0.3
|
||||
// © Denis Ineshin, 2014 https://github.com/IonDen
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// Skin details */
|
||||
|
||||
.irs-line-mid,
|
||||
.irs-line-left,
|
||||
.irs-line-right,
|
||||
.irs-bar,
|
||||
.irs-bar-edge,
|
||||
.irs-slider {
|
||||
background: url(../rangSlider/sprite-skin-modern.png) repeat-x;
|
||||
}
|
||||
|
||||
.irs {
|
||||
height: 50px;
|
||||
}
|
||||
.irs-with-grid {
|
||||
height: 70px;
|
||||
}
|
||||
.irs-line {
|
||||
height: 6px; top: 25px;
|
||||
}
|
||||
.irs-line-left {
|
||||
height: 6px;
|
||||
background-position: 0 -30px;
|
||||
}
|
||||
.irs-line-mid {
|
||||
height: 6px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.irs-line-right {
|
||||
height: 6px;
|
||||
background-position: 100% -30px;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
height: 6px; top: 25px;
|
||||
background-position: 0 -60px;
|
||||
}
|
||||
.irs-bar-edge {
|
||||
top: 25px;
|
||||
height: 6px; width: 6px;
|
||||
background-position: 0 -90px;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
height: 5px; top: 25px;
|
||||
background: #000;
|
||||
opacity: 0.25;
|
||||
}
|
||||
.lt-ie9 .irs-shadow {
|
||||
filter: alpha(opacity=25);
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
width: 11px; height: 18px;
|
||||
top: 31px;
|
||||
background-position: 0 -120px;
|
||||
}
|
||||
.irs-slider.state_hover, .irs-slider:hover {
|
||||
background-position: 0 -150px;
|
||||
}
|
||||
|
||||
.irs-min, .irs-max {
|
||||
color: #999;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
top: 0; padding: 1px 3px;
|
||||
background: #e1e4e9;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
color: #fff;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background: #20b426;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.irs-from:after, .irs-to:after, .irs-single:after {
|
||||
position: absolute; display: block; content: "";
|
||||
bottom: -6px; left: 50%;
|
||||
width: 0; height: 0;
|
||||
margin-left: -3px;
|
||||
overflow: hidden;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: #20b426;
|
||||
}
|
||||
|
||||
.irs-grid {
|
||||
height: 34px;
|
||||
}
|
||||
.irs-grid-pol {
|
||||
background: #c0c0c0;
|
||||
}
|
||||
.irs-grid-text {
|
||||
bottom: 12px;
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
.irs-disable-mask {
|
||||
|
||||
}
|
||||
.irs-disabled {
|
||||
|
||||
}
|
||||
.lt-ie9 .irs-disabled {
|
||||
|
||||
}
|
||||
@@ -1,102 +0,0 @@
|
||||
/* Ion.RangeSlider, Nice Skin
|
||||
// css version 2.0.3
|
||||
// © Denis Ineshin, 2014 https://github.com/IonDen
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// Skin details */
|
||||
|
||||
.irs-line-mid,
|
||||
.irs-line-left,
|
||||
.irs-line-right,
|
||||
.irs-bar,
|
||||
.irs-bar-edge,
|
||||
.irs-slider {
|
||||
background: url(../img/sprite-skin-nice.png) repeat-x;
|
||||
}
|
||||
|
||||
.irs {
|
||||
height: 40px;
|
||||
}
|
||||
.irs-with-grid {
|
||||
height: 60px;
|
||||
}
|
||||
.irs-line {
|
||||
height: 8px; top: 25px;
|
||||
}
|
||||
.irs-line-left {
|
||||
height: 8px;
|
||||
background-position: 0 -30px;
|
||||
}
|
||||
.irs-line-mid {
|
||||
height: 8px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.irs-line-right {
|
||||
height: 8px;
|
||||
background-position: 100% -30px;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
height: 8px; top: 25px;
|
||||
background-position: 0 -60px;
|
||||
}
|
||||
.irs-bar-edge {
|
||||
top: 25px;
|
||||
height: 8px; width: 11px;
|
||||
background-position: 0 -90px;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
height: 1px; top: 34px;
|
||||
background: #000;
|
||||
opacity: 0.15;
|
||||
}
|
||||
.lt-ie9 .irs-shadow {
|
||||
filter: alpha(opacity=15);
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
width: 22px; height: 22px;
|
||||
top: 17px;
|
||||
background-position: 0 -120px;
|
||||
}
|
||||
.irs-slider.state_hover, .irs-slider:hover {
|
||||
background-position: 0 -150px;
|
||||
}
|
||||
|
||||
.irs-min, .irs-max {
|
||||
color: #999;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
top: 0; padding: 1px 3px;
|
||||
background: rgba(0,0,0,0.1);
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
color: #fff;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background: rgba(0,0,0,0.3);
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
|
||||
background: #999;
|
||||
}
|
||||
|
||||
.irs-grid-pol {
|
||||
background: #99a4ac;
|
||||
}
|
||||
.irs-grid-text {
|
||||
color: #99a4ac;
|
||||
}
|
||||
|
||||
.irs-disabled {
|
||||
}
|
||||
@@ -1,102 +0,0 @@
|
||||
/* Ion.RangeSlider, Simple Skin
|
||||
// css version 2.0.3
|
||||
// © Denis Ineshin, 2014 https://github.com/IonDen
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// Skin details */
|
||||
|
||||
.irs-line-mid,
|
||||
.irs-line-left,
|
||||
.irs-line-right,
|
||||
.irs-bar,
|
||||
.irs-bar-edge,
|
||||
.irs-slider {
|
||||
background: url(../img/sprite-skin-simple.png) repeat-x;
|
||||
}
|
||||
|
||||
.irs {
|
||||
height: 40px;
|
||||
}
|
||||
.irs-with-grid {
|
||||
height: 60px;
|
||||
}
|
||||
.irs-line {
|
||||
height: 6px; top: 25px;
|
||||
}
|
||||
.irs-line-left {
|
||||
height: 6px;
|
||||
background-position: 0 -30px;
|
||||
}
|
||||
.irs-line-mid {
|
||||
height: 6px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.irs-line-right {
|
||||
height: 6px;
|
||||
background-position: 100% -30px;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
height: 6px; top: 25px;
|
||||
background-position: 0 -60px;
|
||||
}
|
||||
.irs-bar-edge {
|
||||
top: 25px;
|
||||
height: 6px; width: 7px;
|
||||
background-position: 0 -90px;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
height: 1px; top: 34px;
|
||||
background: #000;
|
||||
opacity: 0.75;
|
||||
}
|
||||
.lt-ie9 .irs-shadow {
|
||||
filter: alpha(opacity=75);
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
width: 8px; height: 15px;
|
||||
top: 21px;
|
||||
background-position: 0 -120px;
|
||||
}
|
||||
.irs-slider.state_hover, .irs-slider:hover {
|
||||
background-position: 0 -150px;
|
||||
}
|
||||
|
||||
.irs-min, .irs-max {
|
||||
color: #c0c0c0;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
top: 0; padding: 1px 3px;
|
||||
background: rgba(0,0,0,0.1);
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
|
||||
background: #3654b0;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
color: #000;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background: rgba(255,255,255,0.8);
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
|
||||
background: #d8dff3;
|
||||
}
|
||||
|
||||
.irs-grid-pol {
|
||||
background: #777;
|
||||
}
|
||||
.irs-grid-text {
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
.irs-disabled {
|
||||
}
|
||||
427
web/bsadmin/assets/css/lib/rangSlider/normalize.css
vendored
427
web/bsadmin/assets/css/lib/rangSlider/normalize.css
vendored
@@ -1,427 +0,0 @@
|
||||
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||
|
||||
/**
|
||||
* 1. Set default font family to sans-serif.
|
||||
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
||||
* user zoom.
|
||||
*/
|
||||
|
||||
html {
|
||||
font-family: sans-serif; /* 1 */
|
||||
-ms-text-size-adjust: 100%; /* 2 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove default margin.
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* HTML5 display definitions
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
||||
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
||||
* and Firefox.
|
||||
* Correct `block` display not defined for `main` in IE 11.
|
||||
*/
|
||||
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
main,
|
||||
menu,
|
||||
nav,
|
||||
section,
|
||||
summary {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct `inline-block` display not defined in IE 8/9.
|
||||
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
||||
*/
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
progress,
|
||||
video {
|
||||
display: inline-block; /* 1 */
|
||||
vertical-align: baseline; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent modern browsers from displaying `audio` without controls.
|
||||
* Remove excess height in iOS 5 devices.
|
||||
*/
|
||||
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address `[hidden]` styling not present in IE 8/9/10.
|
||||
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
|
||||
*/
|
||||
|
||||
[hidden],
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Links
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the gray background color from active links in IE 10.
|
||||
*/
|
||||
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability when focused and also mouse hovered in all browsers.
|
||||
*/
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in Safari and Chrome.
|
||||
*/
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address variable `h1` font-size and margin within `section` and `article`
|
||||
* contexts in Firefox 4+, Safari, and Chrome.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9.
|
||||
*/
|
||||
|
||||
mark {
|
||||
background: #ff0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent and variable font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
/* Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove border when inside `a` element in IE 8/9/10.
|
||||
*/
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct overflow not hidden in IE 9/10/11.
|
||||
*/
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address margin not present in IE 8/9 and Safari.
|
||||
*/
|
||||
|
||||
figure {
|
||||
margin: 1em 40px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address differences between Firefox and other browsers.
|
||||
*/
|
||||
|
||||
hr {
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Contain overflow in all browsers.
|
||||
*/
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address odd `em`-unit font size rendering in all browsers.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
||||
* styling of `select`, unless a `border` property is set.
|
||||
*/
|
||||
|
||||
/**
|
||||
* 1. Correct color not being inherited.
|
||||
* Known issue: affects color of disabled elements.
|
||||
* 2. Correct font properties not being inherited.
|
||||
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
color: inherit; /* 1 */
|
||||
font: inherit; /* 2 */
|
||||
margin: 0; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
||||
*/
|
||||
|
||||
button {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||
* All other form control elements do not inherit `text-transform` values.
|
||||
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
||||
* Correct `select` style inheritance in Firefox.
|
||||
*/
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||
* and `video` controls.
|
||||
* 2. Correct inability to style clickable `input` types in iOS.
|
||||
* 3. Improve usability and consistency of cursor style between image-type
|
||||
* `input` and others.
|
||||
*/
|
||||
|
||||
button,
|
||||
html input[type="button"], /* 1 */
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button; /* 2 */
|
||||
cursor: pointer; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Re-set default cursor for disabled elements.
|
||||
*/
|
||||
|
||||
button[disabled],
|
||||
html input[disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and border in Firefox 4+.
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||
* the UA stylesheet.
|
||||
*/
|
||||
|
||||
input {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* It's recommended that you don't attempt to style these elements.
|
||||
* Firefox's implementation doesn't respect box-sizing, padding, or width.
|
||||
*
|
||||
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
||||
* 2. Remove excess padding in IE 8/9/10.
|
||||
*/
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
||||
* `font-size` values of the `input`, it causes the cursor style of the
|
||||
* decrement button to change from `default` to `text`.
|
||||
*/
|
||||
|
||||
input[type="number"]::-webkit-inner-spin-button,
|
||||
input[type="number"]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
||||
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
|
||||
* (include `-moz` to future-proof).
|
||||
*/
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box; /* 2 */
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
||||
* Safari (but not Chrome) clips the cancel button when the search input has
|
||||
* padding (and `textfield` appearance).
|
||||
*/
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define consistent border, margin, and padding.
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #c0c0c0;
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
||||
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
||||
*/
|
||||
|
||||
legend {
|
||||
border: 0; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove default vertical scrollbar in IE 8/9/10/11.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Don't inherit the `font-weight` (applied by a rule above).
|
||||
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
||||
*/
|
||||
|
||||
optgroup {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Tables
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove most spacing between table cells.
|
||||
*/
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
padding: 0;
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
23333
|
||||
@@ -1,143 +0,0 @@
|
||||
/**
|
||||
* jQuery asScrollable v0.4.7
|
||||
* https://github.com/amazingSurge/jquery-asScrollable
|
||||
*
|
||||
* Copyright (c) amazingSurge
|
||||
* Released under the LGPL-3.0 license
|
||||
*/
|
||||
|
||||
.asScrollable.is-enabled {
|
||||
overflow: hidden!important
|
||||
}
|
||||
.is-enabled .asScrollable-container {
|
||||
-webkit-box-sizing: content-box!important;
|
||||
box-sizing: content-box!important;
|
||||
overflow: hidden!important
|
||||
}
|
||||
.is-enabled .asScrollable-container::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
-webkit-appearance: none
|
||||
}
|
||||
.asScrollable-vertical.is-enabled .asScrollable-container {
|
||||
overflow-y: scroll!important
|
||||
}
|
||||
.asScrollable-horizontal.is-enabled .asScrollable-container {
|
||||
overflow-x: scroll!important
|
||||
}
|
||||
.is-enabled .asScrollable-content {
|
||||
position: relative!important;
|
||||
overflow: visible!important
|
||||
}
|
||||
.is-enabled .asScrollable-content:after,
|
||||
.is-enabled .asScrollable-content:before {
|
||||
display: table;
|
||||
content: "\20"
|
||||
}
|
||||
.is-enabled .asScrollable-content:after {
|
||||
clear: both
|
||||
}
|
||||
.asScrollable-bar {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
line-height: 0;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
border-radius: 2px;
|
||||
-webkit-transition: opacity .5s;
|
||||
transition: opacity .5s;
|
||||
-webkit-touch-callout: none;
|
||||
user-input: disabled;
|
||||
user-focus: ignore
|
||||
}
|
||||
.is-disabled .asScrollable-bar {
|
||||
display: none
|
||||
}
|
||||
.asScrollable-bar-hide {
|
||||
opacity: 0;
|
||||
-webkit-transition-delay: .4s;
|
||||
transition-delay: .4s
|
||||
}
|
||||
.asScrollable-bar.is-hovering {
|
||||
background: hsla(0, 0%, 93%, .4)
|
||||
}
|
||||
.asScrollable-bar.is-dragging {
|
||||
background: hsla(0, 0%, 93%, .6)!important;
|
||||
opacity: 1
|
||||
}
|
||||
.asScrollable-bar.is-disabled {
|
||||
display: none
|
||||
}
|
||||
.asScrollable-bar-handle {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
line-height: 0;
|
||||
cursor: pointer;
|
||||
background: hsla(0, 0%, 88%, .6);
|
||||
border-radius: 2;
|
||||
-webkit-transition: width, height .5s;
|
||||
transition: width, height .5s
|
||||
}
|
||||
.asScrollable-bar.is-dragging .asScrollable-bar-handle {
|
||||
background: hsla(0, 0%, 59%, .8)!important
|
||||
}
|
||||
.asScrollable-bar.is-dragging,
|
||||
.asScrollable-bar.is-hovering {
|
||||
border-radius: 5px
|
||||
}
|
||||
.asScrollable-bar.is-dragging .asScrollable-bar-handle,
|
||||
.asScrollable-bar.is-hovering .asScrollable-bar-handle {
|
||||
border-radius: 5
|
||||
}
|
||||
.asScrollable-bar-vertical {
|
||||
width: 4px;
|
||||
height: 100%;
|
||||
height: calc(100% - 10px);
|
||||
margin: 5px 3px
|
||||
}
|
||||
.asScrollable-bar-vertical.is-dragging,
|
||||
.asScrollable-bar-vertical.is-hovering {
|
||||
width: 10px;
|
||||
margin: 5px 1px
|
||||
}
|
||||
.asScrollable-bar-vertical .asScrollable-bar-handle {
|
||||
width: 100%
|
||||
}
|
||||
.asScrollable-bar-horizontal {
|
||||
width: 100%;
|
||||
width: calc(100% - 10px);
|
||||
height: 4px;
|
||||
margin: 3px 5px
|
||||
}
|
||||
.asScrollable-bar-horizontal.is-dragging,
|
||||
.asScrollable-bar-horizontal.is-hovering {
|
||||
height: 10px;
|
||||
margin: 1px 5px
|
||||
}
|
||||
.asScrollable-bar-horizontal .asScrollable-bar-handle {
|
||||
height: 100%
|
||||
}
|
||||
.asScrollable.is-scrolling .asScrollable-bar {
|
||||
opacity: 1;
|
||||
-webkit-transition: opacity 0;
|
||||
transition: opacity 0
|
||||
}
|
||||
.asScrollable.is-hovering .asScrollable-bar-handle {
|
||||
background: hsla(0, 0%, 59%, .6)
|
||||
}
|
||||
.asScrollable.is-dragging {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-touch-callout: none;
|
||||
user-input: disabled;
|
||||
user-focus: ignore
|
||||
}
|
||||
@@ -1,660 +0,0 @@
|
||||
/*!
|
||||
* sidebar
|
||||
* Advanced Sidebar for Bootstrap
|
||||
* http://nkdev.info
|
||||
* @author nK
|
||||
* @version 1.1.0
|
||||
* Copyright 2015.
|
||||
*/
|
||||
|
||||
.navbar .sidebar-toggle {
|
||||
float: left;
|
||||
margin-left: -4px;
|
||||
}
|
||||
|
||||
.navbar .sidebar-toggle + .navbar-brand {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
position: fixed;
|
||||
top: 55px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 250px;
|
||||
background: #fff;
|
||||
font-size: 14px;
|
||||
z-index: 100;
|
||||
overflow: auto;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
transition: width 300ms ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-static {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.sidebar i {
|
||||
font-size: 1.12em;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
width: 1.4em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sidebar i.fa {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.sidebar ul {
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul {
|
||||
width: 250px;
|
||||
transition: width 300ms ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li.label {
|
||||
font-size: 0.9em;
|
||||
height: 30px;
|
||||
line-height: 40px;
|
||||
color: #f96332 ;
|
||||
text-transform: uppercase;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li.content {
|
||||
padding: 10px;
|
||||
color: #D8D8D8;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li.content .progress {
|
||||
margin-top: 0.7em;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li > ul {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li.open > ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li > a {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
color: #878787;
|
||||
padding: 10px;
|
||||
line-height: 20px;
|
||||
border-bottom: none;
|
||||
background: none;
|
||||
text-decoration: none;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li > a > .sidebar-collapse-icon {
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
font-size: 10px;
|
||||
margin-top: 5px;
|
||||
transition: -webkit-transform 0.3s ease;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li > a > .badge {
|
||||
float: right;
|
||||
font-weight: normal;
|
||||
font-size: 1rem;
|
||||
background-color: #2377BA;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li:hover > a,
|
||||
.sidebar .nano-content > ul li.active > a,
|
||||
.sidebar .nano-content > ul li.open > a {
|
||||
color: #f96332 ;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li.active > a::before {
|
||||
background: #f96332 ;
|
||||
content: "";
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li.open > a > .sidebar-collapse-icon {
|
||||
-webkit-transform: rotate(-180deg);
|
||||
-ms-transform: rotate(-180deg);
|
||||
transform: rotate(-180deg);
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li.label,
|
||||
.sidebar .nano-content > ul > li.content,
|
||||
.sidebar .nano-content > ul > li > a {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar .nano-content > ul > li.label,
|
||||
html.rtl .sidebar .nano-content > ul > li.content,
|
||||
html.rtl .sidebar .nano-content > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li.active > a,
|
||||
.sidebar .nano-content > ul > li.open > a,
|
||||
.sidebar .nano-content > ul > li > ul {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li > ul > li.label,
|
||||
.sidebar .nano-content > ul > li > ul > li.content,
|
||||
.sidebar .nano-content > ul > li > ul > li > a {
|
||||
padding-left: 30px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li.label,
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li.content,
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 45px;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li > ul > li.active > a,
|
||||
.sidebar .nano-content > ul > li > ul > li.open > a,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul {
|
||||
background: #242634;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li.label,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li.content,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 67.5px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li.label,
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li.content,
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 67.5px;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li.active > a,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li.open > a,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li > ul {
|
||||
background: #1c1d28;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li > ul > li.label,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li > ul > li.content,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 90px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li > ul > li.label,
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li > ul > li.content,
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 90px;
|
||||
}
|
||||
|
||||
|
||||
/* Small Sidebar styles */
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar {
|
||||
left: -250px;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
transition: left 300ms ease-in-out, width 300ms ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
/* Hide to Small bar */
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small {
|
||||
position: absolute;
|
||||
width: 60px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small,
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano,
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content {
|
||||
overflow: visible;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul .label,
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul .content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a {
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding: 12px 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a > i {
|
||||
width: auto;
|
||||
font-size: 1.7rem;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a,
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a > .sidebar-collapse-icon {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a > .badge {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > ul {
|
||||
visibility: hidden;
|
||||
width: 200px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul li:hover > ul {
|
||||
border-bottom: 1px solid #eee;
|
||||
border-right: 1px solid #eee;
|
||||
border-top: 1px solid #eee;
|
||||
box-shadow: 0 2px 2px 0 #e7e7e7;
|
||||
display: block !important;
|
||||
visibility: visible;
|
||||
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small ~ .content-wrap {
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-overlay.sidebar-hide-to-small ~ .content-wrap {
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
|
||||
/* Show with Push content */
|
||||
|
||||
.sidebar.sidebar-push ~ .content-wrap {
|
||||
-webkit-transform: translateX(250px) translateZ(0);
|
||||
transform: translateX(250px) translateZ(0);
|
||||
transition: -webkit-transform 300ms ease-in-out, margin-left 300ms ease-in-out;
|
||||
transition: transform 300ms ease-in-out, margin-left 300ms ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-push ~ .content-wrap {
|
||||
-webkit-transform: translateX(0) translateZ(0);
|
||||
transform: translateX(0) translateZ(0);
|
||||
}
|
||||
|
||||
|
||||
/* Show with Shrink content */
|
||||
|
||||
.sidebar.sidebar-shrink ~ .content-wrap {
|
||||
margin-left: 250px;
|
||||
padding-top: 55px;
|
||||
transition: margin-left 300ms ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-shrink ~ .content-wrap {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small ~ .content-wrap {
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
|
||||
/* Hide on Content Click */
|
||||
|
||||
.sidebar.sidebar-overlap-content ~ .content-wrap:after {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
z-index: 10;
|
||||
transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-overlap-content ~ .content-wrap:after {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Nano Scroller */
|
||||
|
||||
.sidebar .nano {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.sidebar .nano > .nano-content {
|
||||
position: absolute;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.sidebar .nano > .nano-content:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
.sidebar .nano > .nano-content::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar .nano.has-scrollbar > .nano-content::-webkit-scrollbar {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sidebar .nano > .nano-pane {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
visibility: hidden\9;
|
||||
/* Target only IE7 and IE8 with this hack */
|
||||
opacity: 0.01;
|
||||
transition: 0.2s;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.sidebar .nano > .nano-pane > .nano-slider {
|
||||
/* background: #ff5a5e;*/
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sidebar .nano:hover > .nano-pane,
|
||||
.sidebar .nano > .nano-pane.active,
|
||||
.sidebar .nano > .nano-pane.flashed {
|
||||
visibility: visible\9;
|
||||
/* Target only IE7 and IE8 with this hack */
|
||||
opacity: 0.99;
|
||||
}
|
||||
|
||||
|
||||
/* Light Scheme */
|
||||
|
||||
.sidebar.sidebar-light {
|
||||
background: #F8F8F8;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano > .nano-pane {
|
||||
background: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li.content,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > a {
|
||||
color: #919191;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li:hover > a {
|
||||
color: #474747;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li.active > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li.open > a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li.label,
|
||||
.sidebar.sidebar-light .nano-content > ul > li.content,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li.label,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li.content,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li.active > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li.open > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul {
|
||||
background: #206da9;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li.label,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li.content,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > a {
|
||||
padding-left: 45px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li.label,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li.content,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 45px;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li.active > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li.open > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul {
|
||||
background: #1d6298;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.label,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.content,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 67.5px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.label,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.content,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 67.5px;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.active > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.open > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul {
|
||||
background: #195786;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li.label,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li.content,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 90px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li.label,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li.content,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 90px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* RTL sidebar bar
|
||||
*/
|
||||
|
||||
html.rtl {
|
||||
direction: rtl;
|
||||
/* Show with Push content */
|
||||
/* Show with Shrink content */
|
||||
}
|
||||
|
||||
html.rtl .sidebar {
|
||||
left: auto;
|
||||
right: 0;
|
||||
transition: right 300ms ease, width 300ms ease;
|
||||
}
|
||||
|
||||
html.rtl .sidebar i {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar .nano-content > ul li > a > .sidebar-collapse-icon,
|
||||
html.rtl .sidebar .nano-content > ul li > a > .badge {
|
||||
float: left;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar {
|
||||
right: -250px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar.sidebar-hide-to-small {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > ul {
|
||||
left: auto;
|
||||
right: 100%;
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-overlay ~ .content-wrap {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar.sidebar-hide-to-small ~ .content-wrap,
|
||||
html.rtl .sidebar.sidebar-overlay.sidebar-hide-to-small ~ .content-wrap {
|
||||
margin-left: 0;
|
||||
margin-right: 60px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-push ~ .content-wrap {
|
||||
margin-left: 0;
|
||||
-webkit-transform: translate3d(-250px, 0, 0);
|
||||
transform: translate3d(-250px, 0, 0);
|
||||
transition: -webkit-transform 300ms ease-in-out, margin-right 300ms ease-in-out;
|
||||
transition: transform 300ms ease-in-out, margin-right 300ms ease-in-out;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar.sidebar-push ~ .content-wrap {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-shrink ~ .content-wrap {
|
||||
margin-left: 0;
|
||||
margin-right: 250px;
|
||||
transition: margin-right 300ms ease-in-out;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar.sidebar-shrink ~ .content-wrap {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small ~ .content-wrap {
|
||||
margin-left: 0;
|
||||
margin-right: 60px;
|
||||
}
|
||||
|
||||
|
||||
/* Humberger icon
|
||||
--------------------------*/
|
||||
|
||||
.hamburger {
|
||||
display: inline-block;
|
||||
left: 10px;
|
||||
position: relative;
|
||||
top: 7px;
|
||||
transition: all 0.3s ease-in-out 0s;
|
||||
width: 37px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.hamburger .line {
|
||||
background-color: #f3f3f3;
|
||||
display: block;
|
||||
height: 3px;
|
||||
margin: 4px auto;
|
||||
width: 22px;
|
||||
-webkit-transition: all 0.3s ease-in-out;
|
||||
-o-transition: all 0.3s ease-in-out;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.hamburger:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
.hamburger.is-active {
|
||||
left: 65px;
|
||||
}
|
||||
*/
|
||||
|
||||
.hamburger.is-active .line:nth-child(1),
|
||||
.hamburger.is-active .line:nth-child(3) {
|
||||
width: 10px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
.hamburger.is-active .line:nth-child(2) {
|
||||
transform: translateX(-5px);
|
||||
width: 20px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
.hamburger.is-active .line:nth-child(1) {
|
||||
-webkit-transform: translateY(3px) rotate(45deg);
|
||||
-ms-transform: translateY(3px) rotate(45deg);
|
||||
-o-transform: translateY(3px) rotate(45deg);
|
||||
transform: translateY(3px) rotate(45deg);
|
||||
}
|
||||
|
||||
.hamburger.is-active .line:nth-child(3) {
|
||||
-webkit-transform: translateY(-3px) rotate(-45deg);
|
||||
-ms-transform: translateY(-3px) rotate(-45deg);
|
||||
-o-transform: translateY(-3px) rotate(-45deg);
|
||||
transform: translateY(-3px) rotate(-45deg);
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,932 +0,0 @@
|
||||
body.stop-scrolling {
|
||||
height: 100%;
|
||||
overflow: hidden; }
|
||||
|
||||
.sweet-overlay {
|
||||
background-color: black;
|
||||
/* IE8 */
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
|
||||
/* IE8 */
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
display: none;
|
||||
z-index: 10000; }
|
||||
|
||||
.sweet-alert {
|
||||
background-color: white;
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
width: 478px;
|
||||
padding: 17px;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -256px;
|
||||
margin-top: -200px;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
z-index: 99999; }
|
||||
@media all and (max-width: 540px) {
|
||||
.sweet-alert {
|
||||
width: auto;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
left: 15px;
|
||||
right: 15px; } }
|
||||
.sweet-alert h2 {
|
||||
color: #575757;
|
||||
font-size: 30px;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
text-transform: none;
|
||||
position: relative;
|
||||
margin: 25px 0;
|
||||
padding: 0;
|
||||
line-height: 40px;
|
||||
display: block; }
|
||||
.sweet-alert p {
|
||||
color: #797979;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
font-weight: 300;
|
||||
position: relative;
|
||||
text-align: inherit;
|
||||
float: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: normal; }
|
||||
.sweet-alert fieldset {
|
||||
border: none;
|
||||
position: relative; }
|
||||
.sweet-alert .sa-error-container {
|
||||
background-color: #f1f1f1;
|
||||
margin-left: -17px;
|
||||
margin-right: -17px;
|
||||
overflow: hidden;
|
||||
padding: 0 10px;
|
||||
max-height: 0;
|
||||
webkit-transition: padding 0.15s, max-height 0.15s;
|
||||
transition: padding 0.15s, max-height 0.15s; }
|
||||
.sweet-alert .sa-error-container.show {
|
||||
padding: 10px 0;
|
||||
max-height: 100px;
|
||||
webkit-transition: padding 0.2s, max-height 0.2s;
|
||||
transition: padding 0.25s, max-height 0.25s; }
|
||||
.sweet-alert .sa-error-container .icon {
|
||||
display: inline-block;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 50%;
|
||||
background-color: #ea7d7d;
|
||||
color: white;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
margin-right: 3px; }
|
||||
.sweet-alert .sa-error-container p {
|
||||
display: inline-block; }
|
||||
.sweet-alert .sa-input-error {
|
||||
position: absolute;
|
||||
top: 29px;
|
||||
right: 26px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
opacity: 0;
|
||||
-webkit-transform: scale(0.5);
|
||||
transform: scale(0.5);
|
||||
-webkit-transform-origin: 50% 50%;
|
||||
transform-origin: 50% 50%;
|
||||
-webkit-transition: all 0.1s;
|
||||
transition: all 0.1s; }
|
||||
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
|
||||
content: "";
|
||||
width: 20px;
|
||||
height: 6px;
|
||||
background-color: #f06e57;
|
||||
border-radius: 3px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -4px;
|
||||
left: 50%;
|
||||
margin-left: -9px; }
|
||||
.sweet-alert .sa-input-error::before {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
.sweet-alert .sa-input-error::after {
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg); }
|
||||
.sweet-alert .sa-input-error.show {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
.sweet-alert input {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #d7d7d7;
|
||||
height: 43px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 17px;
|
||||
font-size: 18px;
|
||||
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
|
||||
padding: 0 12px;
|
||||
display: none;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s; }
|
||||
.sweet-alert input:focus {
|
||||
outline: none;
|
||||
box-shadow: 0px 0px 3px #c4e6f5;
|
||||
border: 1px solid #b4dbed; }
|
||||
.sweet-alert input:focus::-moz-placeholder {
|
||||
transition: opacity 0.3s 0.03s ease;
|
||||
opacity: 0.5; }
|
||||
.sweet-alert input:focus:-ms-input-placeholder {
|
||||
transition: opacity 0.3s 0.03s ease;
|
||||
opacity: 0.5; }
|
||||
.sweet-alert input:focus::-webkit-input-placeholder {
|
||||
transition: opacity 0.3s 0.03s ease;
|
||||
opacity: 0.5; }
|
||||
.sweet-alert input::-moz-placeholder {
|
||||
color: #bdbdbd; }
|
||||
.sweet-alert input:-ms-input-placeholder {
|
||||
color: #bdbdbd; }
|
||||
.sweet-alert input::-webkit-input-placeholder {
|
||||
color: #bdbdbd; }
|
||||
.sweet-alert.show-input input {
|
||||
display: block; }
|
||||
.sweet-alert .sa-confirm-button-container {
|
||||
display: inline-block;
|
||||
position: relative; }
|
||||
.sweet-alert .la-ball-fall {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -27px;
|
||||
margin-top: 4px;
|
||||
opacity: 0;
|
||||
visibility: hidden; }
|
||||
.sweet-alert button {
|
||||
background-color: #8CD4F5;
|
||||
color: white;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
font-size: 17px;
|
||||
font-weight: 500;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 5px;
|
||||
padding: 10px 32px;
|
||||
margin: 26px 5px 0 5px;
|
||||
cursor: pointer; }
|
||||
.sweet-alert button:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
|
||||
.sweet-alert button:hover {
|
||||
background-color: #7ecff4; }
|
||||
.sweet-alert button:active {
|
||||
background-color: #5dc2f1; }
|
||||
.sweet-alert button.cancel {
|
||||
background-color: #C1C1C1; }
|
||||
.sweet-alert button.cancel:hover {
|
||||
background-color: #b9b9b9; }
|
||||
.sweet-alert button.cancel:active {
|
||||
background-color: #a8a8a8; }
|
||||
.sweet-alert button.cancel:focus {
|
||||
box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
|
||||
.sweet-alert button[disabled] {
|
||||
opacity: .6;
|
||||
cursor: default; }
|
||||
.sweet-alert button.confirm[disabled] {
|
||||
color: transparent; }
|
||||
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
transition-delay: 0s; }
|
||||
.sweet-alert button::-moz-focus-inner {
|
||||
border: 0; }
|
||||
.sweet-alert[data-has-cancel-button=false] button {
|
||||
box-shadow: none !important; }
|
||||
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
|
||||
padding-bottom: 40px; }
|
||||
.sweet-alert .sa-icon {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border: 4px solid gray;
|
||||
-webkit-border-radius: 40px;
|
||||
border-radius: 40px;
|
||||
border-radius: 50%;
|
||||
margin: 20px auto;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
box-sizing: content-box; }
|
||||
.sweet-alert .sa-icon.sa-error {
|
||||
border-color: #F27474; }
|
||||
.sweet-alert .sa-icon.sa-error .sa-x-mark {
|
||||
position: relative;
|
||||
display: block; }
|
||||
.sweet-alert .sa-icon.sa-error .sa-line {
|
||||
position: absolute;
|
||||
height: 5px;
|
||||
width: 47px;
|
||||
background-color: #F27474;
|
||||
display: block;
|
||||
top: 37px;
|
||||
border-radius: 2px; }
|
||||
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
left: 17px; }
|
||||
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
right: 16px; }
|
||||
.sweet-alert .sa-icon.sa-warning {
|
||||
border-color: #F8BB86; }
|
||||
.sweet-alert .sa-icon.sa-warning .sa-body {
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
height: 47px;
|
||||
left: 50%;
|
||||
top: 10px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
margin-left: -2px;
|
||||
background-color: #F8BB86; }
|
||||
.sweet-alert .sa-icon.sa-warning .sa-dot {
|
||||
position: absolute;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
-webkit-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
margin-left: -3px;
|
||||
left: 50%;
|
||||
bottom: 10px;
|
||||
background-color: #F8BB86; }
|
||||
.sweet-alert .sa-icon.sa-info {
|
||||
border-color: #C9DAE1; }
|
||||
.sweet-alert .sa-icon.sa-info::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
height: 29px;
|
||||
left: 50%;
|
||||
bottom: 17px;
|
||||
border-radius: 2px;
|
||||
margin-left: -2px;
|
||||
background-color: #C9DAE1; }
|
||||
.sweet-alert .sa-icon.sa-info::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border-radius: 50%;
|
||||
margin-left: -3px;
|
||||
top: 19px;
|
||||
background-color: #C9DAE1; }
|
||||
.sweet-alert .sa-icon.sa-success {
|
||||
border-color: #A5DC86; }
|
||||
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
|
||||
content: '';
|
||||
-webkit-border-radius: 40px;
|
||||
border-radius: 40px;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
width: 60px;
|
||||
height: 120px;
|
||||
background: white;
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg); }
|
||||
.sweet-alert .sa-icon.sa-success::before {
|
||||
-webkit-border-radius: 120px 0 0 120px;
|
||||
border-radius: 120px 0 0 120px;
|
||||
top: -7px;
|
||||
left: -33px;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform-origin: 60px 60px;
|
||||
transform-origin: 60px 60px; }
|
||||
.sweet-alert .sa-icon.sa-success::after {
|
||||
-webkit-border-radius: 0 120px 120px 0;
|
||||
border-radius: 0 120px 120px 0;
|
||||
top: -11px;
|
||||
left: 30px;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform-origin: 0px 60px;
|
||||
transform-origin: 0px 60px; }
|
||||
.sweet-alert .sa-icon.sa-success .sa-placeholder {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border: 4px solid rgba(165, 220, 134, 0.2);
|
||||
-webkit-border-radius: 40px;
|
||||
border-radius: 40px;
|
||||
border-radius: 50%;
|
||||
box-sizing: content-box;
|
||||
position: absolute;
|
||||
left: -4px;
|
||||
top: -4px;
|
||||
z-index: 2; }
|
||||
.sweet-alert .sa-icon.sa-success .sa-fix {
|
||||
width: 5px;
|
||||
height: 90px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
left: 28px;
|
||||
top: 8px;
|
||||
z-index: 1;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
.sweet-alert .sa-icon.sa-success .sa-line {
|
||||
height: 5px;
|
||||
background-color: #A5DC86;
|
||||
display: block;
|
||||
border-radius: 2px;
|
||||
position: absolute;
|
||||
z-index: 2; }
|
||||
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
|
||||
width: 25px;
|
||||
left: 14px;
|
||||
top: 46px;
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg); }
|
||||
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
|
||||
width: 47px;
|
||||
right: 8px;
|
||||
top: 38px;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
.sweet-alert .sa-icon.sa-custom {
|
||||
background-size: contain;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat; }
|
||||
|
||||
/*
|
||||
* Animations
|
||||
*/
|
||||
@-webkit-keyframes showSweetAlert {
|
||||
0% {
|
||||
transform: scale(0.7);
|
||||
-webkit-transform: scale(0.7); }
|
||||
45% {
|
||||
transform: scale(1.05);
|
||||
-webkit-transform: scale(1.05); }
|
||||
80% {
|
||||
transform: scale(0.95);
|
||||
-webkit-transform: scale(0.95); }
|
||||
100% {
|
||||
transform: scale(1);
|
||||
-webkit-transform: scale(1); } }
|
||||
|
||||
@keyframes showSweetAlert {
|
||||
0% {
|
||||
transform: scale(0.7);
|
||||
-webkit-transform: scale(0.7); }
|
||||
45% {
|
||||
transform: scale(1.05);
|
||||
-webkit-transform: scale(1.05); }
|
||||
80% {
|
||||
transform: scale(0.95);
|
||||
-webkit-transform: scale(0.95); }
|
||||
100% {
|
||||
transform: scale(1);
|
||||
-webkit-transform: scale(1); } }
|
||||
|
||||
@-webkit-keyframes hideSweetAlert {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
-webkit-transform: scale(1); }
|
||||
100% {
|
||||
transform: scale(0.5);
|
||||
-webkit-transform: scale(0.5); } }
|
||||
|
||||
@keyframes hideSweetAlert {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
-webkit-transform: scale(1); }
|
||||
100% {
|
||||
transform: scale(0.5);
|
||||
-webkit-transform: scale(0.5); } }
|
||||
|
||||
@-webkit-keyframes slideFromTop {
|
||||
0% {
|
||||
top: 0%; }
|
||||
100% {
|
||||
top: 50%; } }
|
||||
|
||||
@keyframes slideFromTop {
|
||||
0% {
|
||||
top: 0%; }
|
||||
100% {
|
||||
top: 50%; } }
|
||||
|
||||
@-webkit-keyframes slideToTop {
|
||||
0% {
|
||||
top: 50%; }
|
||||
100% {
|
||||
top: 0%; } }
|
||||
|
||||
@keyframes slideToTop {
|
||||
0% {
|
||||
top: 50%; }
|
||||
100% {
|
||||
top: 0%; } }
|
||||
|
||||
@-webkit-keyframes slideFromBottom {
|
||||
0% {
|
||||
top: 70%; }
|
||||
100% {
|
||||
top: 50%; } }
|
||||
|
||||
@keyframes slideFromBottom {
|
||||
0% {
|
||||
top: 70%; }
|
||||
100% {
|
||||
top: 50%; } }
|
||||
|
||||
@-webkit-keyframes slideToBottom {
|
||||
0% {
|
||||
top: 50%; }
|
||||
100% {
|
||||
top: 70%; } }
|
||||
|
||||
@keyframes slideToBottom {
|
||||
0% {
|
||||
top: 50%; }
|
||||
100% {
|
||||
top: 70%; } }
|
||||
|
||||
.showSweetAlert[data-animation=pop] {
|
||||
-webkit-animation: showSweetAlert 0.3s;
|
||||
animation: showSweetAlert 0.3s; }
|
||||
|
||||
.showSweetAlert[data-animation=none] {
|
||||
-webkit-animation: none;
|
||||
animation: none; }
|
||||
|
||||
.showSweetAlert[data-animation=slide-from-top] {
|
||||
-webkit-animation: slideFromTop 0.3s;
|
||||
animation: slideFromTop 0.3s; }
|
||||
|
||||
.showSweetAlert[data-animation=slide-from-bottom] {
|
||||
-webkit-animation: slideFromBottom 0.3s;
|
||||
animation: slideFromBottom 0.3s; }
|
||||
|
||||
.hideSweetAlert[data-animation=pop] {
|
||||
-webkit-animation: hideSweetAlert 0.2s;
|
||||
animation: hideSweetAlert 0.2s; }
|
||||
|
||||
.hideSweetAlert[data-animation=none] {
|
||||
-webkit-animation: none;
|
||||
animation: none; }
|
||||
|
||||
.hideSweetAlert[data-animation=slide-from-top] {
|
||||
-webkit-animation: slideToTop 0.4s;
|
||||
animation: slideToTop 0.4s; }
|
||||
|
||||
.hideSweetAlert[data-animation=slide-from-bottom] {
|
||||
-webkit-animation: slideToBottom 0.3s;
|
||||
animation: slideToBottom 0.3s; }
|
||||
|
||||
@-webkit-keyframes animateSuccessTip {
|
||||
0% {
|
||||
width: 0;
|
||||
left: 1px;
|
||||
top: 19px; }
|
||||
54% {
|
||||
width: 0;
|
||||
left: 1px;
|
||||
top: 19px; }
|
||||
70% {
|
||||
width: 50px;
|
||||
left: -8px;
|
||||
top: 37px; }
|
||||
84% {
|
||||
width: 17px;
|
||||
left: 21px;
|
||||
top: 48px; }
|
||||
100% {
|
||||
width: 25px;
|
||||
left: 14px;
|
||||
top: 45px; } }
|
||||
|
||||
@keyframes animateSuccessTip {
|
||||
0% {
|
||||
width: 0;
|
||||
left: 1px;
|
||||
top: 19px; }
|
||||
54% {
|
||||
width: 0;
|
||||
left: 1px;
|
||||
top: 19px; }
|
||||
70% {
|
||||
width: 50px;
|
||||
left: -8px;
|
||||
top: 37px; }
|
||||
84% {
|
||||
width: 17px;
|
||||
left: 21px;
|
||||
top: 48px; }
|
||||
100% {
|
||||
width: 25px;
|
||||
left: 14px;
|
||||
top: 45px; } }
|
||||
|
||||
@-webkit-keyframes animateSuccessLong {
|
||||
0% {
|
||||
width: 0;
|
||||
right: 46px;
|
||||
top: 54px; }
|
||||
65% {
|
||||
width: 0;
|
||||
right: 46px;
|
||||
top: 54px; }
|
||||
84% {
|
||||
width: 55px;
|
||||
right: 0px;
|
||||
top: 35px; }
|
||||
100% {
|
||||
width: 47px;
|
||||
right: 8px;
|
||||
top: 38px; } }
|
||||
|
||||
@keyframes animateSuccessLong {
|
||||
0% {
|
||||
width: 0;
|
||||
right: 46px;
|
||||
top: 54px; }
|
||||
65% {
|
||||
width: 0;
|
||||
right: 46px;
|
||||
top: 54px; }
|
||||
84% {
|
||||
width: 55px;
|
||||
right: 0px;
|
||||
top: 35px; }
|
||||
100% {
|
||||
width: 47px;
|
||||
right: 8px;
|
||||
top: 38px; } }
|
||||
|
||||
@-webkit-keyframes rotatePlaceholder {
|
||||
0% {
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform: rotate(-45deg); }
|
||||
5% {
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform: rotate(-45deg); }
|
||||
12% {
|
||||
transform: rotate(-405deg);
|
||||
-webkit-transform: rotate(-405deg); }
|
||||
100% {
|
||||
transform: rotate(-405deg);
|
||||
-webkit-transform: rotate(-405deg); } }
|
||||
|
||||
@keyframes rotatePlaceholder {
|
||||
0% {
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform: rotate(-45deg); }
|
||||
5% {
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform: rotate(-45deg); }
|
||||
12% {
|
||||
transform: rotate(-405deg);
|
||||
-webkit-transform: rotate(-405deg); }
|
||||
100% {
|
||||
transform: rotate(-405deg);
|
||||
-webkit-transform: rotate(-405deg); } }
|
||||
|
||||
.animateSuccessTip {
|
||||
-webkit-animation: animateSuccessTip 0.75s;
|
||||
animation: animateSuccessTip 0.75s; }
|
||||
|
||||
.animateSuccessLong {
|
||||
-webkit-animation: animateSuccessLong 0.75s;
|
||||
animation: animateSuccessLong 0.75s; }
|
||||
|
||||
.sa-icon.sa-success.animate::after {
|
||||
-webkit-animation: rotatePlaceholder 4.25s ease-in;
|
||||
animation: rotatePlaceholder 4.25s ease-in; }
|
||||
|
||||
@-webkit-keyframes animateErrorIcon {
|
||||
0% {
|
||||
transform: rotateX(100deg);
|
||||
-webkit-transform: rotateX(100deg);
|
||||
opacity: 0; }
|
||||
100% {
|
||||
transform: rotateX(0deg);
|
||||
-webkit-transform: rotateX(0deg);
|
||||
opacity: 1; } }
|
||||
|
||||
@keyframes animateErrorIcon {
|
||||
0% {
|
||||
transform: rotateX(100deg);
|
||||
-webkit-transform: rotateX(100deg);
|
||||
opacity: 0; }
|
||||
100% {
|
||||
transform: rotateX(0deg);
|
||||
-webkit-transform: rotateX(0deg);
|
||||
opacity: 1; } }
|
||||
|
||||
.animateErrorIcon {
|
||||
-webkit-animation: animateErrorIcon 0.5s;
|
||||
animation: animateErrorIcon 0.5s; }
|
||||
|
||||
@-webkit-keyframes animateXMark {
|
||||
0% {
|
||||
transform: scale(0.4);
|
||||
-webkit-transform: scale(0.4);
|
||||
margin-top: 26px;
|
||||
opacity: 0; }
|
||||
50% {
|
||||
transform: scale(0.4);
|
||||
-webkit-transform: scale(0.4);
|
||||
margin-top: 26px;
|
||||
opacity: 0; }
|
||||
80% {
|
||||
transform: scale(1.15);
|
||||
-webkit-transform: scale(1.15);
|
||||
margin-top: -6px; }
|
||||
100% {
|
||||
transform: scale(1);
|
||||
-webkit-transform: scale(1);
|
||||
margin-top: 0;
|
||||
opacity: 1; } }
|
||||
|
||||
@keyframes animateXMark {
|
||||
0% {
|
||||
transform: scale(0.4);
|
||||
-webkit-transform: scale(0.4);
|
||||
margin-top: 26px;
|
||||
opacity: 0; }
|
||||
50% {
|
||||
transform: scale(0.4);
|
||||
-webkit-transform: scale(0.4);
|
||||
margin-top: 26px;
|
||||
opacity: 0; }
|
||||
80% {
|
||||
transform: scale(1.15);
|
||||
-webkit-transform: scale(1.15);
|
||||
margin-top: -6px; }
|
||||
100% {
|
||||
transform: scale(1);
|
||||
-webkit-transform: scale(1);
|
||||
margin-top: 0;
|
||||
opacity: 1; } }
|
||||
|
||||
.animateXMark {
|
||||
-webkit-animation: animateXMark 0.5s;
|
||||
animation: animateXMark 0.5s; }
|
||||
|
||||
@-webkit-keyframes pulseWarning {
|
||||
0% {
|
||||
border-color: #F8D486; }
|
||||
100% {
|
||||
border-color: #F8BB86; } }
|
||||
|
||||
@keyframes pulseWarning {
|
||||
0% {
|
||||
border-color: #F8D486; }
|
||||
100% {
|
||||
border-color: #F8BB86; } }
|
||||
|
||||
.pulseWarning {
|
||||
-webkit-animation: pulseWarning 0.75s infinite alternate;
|
||||
animation: pulseWarning 0.75s infinite alternate; }
|
||||
|
||||
@-webkit-keyframes pulseWarningIns {
|
||||
0% {
|
||||
background-color: #F8D486; }
|
||||
100% {
|
||||
background-color: #F8BB86; } }
|
||||
|
||||
@keyframes pulseWarningIns {
|
||||
0% {
|
||||
background-color: #F8D486; }
|
||||
100% {
|
||||
background-color: #F8BB86; } }
|
||||
|
||||
.pulseWarningIns {
|
||||
-webkit-animation: pulseWarningIns 0.75s infinite alternate;
|
||||
animation: pulseWarningIns 0.75s infinite alternate; }
|
||||
|
||||
@-webkit-keyframes rotate-loading {
|
||||
0% {
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
@keyframes rotate-loading {
|
||||
0% {
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
/* Internet Explorer 9 has some special quirks that are fixed here */
|
||||
/* The icons are not animated. */
|
||||
/* This file is automatically merged into sweet-alert.min.js through Gulp */
|
||||
/* Error icon */
|
||||
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
|
||||
-ms-transform: rotate(45deg) \9; }
|
||||
|
||||
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
|
||||
-ms-transform: rotate(-45deg) \9; }
|
||||
|
||||
/* Success icon */
|
||||
.sweet-alert .sa-icon.sa-success {
|
||||
border-color: transparent\9; }
|
||||
|
||||
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
|
||||
-ms-transform: rotate(45deg) \9; }
|
||||
|
||||
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
|
||||
-ms-transform: rotate(-45deg) \9; }
|
||||
|
||||
/*!
|
||||
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
|
||||
* Copyright 2015 Daniel Cardoso <@DanielCardoso>
|
||||
* Licensed under MIT
|
||||
*/
|
||||
.la-ball-fall,
|
||||
.la-ball-fall > div {
|
||||
position: relative;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
|
||||
.la-ball-fall {
|
||||
display: block;
|
||||
font-size: 0;
|
||||
color: #fff; }
|
||||
|
||||
.la-ball-fall.la-dark {
|
||||
color: #333; }
|
||||
|
||||
.la-ball-fall > div {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
background-color: currentColor;
|
||||
border: 0 solid currentColor; }
|
||||
|
||||
.la-ball-fall {
|
||||
width: 54px;
|
||||
height: 18px; }
|
||||
|
||||
.la-ball-fall > div {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 4px;
|
||||
border-radius: 100%;
|
||||
opacity: 0;
|
||||
-webkit-animation: ball-fall 1s ease-in-out infinite;
|
||||
-moz-animation: ball-fall 1s ease-in-out infinite;
|
||||
-o-animation: ball-fall 1s ease-in-out infinite;
|
||||
animation: ball-fall 1s ease-in-out infinite; }
|
||||
|
||||
.la-ball-fall > div:nth-child(1) {
|
||||
-webkit-animation-delay: -200ms;
|
||||
-moz-animation-delay: -200ms;
|
||||
-o-animation-delay: -200ms;
|
||||
animation-delay: -200ms; }
|
||||
|
||||
.la-ball-fall > div:nth-child(2) {
|
||||
-webkit-animation-delay: -100ms;
|
||||
-moz-animation-delay: -100ms;
|
||||
-o-animation-delay: -100ms;
|
||||
animation-delay: -100ms; }
|
||||
|
||||
.la-ball-fall > div:nth-child(3) {
|
||||
-webkit-animation-delay: 0ms;
|
||||
-moz-animation-delay: 0ms;
|
||||
-o-animation-delay: 0ms;
|
||||
animation-delay: 0ms; }
|
||||
|
||||
.la-ball-fall.la-sm {
|
||||
width: 26px;
|
||||
height: 8px; }
|
||||
|
||||
.la-ball-fall.la-sm > div {
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
margin: 2px; }
|
||||
|
||||
.la-ball-fall.la-2x {
|
||||
width: 108px;
|
||||
height: 36px; }
|
||||
|
||||
.la-ball-fall.la-2x > div {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 8px; }
|
||||
|
||||
.la-ball-fall.la-3x {
|
||||
width: 162px;
|
||||
height: 54px; }
|
||||
|
||||
.la-ball-fall.la-3x > div {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin: 12px; }
|
||||
|
||||
/*
|
||||
* Animation
|
||||
*/
|
||||
@-webkit-keyframes ball-fall {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(-145%);
|
||||
transform: translateY(-145%); }
|
||||
10% {
|
||||
opacity: .5; }
|
||||
20% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
80% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
90% {
|
||||
opacity: .5; }
|
||||
100% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(145%);
|
||||
transform: translateY(145%); } }
|
||||
|
||||
@-moz-keyframes ball-fall {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-moz-transform: translateY(-145%);
|
||||
transform: translateY(-145%); }
|
||||
10% {
|
||||
opacity: .5; }
|
||||
20% {
|
||||
opacity: 1;
|
||||
-moz-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
80% {
|
||||
opacity: 1;
|
||||
-moz-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
90% {
|
||||
opacity: .5; }
|
||||
100% {
|
||||
opacity: 0;
|
||||
-moz-transform: translateY(145%);
|
||||
transform: translateY(145%); } }
|
||||
|
||||
@-o-keyframes ball-fall {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-o-transform: translateY(-145%);
|
||||
transform: translateY(-145%); }
|
||||
10% {
|
||||
opacity: .5; }
|
||||
20% {
|
||||
opacity: 1;
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
80% {
|
||||
opacity: 1;
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
90% {
|
||||
opacity: .5; }
|
||||
100% {
|
||||
opacity: 0;
|
||||
-o-transform: translateY(145%);
|
||||
transform: translateY(145%); } }
|
||||
|
||||
@keyframes ball-fall {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(-145%);
|
||||
-moz-transform: translateY(-145%);
|
||||
-o-transform: translateY(-145%);
|
||||
transform: translateY(-145%); }
|
||||
10% {
|
||||
opacity: .5; }
|
||||
20% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0);
|
||||
-moz-transform: translateY(0);
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
80% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0);
|
||||
-moz-transform: translateY(0);
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
90% {
|
||||
opacity: .5; }
|
||||
100% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(145%);
|
||||
-moz-transform: translateY(145%);
|
||||
-o-transform: translateY(145%);
|
||||
transform: translateY(145%); } }
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,45 +0,0 @@
|
||||
.jqvmap-label,
|
||||
.jqvmap-pin {
|
||||
pointer-events: none
|
||||
}
|
||||
.jqvmap-label {
|
||||
position: absolute;
|
||||
display: none;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background: #292929;
|
||||
color: #fff;
|
||||
font-family: sans-serif, Verdana;
|
||||
font-size: smaller;
|
||||
padding: 3px
|
||||
}
|
||||
.jqvmap-zoomin,
|
||||
.jqvmap-zoomout {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background: #000;
|
||||
padding: 3px;
|
||||
color: #fff;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
cursor: pointer;
|
||||
line-height: 10px;
|
||||
text-align: center
|
||||
}
|
||||
.jqvmap-zoomin {
|
||||
top: 10px
|
||||
}
|
||||
.jqvmap-zoomout {
|
||||
top: 30px
|
||||
}
|
||||
.jqvmap-region {
|
||||
cursor: pointer
|
||||
}
|
||||
.jqvmap-ajax_response {
|
||||
width: 100%;
|
||||
height: 500px
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,52 +0,0 @@
|
||||
.login-logo {
|
||||
text-align: center;
|
||||
margin-bottom: 15px; }
|
||||
.login-logo span {
|
||||
color: #fff;
|
||||
font-size: 24px; }
|
||||
.login-logo img {
|
||||
height: 75px; }
|
||||
|
||||
.login-content {
|
||||
margin: 100px 0; }
|
||||
|
||||
.login-form {
|
||||
background: #fff;
|
||||
padding: 30px 30px 20px;
|
||||
border-radius: 2px; }
|
||||
.login-form h4 {
|
||||
color: #878787;
|
||||
text-align: center;
|
||||
margin-bottom: 50px; }
|
||||
.login-form .checkbox {
|
||||
color: #878787; }
|
||||
.login-form .checkbox label {
|
||||
text-transform: none; }
|
||||
.login-form .btn {
|
||||
width: 100%;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
padding: 15px;
|
||||
border: 0px; }
|
||||
.login-form label {
|
||||
color: #878787;
|
||||
text-transform: uppercase; }
|
||||
.login-form label a {
|
||||
color: #f96332; }
|
||||
|
||||
.social-login-content {
|
||||
margin: 0px -30px;
|
||||
border-top: 1px solid #e7e7e7;
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
padding: 30px 0px;
|
||||
background: #fcfcfc; }
|
||||
|
||||
.social-button {
|
||||
padding: 0 30px; }
|
||||
.social-button i {
|
||||
padding: 19px; }
|
||||
|
||||
.register-link a {
|
||||
color: #f96332; }
|
||||
|
||||
/*# sourceMappingURL=login.css.map */
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user