styles.css 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body,
  4. #cpanel_body {
  5. font-weight: lighter;
  6. color: #D7D7D7;
  7. background-color: #1d1d1d;
  8. }
  9. a,
  10. .body-content a,
  11. .btn-link {
  12. color: #F85A16;
  13. }
  14. a:hover,
  15. .body-content a:hover,
  16. .btn-link:hover {
  17. color: #888; /* color - 4f5860 dd370a */
  18. text-decoration: none;
  19. }
  20. a:focus,
  21. input[type=file]:focus,
  22. input[type=radio]:focus,
  23. input[type=checkbox]:focus {
  24. color:#F85A16;
  25. text-decoration:none;
  26. outline: 1px dotted #F85A16;
  27. }
  28. /* Validation Stuff */
  29. .cjt-pagenotice-container .cjt-notice-info .bd,
  30. .cjt-pagenotice-container .cjt-notice-success .bd,
  31. .cjt-pagenotice-container .cjt-notice-warn .bd,
  32. .validation_errors_div,
  33. div.cjt_status_bar_success,
  34. .alert-danger,
  35. .alert-warning,
  36. .alert-info,
  37. .alert-success {
  38. border: 0;
  39. }
  40. .alert-message {
  41. color:#D7D7D7;
  42. }
  43. .alert-danger .alert-message {
  44. color:#333333;
  45. }
  46. .alert-warning {
  47. background:#222222;
  48. }
  49. .alert {
  50. border: 1px solid #444444!important;
  51. }
  52. ul.validation_errors_ul>li.validation_errors_li {
  53. color: #313131;
  54. }
  55. #content .btn-primary,
  56. .yui-dialog .btn-primary, .body-content .btn-info, .body-content .btn-warning, #content .btn-info, form input[value="Go"] {
  57. background: #FF6C2C;
  58. border-color: #dd370a;
  59. -webkit-box-shadow: inset 0 0px #dd370a;
  60. box-shadow: inset 0 0px #dd370a;
  61. color: #fff;
  62. border-width: 1px;
  63. }
  64. .btn-default[disabled],
  65. .btn-default[disabled]:hover,
  66. .btn-default[disabled]:focus,
  67. .btn-default[disabled]:active,
  68. .btn-default[disabled].active,
  69. form input[value="Go"]:hover,
  70. form input[value="Go"]:focus,
  71. form input[value="Go"]:active,
  72. .btn-default,
  73. .button-group button {
  74. -webkit-box-shadow: inset 0 0px #dd370a;
  75. box-shadow: inset 0 0px #dd370a;
  76. border-width: 1px;
  77. }
  78. form input[value="Go"] {
  79. display: inline-block;
  80. margin-bottom: 0;
  81. font-weight: 400;
  82. border-radius: 2px;
  83. padding: 6px 12px;
  84. white-space: nowrap;
  85. font-size: 14px;
  86. line-height: 1.42857143;
  87. }
  88. .well {
  89. background-color: transparent;
  90. border-color: transparent;
  91. }
  92. .body-content iframe[name=phpinfo] {
  93. width:100%;
  94. }
  95. .alert-message a {
  96. text-decoration:none;
  97. }
  98. #main {
  99. padding-left: 15px;
  100. }
  101. .container-fluid {
  102. padding-left:15px;
  103. }
  104. #-group .ng-pristine {
  105. padding: 20px 25px;
  106. }
  107. #-group .ng-pristine input[name="domain"], #-group .ng-pristine select[name="ext"] {
  108. float:left;
  109. height: 34px;
  110. padding: 6px 12px;
  111. margin-right:3px;
  112. font-size: 14px;
  113. line-height: 1.42857143;
  114. color: #eeeeee;
  115. background-color: #444;
  116. border: 1px solid #555;
  117. background-image: none;
  118. border-radius: 4px;
  119. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  120. box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  121. -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  122. transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  123. }
  124. #-group .ng-pristine input[name="domain"]:hover, #-group .ng-pristine select[name="ext"]:hover {
  125. background-color: #555;
  126. border-color: #666;
  127. }
  128. #-group .ng-pristine input[name="domain"]:focus, #-group .ng-pristine select[name="ext"]:focus {
  129. border-color: #FF6C2C;
  130. outline: 0;
  131. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
  132. box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
  133. }
  134. .input-group-addon {
  135. background-color:#2c2c2c;
  136. color:#D7D7D7;
  137. border-color:#444444;
  138. }
  139. hr {
  140. border-color:#444444;
  141. }
  142. #Search, form input[name="domain"], form select[name="ext"], form input[name="DomainName"], form select[name="domain_selector"], td input[name="email"], td select[name="d_name"], td input[name="destination"], td select[name="day"], td select[name="domain_name"], td input[name="source"] {
  143. width: auto;
  144. height: 34px;
  145. padding: 6px 12px;
  146. margin-right:3px;
  147. font-size: 14px;
  148. line-height: 1.42857143;
  149. color: #eeeeee;
  150. background-color: #444!important;
  151. border: 1px solid #555;
  152. background-image: none;
  153. border-radius: 4px;
  154. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  155. box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  156. -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  157. transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  158. }
  159. #Search:hover, form input[name="domain"]:hover, form select[name="ext"]:hover, form input[name="DomainName"]:hover, form select[name="domain_selector"]:hover, td input[name="email"]:hover, td select[name="d_name"]:hover, td input[name="destination"]:hover, td select[name="day"]:hover, select[name="domain_name"]:hover, td input[name="source"]:hover {
  160. background-color: #555;
  161. border-color: #666;
  162. }
  163. #Search:focus, form input[name="domain"]:focus, form select[name="ext"]:focus, form input[name="DomainName"]:focus, form select[name="domain_selector"]:focus, td input[name="email"]:focus, td select[name="d_name"]:focus, td input[name="destination"]:focus, td select[name="day"]:focus, select[name="domain_name"]:focus, td input[name="source"]:focus {
  164. border-color: #FF6C2C;
  165. outline: 0;
  166. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
  167. box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
  168. }
  169. #content .btn-danger {
  170. color: #FFFFFF!important;
  171. margin-bottom: 3px;
  172. }
  173. /*----- FORM TEMPLATE -----*/
  174. #content .btn-primary:hover,
  175. #content .btn-primary:focus,
  176. #content .btn-primary:active,
  177. #content .btn-primary.active,
  178. #content .open .dropdown-toggle.btn-primary,
  179. .yui-dialog .btn-primary:hover,
  180. .yui-dialog .btn-primary:focus,
  181. .yui-dialog .btn-primary:active,
  182. .yui-dialog .btn-primary.active,
  183. .yui-dialog .open .dropdown-toggle.btn-primary{
  184. background: #dd370a;
  185. color: #fff;
  186. }
  187. .form-control:focus {
  188. border-color: #FF6C2C;
  189. outline: 0;
  190. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
  191. box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
  192. }
  193. .dt_module {
  194. padding: 15px 30px;
  195. background-color: #313131;
  196. }
  197. .form-inline .form-group {
  198. display: inherit;
  199. }
  200. .form-group {
  201. margin-bottom: 0;
  202. }
  203. .form-group label {
  204. font-weight: lighter;
  205. }
  206. .table>thead>tr>th {
  207. background-color: #444;
  208. }
  209. .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  210. background-color: #2c2c2c;
  211. }
  212. .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
  213. background-color: #2c2c2c;
  214. }
  215. .stripe-even, .row-odd {
  216. background-color: #2c2c2c;
  217. }
  218. .stripe-odd, .row-even {
  219. background-color: #262626;
  220. }
  221. input,
  222. select,
  223. textarea,
  224. .form-control {
  225. background-color: #444;
  226. border-color: #555;
  227. color: #eee;
  228. }
  229. .callout-info,
  230. .cjt-pagenotice-container .bd,
  231. .iniInfoBlock{
  232. color: #1d1d1d;
  233. }
  234. .yui-panel, .modal-content {
  235. background-color: #313131;
  236. }
  237. .yui-panel .hd, .yui-panel .ft,
  238. .modal-header, .modal-footer {
  239. border-color: #1d1d1d;
  240. }
  241. .close {
  242. color: #ddd;
  243. }
  244. .nav-tabs>li.active>a,
  245. .nav-tabs>li.active>a:hover,
  246. .nav-tabs>li.active>a:focus {
  247. background-color: #444;
  248. border-color: #444;
  249. color: #eee;
  250. }
  251. .nav-tabs>li>a:hover {
  252. background-color: #444;
  253. border-color: #444;
  254. }
  255. .tab-content,
  256. .nav-tabs{
  257. border-color: #444;
  258. }
  259. /***************************** RECYCLABLE CODE *****************************/
  260. #lnkHeaderHome:after,
  261. input#txtQuickFind,
  262. #btnUserPref,
  263. #lnkHeaderNotifications,
  264. #lnkHeaderLogout,
  265. a,
  266. .widget-heading .close,
  267. .panel, .widget,
  268. .group-header-indicator,
  269. .item,
  270. .itemTextWrapper a,
  271. .itemTextWrapper,
  272. #quickLinks a,
  273. #quickjump.form-control,
  274. .widget-heading .group-header, .widget-header .group-header,
  275. footer .navbar-nav > li > a,
  276. .btn-link,
  277. .btn-primary,
  278. #lnkHeaderHome,
  279. #lnkHeaderHome::before,
  280. .dropdown-menu>li>a,
  281. .itemContentWrapper,
  282. .itemImageWrapper,
  283. .item .itemImageWrapper {
  284. -webkit-transition: all 300ms ease;
  285. -moz-transition: all 300ms ease;
  286. -ms-transition: all 300ms ease;
  287. -o-transition: all 300ms ease;
  288. transition: all 300ms ease;
  289. }
  290. #lblUserNameTxt,
  291. #lblLogout,
  292. #caretImg,
  293. #lnkFooterHome,
  294. #quickLinks ul li:first-child {
  295. display: none;
  296. }
  297. /***************************** HEADER *****************************/
  298. header .navbar,
  299. .navbar-preferences, header .navbar, header .navbar .container .navbar-header, header .navbar .container .navbar-header .navbar-preferences,
  300. #lnkHeaderHome, .cp-nav-toggle, #btnUserPref, .link-buttons, #lnkHeaderHome, .cp-nav-toggle {
  301. height: 50px;
  302. }
  303. footer {
  304. border-top: 0px solid #d9e0e2;
  305. }
  306. footer .navbar {
  307. margin: 0;
  308. }
  309. footer .navbar-nav>li>a {
  310. padding-top: 15px;
  311. padding-bottom: 15px;
  312. font-size: 12px;
  313. color: #D7D7D7;
  314. }
  315. footer .navbar-nav>li>a:hover {
  316. background-color: transparent;
  317. color: #FF6C2C;
  318. text-decoration: none;
  319. }
  320. #txtCpanelVersion {
  321. bottom: 0;
  322. color: #D7D7D7;
  323. }
  324. #txtCpanelVersion:before {
  325. content: "cPanel, Inc. © 2016 All Rights Reserved / v.";
  326. font-size: 11px;
  327. }
  328. /***************************** CONTENT BODY *****************************/
  329. /*----- INDEX BODY -----*/
  330. #content {
  331. margin: 40px 20px 5px 20px;
  332. }
  333. #jump-search {
  334. margin: 20px 20px 5px 0;
  335. }
  336. #quickjump {
  337. box-shadow: inset 0 0px 0px rgba(255,255,255,.7);
  338. padding-top: 12px;
  339. padding-bottom: 12px;
  340. height: inherit;
  341. background: url('img/search-icon.png') no-repeat transparent 99% 10px;
  342. }
  343. #quickjump.form-control {
  344. background-color: #444;
  345. border: 1px solid #555;
  346. }
  347. #quickjump.form-control:hover {
  348. background-color: #555;
  349. border-color: #666;
  350. }
  351. #quickjump.form-control:focus {
  352. border-color: #FF6C2C;
  353. outline: 0;
  354. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
  355. box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
  356. }
  357. #boxes {
  358. margin-right: 20px;
  359. }
  360. #featureShowcaseSection {
  361. margin-right: 20px;
  362. margin-bottom: 35px;
  363. }
  364. .panel,
  365. .widget {
  366. background-color: #222;
  367. margin-top: 20px;
  368. box-shadow: none;
  369. border: 1px solid #1d1d1d;
  370. border-radius: 3px;
  371. }
  372. .panel:hover,
  373. .widget:hover {
  374. background-color: #262626;
  375. border-color: #191919;
  376. }
  377. .panel-heading {
  378. border-top-right-radius: inherit;
  379. border-top-left-radius: inherit;
  380. border-bottom-right-radius: 0;
  381. border-bottom-left-radius: 0;
  382. }
  383. .widget-heading,
  384. .widget-header {
  385. border-top: 0px solid #262626;
  386. border-bottom: 1px solid #1d1d1d;
  387. border-left: 0;
  388. border-right: 0;
  389. line-height: 20px;
  390. color: #e0e0e0;
  391. background-color: transparent;
  392. text-transform: capitalize;
  393. font-size: 22px;
  394. padding: 20px 25px;
  395. }
  396. .widget-heading:hover .group-header,
  397. .widget-header:hover .group-header {
  398. color: #F85A16;
  399. }
  400. .widget-heading .close,
  401. .widget-header .close {
  402. color: #d9e0e2;
  403. }
  404. .widget-heading .close:hover,
  405. .widget-header close:hover {
  406. color: #4f5860;
  407. }
  408. .group-header-indicator {
  409. font-size: 14px;
  410. margin-top: 5px;
  411. color: #444;
  412. }
  413. .group-header-indicator:hover {
  414. color: #555;
  415. }
  416. .widget-body,
  417. .panel-body {
  418. background-color: transparent;
  419. }
  420. .item {
  421. background-color: #262626;
  422. height: inherit;
  423. margin: 10px 0 5px 15px;
  424. width: 230px;
  425. border: 1px solid #333;
  426. border-radius: 2px;
  427. -webkit-border-radius: 2px;
  428. overflow: hidden;
  429. }
  430. .item:hover {
  431. background-color: #292929;
  432. border-color: #444;
  433. }
  434. #content .item:hover .itemTextWrapper,
  435. #content .item:hover .itemTextWrapper a {
  436. color: #F85A16;
  437. }
  438. .itemImageWrapper{
  439. margin: 10px 0 10px 10px;
  440. }
  441. .itemTextWrapper,
  442. a.itemTexWrapper {
  443. width: 74%;
  444. padding: 0;
  445. margin-left: -4px;
  446. }
  447. #content .itemTextWrapper a,
  448. #content a.itemTextWrapper {
  449. padding: 15px 0 15px 15px;
  450. color: #e0e0e0;
  451. }
  452. #content .itemTextWrapper a:hover,
  453. #content a.itemTextWrapper:hover {
  454. color: #FF6C2C;
  455. text-decoration: none;
  456. }
  457. /*----- SIDEBAR BODY -----*/
  458. .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  459. padding:8px;
  460. border-top: 1px solid #1d1d1d;
  461. }
  462. /*.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  463. border-top: 1px solid #1d1d1d;
  464. padding: 15px 25px;
  465. }*/
  466. .table>tbody>tr>td.danger, .table>tbody>tr.danger>td,
  467. .table>tbody>tr>td.warning, .table>tbody>tr.warning>td{
  468. background-color: inherit;
  469. }
  470. .table>tbody>td.warning, .table>tbody>tr.warning,
  471. .table>tbody>td.danger, .table>tbody>tr.danger {
  472. border-left:0;
  473. }
  474. .app-stat-upgrade a {
  475. background-color: inherit;
  476. color: #777;
  477. }
  478. .app-stat-upgrade a:hover {
  479. color: #F85A16;
  480. }
  481. .app-stat-upgrade i {
  482. margin-top: 35px;
  483. }
  484. .progress {
  485. background-color: #444;
  486. border-radius: 6px;
  487. height: 6px;
  488. -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
  489. box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
  490. }
  491. .dashboard-item .progress {
  492. margin: 5px 0 15px 0;
  493. }
  494. .dashboard-item .panel-body {
  495. padding: 15px 25px;
  496. }
  497. /*----- PAGE BODY -----*/
  498. h1, .h1,
  499. h2, .h2,
  500. h3, .h3,
  501. h4, .h4,
  502. h5, .h5,
  503. h6, .h6 {
  504. font-weight: lighter;
  505. }
  506. h1.page-header {
  507. border-bottom: 0;
  508. font-weight: lighter;
  509. border-left: 4px solid #F85A16;
  510. padding: 0 0 0 .5em;
  511. margin-top: 1em;
  512. color: #e0e0e0;
  513. }
  514. .page-icon {
  515. display:none;
  516. }
  517. .body-content h2 {
  518. border-bottom: 1px solid #262626;
  519. padding-bottom: .75em;
  520. margin-bottom: 1em;
  521. font-size: 24px;
  522. }
  523. .body-content .section,
  524. .edge,
  525. .directory-list, /* Directory Privacy */
  526. #postgres_main, /* Postgres Database Wizard*/
  527. #hilight-box, /* Apache SpamAssassin */
  528. .sa-box /* Apache SpamAssassin */ {
  529. background-color: #262626;
  530. padding: 15px;
  531. margin: 2em 0 2em 0;
  532. border: 1px solid #262626;
  533. -webkit-border-radius: 3px;
  534. border-radius: 3px;
  535. overflow: auto;
  536. }
  537. .body-content .section .section, /* Backup, Default Address */
  538. .body-content .section .formbox h2 /* MySQL Databases */ {
  539. border: 0;
  540. padding: 0;
  541. margin: 0;
  542. overflow: visible;
  543. }
  544. .body-content .section .formbox h2 /* MySQL Databases */ {
  545. font-size: 22px;
  546. padding-bottom: .75em;
  547. }
  548. .body-content .form-group {
  549. margin-bottom: 2em;
  550. }
  551. .body-content .control-label {
  552. padding-left: 0;
  553. }
  554. /* Site Publisher page */
  555. .panel-primary>.panel-heading {
  556. background-color: #262626;
  557. }
  558. .panel-default>.panel-heading {
  559. color: #666;
  560. border-color: #262626;
  561. background-color: #262626;
  562. }
  563. .panel-default {
  564. border-color: #444;
  565. }
  566. .panel-primary,
  567. .panel-primary>.panel-heading+.panel-collapse .panel-body {
  568. border-color: #262626;
  569. }
  570. /* /Site Publisher page */
  571. .tab-content /* MultiPHP INI Editor */ {
  572. padding: 15px;
  573. border: 1px solid #ddd;
  574. background-color: #262626;
  575. border-top: 0;
  576. }
  577. .stats-bar-text {
  578. text-transform: capitalize;
  579. }
  580. .search-panel {
  581. margin-bottom: 2em;
  582. }
  583. /*----- NAV MAIN -----*/
  584. header .navbar-header .navbar-brand .brand-name {
  585. font-weight: lighter;
  586. letter-spacing: -1px;
  587. font-size: 30px;
  588. }
  589. #lnkHeaderHome {
  590. color: #222;
  591. opacity: .85;
  592. }
  593. #lnkHeaderHome:hover {
  594. opacity: 1;
  595. }
  596. .navbar-cpanel {
  597. background-color: #262626;
  598. border-bottom: 1px solid #191919;
  599. box-shadow: none;
  600. }
  601. input#txtQuickFind {
  602. height:48px;
  603. width: 50px;
  604. border-left: 1px solid #191919;
  605. border-top: 0;
  606. border-right: 0;
  607. border-bottom: 0;
  608. border-radius: 0;
  609. background: url('img/search-iconSM.png') no-repeat transparent 20px 19px;
  610. color: #4f5860;
  611. text-indent: 35px;
  612. margin: 0;
  613. -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  614. box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  615. margin-right: -4px;
  616. opacity: 1;
  617. }
  618. input:hover#txtQuickFind,
  619. input:focus#txtQuickFind {
  620. width: 175px;
  621. background-color: #1d1d1d;
  622. }
  623. input:focus#txtQuickFind {
  624. box-shadow: none;
  625. }
  626. #btnUserPref,
  627. #lnkHeaderLogout,
  628. #lnkHeaderNotifications {
  629. border-left: 1px solid #191919;
  630. border-right: 0;
  631. border-top: 0;
  632. border-bottom: 0;
  633. border-radius: 0;
  634. background-color: transparent;
  635. color: #777;
  636. }
  637. #btnUserPref,
  638. #lnkHeaderLogout,
  639. #lnkHeaderNotifications {
  640. min-width: 50px;
  641. }
  642. .navbar .fa-lg {
  643. font-size: 12px;
  644. position: relative;
  645. top: -1px;
  646. }
  647. .navbar .badge {
  648. font-size: 10px;
  649. font-weight: lighter;
  650. }
  651. #lnkHeaderLogout {
  652. padding-top: 7px;
  653. }
  654. #btnUserPref:hover, #btnUserPref:active, #btnUserPref:focus,
  655. #lnkHeaderLogout:hover, #lnkHeaderLogout:active, #lnkHeaderLogout:focus,
  656. #lnkHeaderNotifications:hover, #lnkHeaderNotifications:active, #lnkHeaderNotifications:focus {
  657. color: #FF6C2C;
  658. background-color: inherit;
  659. }
  660. .dropdown-menu {
  661. -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
  662. box-shadow: 0 2px 3px rgba(0,0,0,.4);
  663. border: 1px solid #191919;
  664. background-color: #262626
  665. }
  666. .dropdown-menu>li>a,
  667. .navbar-preferences .dropdown-menu>li>a {
  668. border-bottom: 1px dotted #191919;
  669. color: #D7D7D7;
  670. font-weight:lighter;
  671. padding: 10px 15px;
  672. }
  673. .dropdown-menu>li>a:hover,
  674. .dropdown-menu>.active>a,
  675. .dropdown-menu>.active>a:hover,
  676. .dropdown-menu>.active>a:focus {
  677. color: #F85A16;
  678. background-color: #1d1d1d;
  679. }
  680. .dropdown-menu>li:last-child>a {
  681. border-bottom: 0px dotted rgba(0,0,0,.1);
  682. }
  683. .btn-group.open .dropdown-toggle {
  684. -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
  685. box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
  686. }
  687. .btn:focus, .btn:active:focus, .btn.active:focus {
  688. outline: 0;
  689. }
  690. /*----- NAV SIDEBAR -----*/
  691. #sidebar {
  692. background-color: #262626;
  693. box-shadow: none;
  694. border-color: #191919;
  695. border-top: 0;
  696. width: auto!important;
  697. }
  698. #sidebar a {
  699. border-bottom: 1px solid #191919;
  700. padding: 16px;
  701. }
  702. #sidebar a:hover,
  703. #sidebar a:active,
  704. #sidebar a:focus {
  705. color: #F85A16;
  706. }
  707. #sidebar a.active {
  708. color: #e0e0e0;
  709. border-left: 4px solid #F85A16;
  710. padding-left: 12px;
  711. background-color:#1d1d1d;
  712. box-shadow: 2px 0px 0px 0 #1d1d1d;
  713. }
  714. #sidebar .fa-2x {
  715. font-size: 18px;
  716. }
  717. #sidebar a#lnkMenu {
  718. padding: 19px 17px 13px 16px;
  719. }
  720. #sidebar a#lnkMenu.active {
  721. padding: 19px 17px 13px 12px;
  722. }
  723. #sidebar a:nth-child(2) img {
  724. filter:contrast(1%) brightness(180%);
  725. -moz-filter:contrast(1%) brightness(180%);
  726. -ms-filter:contrast(1%) brightness(180%);
  727. -o-filter:contrast(1%) brightness(180%);
  728. -webkit-filter:contrast(1%) brightness(180%);
  729. }
  730. .icon-cloudflare_performance, .icon-cloudflare_analytics, .icon-attracta_seotools {
  731. filter:contrast(1%) brightness(180%);
  732. -moz-filter:contrast(1%) brightness(180%);
  733. -ms-filter:contrast(1%) brightness(180%);
  734. -o-filter:contrast(1%) brightness(180%);
  735. -webkit-filter:contrast(1%) brightness(180%);
  736. }
  737. /****************************
  738. *** LG ***
  739. ****************************/
  740. @media (min-width: 992px) and (max-width: 1199px) {
  741. /*----- NAV SECTION -----*/
  742. /*----- BODY INDEX -----*/
  743. .item {
  744. width: 47%;
  745. }
  746. .itemTextWrapper {
  747. width: 77%;
  748. }
  749. #quickjump {
  750. background-position: 98% 10px;
  751. }
  752. #-group .ng-pristine input[name="domain"] {
  753. width:69%;
  754. }
  755. }
  756. /****************************
  757. *** MD ***
  758. ****************************/
  759. @media (min-width: 769px) and (max-width: 991px) {
  760. /*----- NAV SECTION -----*/
  761. /* Sidebar nav */
  762. #sidebar {
  763. top: 50px;
  764. }
  765. /*----- BODY INDEX -----*/
  766. html[dir="ltr"] #content {
  767. margin: 40px 10px 5px 10px
  768. }
  769. #quickjump {
  770. background-position: 97% 10px;
  771. }
  772. .item {
  773. width: 30.5%;
  774. }
  775. .itemImageWrapper {
  776. padding: 8px 0;
  777. }
  778. .itemTextWrapper {
  779. width: 65%;
  780. }
  781. #stats {
  782. margin-left: 15px;
  783. width:95%;
  784. }
  785. #-group .ng-pristine input[name="domain"] {
  786. width:70%;
  787. }
  788. }
  789. /****************************
  790. *** SM ***
  791. ****************************/
  792. @media (max-width: 768px) {
  793. /*----- NAV SECTION -----*/
  794. #lnkHeaderHome {
  795. margin-left:50px;
  796. }
  797. #btnSideBarToggle {
  798. background-color: #F85A16;
  799. }
  800. .cp-nav-toggle {
  801. padding: 0 15px;
  802. }
  803. .cp-icon-bar {
  804. background-color: #fff;
  805. width: 20px;
  806. }
  807. .navbar .fa-lg {
  808. margin-top: 22px;
  809. }
  810. #lnkHeaderLogout {
  811. padding-top: 10px;
  812. }
  813. #jump-search {
  814. padding: 1em;
  815. background-color: #262626;
  816. margin-top: 3;
  817. margin-bottom: 0;
  818. border: 1px solid #333;
  819. }
  820. #quickjump {
  821. border-radius: 0;
  822. background-color: #fff;
  823. border: 1px solid #eee;
  824. -webkit-box-shadow: inset 0 0px 3px rgba(0,0,0,.15);
  825. box-shadow: inset 0 0px 3px rgba(0,0,0,.15);
  826. background-position: 96% 10px;
  827. }
  828. /* Sidebar nav */
  829. #sidebar {
  830. top: 50px;
  831. }
  832. #sidebar a.active {
  833. box-shadow: 0px 0px 0px 0 #303030;
  834. }
  835. /*----- BODY INDEX -----*/
  836. /* content */
  837. html[dir="ltr"] #content,
  838. html[dir="ltr"] #stats {
  839. padding-left: 15px;
  840. }
  841. html[dir="ltr"] #content {
  842. margin: 40px 5px 5px 5px;
  843. }
  844. #boxes,
  845. #jump-search,
  846. #featureShowcaseSection {
  847. margin-right: 0;
  848. }
  849. .dashboard-item .panel-body,
  850. .panel-body {
  851. padding: 10px;
  852. }
  853. .item {
  854. width: 47%;
  855. margin: 0px 1.5% 15px 1.5%;
  856. max-height: 138px;
  857. }
  858. .itemContentWrapper {
  859. border-color: #F85A16;
  860. }
  861. .itemImageWrapper {
  862. margin: 20px auto 0;
  863. display: block;
  864. }
  865. .itemTextWrapper {
  866. width: 100%;
  867. font-size: 13px;
  868. text-align: center;
  869. margin-bottom: 20px;
  870. margin-left: 0;
  871. }
  872. #content .itemTextWrapper a,
  873. #content a.itemTextWrapper {
  874. padding: 15px;
  875. display: block;
  876. }
  877. /* DETAIL / ACTION */
  878. h1.page-header .page-icon {
  879. display: none;
  880. }
  881. /* FOOTER */
  882. html[dir="ltr"] footer {
  883. padding-left: 15px;
  884. }
  885. html[dir="ltr"] footer .navbar-brand {
  886. text-align: center;
  887. margin-left: 0;
  888. width:100%;
  889. }
  890. footer .navbar {
  891. width:98%;
  892. }
  893. footer .nav.navbar-nav {
  894. float: inherit;
  895. }
  896. .navbar-nav{
  897. margin: 0;
  898. }
  899. footer .nav.navbar-nav li:first-child {
  900. display: none;
  901. }
  902. footer .nav > li {
  903. display: inline-block;
  904. width: 49%;
  905. text-align: center;
  906. }
  907. footer .nav > li {
  908. display: inline-block;
  909. }
  910. #lnkPoweredByCpanel {
  911. padding: 0 10px 10px;
  912. }
  913. #txtCpanelVersion {
  914. width: 100%;
  915. padding-bottom: 50px;
  916. }
  917. #-group .ng-pristine input[name="domain"] {
  918. width:60%;
  919. }
  920. }
  921. /****************************
  922. *** XS ***
  923. ****************************/
  924. @media (max-width: 480px) {
  925. /* NAV SECTION */
  926. #btnUserPref,
  927. #lnkHeaderLogout,
  928. #lnkHeaderNotifications {
  929. min-width: 25px;
  930. padding-left: 12px;
  931. padding-right: 12px;
  932. }
  933. /* BODY INDEX */
  934. #quickjump {
  935. background-position: 95% 10px;
  936. }
  937. .widget-heading {
  938. padding: 10px;
  939. overflow:hidden;
  940. }
  941. .itemTextWrapper {
  942. font-size: 14px;
  943. }
  944. html[dir="ltr"] footer {
  945. padding-left: 0;
  946. }
  947. footer .navbar {
  948. width: 100%;
  949. }
  950. .navbar-nav{
  951. margin: 0;
  952. }
  953. footer sub, footer sup {
  954. line-height: inherit;
  955. }
  956. #-group .ng-pristine input[name="domain"] {
  957. width:50%;
  958. }
  959. #-group .ng-pristine select[name="ext"] {
  960. width:100%;
  961. }
  962. }
  963. /****************************
  964. *** XS ***
  965. ****************************/
  966. @media (max-width: 479px) {
  967. #-group .ng-pristine input[name="domain"] {
  968. width:100%;
  969. }
  970. #-group .ng-pristine select[name="ext"] {
  971. width:100%;
  972. }
  973. .widget-heading .group-header {
  974. overflow: hidden;
  975. max-width: 190px;
  976. display: inline-block;
  977. }
  978. }
  979. .icon-attracta_emailmarketing,.icon-attracta_emailmarketing2,.icon-attracta_getingoogle,.icon-attracta_increasewebsitetraffic,.icon-attracta_linkbuilding,.icon-attracta_localseo,.icon-attracta_merchant,.icon-attracta_rankcheck,.icon-attracta_seoforresellers,.icon-attracta_seotools-,.icon-attracta_socialmm2,.icon-attracta_wpthemes,.icon-attracta_wpthemes2,.icon-attracta_wpvisual,.icon-lvephpsel,.icon-soft_div_icons,.icon-softaculous { background-image: url('img/icon_spritemap.png'); background-repeat: no-repeat; }
  980. .icon-attracta_emailmarketing { background-position: -5px -5px; width: 48px; height: 48px; }
  981. .icon-attracta_emailmarketing2 { background-position: -63px -5px; width: 48px; height: 48px; }
  982. .icon-attracta_getingoogle { background-position: -5px -63px; width: 48px; height: 48px; }
  983. .icon-attracta_increasewebsitetraffic { background-position: -63px -63px; width: 48px; height: 48px; }
  984. .icon-attracta_linkbuilding { background-position: -121px -5px; width: 48px; height: 48px; }
  985. .icon-attracta_localseo { background-position: -121px -63px; width: 48px; height: 48px; }
  986. .icon-attracta_merchant { background-position: -5px -121px; width: 48px; height: 48px; }
  987. .icon-attracta_rankcheck { background-position: -63px -121px; width: 48px; height: 48px; }
  988. .icon-attracta_seoforresellers { background-position: -121px -121px; width: 48px; height: 48px; }
  989. .icon-attracta_seotools- { background-position: -179px -5px; width: 48px; height: 48px; }
  990. .icon-attracta_socialmm2 { background-position: -179px -63px; width: 48px; height: 48px; }
  991. .icon-attracta_wpthemes { background-position: -179px -121px; width: 48px; height: 48px; }
  992. .icon-attracta_wpthemes2 { background-position: -5px -179px; width: 48px; height: 48px; }
  993. .icon-attracta_wpvisual { background-position: -63px -179px; width: 48px; height: 48px; }
  994. .icon-lvephpsel { background-position: -121px -179px; width: 48px; height: 48px; }
  995. .icon-soft_div_icons { background-position: -179px -179px; width: 48px; height: 48px; }
  996. .icon-softaculous { background-position: -237px -5px; width: 48px; height: 48px;}.icon-addon_domains,.icon-address_importer,.icon-advanced_zone_editor,.icon-aliases,.icon-analog_stats,.icon-anonymous_ftp,.icon-apache_handlers,.icon-apache_spam_assassin,.icon-api_shell-,.icon-application_manager,.icon-archive,.icon-authentication,.icon-autoresponders,.icon-awstats,.icon-backup,.icon-backup_restoration,.icon-backup_wizard,.icon-bandwidth,.icon-boxtrapper,.icon-calendar_and_contacts,.icon-change_language,.icon-change_password,.icon-change_style,.icon-cloudflare,.icon-contact_information,.icon-cpu_and_concurrent_connection_usage,.icon-cron_jobs,.icon-default_address,.icon-directory_privacy,.icon-disk_usage,.icon-email_accounts,.icon-email_disk_usage,.icon-email_filters,.icon-email_routing,.icon-encryption,.icon-error_pages,.icon-errors,.icon-file_manager,.icon-forwarders,.icon-ftp_accounts,.icon-ftp_connections,.icon-global_email_filters,.icon-greylisting,.icon-hotlink_protection,.icon-images,.icon-indexes,.icon-ip_blocker,.icon-leech_protection,.icon-mailing_lists,.icon-metrics_editor,.icon-mime_types,.icon-mod_security,.icon-multiphp_ini_editor,.icon-multiphp_manager,.icon-mysql_database_wizard,.icon-mysql_databases,.icon-optimize_website,.icon-perl_modules,.icon-php,.icon-php_my_admin,.icon-php_pear_packages,.icon-php_pg_admin,.icon-postgresql_database_wizard,.icon-postgresql_databases,.icon-raw_access,.icon-redirects,.icon-remote_mysql,.icon-ruby_gems,.icon-ruby_on_rails,.icon-security_policy,.icon-simple_zone_editor,.icon-site_publisher,.icon-site_software,.icon-ssh_access,.icon-ssl_tls,.icon-subdomains,.icon-tls_status,.icon-tls_wizard,.icon-track_delivery,.icon-track_dns,.icon-two_factor_authentication-,.icon-user_manager,.icon-virus_scanner,.icon-visitors,.icon-web_disk,.icon-web_host_manager,.icon-webalizer,.icon-webalizer_ftp,.icon-zone_editor { background-image: url('img/icon_spritemap.svg'); background-repeat: no-repeat; }
  997. .icon-addon_domains { background-size: 4709px 48px; background-position: -0px 0; width: 48px; height: 48px; }
  998. .icon-address_importer { background-size: 4709px 48px; background-position: -53px 0; width: 48px; height: 48px; }
  999. .icon-advanced_zone_editor { background-size: 4709px 48px; background-position: -106px 0; width: 48px; height: 48px; }
  1000. .icon-aliases { background-size: 4709px 48px; background-position: -159px 0; width: 48px; height: 48px; }
  1001. .icon-analog_stats { background-size: 4709px 48px; background-position: -212px 0; width: 48px; height: 48px; }
  1002. .icon-anonymous_ftp { background-size: 4709px 48px; background-position: -265px 0; width: 48px; height: 48px; }
  1003. .icon-apache_handlers { background-size: 4709px 48px; background-position: -318px 0; width: 48px; height: 48px; }
  1004. .icon-apache_spam_assassin { background-size: 4709px 48px; background-position: -371px 0; width: 48px; height: 48px; }
  1005. .icon-api_shell- { background-size: 4709px 48px; background-position: -424px 0; width: 48px; height: 48px; }
  1006. .icon-application_manager { background-size: 4709px 48px; background-position: -477px 0; width: 48px; height: 48px; }
  1007. .icon-archive { background-size: 4709px 48px; background-position: -530px 0; width: 48px; height: 48px; }
  1008. .icon-authentication { background-size: 4709px 48px; background-position: -583px 0; width: 48px; height: 48px; }
  1009. .icon-autoresponders { background-size: 4709px 48px; background-position: -636px 0; width: 48px; height: 48px; }
  1010. .icon-awstats { background-size: 4709px 48px; background-position: -689px 0; width: 48px; height: 48px; }
  1011. .icon-backup { background-size: 4709px 48px; background-position: -742px 0; width: 48px; height: 48px; }
  1012. .icon-backup_restoration { background-size: 4709px 48px; background-position: -795px 0; width: 48px; height: 48px; }
  1013. .icon-backup_wizard { background-size: 4709px 48px; background-position: -848px 0; width: 48px; height: 48px; }
  1014. .icon-bandwidth { background-size: 4709px 48px; background-position: -901px 0; width: 48px; height: 48px; }
  1015. .icon-boxtrapper { background-size: 4709px 48px; background-position: -954px 0; width: 48px; height: 48px; }
  1016. .icon-calendar_and_contacts { background-size: 4709px 48px; background-position: -1007px 0; width: 48px; height: 48px; }
  1017. .icon-change_language { background-size: 4709px 48px; background-position: -1060px 0; width: 48px; height: 48px; }
  1018. .icon-change_password { background-size: 4709px 48px; background-position: -1113px 0; width: 48px; height: 48px; }
  1019. .icon-change_style { background-size: 4709px 48px; background-position: -1166px 0; width: 48px; height: 48px; }
  1020. .icon-cloudflare { background-size: 4709px 48px; background-position: -1219px 0; width: 48px; height: 48px; }
  1021. .icon-contact_information { background-size: 4709px 48px; background-position: -1272px 0; width: 48px; height: 48px; }
  1022. .icon-cpu_and_concurrent_connection_usage { background-size: 4709px 48px; background-position: -1325px 0; width: 48px; height: 48px; }
  1023. .icon-cron_jobs { background-size: 4709px 48px; background-position: -1378px 0; width: 48px; height: 48px; }
  1024. .icon-default_address { background-size: 4709px 48px; background-position: -1431px 0; width: 48px; height: 48px; }
  1025. .icon-directory_privacy { background-size: 4709px 48px; background-position: -1484px 0; width: 48px; height: 48px; }
  1026. .icon-disk_usage { background-size: 4709px 48px; background-position: -1537px 0; width: 48px; height: 48px; }
  1027. .icon-email_accounts { background-size: 4709px 48px; background-position: -1589px 0; width: 48px; height: 48px; }
  1028. .icon-email_disk_usage { background-size: 4709px 48px; background-position: -1642px 0; width: 48px; height: 48px; }
  1029. .icon-email_filters { background-size: 4709px 48px; background-position: -1695px 0; width: 48px; height: 48px; }
  1030. .icon-email_routing { background-size: 4709px 48px; background-position: -1748px 0; width: 48px; height: 48px; }
  1031. .icon-encryption { background-size: 4709px 48px; background-position: -1801px 0; width: 48px; height: 48px; }
  1032. .icon-error_pages { background-size: 4709px 48px; background-position: -1854px 0; width: 48px; height: 48px; }
  1033. .icon-errors { background-size: 4709px 48px; background-position: -1907px 0; width: 48px; height: 48px; }
  1034. .icon-file_manager { background-size: 4709px 48px; background-position: -1960px 0; width: 48px; height: 48px; }
  1035. .icon-forwarders { background-size: 4709px 48px; background-position: -2013px 0; width: 48px; height: 48px; }
  1036. .icon-ftp_accounts { background-size: 4709px 48px; background-position: -2066px 0; width: 48px; height: 48px; }
  1037. .icon-ftp_connections { background-size: 4709px 48px; background-position: -2119px 0; width: 48px; height: 48px; }
  1038. .icon-global_email_filters { background-size: 4709px 48px; background-position: -2172px 0; width: 48px; height: 48px; }
  1039. .icon-greylisting { background-size: 4709px 48px; background-position: -2225px 0; width: 46px; height: 45px; }
  1040. .icon-hotlink_protection { background-size: 4709px 48px; background-position: -2276px 0; width: 48px; height: 48px; }
  1041. .icon-images { background-size: 4709px 48px; background-position: -2329px 0; width: 48px; height: 48px; }
  1042. .icon-indexes { background-size: 4709px 48px; background-position: -2382px 0; width: 48px; height: 48px; }
  1043. .icon-ip_blocker { background-size: 4709px 48px; background-position: -2435px 0; width: 48px; height: 48px; }
  1044. .icon-leech_protection { background-size: 4709px 48px; background-position: -2488px 0; width: 48px; height: 48px; }
  1045. .icon-mailing_lists { background-size: 4709px 48px; background-position: -2541px 0; width: 48px; height: 48px; }
  1046. .icon-metrics_editor { background-size: 4709px 48px; background-position: -2594px 0; width: 48px; height: 48px; }
  1047. .icon-mime_types { background-size: 4709px 48px; background-position: -2647px 0; width: 48px; height: 48px; }
  1048. .icon-mod_security { background-size: 4709px 48px; background-position: -2700px 0; width: 48px; height: 48px; }
  1049. .icon-multiphp_ini_editor { background-size: 4709px 48px; background-position: -2753px 0; width: 48px; height: 48px; }
  1050. .icon-multiphp_manager { background-size: 4709px 48px; background-position: -2806px 0; width: 48px; height: 48px; }
  1051. .icon-mysql_database_wizard { background-size: 4709px 48px; background-position: -2859px 0; width: 48px; height: 48px; }
  1052. .icon-mysql_databases { background-size: 4709px 48px; background-position: -2912px 0; width: 48px; height: 48px; }
  1053. .icon-optimize_website { background-size: 4709px 48px; background-position: -2965px 0; width: 48px; height: 48px; }
  1054. .icon-perl_modules { background-size: 4709px 48px; background-position: -3018px 0; width: 48px; height: 48px; }
  1055. .icon-php { background-size: 4709px 48px; background-position: -3071px 0; width: 48px; height: 48px; }
  1056. .icon-php_my_admin { background-size: 4709px 48px; background-position: -3124px 0; width: 48px; height: 48px; }
  1057. .icon-php_pear_packages { background-size: 4709px 48px; background-position: -3177px 0; width: 48px; height: 48px; }
  1058. .icon-php_pg_admin { background-size: 4709px 48px; background-position: -3230px 0; width: 48px; height: 48px; }
  1059. .icon-postgresql_database_wizard { background-size: 4709px 48px; background-position: -3283px 0; width: 48px; height: 48px; }
  1060. .icon-postgresql_databases { background-size: 4709px 48px; background-position: -3336px 0; width: 48px; height: 48px; }
  1061. .icon-raw_access { background-size: 4709px 48px; background-position: -3389px 0; width: 48px; height: 48px; }
  1062. .icon-redirects { background-size: 4709px 48px; background-position: -3442px 0; width: 48px; height: 48px; }
  1063. .icon-remote_mysql { background-size: 4709px 48px; background-position: -3495px 0; width: 48px; height: 48px; }
  1064. .icon-ruby_gems { background-size: 4709px 48px; background-position: -3548px 0; width: 48px; height: 48px; }
  1065. .icon-ruby_on_rails { background-size: 4709px 48px; background-position: -3601px 0; width: 48px; height: 48px; }
  1066. .icon-security_policy { background-size: 4709px 48px; background-position: -3654px 0; width: 48px; height: 48px; }
  1067. .icon-simple_zone_editor { background-size: 4709px 48px; background-position: -3707px 0; width: 48px; height: 48px; }
  1068. .icon-site_publisher { background-size: 4709px 48px; background-position: -3760px 0; width: 48px; height: 48px; }
  1069. .icon-site_software { background-size: 4709px 48px; background-position: -3813px 0; width: 48px; height: 48px; }
  1070. .icon-ssh_access { background-size: 4709px 48px; background-position: -3866px 0; width: 48px; height: 48px; }
  1071. .icon-ssl_tls { background-size: 4709px 48px; background-position: -3919px 0; width: 48px; height: 48px; }
  1072. .icon-subdomains { background-size: 4709px 48px; background-position: -3972px 0; width: 48px; height: 48px; }
  1073. .icon-tls_status { background-size: 4709px 48px; background-position: -4025px 0; width: 48px; height: 48px; }
  1074. .icon-tls_wizard { background-size: 4709px 48px; background-position: -4078px 0; width: 48px; height: 48px; }
  1075. .icon-track_delivery { background-size: 4709px 48px; background-position: -4131px 0; width: 48px; height: 48px; }
  1076. .icon-track_dns { background-size: 4709px 48px; background-position: -4184px 0; width: 48px; height: 48px; }
  1077. .icon-two_factor_authentication- { background-size: 4709px 48px; background-position: -4237px 0; width: 48px; height: 48px; }
  1078. .icon-user_manager { background-size: 4709px 48px; background-position: -4290px 0; width: 48px; height: 48px; }
  1079. .icon-virus_scanner { background-size: 4709px 48px; background-position: -4343px 0; width: 48px; height: 48px; }
  1080. .icon-visitors { background-size: 4709px 48px; background-position: -4396px 0; width: 48px; height: 48px; }
  1081. .icon-web_disk { background-size: 4709px 48px; background-position: -4449px 0; width: 48px; height: 48px; }
  1082. .icon-web_host_manager { background-size: 4709px 48px; background-position: -4502px 0; width: 48px; height: 48px; }
  1083. .icon-webalizer { background-size: 4709px 48px; background-position: -4555px 0; width: 48px; height: 48px; }
  1084. .icon-webalizer_ftp { background-size: 4709px 48px; background-position: -4608px 0; width: 48px; height: 48px; }
  1085. .icon-zone_editor { background-size: 4709px 48px; background-position: -4661px 0; width: 48px; height: 48px;}