usmanwalana

AdminLte.css

Sep 16th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 112.03 KB | None | 0 0
  1. @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
  2. /*!
  3.  *   AdminLTE v2.3.6
  4.  *   Author: Almsaeed Studio
  5.  *   Website: Almsaeed Studio <http://almsaeedstudio.com>
  6.  *   License: Open source - MIT
  7.  *           Please visit http://opensource.org/licenses/MIT for more information
  8. !*/
  9. /*
  10.  * Core: General Layout Style
  11.  * -------------------------
  12.  */
  13. html,
  14. body {
  15.   min-height: 100%;
  16. }
  17. .layout-boxed html,
  18. .layout-boxed body {
  19.   height: 100%;
  20. }
  21. body {
  22.   -webkit-font-smoothing: antialiased;
  23.   -moz-osx-font-smoothing: grayscale;
  24.   font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  25.   font-weight: 400;
  26.   overflow-x: hidden;
  27.   overflow-y: auto;
  28. }
  29. /* Layout */
  30. .wrapper {
  31.   min-height: 100%;
  32.   position: relative;
  33.   overflow: hidden;
  34. }
  35. .wrapper:before,
  36. .wrapper:after {
  37.   content: " ";
  38.   display: table;
  39. }
  40. .wrapper:after {
  41.   clear: both;
  42. }
  43. .layout-boxed .wrapper {
  44.   max-width: 1250px;
  45.   margin: 0 auto;
  46.   min-height: 100%;
  47.   box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  48.   position: relative;
  49. }
  50. .layout-boxed {
  51.   background: url('../img/boxed-bg.jpg') repeat fixed;
  52. }
  53. /*
  54.  * Content Wrapper - contains the main content
  55.  * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
  56.  */
  57. .content-wrapper,
  58. .right-side,
  59. .main-footer {
  60.   -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  61.   -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  62.   -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  63.   transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  64.   margin-left: 230px;
  65.   z-index: 820;
  66. }
  67. .layout-top-nav .content-wrapper,
  68. .layout-top-nav .right-side,
  69. .layout-top-nav .main-footer {
  70.   margin-left: 0;
  71. }
  72. @media (max-width: 767px) {
  73.   .content-wrapper,
  74.   .right-side,
  75.   .main-footer {
  76.     margin-left: 0;
  77.   }
  78. }
  79. @media (min-width: 768px) {
  80.   .sidebar-collapse .content-wrapper,
  81.   .sidebar-collapse .right-side,
  82.   .sidebar-collapse .main-footer {
  83.     margin-left: 0;
  84.   }
  85. }
  86. @media (max-width: 767px) {
  87.   .sidebar-open .content-wrapper,
  88.   .sidebar-open .right-side,
  89.   .sidebar-open .main-footer {
  90.     -webkit-transform: translate(230px, 0);
  91.     -ms-transform: translate(230px, 0);
  92.     -o-transform: translate(230px, 0);
  93.     transform: translate(230px, 0);
  94.   }
  95. }
  96. .content-wrapper,
  97. .right-side {
  98.   min-height: 100%;
  99.   background-color: #ecf0f5;
  100.   z-index: 800;
  101. }
  102. .main-footer {
  103.   background: #fff;
  104.   padding: 15px;
  105.   color: #444;
  106.   border-top: 1px solid #d2d6de;
  107. }
  108. /* Fixed layout */
  109. .fixed .main-header,
  110. .fixed .main-sidebar,
  111. .fixed .left-side {
  112.   position: fixed;
  113. }
  114. .fixed .main-header {
  115.   top: 0;
  116.   right: 0;
  117.   left: 0;
  118. }
  119. .fixed .content-wrapper,
  120. .fixed .right-side {
  121.   padding-top: 50px;
  122. }
  123. @media (max-width: 767px) {
  124.   .fixed .content-wrapper,
  125.   .fixed .right-side {
  126.     padding-top: 100px;
  127.   }
  128. }
  129. .fixed.layout-boxed .wrapper {
  130.   max-width: 100%;
  131. }
  132. body.hold-transition .content-wrapper,
  133. body.hold-transition .right-side,
  134. body.hold-transition .main-footer,
  135. body.hold-transition .main-sidebar,
  136. body.hold-transition .left-side,
  137. body.hold-transition .main-header .navbar,
  138. body.hold-transition .main-header .logo {
  139.   /* Fix for IE */
  140.   -webkit-transition: none;
  141.   -o-transition: none;
  142.   transition: none;
  143. }
  144. /* Content */
  145. .content {
  146.   min-height: 250px;
  147.   padding: 15px;
  148.   margin-right: auto;
  149.   margin-left: auto;
  150.   padding-left: 15px;
  151.   padding-right: 15px;
  152. }
  153. /* H1 - H6 font */
  154. h1,
  155. h2,
  156. h3,
  157. h4,
  158. h5,
  159. h6,
  160. .h1,
  161. .h2,
  162. .h3,
  163. .h4,
  164. .h5,
  165. .h6 {
  166.   font-family: 'Source Sans Pro', sans-serif;
  167. }
  168. /* General Links */
  169. a {
  170.   color: #3c8dbc;
  171. }
  172. a:hover,
  173. a:active,
  174. a:focus {
  175.   outline: none;
  176.   text-decoration: none;
  177.   color: #72afd2;
  178. }
  179. /* Page Header */
  180. .page-header {
  181.   margin: 10px 0 20px 0;
  182.   font-size: 22px;
  183. }
  184. .page-header > small {
  185.   color: #666;
  186.   display: block;
  187.   margin-top: 5px;
  188. }
  189. /*
  190.  * Component: Main Header
  191.  * ----------------------
  192.  */
  193. .main-header {
  194.   position: relative;
  195.   max-height: 100px;
  196.   z-index: 1030;
  197. }
  198. .main-header .navbar {
  199.   -webkit-transition: margin-left 0.3s ease-in-out;
  200.   -o-transition: margin-left 0.3s ease-in-out;
  201.   transition: margin-left 0.3s ease-in-out;
  202.   margin-bottom: 0;
  203.   margin-left: 230px;
  204.   border: none;
  205.   min-height: 50px;
  206.   border-radius: 0;
  207. }
  208. .layout-top-nav .main-header .navbar {
  209.   margin-left: 0;
  210. }
  211. .main-header #navbar-search-input.form-control {
  212.   background: rgba(255, 255, 255, 0.2);
  213.   border-color: transparent;
  214. }
  215. .main-header #navbar-search-input.form-control:focus,
  216. .main-header #navbar-search-input.form-control:active {
  217.   border-color: rgba(0, 0, 0, 0.1);
  218.   background: rgba(255, 255, 255, 0.9);
  219. }
  220. .main-header #navbar-search-input.form-control::-moz-placeholder {
  221.   color: #ccc;
  222.   opacity: 1;
  223. }
  224. .main-header #navbar-search-input.form-control:-ms-input-placeholder {
  225.   color: #ccc;
  226. }
  227. .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  228.   color: #ccc;
  229. }
  230. .main-header .navbar-custom-menu,
  231. .main-header .navbar-right {
  232.   float: right;
  233. }
  234. @media (max-width: 991px) {
  235.   .main-header .navbar-custom-menu a,
  236.   .main-header .navbar-right a {
  237.     color: inherit;
  238.     background: transparent;
  239.   }
  240. }
  241. @media (max-width: 767px) {
  242.   .main-header .navbar-right {
  243.     float: none;
  244.   }
  245.   .navbar-collapse .main-header .navbar-right {
  246.     margin: 7.5px -15px;
  247.   }
  248.   .main-header .navbar-right > li {
  249.     color: inherit;
  250.     border: 0;
  251.   }
  252. }
  253. .main-header .sidebar-toggle {
  254.   float: left;
  255.   background-color: transparent;
  256.   background-image: none;
  257.   padding: 15px 15px;
  258.   font-family: fontAwesome;
  259. }
  260. .main-header .sidebar-toggle:before {
  261.   content: "\f0c9";
  262. }
  263. .main-header .sidebar-toggle:hover {
  264.   color: #fff;
  265. }
  266. .main-header .sidebar-toggle:focus,
  267. .main-header .sidebar-toggle:active {
  268.   background: transparent;
  269. }
  270. .main-header .sidebar-toggle .icon-bar {
  271.   display: none;
  272. }
  273. .main-header .navbar .nav > li.user > a > .fa,
  274. .main-header .navbar .nav > li.user > a > .glyphicon,
  275. .main-header .navbar .nav > li.user > a > .ion {
  276.   margin-right: 5px;
  277. }
  278. .main-header .navbar .nav > li > a > .label {
  279.   position: absolute;
  280.   top: 9px;
  281.   right: 7px;
  282.   text-align: center;
  283.   font-size: 9px;
  284.   padding: 2px 3px;
  285.   line-height: .9;
  286. }
  287. .main-header .logo {
  288.   -webkit-transition: width 0.3s ease-in-out;
  289.   -o-transition: width 0.3s ease-in-out;
  290.   transition: width 0.3s ease-in-out;
  291.   display: block;
  292.   float: left;
  293.   height: 50px;
  294.   font-size: 20px;
  295.   line-height: 50px;
  296.   text-align: center;
  297.   width: 230px;
  298.   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  299.   padding: 0 15px;
  300.   font-weight: 300;
  301.   overflow: hidden;
  302. }
  303. .main-header .logo .logo-lg {
  304.   display: block;
  305. }
  306. .main-header .logo .logo-mini {
  307.   display: none;
  308. }
  309. .main-header .navbar-brand {
  310.   color: #fff;
  311. }
  312. .content-header {
  313.   position: relative;
  314.   padding: 15px 15px 0 15px;
  315. }
  316. .content-header > h1 {
  317.   margin: 0;
  318.   font-size: 24px;
  319. }
  320. .content-header > h1 > small {
  321.   font-size: 15px;
  322.   display: inline-block;
  323.   padding-left: 4px;
  324.   font-weight: 300;
  325. }
  326. .content-header > .breadcrumb {
  327.   float: right;
  328.   background: transparent;
  329.   margin-top: 0;
  330.   margin-bottom: 0;
  331.   font-size: 12px;
  332.   padding: 7px 5px;
  333.   position: absolute;
  334.   top: 15px;
  335.   right: 10px;
  336.   border-radius: 2px;
  337. }
  338. .content-header > .breadcrumb > li > a {
  339.   color: #444;
  340.   text-decoration: none;
  341.   display: inline-block;
  342. }
  343. .content-header > .breadcrumb > li > a > .fa,
  344. .content-header > .breadcrumb > li > a > .glyphicon,
  345. .content-header > .breadcrumb > li > a > .ion {
  346.   margin-right: 5px;
  347. }
  348. .content-header > .breadcrumb > li + li:before {
  349.   content: '>\00a0';
  350. }
  351. @media (max-width: 991px) {
  352.   .content-header > .breadcrumb {
  353.     position: relative;
  354.     margin-top: 5px;
  355.     top: 0;
  356.     right: 0;
  357.     float: none;
  358.     background: #d2d6de;
  359.     padding-left: 10px;
  360.   }
  361.   .content-header > .breadcrumb li:before {
  362.     color: #97a0b3;
  363.   }
  364. }
  365. .navbar-toggle {
  366.   color: #fff;
  367.   border: 0;
  368.   margin: 0;
  369.   padding: 15px 15px;
  370. }
  371. @media (max-width: 991px) {
  372.   .navbar-custom-menu .navbar-nav > li {
  373.     float: left;
  374.   }
  375.   .navbar-custom-menu .navbar-nav {
  376.     margin: 0;
  377.     float: left;
  378.   }
  379.   .navbar-custom-menu .navbar-nav > li > a {
  380.     padding-top: 15px;
  381.     padding-bottom: 15px;
  382.     line-height: 20px;
  383.   }
  384. }
  385. @media (max-width: 767px) {
  386.   .main-header {
  387.     position: relative;
  388.   }
  389.   .main-header .logo,
  390.   .main-header .navbar {
  391.     width: 100%;
  392.     float: none;
  393.   }
  394.   .main-header .navbar {
  395.     margin: 0;
  396.   }
  397.   .main-header .navbar-custom-menu {
  398.     float: right;
  399.   }
  400. }
  401. @media (max-width: 991px) {
  402.   .navbar-collapse.pull-left {
  403.     float: none !important;
  404.   }
  405.   .navbar-collapse.pull-left + .navbar-custom-menu {
  406.     display: block;
  407.     position: absolute;
  408.     top: 0;
  409.     right: 40px;
  410.   }
  411. }
  412. /*
  413.  * Component: Sidebar
  414.  * ------------------
  415.  */
  416. .main-sidebar,
  417. .left-side {
  418.   position: absolute;
  419.   top: 0;
  420.   left: 0;
  421.   padding-top: 50px;
  422.   min-height: 100%;
  423.   width: 230px;
  424.   z-index: 810;
  425.   -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  426.   -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  427.   -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  428.   transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  429. }
  430. @media (max-width: 767px) {
  431.   .main-sidebar,
  432.   .left-side {
  433.     padding-top: 100px;
  434.   }
  435. }
  436. @media (max-width: 767px) {
  437.   .main-sidebar,
  438.   .left-side {
  439.     -webkit-transform: translate(-230px, 0);
  440.     -ms-transform: translate(-230px, 0);
  441.     -o-transform: translate(-230px, 0);
  442.     transform: translate(-230px, 0);
  443.   }
  444. }
  445. @media (min-width: 768px) {
  446.   .sidebar-collapse .main-sidebar,
  447.   .sidebar-collapse .left-side {
  448.     -webkit-transform: translate(-230px, 0);
  449.     -ms-transform: translate(-230px, 0);
  450.     -o-transform: translate(-230px, 0);
  451.     transform: translate(-230px, 0);
  452.   }
  453. }
  454. @media (max-width: 767px) {
  455.   .sidebar-open .main-sidebar,
  456.   .sidebar-open .left-side {
  457.     -webkit-transform: translate(0, 0);
  458.     -ms-transform: translate(0, 0);
  459.     -o-transform: translate(0, 0);
  460.     transform: translate(0, 0);
  461.   }
  462. }
  463. .sidebar {
  464.   padding-bottom: 10px;
  465. }
  466. .sidebar-form input:focus {
  467.   border-color: transparent;
  468. }
  469. .user-panel {
  470.   position: relative;
  471.   width: 100%;
  472.   padding: 10px;
  473.   overflow: hidden;
  474. }
  475. .user-panel:before,
  476. .user-panel:after {
  477.   content: " ";
  478.   display: table;
  479. }
  480. .user-panel:after {
  481.   clear: both;
  482. }
  483. .user-panel > .image > img {
  484.   width: 100%;
  485.   max-width: 45px;
  486.   height: auto;
  487. }
  488. .user-panel > .info {
  489.   padding: 5px 5px 5px 15px;
  490.   line-height: 1;
  491.   position: absolute;
  492.   left: 55px;
  493. }
  494. .user-panel > .info > p {
  495.   font-weight: 600;
  496.   margin-bottom: 9px;
  497. }
  498. .user-panel > .info > a {
  499.   text-decoration: none;
  500.   padding-right: 5px;
  501.   margin-top: 3px;
  502.   font-size: 11px;
  503. }
  504. .user-panel > .info > a > .fa,
  505. .user-panel > .info > a > .ion,
  506. .user-panel > .info > a > .glyphicon {
  507.   margin-right: 3px;
  508. }
  509. .sidebar-menu {
  510.   list-style: none;
  511.   margin: 0;
  512.   padding: 0;
  513. }
  514. .sidebar-menu > li {
  515.   position: relative;
  516.   margin: 0;
  517.   padding: 0;
  518. }
  519. .sidebar-menu > li > a {
  520.   padding: 12px 5px 12px 15px;
  521.   display: block;
  522. }
  523. .sidebar-menu > li > a > .fa,
  524. .sidebar-menu > li > a > .glyphicon,
  525. .sidebar-menu > li > a > .ion {
  526.   width: 20px;
  527. }
  528. .sidebar-menu > li .label,
  529. .sidebar-menu > li .badge {
  530.   margin-right: 5px;
  531. }
  532. .sidebar-menu > li .badge {
  533.   margin-top: 3px;
  534. }
  535. .sidebar-menu li.header {
  536.   padding: 10px 25px 10px 15px;
  537.   font-size: 12px;
  538. }
  539. .sidebar-menu li > a > .fa-angle-left,
  540. .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  541.   width: auto;
  542.   height: auto;
  543.   padding: 0;
  544.   margin-right: 10px;
  545. }
  546. .sidebar-menu li.active > a > .fa-angle-left,
  547. .sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
  548.   -webkit-transform: rotate(-90deg);
  549.   -ms-transform: rotate(-90deg);
  550.   -o-transform: rotate(-90deg);
  551.   transform: rotate(-90deg);
  552. }
  553. .sidebar-menu li.active > .treeview-menu {
  554.   display: block;
  555. }
  556. .sidebar-menu .treeview-menu {
  557.   display: none;
  558.   list-style: none;
  559.   padding: 0;
  560.   margin: 0;
  561.   padding-left: 5px;
  562. }
  563. .sidebar-menu .treeview-menu .treeview-menu {
  564.   padding-left: 20px;
  565. }
  566. .sidebar-menu .treeview-menu > li {
  567.   margin: 0;
  568. }
  569. .sidebar-menu .treeview-menu > li > a {
  570.   padding: 5px 5px 5px 15px;
  571.   display: block;
  572.   font-size: 14px;
  573. }
  574. .sidebar-menu .treeview-menu > li > a > .fa,
  575. .sidebar-menu .treeview-menu > li > a > .glyphicon,
  576. .sidebar-menu .treeview-menu > li > a > .ion {
  577.   width: 20px;
  578. }
  579. .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
  580. .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
  581. .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
  582. .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  583.   width: auto;
  584. }
  585. /*
  586.  * Component: Sidebar Mini
  587.  */
  588. @media (min-width: 768px) {
  589.   .sidebar-collapse .content-wrapper,
  590.   .sidebar-collapse .right-side,
  591.   .sidebar-collapse .main-footer {
  592.     margin-left: 50px !important;
  593.     z-index: 840;
  594.   }
  595.   .sidebar-collapse .main-sidebar {
  596.     -webkit-transform: translate(0, 0);
  597.     -ms-transform: translate(0, 0);
  598.     -o-transform: translate(0, 0);
  599.     transform: translate(0, 0);
  600.     width: 50px !important;
  601.     z-index: 850;
  602.   }
  603.   .sidebar-collapse .sidebar-menu > li {
  604.     position: relative;
  605.   }
  606.   .sidebar-collapse .sidebar-menu > li > a {
  607.     margin-right: 0;
  608.   }
  609.   .sidebar-collapse .sidebar-menu > li > a > span {
  610.     border-top-right-radius: 4px;
  611.   }
  612.   .sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
  613.     border-bottom-right-radius: 4px;
  614.   }
  615.   .sidebar-collapse .sidebar-menu > li > .treeview-menu {
  616.     padding-top: 5px;
  617.     padding-bottom: 5px;
  618.     border-bottom-right-radius: 4px;
  619.   }
  620.   .sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
  621.   .sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  622.     display: block !important;
  623.     position: absolute;
  624.     width: 180px;
  625.     left: 50px;
  626.   }
  627.   .sidebar-collapse .sidebar-menu > li:hover > a > span {
  628.     top: 0;
  629.     margin-left: -3px;
  630.     padding: 12px 5px 12px 20px;
  631.     background-color: inherit;
  632.   }
  633.   .sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  634.     float: right;
  635.     width: auto!important;
  636.     left: 200px!important;
  637.     top: 10px!important;
  638.   }
  639.   .sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
  640.     display: none;
  641.   }
  642.   .sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  643.     top: 44px;
  644.     margin-left: 0;
  645.   }
  646.   .sidebar-collapse .main-sidebar .user-panel > .info,
  647.   .sidebar-collapse .sidebar-form,
  648.   .sidebar-collapse .sidebar-menu > li > a > span,
  649.   .sidebar-collapse .sidebar-menu > li > .treeview-menu,
  650.   .sidebar-collapse .sidebar-menu > li > a > .pull-right,
  651.   .sidebar-collapse .sidebar-menu li.header {
  652.     display: none !important;
  653.     -webkit-transform: translateZ(0);
  654.   }
  655.   .sidebar-collapse .main-header .logo {
  656.     width: 50px;
  657.   }
  658.   .sidebar-collapse .main-header .logo > .logo-mini {
  659.     display: block;
  660.     margin-left: -15px;
  661.     margin-right: -15px;
  662.     font-size: 18px;
  663.   }
  664.   .sidebar-collapse .main-header .logo > .logo-lg {
  665.     display: none;
  666.   }
  667.   .sidebar-collapse .main-header .navbar {
  668.     margin-left: 50px;
  669.   }
  670. }
  671. .sidebar-menu,
  672. .main-sidebar .user-panel,
  673. .sidebar-menu > li.header {
  674.   white-space: nowrap;
  675.   overflow: hidden;
  676. }
  677. .sidebar-menu:hover {
  678.   overflow: visible;
  679. }
  680. .sidebar-form,
  681. .sidebar-menu > li.header {
  682.   overflow: hidden;
  683.   text-overflow: clip;
  684. }
  685. .sidebar-menu li > a {
  686.   position: relative;
  687. }
  688. .sidebar-menu li > a > .pull-right-container {
  689.   position: absolute;
  690.   right: 10px;
  691.   top: 50%;
  692.   margin-top: -7px;
  693. }
  694. /*
  695.  * Component: Control sidebar. By default, this is the right sidebar.
  696.  */
  697. .control-sidebar-bg {
  698.   position: fixed;
  699.   z-index: 1000;
  700.   bottom: 0;
  701. }
  702. .control-sidebar-bg,
  703. .control-sidebar {
  704.   top: 0;
  705.   right: -230px;
  706.   width: 230px;
  707.   -webkit-transition: right 0.3s ease-in-out;
  708.   -o-transition: right 0.3s ease-in-out;
  709.   transition: right 0.3s ease-in-out;
  710. }
  711. .control-sidebar {
  712.   position: absolute;
  713.   padding-top: 50px;
  714.   z-index: 1010;
  715. }
  716. @media (max-width: 768px) {
  717.   .control-sidebar {
  718.     padding-top: 100px;
  719.   }
  720. }
  721. .control-sidebar > .tab-content {
  722.   padding: 10px 15px;
  723. }
  724. .control-sidebar.control-sidebar-open,
  725. .control-sidebar.control-sidebar-open + .control-sidebar-bg {
  726.   right: 0;
  727. }
  728. .control-sidebar-open .control-sidebar-bg,
  729. .control-sidebar-open .control-sidebar {
  730.   right: 0;
  731. }
  732. @media (min-width: 768px) {
  733.   .control-sidebar-open .content-wrapper,
  734.   .control-sidebar-open .right-side,
  735.   .control-sidebar-open .main-footer {
  736.     margin-right: 230px;
  737.   }
  738. }
  739. .nav-tabs.control-sidebar-tabs > li:first-of-type > a,
  740. .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
  741. .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  742.   border-left-width: 0;
  743. }
  744. .nav-tabs.control-sidebar-tabs > li > a {
  745.   border-radius: 0;
  746. }
  747. .nav-tabs.control-sidebar-tabs > li > a,
  748. .nav-tabs.control-sidebar-tabs > li > a:hover {
  749.   border-top: none;
  750.   border-right: none;
  751.   border-left: 1px solid transparent;
  752.   border-bottom: 1px solid transparent;
  753. }
  754. .nav-tabs.control-sidebar-tabs > li > a .icon {
  755.   font-size: 16px;
  756. }
  757. .nav-tabs.control-sidebar-tabs > li.active > a,
  758. .nav-tabs.control-sidebar-tabs > li.active > a:hover,
  759. .nav-tabs.control-sidebar-tabs > li.active > a:focus,
  760. .nav-tabs.control-sidebar-tabs > li.active > a:active {
  761.   border-top: none;
  762.   border-right: none;
  763.   border-bottom: none;
  764. }
  765. @media (max-width: 768px) {
  766.   .nav-tabs.control-sidebar-tabs {
  767.     display: table;
  768.   }
  769.   .nav-tabs.control-sidebar-tabs > li {
  770.     display: table-cell;
  771.   }
  772. }
  773. .control-sidebar-heading {
  774.   font-weight: 400;
  775.   font-size: 16px;
  776.   padding: 10px 0;
  777.   margin-bottom: 10px;
  778. }
  779. .control-sidebar-subheading {
  780.   display: block;
  781.   font-weight: 400;
  782.   font-size: 14px;
  783. }
  784. .control-sidebar-menu {
  785.   list-style: none;
  786.   padding: 0;
  787.   margin: 0 -15px;
  788. }
  789. .control-sidebar-menu > li > a {
  790.   display: block;
  791.   padding: 10px 15px;
  792. }
  793. .control-sidebar-menu > li > a:before,
  794. .control-sidebar-menu > li > a:after {
  795.   content: " ";
  796.   display: table;
  797. }
  798. .control-sidebar-menu > li > a:after {
  799.   clear: both;
  800. }
  801. .control-sidebar-menu > li > a > .control-sidebar-subheading {
  802.   margin-top: 0;
  803. }
  804. .control-sidebar-menu .menu-icon {
  805.   float: left;
  806.   width: 35px;
  807.   height: 35px;
  808.   border-radius: 50%;
  809.   text-align: center;
  810.   line-height: 35px;
  811. }
  812. .control-sidebar-menu .menu-info {
  813.   margin-left: 45px;
  814.   margin-top: 3px;
  815. }
  816. .control-sidebar-menu .menu-info > .control-sidebar-subheading {
  817.   margin: 0;
  818. }
  819. .control-sidebar-menu .menu-info > p {
  820.   margin: 0;
  821.   font-size: 11px;
  822. }
  823. .control-sidebar-menu .progress {
  824.   margin: 0;
  825. }
  826. .control-sidebar-dark {
  827.   color: #b8c7ce;
  828. }
  829. .control-sidebar-dark,
  830. .control-sidebar-dark + .control-sidebar-bg {
  831.   background: #222d32;
  832. }
  833. .control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  834.   border-bottom: #1c2529;
  835. }
  836. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  837.   background: #181f23;
  838.   color: #b8c7ce;
  839. }
  840. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
  841. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
  842. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  843.   border-left-color: #141a1d;
  844.   border-bottom-color: #141a1d;
  845. }
  846. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
  847. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
  848. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  849.   background: #1c2529;
  850. }
  851. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  852.   color: #fff;
  853. }
  854. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
  855. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
  856. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
  857. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  858.   background: #222d32;
  859.   color: #fff;
  860. }
  861. .control-sidebar-dark .control-sidebar-heading,
  862. .control-sidebar-dark .control-sidebar-subheading {
  863.   color: #fff;
  864. }
  865. .control-sidebar-dark .control-sidebar-menu > li > a:hover {
  866.   background: #1e282c;
  867. }
  868. .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  869.   color: #b8c7ce;
  870. }
  871. .control-sidebar-light {
  872.   color: #5e5e5e;
  873. }
  874. .control-sidebar-light,
  875. .control-sidebar-light + .control-sidebar-bg {
  876.   background: #f9fafc;
  877.   border-left: 1px solid #d2d6de;
  878. }
  879. .control-sidebar-light .nav-tabs.control-sidebar-tabs {
  880.   border-bottom: #d2d6de;
  881. }
  882. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  883.   background: #e8ecf4;
  884.   color: #444444;
  885. }
  886. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
  887. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
  888. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  889.   border-left-color: #d2d6de;
  890.   border-bottom-color: #d2d6de;
  891. }
  892. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
  893. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
  894. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  895.   background: #eff1f7;
  896. }
  897. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
  898. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
  899. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
  900. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  901.   background: #f9fafc;
  902.   color: #111;
  903. }
  904. .control-sidebar-light .control-sidebar-heading,
  905. .control-sidebar-light .control-sidebar-subheading {
  906.   color: #111;
  907. }
  908. .control-sidebar-light .control-sidebar-menu {
  909.   margin-left: -14px;
  910. }
  911. .control-sidebar-light .control-sidebar-menu > li > a:hover {
  912.   background: #f4f4f5;
  913. }
  914. .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  915.   color: #5e5e5e;
  916. }
  917. /*
  918.  * Component: Dropdown menus
  919.  * -------------------------
  920.  */
  921. /*Dropdowns in general*/
  922. .dropdown-menu {
  923.   box-shadow: none;
  924.   border-color: #eee;
  925. }
  926. .dropdown-menu > li > a {
  927.   color: #777;
  928. }
  929. .dropdown-menu > li > a > .glyphicon,
  930. .dropdown-menu > li > a > .fa,
  931. .dropdown-menu > li > a > .ion {
  932.   margin-right: 10px;
  933. }
  934. .dropdown-menu > li > a:hover {
  935.   background-color: #e1e3e9;
  936.   color: #333;
  937. }
  938. .dropdown-menu > .divider {
  939.   background-color: #eee;
  940. }
  941. .navbar-nav > .notifications-menu > .dropdown-menu,
  942. .navbar-nav > .messages-menu > .dropdown-menu,
  943. .navbar-nav > .tasks-menu > .dropdown-menu {
  944.   width: 280px;
  945.   padding: 0 0 0 0;
  946.   margin: 0;
  947.   top: 100%;
  948. }
  949. .navbar-nav > .notifications-menu > .dropdown-menu > li,
  950. .navbar-nav > .messages-menu > .dropdown-menu > li,
  951. .navbar-nav > .tasks-menu > .dropdown-menu > li {
  952.   position: relative;
  953. }
  954. .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
  955. .navbar-nav > .messages-menu > .dropdown-menu > li.header,
  956. .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  957.   border-top-left-radius: 4px;
  958.   border-top-right-radius: 4px;
  959.   border-bottom-right-radius: 0;
  960.   border-bottom-left-radius: 0;
  961.   background-color: #ffffff;
  962.   padding: 7px 10px;
  963.   border-bottom: 1px solid #f4f4f4;
  964.   color: #444444;
  965.   font-size: 14px;
  966. }
  967. .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  968. .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  969. .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  970.   border-top-left-radius: 0;
  971.   border-top-right-radius: 0;
  972.   border-bottom-right-radius: 4px;
  973.   border-bottom-left-radius: 4px;
  974.   font-size: 12px;
  975.   background-color: #fff;
  976.   padding: 7px 10px;
  977.   border-bottom: 1px solid #eeeeee;
  978.   color: #444 !important;
  979.   text-align: center;
  980. }
  981. @media (max-width: 991px) {
  982.   .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  983.   .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  984.   .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  985.     background: #fff !important;
  986.     color: #444 !important;
  987.   }
  988. }
  989. .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
  990. .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
  991. .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  992.   text-decoration: none;
  993.   font-weight: normal;
  994. }
  995. .navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
  996. .navbar-nav > .messages-menu > .dropdown-menu > li .menu,
  997. .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  998.   max-height: 200px;
  999.   margin: 0;
  1000.   padding: 0;
  1001.   list-style: none;
  1002.   overflow-x: hidden;
  1003. }
  1004. .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
  1005. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
  1006. .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  1007.   display: block;
  1008.   white-space: nowrap;
  1009.   /* Prevent text from breaking */
  1010.   border-bottom: 1px solid #f4f4f4;
  1011. }
  1012. .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
  1013. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
  1014. .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  1015.   background: #f4f4f4;
  1016.   text-decoration: none;
  1017. }
  1018. .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  1019.   color: #444444;
  1020.   overflow: hidden;
  1021.   text-overflow: ellipsis;
  1022.   padding: 10px;
  1023. }
  1024. .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
  1025. .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
  1026. .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  1027.   width: 20px;
  1028. }
  1029. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  1030.   margin: 0;
  1031.   padding: 10px 10px;
  1032. }
  1033. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  1034.   margin: auto 10px auto auto;
  1035.   width: 40px;
  1036.   height: 40px;
  1037. }
  1038. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  1039.   padding: 0;
  1040.   margin: 0 0 0 45px;
  1041.   color: #444444;
  1042.   font-size: 15px;
  1043.   position: relative;
  1044. }
  1045. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  1046.   color: #999999;
  1047.   font-size: 10px;
  1048.   position: absolute;
  1049.   top: 0;
  1050.   right: 0;
  1051. }
  1052. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  1053.   margin: 0 0 0 45px;
  1054.   font-size: 12px;
  1055.   color: #888888;
  1056. }
  1057. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
  1058. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  1059.   content: " ";
  1060.   display: table;
  1061. }
  1062. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  1063.   clear: both;
  1064. }
  1065. .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  1066.   padding: 10px;
  1067. }
  1068. .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  1069.   font-size: 14px;
  1070.   padding: 0;
  1071.   margin: 0 0 10px 0;
  1072.   color: #666666;
  1073. }
  1074. .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  1075.   padding: 0;
  1076.   margin: 0;
  1077. }
  1078. .navbar-nav > .user-menu > .dropdown-menu {
  1079.   border-top-right-radius: 0;
  1080.   border-top-left-radius: 0;
  1081.   padding: 1px 0 0 0;
  1082.   border-top-width: 0;
  1083.   width: 280px;
  1084. }
  1085. .navbar-nav > .user-menu > .dropdown-menu,
  1086. .navbar-nav > .user-menu > .dropdown-menu > .user-body {
  1087.   border-bottom-right-radius: 4px;
  1088.   border-bottom-left-radius: 4px;
  1089. }
  1090. .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  1091.   height: 175px;
  1092.   padding: 10px;
  1093.   text-align: center;
  1094. }
  1095. .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  1096.   z-index: 5;
  1097.   height: 90px;
  1098.   width: 90px;
  1099.   border: 3px solid;
  1100.   border-color: transparent;
  1101.   border-color: rgba(255, 255, 255, 0.2);
  1102. }
  1103. .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  1104.   z-index: 5;
  1105.   color: #fff;
  1106.   color: rgba(255, 255, 255, 0.8);
  1107.   font-size: 17px;
  1108.   margin-top: 10px;
  1109. }
  1110. .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  1111.   display: block;
  1112.   font-size: 12px;
  1113. }
  1114. .navbar-nav > .user-menu > .dropdown-menu > .user-body {
  1115.   padding: 15px;
  1116.   border-bottom: 1px solid #f4f4f4;
  1117.   border-top: 1px solid #dddddd;
  1118. }
  1119. .navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
  1120. .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  1121.   content: " ";
  1122.   display: table;
  1123. }
  1124. .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  1125.   clear: both;
  1126. }
  1127. .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  1128.   color: #444 !important;
  1129. }
  1130. @media (max-width: 991px) {
  1131.   .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  1132.     background: #fff !important;
  1133.     color: #444 !important;
  1134.   }
  1135. }
  1136. .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  1137.   background-color: #f9f9f9;
  1138.   padding: 10px;
  1139. }
  1140. .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
  1141. .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  1142.   content: " ";
  1143.   display: table;
  1144. }
  1145. .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  1146.   clear: both;
  1147. }
  1148. .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  1149.   color: #666666;
  1150. }
  1151. @media (max-width: 991px) {
  1152.   .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
  1153.     background-color: #f9f9f9;
  1154.   }
  1155. }
  1156. .navbar-nav > .user-menu .user-image {
  1157.   float: left;
  1158.   width: 25px;
  1159.   height: 25px;
  1160.   border-radius: 50%;
  1161.   margin-right: 10px;
  1162.   margin-top: -2px;
  1163. }
  1164. @media (max-width: 767px) {
  1165.   .navbar-nav > .user-menu .user-image {
  1166.     float: none;
  1167.     margin-right: 0;
  1168.     margin-top: -8px;
  1169.     line-height: 10px;
  1170.   }
  1171. }
  1172. /* Add fade animation to dropdown menus by appending
  1173.  the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
  1174. .open:not(.dropup) > .animated-dropdown-menu {
  1175.   backface-visibility: visible !important;
  1176.   -webkit-animation: flipInX 0.7s both;
  1177.   -o-animation: flipInX 0.7s both;
  1178.   animation: flipInX 0.7s both;
  1179. }
  1180. @keyframes flipInX {
  1181.   0% {
  1182.     transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  1183.     transition-timing-function: ease-in;
  1184.     opacity: 0;
  1185.   }
  1186.   40% {
  1187.     transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  1188.     transition-timing-function: ease-in;
  1189.   }
  1190.   60% {
  1191.     transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  1192.     opacity: 1;
  1193.   }
  1194.   80% {
  1195.     transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  1196.   }
  1197.   100% {
  1198.     transform: perspective(400px);
  1199.   }
  1200. }
  1201. @-webkit-keyframes flipInX {
  1202.   0% {
  1203.     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  1204.     -webkit-transition-timing-function: ease-in;
  1205.     opacity: 0;
  1206.   }
  1207.   40% {
  1208.     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  1209.     -webkit-transition-timing-function: ease-in;
  1210.   }
  1211.   60% {
  1212.     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  1213.     opacity: 1;
  1214.   }
  1215.   80% {
  1216.     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  1217.   }
  1218.   100% {
  1219.     -webkit-transform: perspective(400px);
  1220.   }
  1221. }
  1222. /* Fix dropdown menu in navbars */
  1223. .navbar-custom-menu > .navbar-nav > li {
  1224.   position: relative;
  1225. }
  1226. .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  1227.   position: absolute;
  1228.   right: 0;
  1229.   left: auto;
  1230. }
  1231. @media (max-width: 991px) {
  1232.   .navbar-custom-menu > .navbar-nav {
  1233.     float: right;
  1234.   }
  1235.   .navbar-custom-menu > .navbar-nav > li {
  1236.     position: static;
  1237.   }
  1238.   .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  1239.     position: absolute;
  1240.     right: 5%;
  1241.     left: auto;
  1242.     border: 1px solid #ddd;
  1243.     background: #fff;
  1244.   }
  1245. }
  1246. /*
  1247.  * Component: Form
  1248.  * ---------------
  1249.  */
  1250. .form-control {
  1251.   border-radius: 0;
  1252.   box-shadow: none;
  1253.   border-color: #d2d6de;
  1254. }
  1255. .form-control:focus {
  1256.   border-color: #3c8dbc;
  1257.   box-shadow: none;
  1258. }
  1259. .form-control::-moz-placeholder,
  1260. .form-control:-ms-input-placeholder,
  1261. .form-control::-webkit-input-placeholder {
  1262.   color: #bbb;
  1263.   opacity: 1;
  1264. }
  1265. .form-control:not(select) {
  1266.   -webkit-appearance: none;
  1267.   -moz-appearance: none;
  1268.   appearance: none;
  1269. }
  1270. .form-group.has-success label {
  1271.   color: #00a65a;
  1272. }
  1273. .form-group.has-success .form-control {
  1274.   border-color: #00a65a;
  1275.   box-shadow: none;
  1276. }
  1277. .form-group.has-success .help-block {
  1278.   color: #00a65a;
  1279. }
  1280. .form-group.has-warning label {
  1281.   color: #f39c12;
  1282. }
  1283. .form-group.has-warning .form-control {
  1284.   border-color: #f39c12;
  1285.   box-shadow: none;
  1286. }
  1287. .form-group.has-warning .help-block {
  1288.   color: #f39c12;
  1289. }
  1290. .form-group.has-error label {
  1291.   color: #dd4b39;
  1292. }
  1293. .form-group.has-error .form-control {
  1294.   border-color: #dd4b39;
  1295.   box-shadow: none;
  1296. }
  1297. .form-group.has-error .help-block {
  1298.   color: #dd4b39;
  1299. }
  1300. /* Input group */
  1301. .input-group .input-group-addon {
  1302.   border-radius: 0;
  1303.   border-color: #d2d6de;
  1304.   background-color: #fff;
  1305. }
  1306. /* button groups */
  1307. .btn-group-vertical .btn.btn-flat:first-of-type,
  1308. .btn-group-vertical .btn.btn-flat:last-of-type {
  1309.   border-radius: 0;
  1310. }
  1311. .icheck > label {
  1312.   padding-left: 0;
  1313. }
  1314. /* support Font Awesome icons in form-control */
  1315. .form-control-feedback.fa {
  1316.   line-height: 34px;
  1317. }
  1318. .input-lg + .form-control-feedback.fa,
  1319. .input-group-lg + .form-control-feedback.fa,
  1320. .form-group-lg .form-control + .form-control-feedback.fa {
  1321.   line-height: 46px;
  1322. }
  1323. .input-sm + .form-control-feedback.fa,
  1324. .input-group-sm + .form-control-feedback.fa,
  1325. .form-group-sm .form-control + .form-control-feedback.fa {
  1326.   line-height: 30px;
  1327. }
  1328. /*
  1329.  * Component: Progress Bar
  1330.  * -----------------------
  1331.  */
  1332. .progress,
  1333. .progress > .progress-bar {
  1334.   -webkit-box-shadow: none;
  1335.   box-shadow: none;
  1336. }
  1337. .progress,
  1338. .progress > .progress-bar,
  1339. .progress .progress-bar,
  1340. .progress > .progress-bar .progress-bar {
  1341.   border-radius: 1px;
  1342. }
  1343. /* size variation */
  1344. .progress.sm,
  1345. .progress-sm {
  1346.   height: 10px;
  1347. }
  1348. .progress.sm,
  1349. .progress-sm,
  1350. .progress.sm .progress-bar,
  1351. .progress-sm .progress-bar {
  1352.   border-radius: 1px;
  1353. }
  1354. .progress.xs,
  1355. .progress-xs {
  1356.   height: 7px;
  1357. }
  1358. .progress.xs,
  1359. .progress-xs,
  1360. .progress.xs .progress-bar,
  1361. .progress-xs .progress-bar {
  1362.   border-radius: 1px;
  1363. }
  1364. .progress.xxs,
  1365. .progress-xxs {
  1366.   height: 3px;
  1367. }
  1368. .progress.xxs,
  1369. .progress-xxs,
  1370. .progress.xxs .progress-bar,
  1371. .progress-xxs .progress-bar {
  1372.   border-radius: 1px;
  1373. }
  1374. /* Vertical bars */
  1375. .progress.vertical {
  1376.   position: relative;
  1377.   width: 30px;
  1378.   height: 200px;
  1379.   display: inline-block;
  1380.   margin-right: 10px;
  1381. }
  1382. .progress.vertical > .progress-bar {
  1383.   width: 100%;
  1384.   position: absolute;
  1385.   bottom: 0;
  1386. }
  1387. .progress.vertical.sm,
  1388. .progress.vertical.progress-sm {
  1389.   width: 20px;
  1390. }
  1391. .progress.vertical.xs,
  1392. .progress.vertical.progress-xs {
  1393.   width: 10px;
  1394. }
  1395. .progress.vertical.xxs,
  1396. .progress.vertical.progress-xxs {
  1397.   width: 3px;
  1398. }
  1399. .progress-group .progress-text {
  1400.   font-weight: 600;
  1401. }
  1402. .progress-group .progress-number {
  1403.   float: right;
  1404. }
  1405. /* Remove margins from progress bars when put in a table */
  1406. .table tr > td .progress {
  1407.   margin: 0;
  1408. }
  1409. .progress-bar-light-blue,
  1410. .progress-bar-primary {
  1411.   background-color: #3c8dbc;
  1412. }
  1413. .progress-striped .progress-bar-light-blue,
  1414. .progress-striped .progress-bar-primary {
  1415.   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1416.   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1417.   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1418. }
  1419. .progress-bar-green,
  1420. .progress-bar-success {
  1421.   background-color: #00a65a;
  1422. }
  1423. .progress-striped .progress-bar-green,
  1424. .progress-striped .progress-bar-success {
  1425.   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1426.   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1427.   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1428. }
  1429. .progress-bar-aqua,
  1430. .progress-bar-info {
  1431.   background-color: #00c0ef;
  1432. }
  1433. .progress-striped .progress-bar-aqua,
  1434. .progress-striped .progress-bar-info {
  1435.   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1436.   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1437.   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1438. }
  1439. .progress-bar-yellow,
  1440. .progress-bar-warning {
  1441.   background-color: #f39c12;
  1442. }
  1443. .progress-striped .progress-bar-yellow,
  1444. .progress-striped .progress-bar-warning {
  1445.   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1446.   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1447.   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1448. }
  1449. .progress-bar-red,
  1450. .progress-bar-danger {
  1451.   background-color: #dd4b39;
  1452. }
  1453. .progress-striped .progress-bar-red,
  1454. .progress-striped .progress-bar-danger {
  1455.   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1456.   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1457.   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1458. }
  1459. /*
  1460.  * Component: Small Box
  1461.  * --------------------
  1462.  */
  1463. .small-box {
  1464.   border-radius: 2px;
  1465.   position: relative;
  1466.   display: block;
  1467.   margin-bottom: 20px;
  1468.   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  1469. }
  1470. .small-box > .inner {
  1471.   padding: 10px;
  1472. }
  1473. .small-box > .small-box-footer {
  1474.   position: relative;
  1475.   text-align: center;
  1476.   padding: 3px 0;
  1477.   color: #fff;
  1478.   color: rgba(255, 255, 255, 0.8);
  1479.   display: block;
  1480.   z-index: 10;
  1481.   background: rgba(0, 0, 0, 0.1);
  1482.   text-decoration: none;
  1483. }
  1484. .small-box > .small-box-footer:hover {
  1485.   color: #fff;
  1486.   background: rgba(0, 0, 0, 0.15);
  1487. }
  1488. .small-box h3 {
  1489.   font-size: 38px;
  1490.   font-weight: bold;
  1491.   margin: 0 0 10px 0;
  1492.   white-space: nowrap;
  1493.   padding: 0;
  1494. }
  1495. .small-box p {
  1496.   font-size: 15px;
  1497. }
  1498. .small-box p > small {
  1499.   display: block;
  1500.   color: #f9f9f9;
  1501.   font-size: 13px;
  1502.   margin-top: 5px;
  1503. }
  1504. .small-box h3,
  1505. .small-box p {
  1506.   z-index: 5;
  1507. }
  1508. .small-box .icon {
  1509.   -webkit-transition: all 0.3s linear;
  1510.   -o-transition: all 0.3s linear;
  1511.   transition: all 0.3s linear;
  1512.   position: absolute;
  1513.   top: -10px;
  1514.   right: 10px;
  1515.   z-index: 0;
  1516.   font-size: 90px;
  1517.   color: rgba(0, 0, 0, 0.15);
  1518. }
  1519. .small-box:hover {
  1520.   text-decoration: none;
  1521.   color: #f9f9f9;
  1522. }
  1523. .small-box:hover .icon {
  1524.   font-size: 95px;
  1525. }
  1526. @media (max-width: 767px) {
  1527.   .small-box {
  1528.     text-align: center;
  1529.   }
  1530.   .small-box .icon {
  1531.     display: none;
  1532.   }
  1533.   .small-box p {
  1534.     font-size: 12px;
  1535.   }
  1536. }
  1537. /*
  1538.  * Component: Box
  1539.  * --------------
  1540.  */
  1541. .box {
  1542.   position: relative;
  1543.   border-radius: 3px;
  1544.   background: #ffffff;
  1545.   border-top: 3px solid #d2d6de;
  1546.   margin-bottom: 20px;
  1547.   width: 100%;
  1548.   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  1549. }
  1550. .box.box-primary {
  1551.   border-top-color: #3c8dbc;
  1552. }
  1553. .box.box-info {
  1554.   border-top-color: #00c0ef;
  1555. }
  1556. .box.box-danger {
  1557.   border-top-color: #dd4b39;
  1558. }
  1559. .box.box-warning {
  1560.   border-top-color: #f39c12;
  1561. }
  1562. .box.box-success {
  1563.   border-top-color: #00a65a;
  1564. }
  1565. .box.box-default {
  1566.   border-top-color: #d2d6de;
  1567. }
  1568. .box.collapsed-box .box-body,
  1569. .box.collapsed-box .box-footer {
  1570.   display: none;
  1571. }
  1572. .box .nav-stacked > li {
  1573.   border-bottom: 1px solid #f4f4f4;
  1574.   margin: 0;
  1575. }
  1576. .box .nav-stacked > li:last-of-type {
  1577.   border-bottom: none;
  1578. }
  1579. .box.height-control .box-body {
  1580.   max-height: 300px;
  1581.   overflow: auto;
  1582. }
  1583. .box .border-right {
  1584.   border-right: 1px solid #f4f4f4;
  1585. }
  1586. .box .border-left {
  1587.   border-left: 1px solid #f4f4f4;
  1588. }
  1589. .box.box-solid {
  1590.   border-top: 0;
  1591. }
  1592. .box.box-solid > .box-header .btn.btn-default {
  1593.   background: transparent;
  1594. }
  1595. .box.box-solid > .box-header .btn:hover,
  1596. .box.box-solid > .box-header a:hover {
  1597.   background: rgba(0, 0, 0, 0.1);
  1598. }
  1599. .box.box-solid.box-default {
  1600.   border: 1px solid #d2d6de;
  1601. }
  1602. .box.box-solid.box-default > .box-header {
  1603.   color: #444444;
  1604.   background: #d2d6de;
  1605.   background-color: #d2d6de;
  1606. }
  1607. .box.box-solid.box-default > .box-header a,
  1608. .box.box-solid.box-default > .box-header .btn {
  1609.   color: #444444;
  1610. }
  1611. .box.box-solid.box-primary {
  1612.   border: 1px solid #3c8dbc;
  1613. }
  1614. .box.box-solid.box-primary > .box-header {
  1615.   color: #ffffff;
  1616.   background: #3c8dbc;
  1617.   background-color: #3c8dbc;
  1618. }
  1619. .box.box-solid.box-primary > .box-header a,
  1620. .box.box-solid.box-primary > .box-header .btn {
  1621.   color: #ffffff;
  1622. }
  1623. .box.box-solid.box-info {
  1624.   border: 1px solid #00c0ef;
  1625. }
  1626. .box.box-solid.box-info > .box-header {
  1627.   color: #ffffff;
  1628.   background: #00c0ef;
  1629.   background-color: #00c0ef;
  1630. }
  1631. .box.box-solid.box-info > .box-header a,
  1632. .box.box-solid.box-info > .box-header .btn {
  1633.   color: #ffffff;
  1634. }
  1635. .box.box-solid.box-danger {
  1636.   border: 1px solid #dd4b39;
  1637. }
  1638. .box.box-solid.box-danger > .box-header {
  1639.   color: #ffffff;
  1640.   background: #dd4b39;
  1641.   background-color: #dd4b39;
  1642. }
  1643. .box.box-solid.box-danger > .box-header a,
  1644. .box.box-solid.box-danger > .box-header .btn {
  1645.   color: #ffffff;
  1646. }
  1647. .box.box-solid.box-warning {
  1648.   border: 1px solid #f39c12;
  1649. }
  1650. .box.box-solid.box-warning > .box-header {
  1651.   color: #ffffff;
  1652.   background: #f39c12;
  1653.   background-color: #f39c12;
  1654. }
  1655. .box.box-solid.box-warning > .box-header a,
  1656. .box.box-solid.box-warning > .box-header .btn {
  1657.   color: #ffffff;
  1658. }
  1659. .box.box-solid.box-success {
  1660.   border: 1px solid #00a65a;
  1661. }
  1662. .box.box-solid.box-success > .box-header {
  1663.   color: #ffffff;
  1664.   background: #00a65a;
  1665.   background-color: #00a65a;
  1666. }
  1667. .box.box-solid.box-success > .box-header a,
  1668. .box.box-solid.box-success > .box-header .btn {
  1669.   color: #ffffff;
  1670. }
  1671. .box.box-solid > .box-header > .box-tools .btn {
  1672.   border: 0;
  1673.   box-shadow: none;
  1674. }
  1675. .box.box-solid[class*='bg'] > .box-header {
  1676.   color: #fff;
  1677. }
  1678. .box .box-group > .box {
  1679.   margin-bottom: 5px;
  1680. }
  1681. .box .knob-label {
  1682.   text-align: center;
  1683.   color: #333;
  1684.   font-weight: 100;
  1685.   font-size: 12px;
  1686.   margin-bottom: 0.3em;
  1687. }
  1688. .box > .overlay,
  1689. .overlay-wrapper > .overlay,
  1690. .box > .loading-img,
  1691. .overlay-wrapper > .loading-img {
  1692.   position: absolute;
  1693.   top: 0;
  1694.   left: 0;
  1695.   width: 100%;
  1696.   height: 100%;
  1697. }
  1698. .box .overlay,
  1699. .overlay-wrapper .overlay {
  1700.   z-index: 50;
  1701.   background: rgba(255, 255, 255, 0.7);
  1702.   border-radius: 3px;
  1703. }
  1704. .box .overlay > .fa,
  1705. .overlay-wrapper .overlay > .fa {
  1706.   position: absolute;
  1707.   top: 50%;
  1708.   left: 50%;
  1709.   margin-left: -15px;
  1710.   margin-top: -15px;
  1711.   color: #000;
  1712.   font-size: 30px;
  1713. }
  1714. .box .overlay.dark,
  1715. .overlay-wrapper .overlay.dark {
  1716.   background: rgba(0, 0, 0, 0.5);
  1717. }
  1718. .box-header:before,
  1719. .box-body:before,
  1720. .box-footer:before,
  1721. .box-header:after,
  1722. .box-body:after,
  1723. .box-footer:after {
  1724.   content: " ";
  1725.   display: table;
  1726. }
  1727. .box-header:after,
  1728. .box-body:after,
  1729. .box-footer:after {
  1730.   clear: both;
  1731. }
  1732. .box-header {
  1733.   color: #444;
  1734.   display: block;
  1735.   padding: 10px;
  1736.   position: relative;
  1737. }
  1738. .box-header.with-border {
  1739.   border-bottom: 1px solid #f4f4f4;
  1740. }
  1741. .collapsed-box .box-header.with-border {
  1742.   border-bottom: none;
  1743. }
  1744. .box-header > .fa,
  1745. .box-header > .glyphicon,
  1746. .box-header > .ion,
  1747. .box-header .box-title {
  1748.   display: inline-block;
  1749.   font-size: 18px;
  1750.   margin: 0;
  1751.   line-height: 1;
  1752. }
  1753. .box-header > .fa,
  1754. .box-header > .glyphicon,
  1755. .box-header > .ion {
  1756.   margin-right: 5px;
  1757. }
  1758. .box-header > .box-tools {
  1759.   position: absolute;
  1760.   right: 10px;
  1761.   top: 5px;
  1762. }
  1763. .box-header > .box-tools [data-toggle="tooltip"] {
  1764.   position: relative;
  1765. }
  1766. .box-header > .box-tools.pull-right .dropdown-menu {
  1767.   right: 0;
  1768.   left: auto;
  1769. }
  1770. .btn-box-tool {
  1771.   padding: 5px;
  1772.   font-size: 12px;
  1773.   background: transparent;
  1774.   color: #97a0b3;
  1775. }
  1776. .open .btn-box-tool,
  1777. .btn-box-tool:hover {
  1778.   color: #606c84;
  1779. }
  1780. .btn-box-tool.btn:active {
  1781.   box-shadow: none;
  1782. }
  1783. .box-body {
  1784.   border-top-left-radius: 0;
  1785.   border-top-right-radius: 0;
  1786.   border-bottom-right-radius: 3px;
  1787.   border-bottom-left-radius: 3px;
  1788.   padding: 10px;
  1789. }
  1790. .no-header .box-body {
  1791.   border-top-right-radius: 3px;
  1792.   border-top-left-radius: 3px;
  1793. }
  1794. .box-body > .table {
  1795.   margin-bottom: 0;
  1796. }
  1797. .box-body .fc {
  1798.   margin-top: 5px;
  1799. }
  1800. .box-body .full-width-chart {
  1801.   margin: -19px;
  1802. }
  1803. .box-body.no-padding .full-width-chart {
  1804.   margin: -9px;
  1805. }
  1806. .box-body .box-pane {
  1807.   border-top-left-radius: 0;
  1808.   border-top-right-radius: 0;
  1809.   border-bottom-right-radius: 0;
  1810.   border-bottom-left-radius: 3px;
  1811. }
  1812. .box-body .box-pane-right {
  1813.   border-top-left-radius: 0;
  1814.   border-top-right-radius: 0;
  1815.   border-bottom-right-radius: 3px;
  1816.   border-bottom-left-radius: 0;
  1817. }
  1818. .box-footer {
  1819.   border-top-left-radius: 0;
  1820.   border-top-right-radius: 0;
  1821.   border-bottom-right-radius: 3px;
  1822.   border-bottom-left-radius: 3px;
  1823.   border-top: 1px solid #f4f4f4;
  1824.   padding: 10px;
  1825.   background-color: #ffffff;
  1826. }
  1827. .chart-legend {
  1828.   margin: 10px 0;
  1829. }
  1830. @media (max-width: 991px) {
  1831.   .chart-legend > li {
  1832.     float: left;
  1833.     margin-right: 10px;
  1834.   }
  1835. }
  1836. .box-comments {
  1837.   background: #f7f7f7;
  1838. }
  1839. .box-comments .box-comment {
  1840.   padding: 8px 0;
  1841.   border-bottom: 1px solid #eee;
  1842. }
  1843. .box-comments .box-comment:before,
  1844. .box-comments .box-comment:after {
  1845.   content: " ";
  1846.   display: table;
  1847. }
  1848. .box-comments .box-comment:after {
  1849.   clear: both;
  1850. }
  1851. .box-comments .box-comment:last-of-type {
  1852.   border-bottom: 0;
  1853. }
  1854. .box-comments .box-comment:first-of-type {
  1855.   padding-top: 0;
  1856. }
  1857. .box-comments .box-comment img {
  1858.   float: left;
  1859. }
  1860. .box-comments .comment-text {
  1861.   margin-left: 40px;
  1862.   color: #555;
  1863. }
  1864. .box-comments .username {
  1865.   color: #444;
  1866.   display: block;
  1867.   font-weight: 600;
  1868. }
  1869. .box-comments .text-muted {
  1870.   font-weight: 400;
  1871.   font-size: 12px;
  1872. }
  1873. /* Widget: TODO LIST */
  1874. .todo-list {
  1875.   margin: 0;
  1876.   padding: 0;
  1877.   list-style: none;
  1878.   overflow: auto;
  1879. }
  1880. .todo-list > li {
  1881.   border-radius: 2px;
  1882.   padding: 10px;
  1883.   background: #f4f4f4;
  1884.   margin-bottom: 2px;
  1885.   border-left: 2px solid #e6e7e8;
  1886.   color: #444;
  1887. }
  1888. .todo-list > li:last-of-type {
  1889.   margin-bottom: 0;
  1890. }
  1891. .todo-list > li > input[type='checkbox'] {
  1892.   margin: 0 10px 0 5px;
  1893. }
  1894. .todo-list > li .text {
  1895.   display: inline-block;
  1896.   margin-left: 5px;
  1897.   font-weight: 600;
  1898. }
  1899. .todo-list > li .label {
  1900.   margin-left: 10px;
  1901.   font-size: 9px;
  1902. }
  1903. .todo-list > li .tools {
  1904.   display: none;
  1905.   float: right;
  1906.   color: #dd4b39;
  1907. }
  1908. .todo-list > li .tools > .fa,
  1909. .todo-list > li .tools > .glyphicon,
  1910. .todo-list > li .tools > .ion {
  1911.   margin-right: 5px;
  1912.   cursor: pointer;
  1913. }
  1914. .todo-list > li:hover .tools {
  1915.   display: inline-block;
  1916. }
  1917. .todo-list > li.done {
  1918.   color: #999;
  1919. }
  1920. .todo-list > li.done .text {
  1921.   text-decoration: line-through;
  1922.   font-weight: 500;
  1923. }
  1924. .todo-list > li.done .label {
  1925.   background: #d2d6de !important;
  1926. }
  1927. .todo-list .danger {
  1928.   border-left-color: #dd4b39;
  1929. }
  1930. .todo-list .warning {
  1931.   border-left-color: #f39c12;
  1932. }
  1933. .todo-list .info {
  1934.   border-left-color: #00c0ef;
  1935. }
  1936. .todo-list .success {
  1937.   border-left-color: #00a65a;
  1938. }
  1939. .todo-list .primary {
  1940.   border-left-color: #3c8dbc;
  1941. }
  1942. .todo-list .handle {
  1943.   display: inline-block;
  1944.   cursor: move;
  1945.   margin: 0 5px;
  1946. }
  1947. /* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
  1948. .chat {
  1949.   padding: 5px 20px 5px 10px;
  1950. }
  1951. .chat .item {
  1952.   margin-bottom: 10px;
  1953. }
  1954. .chat .item:before,
  1955. .chat .item:after {
  1956.   content: " ";
  1957.   display: table;
  1958. }
  1959. .chat .item:after {
  1960.   clear: both;
  1961. }
  1962. .chat .item > img {
  1963.   width: 40px;
  1964.   height: 40px;
  1965.   border: 2px solid transparent;
  1966.   border-radius: 50%;
  1967. }
  1968. .chat .item > .online {
  1969.   border: 2px solid #00a65a;
  1970. }
  1971. .chat .item > .offline {
  1972.   border: 2px solid #dd4b39;
  1973. }
  1974. .chat .item > .message {
  1975.   margin-left: 55px;
  1976.   margin-top: -40px;
  1977. }
  1978. .chat .item > .message > .name {
  1979.   display: block;
  1980.   font-weight: 600;
  1981. }
  1982. .chat .item > .attachment {
  1983.   border-radius: 3px;
  1984.   background: #f4f4f4;
  1985.   margin-left: 65px;
  1986.   margin-right: 15px;
  1987.   padding: 10px;
  1988. }
  1989. .chat .item > .attachment > h4 {
  1990.   margin: 0 0 5px 0;
  1991.   font-weight: 600;
  1992.   font-size: 14px;
  1993. }
  1994. .chat .item > .attachment > p,
  1995. .chat .item > .attachment > .filename {
  1996.   font-weight: 600;
  1997.   font-size: 13px;
  1998.   font-style: italic;
  1999.   margin: 0;
  2000. }
  2001. .chat .item > .attachment:before,
  2002. .chat .item > .attachment:after {
  2003.   content: " ";
  2004.   display: table;
  2005. }
  2006. .chat .item > .attachment:after {
  2007.   clear: both;
  2008. }
  2009. .box-input {
  2010.   max-width: 200px;
  2011. }
  2012. .modal .panel-body {
  2013.   color: #444;
  2014. }
  2015. /*
  2016.  * Component: Info Box
  2017.  * -------------------
  2018.  */
  2019. .info-box {
  2020.   display: block;
  2021.   min-height: 90px;
  2022.   background: #fff;
  2023.   width: 100%;
  2024.   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  2025.   border-radius: 2px;
  2026.   margin-bottom: 15px;
  2027. }
  2028. .info-box small {
  2029.   font-size: 14px;
  2030. }
  2031. .info-box .progress {
  2032.   background: rgba(0, 0, 0, 0.2);
  2033.   margin: 5px -10px 5px -10px;
  2034.   height: 2px;
  2035. }
  2036. .info-box .progress,
  2037. .info-box .progress .progress-bar {
  2038.   border-radius: 0;
  2039. }
  2040. .info-box .progress .progress-bar {
  2041.   background: #fff;
  2042. }
  2043. .info-box-icon {
  2044.   border-top-left-radius: 2px;
  2045.   border-top-right-radius: 0;
  2046.   border-bottom-right-radius: 0;
  2047.   border-bottom-left-radius: 2px;
  2048.   display: block;
  2049.   float: left;
  2050.   height: 90px;
  2051.   width: 90px;
  2052.   text-align: center;
  2053.   font-size: 45px;
  2054.   line-height: 90px;
  2055.   background: rgba(0, 0, 0, 0.2);
  2056. }
  2057. .info-box-icon > img {
  2058.   max-width: 100%;
  2059. }
  2060. .info-box-content {
  2061.   padding: 5px 10px;
  2062.   margin-left: 90px;
  2063. }
  2064. .info-box-number {
  2065.   display: block;
  2066.   font-weight: bold;
  2067.   font-size: 18px;
  2068. }
  2069. .progress-description,
  2070. .info-box-text {
  2071.   display: block;
  2072.   font-size: 14px;
  2073.   white-space: nowrap;
  2074.   overflow: hidden;
  2075.   text-overflow: ellipsis;
  2076. }
  2077. .info-box-text {
  2078.   text-transform: uppercase;
  2079. }
  2080. .info-box-more {
  2081.   display: block;
  2082. }
  2083. .progress-description {
  2084.   margin: 0;
  2085. }
  2086. /*
  2087.  * Component: Timeline
  2088.  * -------------------
  2089.  */
  2090. .timeline {
  2091.   position: relative;
  2092.   margin: 0 0 30px 0;
  2093.   padding: 0;
  2094.   list-style: none;
  2095. }
  2096. .timeline:before {
  2097.   content: '';
  2098.   position: absolute;
  2099.   top: 0;
  2100.   bottom: 0;
  2101.   width: 4px;
  2102.   background: #ddd;
  2103.   left: 31px;
  2104.   margin: 0;
  2105.   border-radius: 2px;
  2106. }
  2107. .timeline > li {
  2108.   position: relative;
  2109.   margin-right: 10px;
  2110.   margin-bottom: 15px;
  2111. }
  2112. .timeline > li:before,
  2113. .timeline > li:after {
  2114.   content: " ";
  2115.   display: table;
  2116. }
  2117. .timeline > li:after {
  2118.   clear: both;
  2119. }
  2120. .timeline > li > .timeline-item {
  2121.   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  2122.   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  2123.   border-radius: 3px;
  2124.   margin-top: 0;
  2125.   background: #fff;
  2126.   color: #444;
  2127.   margin-left: 60px;
  2128.   margin-right: 15px;
  2129.   padding: 0;
  2130.   position: relative;
  2131. }
  2132. .timeline > li > .timeline-item > .time {
  2133.   color: #999;
  2134.   float: right;
  2135.   padding: 10px;
  2136.   font-size: 12px;
  2137. }
  2138. .timeline > li > .timeline-item > .timeline-header {
  2139.   margin: 0;
  2140.   color: #555;
  2141.   border-bottom: 1px solid #f4f4f4;
  2142.   padding: 10px;
  2143.   font-size: 16px;
  2144.   line-height: 1.1;
  2145. }
  2146. .timeline > li > .timeline-item > .timeline-header > a {
  2147.   font-weight: 600;
  2148. }
  2149. .timeline > li > .timeline-item > .timeline-body,
  2150. .timeline > li > .timeline-item > .timeline-footer {
  2151.   padding: 10px;
  2152. }
  2153. .timeline > li > .fa,
  2154. .timeline > li > .glyphicon,
  2155. .timeline > li > .ion {
  2156.   width: 30px;
  2157.   height: 30px;
  2158.   font-size: 15px;
  2159.   line-height: 30px;
  2160.   position: absolute;
  2161.   color: #666;
  2162.   background: #d2d6de;
  2163.   border-radius: 50%;
  2164.   text-align: center;
  2165.   left: 18px;
  2166.   top: 0;
  2167. }
  2168. .timeline > .time-label > span {
  2169.   font-weight: 600;
  2170.   padding: 5px;
  2171.   display: inline-block;
  2172.   background-color: #fff;
  2173.   border-radius: 4px;
  2174. }
  2175. .timeline-inverse > li > .timeline-item {
  2176.   background: #f0f0f0;
  2177.   border: 1px solid #ddd;
  2178.   -webkit-box-shadow: none;
  2179.   box-shadow: none;
  2180. }
  2181. .timeline-inverse > li > .timeline-item > .timeline-header {
  2182.   border-bottom-color: #ddd;
  2183. }
  2184. /*
  2185.  * Component: Button
  2186.  * -----------------
  2187.  */
  2188. .btn {
  2189.   border-radius: 3px;
  2190.   -webkit-box-shadow: none;
  2191.   box-shadow: none;
  2192.   border: 1px solid transparent;
  2193. }
  2194. .btn.uppercase {
  2195.   text-transform: uppercase;
  2196. }
  2197. .btn.btn-flat {
  2198.   border-radius: 0;
  2199.   -webkit-box-shadow: none;
  2200.   -moz-box-shadow: none;
  2201.   box-shadow: none;
  2202.   border-width: 1px;
  2203. }
  2204. .btn:active {
  2205.   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2206.   -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2207.   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2208. }
  2209. .btn:focus {
  2210.   outline: none;
  2211. }
  2212. .btn.btn-file {
  2213.   position: relative;
  2214.   overflow: hidden;
  2215. }
  2216. .btn.btn-file > input[type='file'] {
  2217.   position: absolute;
  2218.   top: 0;
  2219.   right: 0;
  2220.   min-width: 100%;
  2221.   min-height: 100%;
  2222.   font-size: 100px;
  2223.   text-align: right;
  2224.   opacity: 0;
  2225.   filter: alpha(opacity=0);
  2226.   outline: none;
  2227.   background: white;
  2228.   cursor: inherit;
  2229.   display: block;
  2230. }
  2231. .btn-default {
  2232.   background-color: #f4f4f4;
  2233.   color: #444;
  2234.   border-color: #ddd;
  2235. }
  2236. .btn-default:hover,
  2237. .btn-default:active,
  2238. .btn-default.hover {
  2239.   background-color: #e7e7e7;
  2240. }
  2241. .btn-primary {
  2242.   background-color: #3c8dbc;
  2243.   border-color: #367fa9;
  2244. }
  2245. .btn-primary:hover,
  2246. .btn-primary:active,
  2247. .btn-primary.hover {
  2248.   background-color: #367fa9;
  2249. }
  2250. .btn-success {
  2251.   background-color: #00a65a;
  2252.   border-color: #008d4c;
  2253. }
  2254. .btn-success:hover,
  2255. .btn-success:active,
  2256. .btn-success.hover {
  2257.   background-color: #008d4c;
  2258. }
  2259. .btn-info {
  2260.   background-color: #00c0ef;
  2261.   border-color: #00acd6;
  2262. }
  2263. .btn-info:hover,
  2264. .btn-info:active,
  2265. .btn-info.hover {
  2266.   background-color: #00acd6;
  2267. }
  2268. .btn-danger {
  2269.   background-color: #dd4b39;
  2270.   border-color: #d73925;
  2271. }
  2272. .btn-danger:hover,
  2273. .btn-danger:active,
  2274. .btn-danger.hover {
  2275.   background-color: #d73925;
  2276. }
  2277. .btn-warning {
  2278.   background-color: #f39c12;
  2279.   border-color: #e08e0b;
  2280. }
  2281. .btn-warning:hover,
  2282. .btn-warning:active,
  2283. .btn-warning.hover {
  2284.   background-color: #e08e0b;
  2285. }
  2286. .btn-outline {
  2287.   border: 1px solid #fff;
  2288.   background: transparent;
  2289.   color: #fff;
  2290. }
  2291. .btn-outline:hover,
  2292. .btn-outline:focus,
  2293. .btn-outline:active {
  2294.   color: rgba(255, 255, 255, 0.7);
  2295.   border-color: rgba(255, 255, 255, 0.7);
  2296. }
  2297. .btn-link {
  2298.   -webkit-box-shadow: none;
  2299.   box-shadow: none;
  2300. }
  2301. .btn[class*='bg-']:hover {
  2302.   -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  2303.   box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  2304. }
  2305. .btn-app {
  2306.   border-radius: 3px;
  2307.   position: relative;
  2308.   padding: 15px 5px;
  2309.   margin: 0 0 10px 10px;
  2310.   min-width: 80px;
  2311.   height: 60px;
  2312.   text-align: center;
  2313.   color: #666;
  2314.   border: 1px solid #ddd;
  2315.   background-color: #f4f4f4;
  2316.   font-size: 12px;
  2317. }
  2318. .btn-app > .fa,
  2319. .btn-app > .glyphicon,
  2320. .btn-app > .ion {
  2321.   font-size: 20px;
  2322.   display: block;
  2323. }
  2324. .btn-app:hover {
  2325.   background: #f4f4f4;
  2326.   color: #444;
  2327.   border-color: #aaa;
  2328. }
  2329. .btn-app:active,
  2330. .btn-app:focus {
  2331.   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2332.   -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2333.   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2334. }
  2335. .btn-app > .badge {
  2336.   position: absolute;
  2337.   top: -3px;
  2338.   right: -10px;
  2339.   font-size: 10px;
  2340.   font-weight: 400;
  2341. }
  2342. /*
  2343.  * Component: Callout
  2344.  * ------------------
  2345.  */
  2346. .callout {
  2347.   border-radius: 3px;
  2348.   margin: 0 0 20px 0;
  2349.   padding: 15px 30px 15px 15px;
  2350.   border-left: 5px solid #eee;
  2351. }
  2352. .callout a {
  2353.   color: #fff;
  2354.   text-decoration: underline;
  2355. }
  2356. .callout a:hover {
  2357.   color: #eee;
  2358. }
  2359. .callout h4 {
  2360.   margin-top: 0;
  2361.   font-weight: 600;
  2362. }
  2363. .callout p:last-child {
  2364.   margin-bottom: 0;
  2365. }
  2366. .callout code,
  2367. .callout .highlight {
  2368.   background-color: #fff;
  2369. }
  2370. .callout.callout-danger {
  2371.   border-color: #c23321;
  2372. }
  2373. .callout.callout-warning {
  2374.   border-color: #c87f0a;
  2375. }
  2376. .callout.callout-info {
  2377.   border-color: #0097bc;
  2378. }
  2379. .callout.callout-success {
  2380.   border-color: #00733e;
  2381. }
  2382. /*
  2383.  * Component: alert
  2384.  * ----------------
  2385.  */
  2386. .alert {
  2387.   border-radius: 3px;
  2388. }
  2389. .alert h4 {
  2390.   font-weight: 600;
  2391. }
  2392. .alert .icon {
  2393.   margin-right: 10px;
  2394. }
  2395. .alert .close {
  2396.   color: #000;
  2397.   opacity: 0.2;
  2398.   filter: alpha(opacity=20);
  2399. }
  2400. .alert .close:hover {
  2401.   opacity: 0.5;
  2402.   filter: alpha(opacity=50);
  2403. }
  2404. .alert a {
  2405.   color: #fff;
  2406.   text-decoration: underline;
  2407. }
  2408. .alert-success {
  2409.   border-color: #008d4c;
  2410. }
  2411. .alert-danger,
  2412. .alert-error {
  2413.   border-color: #d73925;
  2414. }
  2415. .alert-warning {
  2416.   border-color: #e08e0b;
  2417. }
  2418. .alert-info {
  2419.   border-color: #00acd6;
  2420. }
  2421. /*
  2422.  * Component: Nav
  2423.  * --------------
  2424.  */
  2425. .nav > li > a:hover,
  2426. .nav > li > a:active,
  2427. .nav > li > a:focus {
  2428.   color: #444;
  2429.   background: #f7f7f7;
  2430. }
  2431. /* NAV PILLS */
  2432. .nav-pills > li > a {
  2433.   border-radius: 0;
  2434.   border-top: 3px solid transparent;
  2435.   color: #444;
  2436. }
  2437. .nav-pills > li > a > .fa,
  2438. .nav-pills > li > a > .glyphicon,
  2439. .nav-pills > li > a > .ion {
  2440.   margin-right: 5px;
  2441. }
  2442. .nav-pills > li.active > a,
  2443. .nav-pills > li.active > a:hover,
  2444. .nav-pills > li.active > a:focus {
  2445.   border-top-color: #3c8dbc;
  2446. }
  2447. .nav-pills > li.active > a {
  2448.   font-weight: 600;
  2449. }
  2450. /* NAV STACKED */
  2451. .nav-stacked > li > a {
  2452.   border-radius: 0;
  2453.   border-top: 0;
  2454.   border-left: 3px solid transparent;
  2455.   color: #444;
  2456. }
  2457. .nav-stacked > li.active > a,
  2458. .nav-stacked > li.active > a:hover {
  2459.   background: transparent;
  2460.   color: #444;
  2461.   border-top: 0;
  2462.   border-left-color: #3c8dbc;
  2463. }
  2464. .nav-stacked > li.header {
  2465.   border-bottom: 1px solid #ddd;
  2466.   color: #777;
  2467.   margin-bottom: 10px;
  2468.   padding: 5px 10px;
  2469.   text-transform: uppercase;
  2470. }
  2471. /* NAV TABS */
  2472. .nav-tabs-custom {
  2473.   margin-bottom: 20px;
  2474.   background: #fff;
  2475.   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  2476.   border-radius: 3px;
  2477. }
  2478. .nav-tabs-custom > .nav-tabs {
  2479.   margin: 0;
  2480.   border-bottom-color: #f4f4f4;
  2481.   border-top-right-radius: 3px;
  2482.   border-top-left-radius: 3px;
  2483. }
  2484. .nav-tabs-custom > .nav-tabs > li {
  2485.   border-top: 3px solid transparent;
  2486.   margin-bottom: -2px;
  2487.   margin-right: 5px;
  2488. }
  2489. .nav-tabs-custom > .nav-tabs > li > a {
  2490.   color: #444;
  2491.   border-radius: 0;
  2492. }
  2493. .nav-tabs-custom > .nav-tabs > li > a.text-muted {
  2494.   color: #999;
  2495. }
  2496. .nav-tabs-custom > .nav-tabs > li > a,
  2497. .nav-tabs-custom > .nav-tabs > li > a:hover {
  2498.   background: transparent;
  2499.   margin: 0;
  2500. }
  2501. .nav-tabs-custom > .nav-tabs > li > a:hover {
  2502.   color: #999;
  2503. }
  2504. .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
  2505. .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
  2506. .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  2507.   border-color: transparent;
  2508. }
  2509. .nav-tabs-custom > .nav-tabs > li.active {
  2510.   border-top-color: #3c8dbc;
  2511. }
  2512. .nav-tabs-custom > .nav-tabs > li.active > a,
  2513. .nav-tabs-custom > .nav-tabs > li.active:hover > a {
  2514.   background-color: #fff;
  2515.   color: #444;
  2516. }
  2517. .nav-tabs-custom > .nav-tabs > li.active > a {
  2518.   border-top-color: transparent;
  2519.   border-left-color: #f4f4f4;
  2520.   border-right-color: #f4f4f4;
  2521. }
  2522. .nav-tabs-custom > .nav-tabs > li:first-of-type {
  2523.   margin-left: 0;
  2524. }
  2525. .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  2526.   border-left-color: transparent;
  2527. }
  2528. .nav-tabs-custom > .nav-tabs.pull-right {
  2529.   float: none !important;
  2530. }
  2531. .nav-tabs-custom > .nav-tabs.pull-right > li {
  2532.   float: right;
  2533. }
  2534. .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  2535.   margin-right: 0;
  2536. }
  2537. .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  2538.   border-left-width: 1px;
  2539. }
  2540. .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  2541.   border-left-color: #f4f4f4;
  2542.   border-right-color: transparent;
  2543. }
  2544. .nav-tabs-custom > .nav-tabs > li.header {
  2545.   line-height: 35px;
  2546.   padding: 0 10px;
  2547.   font-size: 20px;
  2548.   color: #444;
  2549. }
  2550. .nav-tabs-custom > .nav-tabs > li.header > .fa,
  2551. .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
  2552. .nav-tabs-custom > .nav-tabs > li.header > .ion {
  2553.   margin-right: 5px;
  2554. }
  2555. .nav-tabs-custom > .tab-content {
  2556.   background: #fff;
  2557.   padding: 10px;
  2558.   border-bottom-right-radius: 3px;
  2559.   border-bottom-left-radius: 3px;
  2560. }
  2561. .nav-tabs-custom .dropdown.open > a:active,
  2562. .nav-tabs-custom .dropdown.open > a:focus {
  2563.   background: transparent;
  2564.   color: #999;
  2565. }
  2566. .nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  2567.   border-top-color: #3c8dbc;
  2568. }
  2569. .nav-tabs-custom.tab-info > .nav-tabs > li.active {
  2570.   border-top-color: #00c0ef;
  2571. }
  2572. .nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  2573.   border-top-color: #dd4b39;
  2574. }
  2575. .nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  2576.   border-top-color: #f39c12;
  2577. }
  2578. .nav-tabs-custom.tab-success > .nav-tabs > li.active {
  2579.   border-top-color: #00a65a;
  2580. }
  2581. .nav-tabs-custom.tab-default > .nav-tabs > li.active {
  2582.   border-top-color: #d2d6de;
  2583. }
  2584. /* PAGINATION */
  2585. .pagination > li > a {
  2586.   background: #fafafa;
  2587.   color: #666;
  2588. }
  2589. .pagination.pagination-flat > li > a {
  2590.   border-radius: 0 !important;
  2591. }
  2592. /*
  2593.  * Component: Products List
  2594.  * ------------------------
  2595.  */
  2596. .products-list {
  2597.   list-style: none;
  2598.   margin: 0;
  2599.   padding: 0;
  2600. }
  2601. .products-list > .item {
  2602.   border-radius: 3px;
  2603.   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  2604.   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  2605.   padding: 10px 0;
  2606.   background: #fff;
  2607. }
  2608. .products-list > .item:before,
  2609. .products-list > .item:after {
  2610.   content: " ";
  2611.   display: table;
  2612. }
  2613. .products-list > .item:after {
  2614.   clear: both;
  2615. }
  2616. .products-list .product-img {
  2617.   float: left;
  2618. }
  2619. .products-list .product-img img {
  2620.   width: 50px;
  2621.   height: 50px;
  2622. }
  2623. .products-list .product-info {
  2624.   margin-left: 60px;
  2625. }
  2626. .products-list .product-title {
  2627.   font-weight: 600;
  2628. }
  2629. .products-list .product-description {
  2630.   display: block;
  2631.   color: #999;
  2632.   overflow: hidden;
  2633.   white-space: nowrap;
  2634.   text-overflow: ellipsis;
  2635. }
  2636. .product-list-in-box > .item {
  2637.   -webkit-box-shadow: none;
  2638.   box-shadow: none;
  2639.   border-radius: 0;
  2640.   border-bottom: 1px solid #f4f4f4;
  2641. }
  2642. .product-list-in-box > .item:last-of-type {
  2643.   border-bottom-width: 0;
  2644. }
  2645. /*
  2646.  * Component: Table
  2647.  * ----------------
  2648.  */
  2649. .table > thead > tr > th,
  2650. .table > tbody > tr > th,
  2651. .table > tfoot > tr > th,
  2652. .table > thead > tr > td,
  2653. .table > tbody > tr > td,
  2654. .table > tfoot > tr > td {
  2655.   border-top: 1px solid #f4f4f4;
  2656. }
  2657. .table > thead > tr > th {
  2658.   border-bottom: 2px solid #f4f4f4;
  2659. }
  2660. .table tr td .progress {
  2661.   margin-top: 5px;
  2662. }
  2663. .table-bordered {
  2664.   border: 1px solid #f4f4f4;
  2665. }
  2666. .table-bordered > thead > tr > th,
  2667. .table-bordered > tbody > tr > th,
  2668. .table-bordered > tfoot > tr > th,
  2669. .table-bordered > thead > tr > td,
  2670. .table-bordered > tbody > tr > td,
  2671. .table-bordered > tfoot > tr > td {
  2672.   border: 1px solid #f4f4f4;
  2673. }
  2674. .table-bordered > thead > tr > th,
  2675. .table-bordered > thead > tr > td {
  2676.   border-bottom-width: 2px;
  2677. }
  2678. .table.no-border,
  2679. .table.no-border td,
  2680. .table.no-border th {
  2681.   border: 0;
  2682. }
  2683. /* .text-center in tables */
  2684. table.text-center,
  2685. table.text-center td,
  2686. table.text-center th {
  2687.   text-align: center;
  2688. }
  2689. .table.align th {
  2690.   text-align: left;
  2691. }
  2692. .table.align td {
  2693.   text-align: right;
  2694. }
  2695. /*
  2696.  * Component: Label
  2697.  * ----------------
  2698.  */
  2699. .label-default {
  2700.   background-color: #d2d6de;
  2701.   color: #444;
  2702. }
  2703. /*
  2704.  * Component: Direct Chat
  2705.  * ----------------------
  2706.  */
  2707. .direct-chat .box-body {
  2708.   border-bottom-right-radius: 0;
  2709.   border-bottom-left-radius: 0;
  2710.   position: relative;
  2711.   overflow-x: hidden;
  2712.   padding: 0;
  2713. }
  2714. .direct-chat.chat-pane-open .direct-chat-contacts {
  2715.   -webkit-transform: translate(0, 0);
  2716.   -ms-transform: translate(0, 0);
  2717.   -o-transform: translate(0, 0);
  2718.   transform: translate(0, 0);
  2719. }
  2720. .direct-chat-messages {
  2721.   -webkit-transform: translate(0, 0);
  2722.   -ms-transform: translate(0, 0);
  2723.   -o-transform: translate(0, 0);
  2724.   transform: translate(0, 0);
  2725.   padding: 10px;
  2726.   height: 250px;
  2727.   overflow: auto;
  2728. }
  2729. .direct-chat-msg,
  2730. .direct-chat-text {
  2731.   display: block;
  2732. }
  2733. .direct-chat-msg {
  2734.   margin-bottom: 10px;
  2735. }
  2736. .direct-chat-msg:before,
  2737. .direct-chat-msg:after {
  2738.   content: " ";
  2739.   display: table;
  2740. }
  2741. .direct-chat-msg:after {
  2742.   clear: both;
  2743. }
  2744. .direct-chat-messages,
  2745. .direct-chat-contacts {
  2746.   -webkit-transition: -webkit-transform 0.5s ease-in-out;
  2747.   -moz-transition: -moz-transform 0.5s ease-in-out;
  2748.   -o-transition: -o-transform 0.5s ease-in-out;
  2749.   transition: transform 0.5s ease-in-out;
  2750. }
  2751. .direct-chat-text {
  2752.   border-radius: 5px;
  2753.   position: relative;
  2754.   padding: 5px 10px;
  2755.   background: #d2d6de;
  2756.   border: 1px solid #d2d6de;
  2757.   margin: 5px 0 0 50px;
  2758.   color: #444444;
  2759. }
  2760. .direct-chat-text:after,
  2761. .direct-chat-text:before {
  2762.   position: absolute;
  2763.   right: 100%;
  2764.   top: 15px;
  2765.   border: solid transparent;
  2766.   border-right-color: #d2d6de;
  2767.   content: ' ';
  2768.   height: 0;
  2769.   width: 0;
  2770.   pointer-events: none;
  2771. }
  2772. .direct-chat-text:after {
  2773.   border-width: 5px;
  2774.   margin-top: -5px;
  2775. }
  2776. .direct-chat-text:before {
  2777.   border-width: 6px;
  2778.   margin-top: -6px;
  2779. }
  2780. .right .direct-chat-text {
  2781.   margin-right: 50px;
  2782.   margin-left: 0;
  2783. }
  2784. .right .direct-chat-text:after,
  2785. .right .direct-chat-text:before {
  2786.   right: auto;
  2787.   left: 100%;
  2788.   border-right-color: transparent;
  2789.   border-left-color: #d2d6de;
  2790. }
  2791. .direct-chat-img {
  2792.   border-radius: 50%;
  2793.   float: left;
  2794.   width: 40px;
  2795.   height: 40px;
  2796. }
  2797. .right .direct-chat-img {
  2798.   float: right;
  2799. }
  2800. .direct-chat-info {
  2801.   display: block;
  2802.   margin-bottom: 2px;
  2803.   font-size: 12px;
  2804. }
  2805. .direct-chat-name {
  2806.   font-weight: 600;
  2807. }
  2808. .direct-chat-timestamp {
  2809.   color: #999;
  2810. }
  2811. .direct-chat-contacts-open .direct-chat-contacts {
  2812.   -webkit-transform: translate(0, 0);
  2813.   -ms-transform: translate(0, 0);
  2814.   -o-transform: translate(0, 0);
  2815.   transform: translate(0, 0);
  2816. }
  2817. .direct-chat-contacts {
  2818.   -webkit-transform: translate(101%, 0);
  2819.   -ms-transform: translate(101%, 0);
  2820.   -o-transform: translate(101%, 0);
  2821.   transform: translate(101%, 0);
  2822.   position: absolute;
  2823.   top: 0;
  2824.   bottom: 0;
  2825.   height: 250px;
  2826.   width: 100%;
  2827.   background: #222d32;
  2828.   color: #fff;
  2829.   overflow: auto;
  2830. }
  2831. .contacts-list > li {
  2832.   border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  2833.   padding: 10px;
  2834.   margin: 0;
  2835. }
  2836. .contacts-list > li:before,
  2837. .contacts-list > li:after {
  2838.   content: " ";
  2839.   display: table;
  2840. }
  2841. .contacts-list > li:after {
  2842.   clear: both;
  2843. }
  2844. .contacts-list > li:last-of-type {
  2845.   border-bottom: none;
  2846. }
  2847. .contacts-list-img {
  2848.   border-radius: 50%;
  2849.   width: 40px;
  2850.   float: left;
  2851. }
  2852. .contacts-list-info {
  2853.   margin-left: 45px;
  2854.   color: #fff;
  2855. }
  2856. .contacts-list-name,
  2857. .contacts-list-status {
  2858.   display: block;
  2859. }
  2860. .contacts-list-name {
  2861.   font-weight: 600;
  2862. }
  2863. .contacts-list-status {
  2864.   font-size: 12px;
  2865. }
  2866. .contacts-list-date {
  2867.   color: #aaa;
  2868.   font-weight: normal;
  2869. }
  2870. .contacts-list-msg {
  2871.   color: #999;
  2872. }
  2873. .direct-chat-danger .right > .direct-chat-text {
  2874.   background: #dd4b39;
  2875.   border-color: #dd4b39;
  2876.   color: #ffffff;
  2877. }
  2878. .direct-chat-danger .right > .direct-chat-text:after,
  2879. .direct-chat-danger .right > .direct-chat-text:before {
  2880.   border-left-color: #dd4b39;
  2881. }
  2882. .direct-chat-primary .right > .direct-chat-text {
  2883.   background: #3c8dbc;
  2884.   border-color: #3c8dbc;
  2885.   color: #ffffff;
  2886. }
  2887. .direct-chat-primary .right > .direct-chat-text:after,
  2888. .direct-chat-primary .right > .direct-chat-text:before {
  2889.   border-left-color: #3c8dbc;
  2890. }
  2891. .direct-chat-warning .right > .direct-chat-text {
  2892.   background: #f39c12;
  2893.   border-color: #f39c12;
  2894.   color: #ffffff;
  2895. }
  2896. .direct-chat-warning .right > .direct-chat-text:after,
  2897. .direct-chat-warning .right > .direct-chat-text:before {
  2898.   border-left-color: #f39c12;
  2899. }
  2900. .direct-chat-info .right > .direct-chat-text {
  2901.   background: #00c0ef;
  2902.   border-color: #00c0ef;
  2903.   color: #ffffff;
  2904. }
  2905. .direct-chat-info .right > .direct-chat-text:after,
  2906. .direct-chat-info .right > .direct-chat-text:before {
  2907.   border-left-color: #00c0ef;
  2908. }
  2909. .direct-chat-success .right > .direct-chat-text {
  2910.   background: #00a65a;
  2911.   border-color: #00a65a;
  2912.   color: #ffffff;
  2913. }
  2914. .direct-chat-success .right > .direct-chat-text:after,
  2915. .direct-chat-success .right > .direct-chat-text:before {
  2916.   border-left-color: #00a65a;
  2917. }
  2918. /*
  2919.  * Component: Users List
  2920.  * ---------------------
  2921.  */
  2922. .users-list > li {
  2923.   width: 25%;
  2924.   float: left;
  2925.   padding: 10px;
  2926.   text-align: center;
  2927. }
  2928. .users-list > li img {
  2929.   border-radius: 50%;
  2930.   max-width: 100%;
  2931.   height: auto;
  2932. }
  2933. .users-list > li > a:hover,
  2934. .users-list > li > a:hover .users-list-name {
  2935.   color: #999;
  2936. }
  2937. .users-list-name,
  2938. .users-list-date {
  2939.   display: block;
  2940. }
  2941. .users-list-name {
  2942.   font-weight: 600;
  2943.   color: #444;
  2944.   overflow: hidden;
  2945.   white-space: nowrap;
  2946.   text-overflow: ellipsis;
  2947. }
  2948. .users-list-date {
  2949.   color: #999;
  2950.   font-size: 12px;
  2951. }
  2952. /*
  2953.  * Component: Carousel
  2954.  * -------------------
  2955.  */
  2956. .carousel-control.left,
  2957. .carousel-control.right {
  2958.   background-image: none;
  2959. }
  2960. .carousel-control > .fa {
  2961.   font-size: 40px;
  2962.   position: absolute;
  2963.   top: 50%;
  2964.   z-index: 5;
  2965.   display: inline-block;
  2966.   margin-top: -20px;
  2967. }
  2968. /*
  2969.  * Component: modal
  2970.  * ----------------
  2971.  */
  2972. .modal {
  2973.   background: rgba(0, 0, 0, 0.3);
  2974. }
  2975. .modal-content {
  2976.   border-radius: 0;
  2977.   -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  2978.   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  2979.   border: 0;
  2980. }
  2981. @media (min-width: 768px) {
  2982.   .modal-content {
  2983.     -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  2984.     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  2985.   }
  2986. }
  2987. .modal-header {
  2988.   border-bottom-color: #f4f4f4;
  2989. }
  2990. .modal-footer {
  2991.   border-top-color: #f4f4f4;
  2992. }
  2993. .modal-primary .modal-header,
  2994. .modal-primary .modal-footer {
  2995.   border-color: #307095;
  2996. }
  2997. .modal-warning .modal-header,
  2998. .modal-warning .modal-footer {
  2999.   border-color: #c87f0a;
  3000. }
  3001. .modal-info .modal-header,
  3002. .modal-info .modal-footer {
  3003.   border-color: #0097bc;
  3004. }
  3005. .modal-success .modal-header,
  3006. .modal-success .modal-footer {
  3007.   border-color: #00733e;
  3008. }
  3009. .modal-danger .modal-header,
  3010. .modal-danger .modal-footer {
  3011.   border-color: #c23321;
  3012. }
  3013. /*
  3014.  * Component: Social Widgets
  3015.  * -------------------------
  3016.  */
  3017. .box-widget {
  3018.   border: none;
  3019.   position: relative;
  3020. }
  3021. .widget-user .widget-user-header {
  3022.   padding: 20px;
  3023.   height: 120px;
  3024.   border-top-right-radius: 3px;
  3025.   border-top-left-radius: 3px;
  3026. }
  3027. .widget-user .widget-user-username {
  3028.   margin-top: 0;
  3029.   margin-bottom: 5px;
  3030.   font-size: 25px;
  3031.   font-weight: 300;
  3032.   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  3033. }
  3034. .widget-user .widget-user-desc {
  3035.   margin-top: 0;
  3036. }
  3037. .widget-user .widget-user-image {
  3038.   position: absolute;
  3039.   top: 65px;
  3040.   left: 50%;
  3041.   margin-left: -45px;
  3042. }
  3043. .widget-user .widget-user-image > img {
  3044.   width: 90px;
  3045.   height: auto;
  3046.   border: 3px solid #fff;
  3047. }
  3048. .widget-user .box-footer {
  3049.   padding-top: 30px;
  3050. }
  3051. .widget-user-2 .widget-user-header {
  3052.   padding: 20px;
  3053.   border-top-right-radius: 3px;
  3054.   border-top-left-radius: 3px;
  3055. }
  3056. .widget-user-2 .widget-user-username {
  3057.   margin-top: 5px;
  3058.   margin-bottom: 5px;
  3059.   font-size: 25px;
  3060.   font-weight: 300;
  3061. }
  3062. .widget-user-2 .widget-user-desc {
  3063.   margin-top: 0;
  3064. }
  3065. .widget-user-2 .widget-user-username,
  3066. .widget-user-2 .widget-user-desc {
  3067.   margin-left: 75px;
  3068. }
  3069. .widget-user-2 .widget-user-image > img {
  3070.   width: 65px;
  3071.   height: auto;
  3072.   float: left;
  3073. }
  3074. /*
  3075.  * Page: Mailbox
  3076.  * -------------
  3077.  */
  3078. .mailbox-messages > .table {
  3079.   margin: 0;
  3080. }
  3081. .mailbox-controls {
  3082.   padding: 5px;
  3083. }
  3084. .mailbox-controls.with-border {
  3085.   border-bottom: 1px solid #f4f4f4;
  3086. }
  3087. .mailbox-read-info {
  3088.   border-bottom: 1px solid #f4f4f4;
  3089.   padding: 10px;
  3090. }
  3091. .mailbox-read-info h3 {
  3092.   font-size: 20px;
  3093.   margin: 0;
  3094. }
  3095. .mailbox-read-info h5 {
  3096.   margin: 0;
  3097.   padding: 5px 0 0 0;
  3098. }
  3099. .mailbox-read-time {
  3100.   color: #999;
  3101.   font-size: 13px;
  3102. }
  3103. .mailbox-read-message {
  3104.   padding: 10px;
  3105. }
  3106. .mailbox-attachments li {
  3107.   float: left;
  3108.   width: 200px;
  3109.   border: 1px solid #eee;
  3110.   margin-bottom: 10px;
  3111.   margin-right: 10px;
  3112. }
  3113. .mailbox-attachment-name {
  3114.   font-weight: bold;
  3115.   color: #666;
  3116. }
  3117. .mailbox-attachment-icon,
  3118. .mailbox-attachment-info,
  3119. .mailbox-attachment-size {
  3120.   display: block;
  3121. }
  3122. .mailbox-attachment-info {
  3123.   padding: 10px;
  3124.   background: #f4f4f4;
  3125. }
  3126. .mailbox-attachment-size {
  3127.   color: #999;
  3128.   font-size: 12px;
  3129. }
  3130. .mailbox-attachment-icon {
  3131.   text-align: center;
  3132.   font-size: 65px;
  3133.   color: #666;
  3134.   padding: 20px 10px;
  3135. }
  3136. .mailbox-attachment-icon.has-img {
  3137.   padding: 0;
  3138. }
  3139. .mailbox-attachment-icon.has-img > img {
  3140.   max-width: 100%;
  3141.   height: auto;
  3142. }
  3143. /*
  3144.  * Page: Lock Screen
  3145.  * -----------------
  3146.  */
  3147. /* ADD THIS CLASS TO THE <BODY> TAG */
  3148. .lockscreen {
  3149.   background: #d2d6de;
  3150. }
  3151. .lockscreen-logo {
  3152.   font-size: 35px;
  3153.   text-align: center;
  3154.   margin-bottom: 25px;
  3155.   font-weight: 300;
  3156. }
  3157. .lockscreen-logo a {
  3158.   color: #444;
  3159. }
  3160. .lockscreen-wrapper {
  3161.   max-width: 400px;
  3162.   margin: 0 auto;
  3163.   margin-top: 10%;
  3164. }
  3165. /* User name [optional] */
  3166. .lockscreen .lockscreen-name {
  3167.   text-align: center;
  3168.   font-weight: 600;
  3169. }
  3170. /* Will contain the image and the sign in form */
  3171. .lockscreen-item {
  3172.   border-radius: 4px;
  3173.   padding: 0;
  3174.   background: #fff;
  3175.   position: relative;
  3176.   margin: 10px auto 30px auto;
  3177.   width: 290px;
  3178. }
  3179. /* User image */
  3180. .lockscreen-image {
  3181.   border-radius: 50%;
  3182.   position: absolute;
  3183.   left: -10px;
  3184.   top: -25px;
  3185.   background: #fff;
  3186.   padding: 5px;
  3187.   z-index: 10;
  3188. }
  3189. .lockscreen-image > img {
  3190.   border-radius: 50%;
  3191.   width: 70px;
  3192.   height: 70px;
  3193. }
  3194. /* Contains the password input and the login button */
  3195. .lockscreen-credentials {
  3196.   margin-left: 70px;
  3197. }
  3198. .lockscreen-credentials .form-control {
  3199.   border: 0;
  3200. }
  3201. .lockscreen-credentials .btn {
  3202.   background-color: #fff;
  3203.   border: 0;
  3204.   padding: 0 10px;
  3205. }
  3206. .lockscreen-footer {
  3207.   margin-top: 10px;
  3208. }
  3209. /*
  3210.  * Page: Login & Register
  3211.  * ----------------------
  3212.  */
  3213. .login-logo,
  3214. .register-logo {
  3215.   font-size: 35px;
  3216.   text-align: center;
  3217.   margin-bottom: 25px;
  3218.   font-weight: 300;
  3219. }
  3220. .login-logo a,
  3221. .register-logo a {
  3222.   color: #444;
  3223. }
  3224. .login-page,
  3225. .register-page {
  3226.   background: #d2d6de;
  3227. }
  3228. .login-box,
  3229. .register-box {
  3230.   width: 360px;
  3231.   margin: 7% auto;
  3232. }
  3233. @media (max-width: 768px) {
  3234.   .login-box,
  3235.   .register-box {
  3236.     width: 90%;
  3237.     margin-top: 20px;
  3238.   }
  3239. }
  3240. .login-box-body,
  3241. .register-box-body {
  3242.   background: #fff;
  3243.   padding: 20px;
  3244.   border-top: 0;
  3245.   color: #666;
  3246. }
  3247. .login-box-body .form-control-feedback,
  3248. .register-box-body .form-control-feedback {
  3249.   color: #777;
  3250. }
  3251. .login-box-msg,
  3252. .register-box-msg {
  3253.   margin: 0;
  3254.   text-align: center;
  3255.   padding: 0 20px 20px 20px;
  3256. }
  3257. .social-auth-links {
  3258.   margin: 10px 0;
  3259. }
  3260. /*
  3261.  * Page: 400 and 500 error pages
  3262.  * ------------------------------
  3263.  */
  3264. .error-page {
  3265.   width: 600px;
  3266.   margin: 20px auto 0 auto;
  3267. }
  3268. @media (max-width: 991px) {
  3269.   .error-page {
  3270.     width: 100%;
  3271.   }
  3272. }
  3273. .error-page > .headline {
  3274.   float: left;
  3275.   font-size: 100px;
  3276.   font-weight: 300;
  3277. }
  3278. @media (max-width: 991px) {
  3279.   .error-page > .headline {
  3280.     float: none;
  3281.     text-align: center;
  3282.   }
  3283. }
  3284. .error-page > .error-content {
  3285.   margin-left: 190px;
  3286.   display: block;
  3287. }
  3288. @media (max-width: 991px) {
  3289.   .error-page > .error-content {
  3290.     margin-left: 0;
  3291.   }
  3292. }
  3293. .error-page > .error-content > h3 {
  3294.   font-weight: 300;
  3295.   font-size: 25px;
  3296. }
  3297. @media (max-width: 991px) {
  3298.   .error-page > .error-content > h3 {
  3299.     text-align: center;
  3300.   }
  3301. }
  3302. /*
  3303.  * Page: Invoice
  3304.  * -------------
  3305.  */
  3306. .invoice {
  3307.   position: relative;
  3308.   background: #fff;
  3309.   border: 1px solid #f4f4f4;
  3310.   padding: 20px;
  3311.   margin: 10px 25px;
  3312. }
  3313. .invoice-title {
  3314.   margin-top: 0;
  3315. }
  3316. /*
  3317.  * Page: Profile
  3318.  * -------------
  3319.  */
  3320. .profile-user-img {
  3321.   margin: 0 auto;
  3322.   width: 100px;
  3323.   padding: 3px;
  3324.   border: 3px solid #d2d6de;
  3325. }
  3326. .profile-username {
  3327.   font-size: 21px;
  3328.   margin-top: 5px;
  3329. }
  3330. .post {
  3331.   border-bottom: 1px solid #d2d6de;
  3332.   margin-bottom: 15px;
  3333.   padding-bottom: 15px;
  3334.   color: #666;
  3335. }
  3336. .post:last-of-type {
  3337.   border-bottom: 0;
  3338.   margin-bottom: 0;
  3339.   padding-bottom: 0;
  3340. }
  3341. .post .user-block {
  3342.   margin-bottom: 15px;
  3343. }
  3344. /*
  3345.  * Social Buttons for Bootstrap
  3346.  *
  3347.  * Copyright 2013-2015 Panayiotis Lipiridis
  3348.  * Licensed under the MIT License
  3349.  *
  3350.  * https://github.com/lipis/bootstrap-social
  3351.  */
  3352. .btn-social {
  3353.   position: relative;
  3354.   padding-left: 44px;
  3355.   text-align: left;
  3356.   white-space: nowrap;
  3357.   overflow: hidden;
  3358.   text-overflow: ellipsis;
  3359. }
  3360. .btn-social > :first-child {
  3361.   position: absolute;
  3362.   left: 0;
  3363.   top: 0;
  3364.   bottom: 0;
  3365.   width: 32px;
  3366.   line-height: 34px;
  3367.   font-size: 1.6em;
  3368.   text-align: center;
  3369.   border-right: 1px solid rgba(0, 0, 0, 0.2);
  3370. }
  3371. .btn-social.btn-lg {
  3372.   padding-left: 61px;
  3373. }
  3374. .btn-social.btn-lg > :first-child {
  3375.   line-height: 45px;
  3376.   width: 45px;
  3377.   font-size: 1.8em;
  3378. }
  3379. .btn-social.btn-sm {
  3380.   padding-left: 38px;
  3381. }
  3382. .btn-social.btn-sm > :first-child {
  3383.   line-height: 28px;
  3384.   width: 28px;
  3385.   font-size: 1.4em;
  3386. }
  3387. .btn-social.btn-xs {
  3388.   padding-left: 30px;
  3389. }
  3390. .btn-social.btn-xs > :first-child {
  3391.   line-height: 20px;
  3392.   width: 20px;
  3393.   font-size: 1.2em;
  3394. }
  3395. .btn-social-icon {
  3396.   position: relative;
  3397.   padding-left: 44px;
  3398.   text-align: left;
  3399.   white-space: nowrap;
  3400.   overflow: hidden;
  3401.   text-overflow: ellipsis;
  3402.   height: 34px;
  3403.   width: 34px;
  3404.   padding: 0;
  3405. }
  3406. .btn-social-icon > :first-child {
  3407.   position: absolute;
  3408.   left: 0;
  3409.   top: 0;
  3410.   bottom: 0;
  3411.   width: 32px;
  3412.   line-height: 34px;
  3413.   font-size: 1.6em;
  3414.   text-align: center;
  3415.   border-right: 1px solid rgba(0, 0, 0, 0.2);
  3416. }
  3417. .btn-social-icon.btn-lg {
  3418.   padding-left: 61px;
  3419. }
  3420. .btn-social-icon.btn-lg > :first-child {
  3421.   line-height: 45px;
  3422.   width: 45px;
  3423.   font-size: 1.8em;
  3424. }
  3425. .btn-social-icon.btn-sm {
  3426.   padding-left: 38px;
  3427. }
  3428. .btn-social-icon.btn-sm > :first-child {
  3429.   line-height: 28px;
  3430.   width: 28px;
  3431.   font-size: 1.4em;
  3432. }
  3433. .btn-social-icon.btn-xs {
  3434.   padding-left: 30px;
  3435. }
  3436. .btn-social-icon.btn-xs > :first-child {
  3437.   line-height: 20px;
  3438.   width: 20px;
  3439.   font-size: 1.2em;
  3440. }
  3441. .btn-social-icon > :first-child {
  3442.   border: none;
  3443.   text-align: center;
  3444.   width: 100%;
  3445. }
  3446. .btn-social-icon.btn-lg {
  3447.   height: 45px;
  3448.   width: 45px;
  3449.   padding-left: 0;
  3450.   padding-right: 0;
  3451. }
  3452. .btn-social-icon.btn-sm {
  3453.   height: 30px;
  3454.   width: 30px;
  3455.   padding-left: 0;
  3456.   padding-right: 0;
  3457. }
  3458. .btn-social-icon.btn-xs {
  3459.   height: 22px;
  3460.   width: 22px;
  3461.   padding-left: 0;
  3462.   padding-right: 0;
  3463. }
  3464. .btn-adn {
  3465.   color: #ffffff;
  3466.   background-color: #d87a68;
  3467.   border-color: rgba(0, 0, 0, 0.2);
  3468. }
  3469. .btn-adn:focus,
  3470. .btn-adn.focus {
  3471.   color: #ffffff;
  3472.   background-color: #ce563f;
  3473.   border-color: rgba(0, 0, 0, 0.2);
  3474. }
  3475. .btn-adn:hover {
  3476.   color: #ffffff;
  3477.   background-color: #ce563f;
  3478.   border-color: rgba(0, 0, 0, 0.2);
  3479. }
  3480. .btn-adn:active,
  3481. .btn-adn.active,
  3482. .open > .dropdown-toggle.btn-adn {
  3483.   color: #ffffff;
  3484.   background-color: #ce563f;
  3485.   border-color: rgba(0, 0, 0, 0.2);
  3486. }
  3487. .btn-adn:active,
  3488. .btn-adn.active,
  3489. .open > .dropdown-toggle.btn-adn {
  3490.   background-image: none;
  3491. }
  3492. .btn-adn .badge {
  3493.   color: #d87a68;
  3494.   background-color: #ffffff;
  3495. }
  3496. .btn-bitbucket {
  3497.   color: #ffffff;
  3498.   background-color: #205081;
  3499.   border-color: rgba(0, 0, 0, 0.2);
  3500. }
  3501. .btn-bitbucket:focus,
  3502. .btn-bitbucket.focus {
  3503.   color: #ffffff;
  3504.   background-color: #163758;
  3505.   border-color: rgba(0, 0, 0, 0.2);
  3506. }
  3507. .btn-bitbucket:hover {
  3508.   color: #ffffff;
  3509.   background-color: #163758;
  3510.   border-color: rgba(0, 0, 0, 0.2);
  3511. }
  3512. .btn-bitbucket:active,
  3513. .btn-bitbucket.active,
  3514. .open > .dropdown-toggle.btn-bitbucket {
  3515.   color: #ffffff;
  3516.   background-color: #163758;
  3517.   border-color: rgba(0, 0, 0, 0.2);
  3518. }
  3519. .btn-bitbucket:active,
  3520. .btn-bitbucket.active,
  3521. .open > .dropdown-toggle.btn-bitbucket {
  3522.   background-image: none;
  3523. }
  3524. .btn-bitbucket .badge {
  3525.   color: #205081;
  3526.   background-color: #ffffff;
  3527. }
  3528. .btn-dropbox {
  3529.   color: #ffffff;
  3530.   background-color: #1087dd;
  3531.   border-color: rgba(0, 0, 0, 0.2);
  3532. }
  3533. .btn-dropbox:focus,
  3534. .btn-dropbox.focus {
  3535.   color: #ffffff;
  3536.   background-color: #0d6aad;
  3537.   border-color: rgba(0, 0, 0, 0.2);
  3538. }
  3539. .btn-dropbox:hover {
  3540.   color: #ffffff;
  3541.   background-color: #0d6aad;
  3542.   border-color: rgba(0, 0, 0, 0.2);
  3543. }
  3544. .btn-dropbox:active,
  3545. .btn-dropbox.active,
  3546. .open > .dropdown-toggle.btn-dropbox {
  3547.   color: #ffffff;
  3548.   background-color: #0d6aad;
  3549.   border-color: rgba(0, 0, 0, 0.2);
  3550. }
  3551. .btn-dropbox:active,
  3552. .btn-dropbox.active,
  3553. .open > .dropdown-toggle.btn-dropbox {
  3554.   background-image: none;
  3555. }
  3556. .btn-dropbox .badge {
  3557.   color: #1087dd;
  3558.   background-color: #ffffff;
  3559. }
  3560. .btn-facebook {
  3561.   color: #ffffff;
  3562.   background-color: #3b5998;
  3563.   border-color: rgba(0, 0, 0, 0.2);
  3564. }
  3565. .btn-facebook:focus,
  3566. .btn-facebook.focus {
  3567.   color: #ffffff;
  3568.   background-color: #2d4373;
  3569.   border-color: rgba(0, 0, 0, 0.2);
  3570. }
  3571. .btn-facebook:hover {
  3572.   color: #ffffff;
  3573.   background-color: #2d4373;
  3574.   border-color: rgba(0, 0, 0, 0.2);
  3575. }
  3576. .btn-facebook:active,
  3577. .btn-facebook.active,
  3578. .open > .dropdown-toggle.btn-facebook {
  3579.   color: #ffffff;
  3580.   background-color: #2d4373;
  3581.   border-color: rgba(0, 0, 0, 0.2);
  3582. }
  3583. .btn-facebook:active,
  3584. .btn-facebook.active,
  3585. .open > .dropdown-toggle.btn-facebook {
  3586.   background-image: none;
  3587. }
  3588. .btn-facebook .badge {
  3589.   color: #3b5998;
  3590.   background-color: #ffffff;
  3591. }
  3592. .btn-flickr {
  3593.   color: #ffffff;
  3594.   background-color: #ff0084;
  3595.   border-color: rgba(0, 0, 0, 0.2);
  3596. }
  3597. .btn-flickr:focus,
  3598. .btn-flickr.focus {
  3599.   color: #ffffff;
  3600.   background-color: #cc006a;
  3601.   border-color: rgba(0, 0, 0, 0.2);
  3602. }
  3603. .btn-flickr:hover {
  3604.   color: #ffffff;
  3605.   background-color: #cc006a;
  3606.   border-color: rgba(0, 0, 0, 0.2);
  3607. }
  3608. .btn-flickr:active,
  3609. .btn-flickr.active,
  3610. .open > .dropdown-toggle.btn-flickr {
  3611.   color: #ffffff;
  3612.   background-color: #cc006a;
  3613.   border-color: rgba(0, 0, 0, 0.2);
  3614. }
  3615. .btn-flickr:active,
  3616. .btn-flickr.active,
  3617. .open > .dropdown-toggle.btn-flickr {
  3618.   background-image: none;
  3619. }
  3620. .btn-flickr .badge {
  3621.   color: #ff0084;
  3622.   background-color: #ffffff;
  3623. }
  3624. .btn-foursquare {
  3625.   color: #ffffff;
  3626.   background-color: #f94877;
  3627.   border-color: rgba(0, 0, 0, 0.2);
  3628. }
  3629. .btn-foursquare:focus,
  3630. .btn-foursquare.focus {
  3631.   color: #ffffff;
  3632.   background-color: #f71752;
  3633.   border-color: rgba(0, 0, 0, 0.2);
  3634. }
  3635. .btn-foursquare:hover {
  3636.   color: #ffffff;
  3637.   background-color: #f71752;
  3638.   border-color: rgba(0, 0, 0, 0.2);
  3639. }
  3640. .btn-foursquare:active,
  3641. .btn-foursquare.active,
  3642. .open > .dropdown-toggle.btn-foursquare {
  3643.   color: #ffffff;
  3644.   background-color: #f71752;
  3645.   border-color: rgba(0, 0, 0, 0.2);
  3646. }
  3647. .btn-foursquare:active,
  3648. .btn-foursquare.active,
  3649. .open > .dropdown-toggle.btn-foursquare {
  3650.   background-image: none;
  3651. }
  3652. .btn-foursquare .badge {
  3653.   color: #f94877;
  3654.   background-color: #ffffff;
  3655. }
  3656. .btn-github {
  3657.   color: #ffffff;
  3658.   background-color: #444444;
  3659.   border-color: rgba(0, 0, 0, 0.2);
  3660. }
  3661. .btn-github:focus,
  3662. .btn-github.focus {
  3663.   color: #ffffff;
  3664.   background-color: #2b2b2b;
  3665.   border-color: rgba(0, 0, 0, 0.2);
  3666. }
  3667. .btn-github:hover {
  3668.   color: #ffffff;
  3669.   background-color: #2b2b2b;
  3670.   border-color: rgba(0, 0, 0, 0.2);
  3671. }
  3672. .btn-github:active,
  3673. .btn-github.active,
  3674. .open > .dropdown-toggle.btn-github {
  3675.   color: #ffffff;
  3676.   background-color: #2b2b2b;
  3677.   border-color: rgba(0, 0, 0, 0.2);
  3678. }
  3679. .btn-github:active,
  3680. .btn-github.active,
  3681. .open > .dropdown-toggle.btn-github {
  3682.   background-image: none;
  3683. }
  3684. .btn-github .badge {
  3685.   color: #444444;
  3686.   background-color: #ffffff;
  3687. }
  3688. .btn-google {
  3689.   color: #ffffff;
  3690.   background-color: #dd4b39;
  3691.   border-color: rgba(0, 0, 0, 0.2);
  3692. }
  3693. .btn-google:focus,
  3694. .btn-google.focus {
  3695.   color: #ffffff;
  3696.   background-color: #c23321;
  3697.   border-color: rgba(0, 0, 0, 0.2);
  3698. }
  3699. .btn-google:hover {
  3700.   color: #ffffff;
  3701.   background-color: #c23321;
  3702.   border-color: rgba(0, 0, 0, 0.2);
  3703. }
  3704. .btn-google:active,
  3705. .btn-google.active,
  3706. .open > .dropdown-toggle.btn-google {
  3707.   color: #ffffff;
  3708.   background-color: #c23321;
  3709.   border-color: rgba(0, 0, 0, 0.2);
  3710. }
  3711. .btn-google:active,
  3712. .btn-google.active,
  3713. .open > .dropdown-toggle.btn-google {
  3714.   background-image: none;
  3715. }
  3716. .btn-google .badge {
  3717.   color: #dd4b39;
  3718.   background-color: #ffffff;
  3719. }
  3720. .btn-instagram {
  3721.   color: #ffffff;
  3722.   background-color: #3f729b;
  3723.   border-color: rgba(0, 0, 0, 0.2);
  3724. }
  3725. .btn-instagram:focus,
  3726. .btn-instagram.focus {
  3727.   color: #ffffff;
  3728.   background-color: #305777;
  3729.   border-color: rgba(0, 0, 0, 0.2);
  3730. }
  3731. .btn-instagram:hover {
  3732.   color: #ffffff;
  3733.   background-color: #305777;
  3734.   border-color: rgba(0, 0, 0, 0.2);
  3735. }
  3736. .btn-instagram:active,
  3737. .btn-instagram.active,
  3738. .open > .dropdown-toggle.btn-instagram {
  3739.   color: #ffffff;
  3740.   background-color: #305777;
  3741.   border-color: rgba(0, 0, 0, 0.2);
  3742. }
  3743. .btn-instagram:active,
  3744. .btn-instagram.active,
  3745. .open > .dropdown-toggle.btn-instagram {
  3746.   background-image: none;
  3747. }
  3748. .btn-instagram .badge {
  3749.   color: #3f729b;
  3750.   background-color: #ffffff;
  3751. }
  3752. .btn-linkedin {
  3753.   color: #ffffff;
  3754.   background-color: #007bb6;
  3755.   border-color: rgba(0, 0, 0, 0.2);
  3756. }
  3757. .btn-linkedin:focus,
  3758. .btn-linkedin.focus {
  3759.   color: #ffffff;
  3760.   background-color: #005983;
  3761.   border-color: rgba(0, 0, 0, 0.2);
  3762. }
  3763. .btn-linkedin:hover {
  3764.   color: #ffffff;
  3765.   background-color: #005983;
  3766.   border-color: rgba(0, 0, 0, 0.2);
  3767. }
  3768. .btn-linkedin:active,
  3769. .btn-linkedin.active,
  3770. .open > .dropdown-toggle.btn-linkedin {
  3771.   color: #ffffff;
  3772.   background-color: #005983;
  3773.   border-color: rgba(0, 0, 0, 0.2);
  3774. }
  3775. .btn-linkedin:active,
  3776. .btn-linkedin.active,
  3777. .open > .dropdown-toggle.btn-linkedin {
  3778.   background-image: none;
  3779. }
  3780. .btn-linkedin .badge {
  3781.   color: #007bb6;
  3782.   background-color: #ffffff;
  3783. }
  3784. .btn-microsoft {
  3785.   color: #ffffff;
  3786.   background-color: #2672ec;
  3787.   border-color: rgba(0, 0, 0, 0.2);
  3788. }
  3789. .btn-microsoft:focus,
  3790. .btn-microsoft.focus {
  3791.   color: #ffffff;
  3792.   background-color: #125acd;
  3793.   border-color: rgba(0, 0, 0, 0.2);
  3794. }
  3795. .btn-microsoft:hover {
  3796.   color: #ffffff;
  3797.   background-color: #125acd;
  3798.   border-color: rgba(0, 0, 0, 0.2);
  3799. }
  3800. .btn-microsoft:active,
  3801. .btn-microsoft.active,
  3802. .open > .dropdown-toggle.btn-microsoft {
  3803.   color: #ffffff;
  3804.   background-color: #125acd;
  3805.   border-color: rgba(0, 0, 0, 0.2);
  3806. }
  3807. .btn-microsoft:active,
  3808. .btn-microsoft.active,
  3809. .open > .dropdown-toggle.btn-microsoft {
  3810.   background-image: none;
  3811. }
  3812. .btn-microsoft .badge {
  3813.   color: #2672ec;
  3814.   background-color: #ffffff;
  3815. }
  3816. .btn-openid {
  3817.   color: #ffffff;
  3818.   background-color: #f7931e;
  3819.   border-color: rgba(0, 0, 0, 0.2);
  3820. }
  3821. .btn-openid:focus,
  3822. .btn-openid.focus {
  3823.   color: #ffffff;
  3824.   background-color: #da7908;
  3825.   border-color: rgba(0, 0, 0, 0.2);
  3826. }
  3827. .btn-openid:hover {
  3828.   color: #ffffff;
  3829.   background-color: #da7908;
  3830.   border-color: rgba(0, 0, 0, 0.2);
  3831. }
  3832. .btn-openid:active,
  3833. .btn-openid.active,
  3834. .open > .dropdown-toggle.btn-openid {
  3835.   color: #ffffff;
  3836.   background-color: #da7908;
  3837.   border-color: rgba(0, 0, 0, 0.2);
  3838. }
  3839. .btn-openid:active,
  3840. .btn-openid.active,
  3841. .open > .dropdown-toggle.btn-openid {
  3842.   background-image: none;
  3843. }
  3844. .btn-openid .badge {
  3845.   color: #f7931e;
  3846.   background-color: #ffffff;
  3847. }
  3848. .btn-pinterest {
  3849.   color: #ffffff;
  3850.   background-color: #cb2027;
  3851.   border-color: rgba(0, 0, 0, 0.2);
  3852. }
  3853. .btn-pinterest:focus,
  3854. .btn-pinterest.focus {
  3855.   color: #ffffff;
  3856.   background-color: #9f191f;
  3857.   border-color: rgba(0, 0, 0, 0.2);
  3858. }
  3859. .btn-pinterest:hover {
  3860.   color: #ffffff;
  3861.   background-color: #9f191f;
  3862.   border-color: rgba(0, 0, 0, 0.2);
  3863. }
  3864. .btn-pinterest:active,
  3865. .btn-pinterest.active,
  3866. .open > .dropdown-toggle.btn-pinterest {
  3867.   color: #ffffff;
  3868.   background-color: #9f191f;
  3869.   border-color: rgba(0, 0, 0, 0.2);
  3870. }
  3871. .btn-pinterest:active,
  3872. .btn-pinterest.active,
  3873. .open > .dropdown-toggle.btn-pinterest {
  3874.   background-image: none;
  3875. }
  3876. .btn-pinterest .badge {
  3877.   color: #cb2027;
  3878.   background-color: #ffffff;
  3879. }
  3880. .btn-reddit {
  3881.   color: #000000;
  3882.   background-color: #eff7ff;
  3883.   border-color: rgba(0, 0, 0, 0.2);
  3884. }
  3885. .btn-reddit:focus,
  3886. .btn-reddit.focus {
  3887.   color: #000000;
  3888.   background-color: #bcddff;
  3889.   border-color: rgba(0, 0, 0, 0.2);
  3890. }
  3891. .btn-reddit:hover {
  3892.   color: #000000;
  3893.   background-color: #bcddff;
  3894.   border-color: rgba(0, 0, 0, 0.2);
  3895. }
  3896. .btn-reddit:active,
  3897. .btn-reddit.active,
  3898. .open > .dropdown-toggle.btn-reddit {
  3899.   color: #000000;
  3900.   background-color: #bcddff;
  3901.   border-color: rgba(0, 0, 0, 0.2);
  3902. }
  3903. .btn-reddit:active,
  3904. .btn-reddit.active,
  3905. .open > .dropdown-toggle.btn-reddit {
  3906.   background-image: none;
  3907. }
  3908. .btn-reddit .badge {
  3909.   color: #eff7ff;
  3910.   background-color: #000000;
  3911. }
  3912. .btn-soundcloud {
  3913.   color: #ffffff;
  3914.   background-color: #ff5500;
  3915.   border-color: rgba(0, 0, 0, 0.2);
  3916. }
  3917. .btn-soundcloud:focus,
  3918. .btn-soundcloud.focus {
  3919.   color: #ffffff;
  3920.   background-color: #cc4400;
  3921.   border-color: rgba(0, 0, 0, 0.2);
  3922. }
  3923. .btn-soundcloud:hover {
  3924.   color: #ffffff;
  3925.   background-color: #cc4400;
  3926.   border-color: rgba(0, 0, 0, 0.2);
  3927. }
  3928. .btn-soundcloud:active,
  3929. .btn-soundcloud.active,
  3930. .open > .dropdown-toggle.btn-soundcloud {
  3931.   color: #ffffff;
  3932.   background-color: #cc4400;
  3933.   border-color: rgba(0, 0, 0, 0.2);
  3934. }
  3935. .btn-soundcloud:active,
  3936. .btn-soundcloud.active,
  3937. .open > .dropdown-toggle.btn-soundcloud {
  3938.   background-image: none;
  3939. }
  3940. .btn-soundcloud .badge {
  3941.   color: #ff5500;
  3942.   background-color: #ffffff;
  3943. }
  3944. .btn-tumblr {
  3945.   color: #ffffff;
  3946.   background-color: #2c4762;
  3947.   border-color: rgba(0, 0, 0, 0.2);
  3948. }
  3949. .btn-tumblr:focus,
  3950. .btn-tumblr.focus {
  3951.   color: #ffffff;
  3952.   background-color: #1c2d3f;
  3953.   border-color: rgba(0, 0, 0, 0.2);
  3954. }
  3955. .btn-tumblr:hover {
  3956.   color: #ffffff;
  3957.   background-color: #1c2d3f;
  3958.   border-color: rgba(0, 0, 0, 0.2);
  3959. }
  3960. .btn-tumblr:active,
  3961. .btn-tumblr.active,
  3962. .open > .dropdown-toggle.btn-tumblr {
  3963.   color: #ffffff;
  3964.   background-color: #1c2d3f;
  3965.   border-color: rgba(0, 0, 0, 0.2);
  3966. }
  3967. .btn-tumblr:active,
  3968. .btn-tumblr.active,
  3969. .open > .dropdown-toggle.btn-tumblr {
  3970.   background-image: none;
  3971. }
  3972. .btn-tumblr .badge {
  3973.   color: #2c4762;
  3974.   background-color: #ffffff;
  3975. }
  3976. .btn-twitter {
  3977.   color: #ffffff;
  3978.   background-color: #55acee;
  3979.   border-color: rgba(0, 0, 0, 0.2);
  3980. }
  3981. .btn-twitter:focus,
  3982. .btn-twitter.focus {
  3983.   color: #ffffff;
  3984.   background-color: #2795e9;
  3985.   border-color: rgba(0, 0, 0, 0.2);
  3986. }
  3987. .btn-twitter:hover {
  3988.   color: #ffffff;
  3989.   background-color: #2795e9;
  3990.   border-color: rgba(0, 0, 0, 0.2);
  3991. }
  3992. .btn-twitter:active,
  3993. .btn-twitter.active,
  3994. .open > .dropdown-toggle.btn-twitter {
  3995.   color: #ffffff;
  3996.   background-color: #2795e9;
  3997.   border-color: rgba(0, 0, 0, 0.2);
  3998. }
  3999. .btn-twitter:active,
  4000. .btn-twitter.active,
  4001. .open > .dropdown-toggle.btn-twitter {
  4002.   background-image: none;
  4003. }
  4004. .btn-twitter .badge {
  4005.   color: #55acee;
  4006.   background-color: #ffffff;
  4007. }
  4008. .btn-vimeo {
  4009.   color: #ffffff;
  4010.   background-color: #1ab7ea;
  4011.   border-color: rgba(0, 0, 0, 0.2);
  4012. }
  4013. .btn-vimeo:focus,
  4014. .btn-vimeo.focus {
  4015.   color: #ffffff;
  4016.   background-color: #1295bf;
  4017.   border-color: rgba(0, 0, 0, 0.2);
  4018. }
  4019. .btn-vimeo:hover {
  4020.   color: #ffffff;
  4021.   background-color: #1295bf;
  4022.   border-color: rgba(0, 0, 0, 0.2);
  4023. }
  4024. .btn-vimeo:active,
  4025. .btn-vimeo.active,
  4026. .open > .dropdown-toggle.btn-vimeo {
  4027.   color: #ffffff;
  4028.   background-color: #1295bf;
  4029.   border-color: rgba(0, 0, 0, 0.2);
  4030. }
  4031. .btn-vimeo:active,
  4032. .btn-vimeo.active,
  4033. .open > .dropdown-toggle.btn-vimeo {
  4034.   background-image: none;
  4035. }
  4036. .btn-vimeo .badge {
  4037.   color: #1ab7ea;
  4038.   background-color: #ffffff;
  4039. }
  4040. .btn-vk {
  4041.   color: #ffffff;
  4042.   background-color: #587ea3;
  4043.   border-color: rgba(0, 0, 0, 0.2);
  4044. }
  4045. .btn-vk:focus,
  4046. .btn-vk.focus {
  4047.   color: #ffffff;
  4048.   background-color: #466482;
  4049.   border-color: rgba(0, 0, 0, 0.2);
  4050. }
  4051. .btn-vk:hover {
  4052.   color: #ffffff;
  4053.   background-color: #466482;
  4054.   border-color: rgba(0, 0, 0, 0.2);
  4055. }
  4056. .btn-vk:active,
  4057. .btn-vk.active,
  4058. .open > .dropdown-toggle.btn-vk {
  4059.   color: #ffffff;
  4060.   background-color: #466482;
  4061.   border-color: rgba(0, 0, 0, 0.2);
  4062. }
  4063. .btn-vk:active,
  4064. .btn-vk.active,
  4065. .open > .dropdown-toggle.btn-vk {
  4066.   background-image: none;
  4067. }
  4068. .btn-vk .badge {
  4069.   color: #587ea3;
  4070.   background-color: #ffffff;
  4071. }
  4072. .btn-yahoo {
  4073.   color: #ffffff;
  4074.   background-color: #720e9e;
  4075.   border-color: rgba(0, 0, 0, 0.2);
  4076. }
  4077. .btn-yahoo:focus,
  4078. .btn-yahoo.focus {
  4079.   color: #ffffff;
  4080.   background-color: #500a6f;
  4081.   border-color: rgba(0, 0, 0, 0.2);
  4082. }
  4083. .btn-yahoo:hover {
  4084.   color: #ffffff;
  4085.   background-color: #500a6f;
  4086.   border-color: rgba(0, 0, 0, 0.2);
  4087. }
  4088. .btn-yahoo:active,
  4089. .btn-yahoo.active,
  4090. .open > .dropdown-toggle.btn-yahoo {
  4091.   color: #ffffff;
  4092.   background-color: #500a6f;
  4093.   border-color: rgba(0, 0, 0, 0.2);
  4094. }
  4095. .btn-yahoo:active,
  4096. .btn-yahoo.active,
  4097. .open > .dropdown-toggle.btn-yahoo {
  4098.   background-image: none;
  4099. }
  4100. .btn-yahoo .badge {
  4101.   color: #720e9e;
  4102.   background-color: #ffffff;
  4103. }
  4104. /*
  4105.  * Plugin: Full Calendar
  4106.  * ---------------------
  4107.  */
  4108. .fc-button {
  4109.   background: #f4f4f4;
  4110.   background-image: none;
  4111.   color: #444;
  4112.   border-color: #ddd;
  4113.   border-bottom-color: #ddd;
  4114. }
  4115. .fc-button:hover,
  4116. .fc-button:active,
  4117. .fc-button.hover {
  4118.   background-color: #e9e9e9;
  4119. }
  4120. .fc-header-title h2 {
  4121.   font-size: 15px;
  4122.   line-height: 1.6em;
  4123.   color: #666;
  4124.   margin-left: 10px;
  4125. }
  4126. .fc-header-right {
  4127.   padding-right: 10px;
  4128. }
  4129. .fc-header-left {
  4130.   padding-left: 10px;
  4131. }
  4132. .fc-widget-header {
  4133.   background: #fafafa;
  4134. }
  4135. .fc-grid {
  4136.   width: 100%;
  4137.   border: 0;
  4138. }
  4139. .fc-widget-header:first-of-type,
  4140. .fc-widget-content:first-of-type {
  4141.   border-left: 0;
  4142.   border-right: 0;
  4143. }
  4144. .fc-widget-header:last-of-type,
  4145. .fc-widget-content:last-of-type {
  4146.   border-right: 0;
  4147. }
  4148. .fc-toolbar {
  4149.   padding: 10px;
  4150.   margin: 0;
  4151. }
  4152. .fc-day-number {
  4153.   font-size: 20px;
  4154.   font-weight: 300;
  4155.   padding-right: 10px;
  4156. }
  4157. .fc-color-picker {
  4158.   list-style: none;
  4159.   margin: 0;
  4160.   padding: 0;
  4161. }
  4162. .fc-color-picker > li {
  4163.   float: left;
  4164.   font-size: 30px;
  4165.   margin-right: 5px;
  4166.   line-height: 30px;
  4167. }
  4168. .fc-color-picker > li .fa {
  4169.   -webkit-transition: -webkit-transform linear 0.3s;
  4170.   -moz-transition: -moz-transform linear 0.3s;
  4171.   -o-transition: -o-transform linear 0.3s;
  4172.   transition: transform linear 0.3s;
  4173. }
  4174. .fc-color-picker > li .fa:hover {
  4175.   -webkit-transform: rotate(30deg);
  4176.   -ms-transform: rotate(30deg);
  4177.   -o-transform: rotate(30deg);
  4178.   transform: rotate(30deg);
  4179. }
  4180. #add-new-event {
  4181.   -webkit-transition: all linear 0.3s;
  4182.   -o-transition: all linear 0.3s;
  4183.   transition: all linear 0.3s;
  4184. }
  4185. .external-event {
  4186.   padding: 5px 10px;
  4187.   font-weight: bold;
  4188.   margin-bottom: 4px;
  4189.   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  4190.   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  4191.   border-radius: 3px;
  4192.   cursor: move;
  4193. }
  4194. .external-event:hover {
  4195.   box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
  4196. }
  4197. /*
  4198.  * Plugin: Select2
  4199.  * ---------------
  4200.  */
  4201. .select2-container--default.select2-container--focus,
  4202. .select2-selection.select2-container--focus,
  4203. .select2-container--default:focus,
  4204. .select2-selection:focus,
  4205. .select2-container--default:active,
  4206. .select2-selection:active {
  4207.   outline: none;
  4208. }
  4209. .select2-container--default .select2-selection--single,
  4210. .select2-selection .select2-selection--single {
  4211.   border: 1px solid #d2d6de;
  4212.   border-radius: 0;
  4213.   padding: 6px 12px;
  4214.   height: 34px;
  4215. }
  4216. .select2-container--default.select2-container--open {
  4217.   border-color: #3c8dbc;
  4218. }
  4219. .select2-dropdown {
  4220.   border: 1px solid #d2d6de;
  4221.   border-radius: 0;
  4222. }
  4223. .select2-container--default .select2-results__option--highlighted[aria-selected] {
  4224.   background-color: #3c8dbc;
  4225.   color: white;
  4226. }
  4227. .select2-results__option {
  4228.   padding: 6px 12px;
  4229.   user-select: none;
  4230.   -webkit-user-select: none;
  4231. }
  4232. .select2-container .select2-selection--single .select2-selection__rendered {
  4233.   padding-left: 0;
  4234.   padding-right: 0;
  4235.   height: auto;
  4236.   margin-top: -4px;
  4237. }
  4238. .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  4239.   padding-right: 6px;
  4240.   padding-left: 20px;
  4241. }
  4242. .select2-container--default .select2-selection--single .select2-selection__arrow {
  4243.   height: 28px;
  4244.   right: 3px;
  4245. }
  4246. .select2-container--default .select2-selection--single .select2-selection__arrow b {
  4247.   margin-top: 0;
  4248. }
  4249. .select2-dropdown .select2-search__field,
  4250. .select2-search--inline .select2-search__field {
  4251.   border: 1px solid #d2d6de;
  4252. }
  4253. .select2-dropdown .select2-search__field:focus,
  4254. .select2-search--inline .select2-search__field:focus {
  4255.   outline: none;
  4256.   border: 1px solid #3c8dbc;
  4257. }
  4258. .select2-container--default .select2-results__option[aria-disabled=true] {
  4259.   color: #999;
  4260. }
  4261. .select2-container--default .select2-results__option[aria-selected=true] {
  4262.   background-color: #ddd;
  4263. }
  4264. .select2-container--default .select2-results__option[aria-selected=true],
  4265. .select2-container--default .select2-results__option[aria-selected=true]:hover {
  4266.   color: #444;
  4267. }
  4268. .select2-container--default .select2-selection--multiple {
  4269.   border: 1px solid #d2d6de;
  4270.   border-radius: 0;
  4271. }
  4272. .select2-container--default .select2-selection--multiple:focus {
  4273.   border-color: #3c8dbc;
  4274. }
  4275. .select2-container--default.select2-container--focus .select2-selection--multiple {
  4276.   border-color: #d2d6de;
  4277. }
  4278. .select2-container--default .select2-selection--multiple .select2-selection__choice {
  4279.   background-color: #3c8dbc;
  4280.   border-color: #367fa9;
  4281.   padding: 1px 10px;
  4282.   color: #fff;
  4283. }
  4284. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  4285.   margin-right: 5px;
  4286.   color: rgba(255, 255, 255, 0.7);
  4287. }
  4288. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  4289.   color: #fff;
  4290. }
  4291. .select2-container .select2-selection--single .select2-selection__rendered {
  4292.   padding-right: 10px;
  4293. }
  4294. /*
  4295.  * General: Miscellaneous
  4296.  * ----------------------
  4297.  */
  4298. .pad {
  4299.   padding: 10px;
  4300. }
  4301. .margin {
  4302.   margin: 10px;
  4303. }
  4304. .margin-bottom {
  4305.   margin-bottom: 20px;
  4306. }
  4307. .margin-bottom-none {
  4308.   margin-bottom: 0;
  4309. }
  4310. .margin-r-5 {
  4311.   margin-right: 5px;
  4312. }
  4313. .inline {
  4314.   display: inline;
  4315. }
  4316. .description-block {
  4317.   display: block;
  4318.   margin: 10px 0;
  4319.   text-align: center;
  4320. }
  4321. .description-block.margin-bottom {
  4322.   margin-bottom: 25px;
  4323. }
  4324. .description-block > .description-header {
  4325.   margin: 0;
  4326.   padding: 0;
  4327.   font-weight: 600;
  4328.   font-size: 16px;
  4329. }
  4330. .description-block > .description-text {
  4331.   text-transform: uppercase;
  4332. }
  4333. .bg-red,
  4334. .bg-yellow,
  4335. .bg-aqua,
  4336. .bg-blue,
  4337. .bg-light-blue,
  4338. .bg-green,
  4339. .bg-navy,
  4340. .bg-teal,
  4341. .bg-olive,
  4342. .bg-lime,
  4343. .bg-orange,
  4344. .bg-fuchsia,
  4345. .bg-purple,
  4346. .bg-maroon,
  4347. .bg-black,
  4348. .bg-red-active,
  4349. .bg-yellow-active,
  4350. .bg-aqua-active,
  4351. .bg-blue-active,
  4352. .bg-light-blue-active,
  4353. .bg-green-active,
  4354. .bg-navy-active,
  4355. .bg-teal-active,
  4356. .bg-olive-active,
  4357. .bg-lime-active,
  4358. .bg-orange-active,
  4359. .bg-fuchsia-active,
  4360. .bg-purple-active,
  4361. .bg-maroon-active,
  4362. .bg-black-active,
  4363. .callout.callout-danger,
  4364. .callout.callout-warning,
  4365. .callout.callout-info,
  4366. .callout.callout-success,
  4367. .alert-success,
  4368. .alert-danger,
  4369. .alert-error,
  4370. .alert-warning,
  4371. .alert-info,
  4372. .label-danger,
  4373. .label-info,
  4374. .label-warning,
  4375. .label-primary,
  4376. .label-success,
  4377. .modal-primary .modal-body,
  4378. .modal-primary .modal-header,
  4379. .modal-primary .modal-footer,
  4380. .modal-warning .modal-body,
  4381. .modal-warning .modal-header,
  4382. .modal-warning .modal-footer,
  4383. .modal-info .modal-body,
  4384. .modal-info .modal-header,
  4385. .modal-info .modal-footer,
  4386. .modal-success .modal-body,
  4387. .modal-success .modal-header,
  4388. .modal-success .modal-footer,
  4389. .modal-danger .modal-body,
  4390. .modal-danger .modal-header,
  4391. .modal-danger .modal-footer {
  4392.   color: #fff !important;
  4393. }
  4394. .bg-gray {
  4395.   color: #000;
  4396.   background-color: #d2d6de !important;
  4397. }
  4398. .bg-gray-light {
  4399.   background-color: #f7f7f7;
  4400. }
  4401. .bg-black {
  4402.   background-color: #111111 !important;
  4403. }
  4404. .bg-red,
  4405. .callout.callout-danger,
  4406. .alert-danger,
  4407. .alert-error,
  4408. .label-danger,
  4409. .modal-danger .modal-body {
  4410.   background-color: #dd4b39 !important;
  4411. }
  4412. .bg-yellow,
  4413. .callout.callout-warning,
  4414. .alert-warning,
  4415. .label-warning,
  4416. .modal-warning .modal-body {
  4417.   background-color: #f39c12 !important;
  4418. }
  4419. .bg-aqua,
  4420. .callout.callout-info,
  4421. .alert-info,
  4422. .label-info,
  4423. .modal-info .modal-body {
  4424.   background-color: #00c0ef !important;
  4425. }
  4426. .bg-blue {
  4427.   background-color: #0073b7 !important;
  4428. }
  4429. .bg-light-blue,
  4430. .label-primary,
  4431. .modal-primary .modal-body {
  4432.   background-color: #3c8dbc !important;
  4433. }
  4434. .bg-green,
  4435. .callout.callout-success,
  4436. .alert-success,
  4437. .label-success,
  4438. .modal-success .modal-body {
  4439.   background-color: #00a65a !important;
  4440. }
  4441. .bg-navy {
  4442.   background-color: #001f3f !important;
  4443. }
  4444. .bg-teal {
  4445.   background-color: #39cccc !important;
  4446. }
  4447. .bg-olive {
  4448.   background-color: #3d9970 !important;
  4449. }
  4450. .bg-lime {
  4451.   background-color: #01ff70 !important;
  4452. }
  4453. .bg-orange {
  4454.   background-color: #ff851b !important;
  4455. }
  4456. .bg-fuchsia {
  4457.   background-color: #f012be !important;
  4458. }
  4459. .bg-purple {
  4460.   background-color: #605ca8 !important;
  4461. }
  4462. .bg-maroon {
  4463.   background-color: #d81b60 !important;
  4464. }
  4465. .bg-gray-active {
  4466.   color: #000;
  4467.   background-color: #b5bbc8 !important;
  4468. }
  4469. .bg-black-active {
  4470.   background-color: #000000 !important;
  4471. }
  4472. .bg-red-active,
  4473. .modal-danger .modal-header,
  4474. .modal-danger .modal-footer {
  4475.   background-color: #d33724 !important;
  4476. }
  4477. .bg-yellow-active,
  4478. .modal-warning .modal-header,
  4479. .modal-warning .modal-footer {
  4480.   background-color: #db8b0b !important;
  4481. }
  4482. .bg-aqua-active,
  4483. .modal-info .modal-header,
  4484. .modal-info .modal-footer {
  4485.   background-color: #00a7d0 !important;
  4486. }
  4487. .bg-blue-active {
  4488.   background-color: #005384 !important;
  4489. }
  4490. .bg-light-blue-active,
  4491. .modal-primary .modal-header,
  4492. .modal-primary .modal-footer {
  4493.   background-color: #357ca5 !important;
  4494. }
  4495. .bg-green-active,
  4496. .modal-success .modal-header,
  4497. .modal-success .modal-footer {
  4498.   background-color: #008d4c !important;
  4499. }
  4500. .bg-navy-active {
  4501.   background-color: #001a35 !important;
  4502. }
  4503. .bg-teal-active {
  4504.   background-color: #30bbbb !important;
  4505. }
  4506. .bg-olive-active {
  4507.   background-color: #368763 !important;
  4508. }
  4509. .bg-lime-active {
  4510.   background-color: #00e765 !important;
  4511. }
  4512. .bg-orange-active {
  4513.   background-color: #ff7701 !important;
  4514. }
  4515. .bg-fuchsia-active {
  4516.   background-color: #db0ead !important;
  4517. }
  4518. .bg-purple-active {
  4519.   background-color: #555299 !important;
  4520. }
  4521. .bg-maroon-active {
  4522.   background-color: #ca195a !important;
  4523. }
  4524. [class^="bg-"].disabled {
  4525.   opacity: 0.65;
  4526.   filter: alpha(opacity=65);
  4527. }
  4528. .text-red {
  4529.   color: #dd4b39 !important;
  4530. }
  4531. .text-yellow {
  4532.   color: #f39c12 !important;
  4533. }
  4534. .text-aqua {
  4535.   color: #00c0ef !important;
  4536. }
  4537. .text-blue {
  4538.   color: #0073b7 !important;
  4539. }
  4540. .text-black {
  4541.   color: #111111 !important;
  4542. }
  4543. .text-light-blue {
  4544.   color: #3c8dbc !important;
  4545. }
  4546. .text-green {
  4547.   color: #00a65a !important;
  4548. }
  4549. .text-gray {
  4550.   color: #d2d6de !important;
  4551. }
  4552. .text-navy {
  4553.   color: #001f3f !important;
  4554. }
  4555. .text-teal {
  4556.   color: #39cccc !important;
  4557. }
  4558. .text-olive {
  4559.   color: #3d9970 !important;
  4560. }
  4561. .text-lime {
  4562.   color: #01ff70 !important;
  4563. }
  4564. .text-orange {
  4565.   color: #ff851b !important;
  4566. }
  4567. .text-fuchsia {
  4568.   color: #f012be !important;
  4569. }
  4570. .text-purple {
  4571.   color: #605ca8 !important;
  4572. }
  4573. .text-maroon {
  4574.   color: #d81b60 !important;
  4575. }
  4576. .link-muted {
  4577.   color: #7a869d;
  4578. }
  4579. .link-muted:hover,
  4580. .link-muted:focus {
  4581.   color: #606c84;
  4582. }
  4583. .link-black {
  4584.   color: #666;
  4585. }
  4586. .link-black:hover,
  4587. .link-black:focus {
  4588.   color: #999;
  4589. }
  4590. .hide {
  4591.   display: none !important;
  4592. }
  4593. .no-border {
  4594.   border: 0 !important;
  4595. }
  4596. .no-padding {
  4597.   padding: 0 !important;
  4598. }
  4599. .no-margin {
  4600.   margin: 0 !important;
  4601. }
  4602. .no-shadow {
  4603.   box-shadow: none !important;
  4604. }
  4605. .list-unstyled,
  4606. .chart-legend,
  4607. .contacts-list,
  4608. .users-list,
  4609. .mailbox-attachments {
  4610.   list-style: none;
  4611.   margin: 0;
  4612.   padding: 0;
  4613. }
  4614. .list-group-unbordered > .list-group-item {
  4615.   border-left: 0;
  4616.   border-right: 0;
  4617.   border-radius: 0;
  4618.   padding-left: 0;
  4619.   padding-right: 0;
  4620. }
  4621. .flat {
  4622.   border-radius: 0 !important;
  4623. }
  4624. .text-bold,
  4625. .text-bold.table td,
  4626. .text-bold.table th {
  4627.   font-weight: 700;
  4628. }
  4629. .text-sm {
  4630.   font-size: 12px;
  4631. }
  4632. .jqstooltip {
  4633.   padding: 5px !important;
  4634.   width: auto !important;
  4635.   height: auto !important;
  4636. }
  4637. .bg-teal-gradient {
  4638.   background: #39cccc !important;
  4639.   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  4640.   background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  4641.   background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
  4642.   background: -o-linear-gradient(#7adddd, #39cccc) !important;
  4643.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  4644.   color: #fff;
  4645. }
  4646. .bg-light-blue-gradient {
  4647.   background: #3c8dbc !important;
  4648.   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  4649.   background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  4650.   background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  4651.   background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  4652.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  4653.   color: #fff;
  4654. }
  4655. .bg-blue-gradient {
  4656.   background: #0073b7 !important;
  4657.   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  4658.   background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  4659.   background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  4660.   background: -o-linear-gradient(#0089db, #0073b7) !important;
  4661.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  4662.   color: #fff;
  4663. }
  4664. .bg-aqua-gradient {
  4665.   background: #00c0ef !important;
  4666.   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  4667.   background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  4668.   background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  4669.   background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  4670.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  4671.   color: #fff;
  4672. }
  4673. .bg-yellow-gradient {
  4674.   background: #f39c12 !important;
  4675.   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  4676.   background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  4677.   background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  4678.   background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  4679.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  4680.   color: #fff;
  4681. }
  4682. .bg-purple-gradient {
  4683.   background: #605ca8 !important;
  4684.   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  4685.   background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  4686.   background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  4687.   background: -o-linear-gradient(#9491c4, #605ca8) !important;
  4688.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  4689.   color: #fff;
  4690. }
  4691. .bg-green-gradient {
  4692.   background: #00a65a !important;
  4693.   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  4694.   background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  4695.   background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  4696.   background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  4697.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  4698.   color: #fff;
  4699. }
  4700. .bg-red-gradient {
  4701.   background: #dd4b39 !important;
  4702.   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  4703.   background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  4704.   background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  4705.   background: -o-linear-gradient(#e47365, #dd4b39) !important;
  4706.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  4707.   color: #fff;
  4708. }
  4709. .bg-black-gradient {
  4710.   background: #111111 !important;
  4711.   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
  4712.   background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
  4713.   background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
  4714.   background: -o-linear-gradient(#2b2b2b, #111111) !important;
  4715.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  4716.   color: #fff;
  4717. }
  4718. .bg-maroon-gradient {
  4719.   background: #d81b60 !important;
  4720.   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
  4721.   background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
  4722.   background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
  4723.   background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  4724.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  4725.   color: #fff;
  4726. }
  4727. .description-block .description-icon {
  4728.   font-size: 16px;
  4729. }
  4730. .no-pad-top {
  4731.   padding-top: 0;
  4732. }
  4733. .position-static {
  4734.   position: static !important;
  4735. }
  4736. .list-header {
  4737.   font-size: 15px;
  4738.   padding: 10px 4px;
  4739.   font-weight: bold;
  4740.   color: #666;
  4741. }
  4742. .list-seperator {
  4743.   height: 1px;
  4744.   background: #f4f4f4;
  4745.   margin: 15px 0 9px 0;
  4746. }
  4747. .list-link > a {
  4748.   padding: 4px;
  4749.   color: #777;
  4750. }
  4751. .list-link > a:hover {
  4752.   color: #222;
  4753. }
  4754. .font-light {
  4755.   font-weight: 300;
  4756. }
  4757. .user-block:before,
  4758. .user-block:after {
  4759.   content: " ";
  4760.   display: table;
  4761. }
  4762. .user-block:after {
  4763.   clear: both;
  4764. }
  4765. .user-block img {
  4766.   width: 40px;
  4767.   height: 40px;
  4768.   float: left;
  4769. }
  4770. .user-block .username,
  4771. .user-block .description,
  4772. .user-block .comment {
  4773.   display: block;
  4774.   margin-left: 50px;
  4775. }
  4776. .user-block .username {
  4777.   font-size: 16px;
  4778.   font-weight: 600;
  4779. }
  4780. .user-block .description {
  4781.   color: #999;
  4782.   font-size: 13px;
  4783. }
  4784. .user-block.user-block-sm .username,
  4785. .user-block.user-block-sm .description,
  4786. .user-block.user-block-sm .comment {
  4787.   margin-left: 40px;
  4788. }
  4789. .user-block.user-block-sm .username {
  4790.   font-size: 14px;
  4791. }
  4792. .img-sm,
  4793. .img-md,
  4794. .img-lg,
  4795. .box-comments .box-comment img,
  4796. .user-block.user-block-sm img {
  4797.   float: left;
  4798. }
  4799. .img-sm,
  4800. .box-comments .box-comment img,
  4801. .user-block.user-block-sm img {
  4802.   width: 30px !important;
  4803.   height: 30px !important;
  4804. }
  4805. .img-sm + .img-push {
  4806.   margin-left: 40px;
  4807. }
  4808. .img-md {
  4809.   width: 60px;
  4810.   height: 60px;
  4811. }
  4812. .img-md + .img-push {
  4813.   margin-left: 70px;
  4814. }
  4815. .img-lg {
  4816.   width: 100px;
  4817.   height: 100px;
  4818. }
  4819. .img-lg + .img-push {
  4820.   margin-left: 110px;
  4821. }
  4822. .img-bordered {
  4823.   border: 3px solid #d2d6de;
  4824.   padding: 3px;
  4825. }
  4826. .img-bordered-sm {
  4827.   border: 2px solid #d2d6de;
  4828.   padding: 2px;
  4829. }
  4830. .attachment-block {
  4831.   border: 1px solid #f4f4f4;
  4832.   padding: 5px;
  4833.   margin-bottom: 10px;
  4834.   background: #f7f7f7;
  4835. }
  4836. .attachment-block .attachment-img {
  4837.   max-width: 100px;
  4838.   max-height: 100px;
  4839.   height: auto;
  4840.   float: left;
  4841. }
  4842. .attachment-block .attachment-pushed {
  4843.   margin-left: 110px;
  4844. }
  4845. .attachment-block .attachment-heading {
  4846.   margin: 0;
  4847. }
  4848. .attachment-block .attachment-text {
  4849.   color: #555;
  4850. }
  4851. .connectedSortable {
  4852.   min-height: 100px;
  4853. }
  4854. .ui-helper-hidden-accessible {
  4855.   border: 0;
  4856.   clip: rect(0 0 0 0);
  4857.   height: 1px;
  4858.   margin: -1px;
  4859.   overflow: hidden;
  4860.   padding: 0;
  4861.   position: absolute;
  4862.   width: 1px;
  4863. }
  4864. .sort-highlight {
  4865.   background: #f4f4f4;
  4866.   border: 1px dashed #ddd;
  4867.   margin-bottom: 10px;
  4868. }
  4869. .full-opacity-hover {
  4870.   opacity: 0.65;
  4871.   filter: alpha(opacity=65);
  4872. }
  4873. .full-opacity-hover:hover {
  4874.   opacity: 1;
  4875.   filter: alpha(opacity=100);
  4876. }
  4877. .chart {
  4878.   position: relative;
  4879.   overflow: hidden;
  4880.   width: 100%;
  4881. }
  4882. .chart svg,
  4883. .chart canvas {
  4884.   width: 100% !important;
  4885. }
  4886. /*
  4887.  * Misc: print
  4888.  * -----------
  4889.  */
  4890. @media print {
  4891.   .no-print,
  4892.   .main-sidebar,
  4893.   .left-side,
  4894.   .main-header,
  4895.   .content-header {
  4896.     display: none !important;
  4897.   }
  4898.   .content-wrapper,
  4899.   .right-side,
  4900.   .main-footer {
  4901.     margin-left: 0 !important;
  4902.     min-height: 0 !important;
  4903.     -webkit-transform: translate(0, 0) !important;
  4904.     -ms-transform: translate(0, 0) !important;
  4905.     -o-transform: translate(0, 0) !important;
  4906.     transform: translate(0, 0) !important;
  4907.   }
  4908.   .fixed .content-wrapper,
  4909.   .fixed .right-side {
  4910.     padding-top: 0 !important;
  4911.   }
  4912.   .invoice {
  4913.     width: 100%;
  4914.     border: 0;
  4915.     margin: 0;
  4916.     padding: 0;
  4917.   }
  4918.   .invoice-col {
  4919.     float: left;
  4920.     width: 33.3333333%;
  4921.   }
  4922.   .table-responsive {
  4923.     overflow: auto;
  4924.   }
  4925.   .table-responsive > .table tr th,
  4926.   .table-responsive > .table tr td {
  4927.     white-space: normal !important;
  4928.   }
  4929. }
Add Comment
Please, Sign In to add comment