/* Created by: @themepixels URL: http://themepixels.com/ */ label { font-weight: normal; margin-bottom: 5px !important; color: #4a535e; } code { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; background: none; padding: 0; } small { font-size: 11px; } .lead { color: #333; } blockquote p { font-family: 'Georgia', sans-serif; font-weight: 100; color: #333; } blockquote .glyphicon, blockquote .fa { float: left; margin-right: 10px; font-size: 20px; } h4, .h4 { line-height: 24px; } .row { margin-left: -10px; margin-right: -10px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { padding-left: 10px; padding-right: 10px; } .form-group::after { clear: both; display: block; content: ''; } .form-bordered .form-group { margin: 0; padding: 15px 0; border-top: 1px solid #e0e2e5; } .form-bordered .form-group:first-child { border-top: 0; } .form-striped .form-group { margin: 0; padding: 15px 0; } .form-striped .form-group:nth-child(even) { background: #fcfcfc; } .form-inline .form-group { margin-right: 20px; } .form-inline .checkbox { margin-right: 20px; } .form-control { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 10px; height: auto; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; font-size: 13px; } .form-control:focus { border-color: #999; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05); -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05); box-shadow: 3px 3px 0 rgba(12,12,12,0.05); } .input-sm { font-size: 12px; padding: 7px 10px; height: auto; margin-top: 3px; } .input-lg { font-size: 18px; padding: 12px 10px; } .btn { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; line-height: 21px; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; padding: 6px 15px; } .btn:focus { outline: none; } .btn-sm { padding: 5px 10px; } .btn-xs { padding: 2px 10px; } .btn-lg { padding: 12px 20px; } .btn-default { background: #e4e7ea; color: #636e7b; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background: #f7f7f7; border-color: #ccc; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .btn-success { background-color: @orangeColor; border-color:@orangeColor; } .btn-success:hover, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-color: @darkOrangeColor; border-color: @darkOrangeColor; } .btn-white { background: @whiteColor; border: 1px solid #ccc; color: #666; } .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: #f7f7f7; } .btn-default-alt { border: 2px solid #999; color: #999; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-default-alt:hover, .btn-default-alt:active, .btn-default-alt:focus { border-color: #666; color: #666; } .btn-primary-alt { border: 2px solid #428BCA; color: #428BCA; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-primary-alt:hover, .btn-primary-alt:active, .btn-primary-alt:focus { border-color: #357EBD; color: #357EBD; } .btn-success-alt { border: 2px solid #1CAF9A; color: #1CAF9A; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-success-alt:hover, .btn-success-alt:active, .btn-success-alt:focus { border-color: #17a08c; color: #17a08c; } .btn-warning-alt { border: 2px solid #F0AD4E; color: #F0AD4E; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-warning-alt:hover, .btn-warning-alt:active, .btn-warning-alt:focus { border-color: #EEA236; color: #EEA236; } .btn-danger-alt { border: 2px solid #D9534F; color: #D9534F; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-danger-alt:hover, .btn-danger-alt:active, .btn-danger-alt:focus { border-color: #D43F3A; color: #D43F3A; } .btn-info-alt { border: 2px solid #5BC0DE; color: #5BC0DE; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-info-alt:hover, .btn-info-alt:active, .btn-info-alt:focus { border-color: #46B8DA; color: #46B8DA; } .btn-brown { background-color: #583f26; border-color: #513921; color: @whiteColor; } .btn-brown:hover, .btn-browm:active, .btn-brown:focus { color: @whiteColor; background-color: #513921; border-color: #48321c; } .btn-brown-alt { border: 2px solid #583f26; color: #583f26; text-transform: uppercase; font-size: 12px; font-family: 'LatoBold'; } .btn-brown-alt:hover, .btn-brown-alt:active, .btn-brown-alt:focus { border-color: #513921; color: #513921; } .btn-black { background: #333; color: @whiteColor; border-color: #222; } .btn-black:hover, .btn-black:active, .btn-black:focus { background: #222; border-color: #111; color: @whiteColor; } .btn-black-alt { border: 2px solid #333; color: #333; font-size: 12px; font-family: 'LatoBold'; text-transform: uppercase; } .btn-black-alt:hover, .btn-black-alt:active, .btn-black-alt:focus { border: 2px solid #222; color: #222; } .btn-pink { background: #f579e8; border-color: #ec6bde; color: @whiteColor; } .btn-pink:hover, .btn-pink:active, .btn-pink:focus { background: #ec6bde; border-color: #e261d4; color: @whiteColor; } .btn-pink-alt { border: 2px solid #f579e8; color: #f579e8; font-size: 12px; font-family: 'LatoBold'; text-transform: uppercase; } .btn-pink-alt:hover, .btn-pink-alt:active, .btn-pink-alt:focus { border-color: #ec6bde; color: #ec6bde; } .btn-darkblue { color: @whiteColor; background: #2e4678; border-color: #29406f; } .btn-darkblue:hover, .btn-darkblue:active, .btn-darkblue:focus { background: #29406f; border-color: #243a66; color: @whiteColor; } .btn-darkblue-alt { border: 2px solid #2e4678; color: #2e4678; text-transform: uppercase; font-size: 12px; font-family: 'LatoBold'; } .btn-darkblue-alt:hover, .btn-darkblue-alt:active, .btn-darkblue-alt:focus { border-color: #29406f; color: #29406f; } .btn-orange { color: @whiteColor; background: #f38108; border-color: #de7504; } .btn-orange:hover, .btn-orange:active, .btn-orange:focus { background: #de7504; border-color: #d67003; color: @whiteColor; } .btn-orange-alt { border: 2px solid #f38108; color: #f38108; text-transform: uppercase; font-size: 12px; font-family: 'LatoBold'; } .btn-orange-alt:hover, .btn-orange-alt:active, .btn-orange-alt:focus { border-color: #de7504; color: #de7504; } .btn-maroon { color: @whiteColor; background: #990000; border-color: #880000; } .btn-maroon:hover, .btn-maroon:active, .btn-maroon:focus { background: #880000; border-color: #770000; color: @whiteColor; } .btn-maroon-alt { border: 2px solid #990000; color: #990000; text-transform: uppercase; font-size: 12px; font-family: 'LatoBold'; } .btn-maroon-alt:hover, .btn-maroon-alt:active, .btn-maroon-alt:focus { border-color: #880000; color: #880000; } .btn-lightblue { background: #0390fd; color: @whiteColor; border-color: #028af3; } .btn-lightblue:hover, .btn-lightblue:active, .btn-lightblue:focus { background: #028af3; border-color: #0385ea; color: @whiteColor; } .btn-lightblue-alt { border: 2px solid #0390fd; color: #0390fd; text-transform: uppercase; font-size: 12px; font-family: 'LatoBold'; } .btn-lightblue-alt:hover, .btn-lightblue-alt:active, .btn-lightblue-alt:focus { border-color: #028af3; color: #028af3; } .btn-group.open .dropdown-toggle { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .btn-group { margin-bottom: 10px; } .badge { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-weight: normal; font-size: 11px; vertical-align: middle; display: inline-block; } .badge-warning { background-color: #ec8c04; } .badge-success { background-color: #019a1e; } .nav-pills > li > a { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .nav-tabs > li > a { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .panel { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: #fcfcfc; border: 0; -moz-box-shadow: 0 6px 10px rgba(0,0,0,0.12); -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.12); box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);} .panel-heading, .panel-footer { background: @whiteColor; border-color: #eee; } .panel-heading { padding: 20px; } .panel-default > .panel-heading { border-color: #e7e7e7; background-color: #f2f2f2; } .panel-heading-empty { background: none; border-bottom: 0; } .panel-heading p { font-size: 13px; margin-top: 10px; margin-bottom: 0; color: #77818e; } .panel-primary .panel-heading, .panel-success .panel-heading, .panel-warning .panel-heading, .panel-danger .panel-heading, .panel-info .panel-heading { border-bottom: 0; } .panel-success .panel-heading { background-color: #1CAF9A; } .panel-warning .panel-heading { background-color: #F0AD4E; } .panel-danger .panel-heading { background-color: #D9534F; } .panel-info .panel-heading { background-color: #5BC0DE; } .panel-dark .panel-heading { background-color: @blackColor; } .panel-btns a { margin-left: 8px; float: right; color: #000; display: inline-block; font-weight: 500; opacity: 0.2; font-size: 16px; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .panel-btns a.minimize { font-size: 18px; } .panel-btns a:hover { text-decoration: none; opacity: 0.5; cursor: pointer; } .panel-btns a.minimize:active, .panel-btns a.minimize:focus { opacity: 0.2; text-decoration: none; } .panel-title { font-size: 18px; color: #111; /*font-family: 'LatoBold'; */ } .panel-title-alt { font-size: 13px; font-family: 'LatoBold'; text-transform: uppercase; margin: 0; } .panel-title-alt + p { margin-top: 5px !important; } .panel-primary .panel-title, .panel-success .panel-title, .panel-warning .panel-title, .panel-danger .panel-title, .panel-info .panel-title, .panel-dark .panel-title { color: @whiteColor; } .panel-success .panel-btns a, .panel-danger .panel-btns a, .panel-dark .panel-btns a { color: @whiteColor; } .panel-body { padding:15px; } .panel-body-nopadding { padding: 0; } .panel-footer { padding:15px; } .panel-footer:after { clear: both; display: block; content: ''; } .panel-heading .nav-tabs { margin-bottom: -20px; border-bottom: 0; } .panel-heading .nav-tabs li { margin-right: 5px; } .panel-heading .nav-tabs li a { color: #666; } .panel-heading .nav-tabs li a:hover, .panel-heading .nav-tabs li a:active, .panel-heading .nav-tabs li a:focus { background-color: @whiteColor; border-color: @whiteColor; border-bottom: 0; color: #111; } .panel-heading .nav-tabs li.active a { background: #fcfcfc; color: #111; } .panel-heading .nav-tabs li.active a:hover, .panel-heading .nav-tabs li.active a:active, .panel-heading .nav-tabs li.active a:focus { background: #fcfcfc; color: #111; border: 1px solid #ddd; border-bottom-color: #fcfcfc; } .panel-heading .nav-justified { margin-bottom: -21px; } .panel-heading .nav-justified li a { border-bottom: 0; } .panel-alt .panel-heading { padding: 20px 20px; } .panel-alt .panel-title { font-size: 13px; text-transform: uppercase; font-family: 'LatoBold'; } .panel-alt .panel-heading p { margin-top: 5px; line-height: 16px; } .panel-alt .panel-btns a { margin-top: -3px; } .panel-alt .panel-footer { padding: 15px; } .panel-alt .panel-body { padding: 15px; } .panel-primary .panel-heading p, .panel-warning .panel-heading p, .panel-success .panel-heading p, .panel-danger .panel-heading p, .panel-info .panel-heading p { color: @whiteColor; opacity: 0.6; } .form-horizontal .control-label { font-weight: normal; } .has-success .form-control, .has-warning .form-control, .has-error .form-control { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .has-success .form-control:focus, .has-warning .form-control:focus, .has-error .form-control:focus { -moz-box-shadow: 5px 5px 0 rgba(12,12,12,0.05); -webkit-box-shadow: 5px 5px 0 rgba(12,12,12,0.05); box-shadow: 5px 5px 0 rgba(12,12,12,0.05); } .input-group-addon { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 13px; background-color: #f7f7f7; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; height: 46px; } .input-group-btn .btn { line-height: 22px; } .dropdown-menu { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 5px; -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.03); box-shadow: 3px 3px 0 rgba(12,12,12,0.03); } .dropdown-menu li a { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .dropdown-menu > li > a { padding: 7px 10px; color: #666; } .dropdown-menu > li > a:hover { background-color: #e7e7e7; color: #333; } .tooltip-inner { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .popover { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.05); -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.05); box-shadow: 1px 1px 2px rgba(0,0,0,0.05); padding: 0; } .popover-title { -moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; font-size: 13px; border-color: #ddd; } .modal-dialog { border: 0; } .modal-content { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 7px 7px 0 rgba(0,0,0,0.4);; -webkit-box-shadow: 7px 7px 0 rgba(0,0,0,0.4);; box-shadow: 7px 7px 0 rgba(0,0,0,0.4); border: 0; } .modal-title { font-size: 20px; color: #333; } .modal-header .close { margin-top: 4px; } .modal-backdrop.in { opacity: 0.65; } .alert { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .alert .close { font-size: 16px; margin-top: 3px; } .alert .alert-link { font-family: 'LatoBold'; font-weight: normal; } .alert > p + p { margin-top: 15px; } .alert > p + p .btn { margin-right: 5px; } .label { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding: 4px 8px; font-weight: normal; font-size: 11px; } .label-success { background-color: #1CAF9A; } .badge-primary { background-color: #428BCA; } .badge-warning { background-color: #F0AD4E; } .badge-success { background-color: #0499ff; } .badge-danger { background-color: #D9534F; } .badge-info { background-color: #5BC0DE; } .progress { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; height: 15px; margin-bottom: 15px; } .progress-bar { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .progress-bar-success { background-color: #1CAF9A; } .progress-sm { height: 10px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .nav-tabs { background: #d8dbde; border: 0; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .nav-tabs > li > a { border: 0; padding: 14px 20px; color: #666; } .nav-tabs > li > a:hover { background: none; color: #333; } .tab-content { background: #fcfcfc; padding: 15px; -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background-color: #fcfcfc; border: 0; } .tab-pane address:last-child { margin-bottom: 0; } .nav-dark { background: @orangeColor; } .nav-dark > li > a { color: @whiteColor; } .nav-dark > li > a:hover { color: @whiteColor; } .nav-tabs.nav-justified > li > a { border-bottom: 0; } .nav .dropdown > a { font-family: 'LatoBold'; } .nav .dropdown-menu { margin-top: -2px; } .nav .dropdown .caret { border-top-color: #666; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-color: @whiteColor; border-bottom-color: #fcfcfc; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 0; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { border: 0; background: none; color: #333; font-family: 'LatoBold'; } .panel-group .panel-heading { padding: 0; } .panel-group .panel-title { font-size: 14px; font-family: 'LatoBold'; } .panel-group .panel-title a { padding: 14px 15px; display: block; } .panel-group .panel-title a:hover, .panel-group .panel-title a:focus, .panel-group .panel-title a:active { text-decoration: none; } .panel-group .panel-title a.collapsed { background-color: #f7f7f7; color: #666; border-bottom: 1px solid #ddd; } .panel-group .panel:last-child .panel-title a { border-bottom: 0; } .panel-group .panel-title a.collapsed:hover { background-color: #f3f3f3; } .panel-collapse.in .panel-body { border-bottom: 1px solid #ddd; } .panel-group .panel + .panel { margin-top: 0; border-top: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } .panel-group .panel:last-child { -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } .panel-group .panel:first-child { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .panel-group-dark .panel { border-bottom: 0; } .panel-group-dark .panel-title a.collapsed { background-color: #1d2939; color: #ccc; border-bottom: 1px solid #273548; } .panel-group-dark .panel-title a.collapsed:hover { background-color: #17222f; color: @whiteColor; } .pagination > li:first-child > a, .pagination > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pagination > li > a, .pagination > li > span { color: #636e7b; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #e4e7ea; } .pagination-split li { margin-left: 5px; display: inline-block; float: left; } .pagination-split li:first-child { margin-left: 0; } .pagination-split li a { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: @orangeColor; border-color: @orangeColor; } .pager li > a, .pager li > span { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #636e7b; } .well { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background-color: #e4e7ea; } .thumbnail { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 5px; } .media { padding-bottom: 15px; } .media-heading { color: #333; font-size: 14px; font-family: 'LatoBold'; margin: 0; } small.media-desc { line-height: 16px; font-size: 12px; display: block; } .text-success { color: #1CAF9A; } .table { background: #fcfcfc; -moz-box-shadow: 0 6px 10px rgba(0,0,0,0.12); -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.12); box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3); } .table th { font-weight: normal; font-family: 'LatoBold'; } .table thead > tr > th { border-color: #eee; background-color: #414141; padding-top: 12px; padding-bottom: 12px; color: @whiteColor; } .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { border-color: #eee; } .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { background-color: #f5f5f5; } /* Created by: @themepixels URL: http://themepixels.com/ */ body { background: @blackColor; font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important; line-height: 21px; color: #636e7b; overflow: hidden; font-size: 13px; } body.notfound, body.signin { background: @whiteColor; } input, select, textarea { font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important; color: #636e7b; } a:focus, a:active { outline: none; } h1, h2, h3, h4, h5 { font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif; } strong { font-family: 'LatoBold'; font-weight: normal; } /* preloader */ #preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #e4e7ea; z-index: 10000; } #status { width: 30px; height: 30px; position: absolute; left: 60%; top: 50%; margin: -15px 0 0 -15px; font-size: 50px; } .partialPreloader { position: relative; top: 0; left: 0; width: 100%; height: 100%; background-color: #e4e7ea; z-index: 10000; } .partialStatus { width: 30px; height: 30px; position: absolute; left: 50%; top: 50%; margin: -15px 0 0 -15px; font-size: 50px; } /* signin */ /***** HEADER PANEL *****/ /************************/ .headerbar { border-left: 1px solid #eee; background: @whiteColor; } .headerbar::after { clear: both; display: block; content: ''; } .menutoggle { float: left; width: 50px; height: 50px; font-size: 22px; padding: 14px 0 0 15px; cursor: pointer; float: left; color: #212121; border-right: 1px solid #eee; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .menutoggle:hover { color: #1d2939; } .menutoggle:hover { background-color: #f7f7f7; } .searchform input { width: 250px; background: @whiteColor url(../images/icon-search.png) no-repeat 95% center; float: left; padding: 18px 20px; border: 0; border-right: 1px solid #eee; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; height: 50px; font-size: 14px; } .searchform input:focus { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-color: #ddd; } .header-right { float: right; } .headermenu { list-style: none; } .headermenu > li { display: inline-block; float: left; border-left: 1px solid #eee; position: relative; } .headermenu .dropdown-toggle { padding: 14px 10px; border-color: @whiteColor; background: @whiteColor; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: 0; } .headermenu .dropdown-toggle:hover, .headermenu .dropdown-toggle:focus, .headermenu .dropdown-toggle:active, .headermenu .dropdown-toggle.active, .headermenu .open .dropdown-toggle.dropdown-toggle { background: #f9f9f9; color: #333; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .headermenu .dropdown-toggle img { vertical-align: middle; margin-right: 5px; width: 26px; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; } .headermenu .dropdown-toggle .caret { margin-left: 5px; } .headermenu .dropdown-menu { border: 0; margin-top: 0px; margin-right: -1px; -moz-border-radius: 2px 0 2px 2px; -webkit-border-radius: 2px 0 2px 2px; border-radius: 2px 0 2px 2px; -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05); -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05); box-shadow: 3px 3px 0 rgba(12,12,12,0.05); padding: 5px; } .headermenu .dropdown-menu:after { border-bottom: 6px solid #1d2939; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block; right: 95px; position: absolute; top: -6px; } .headermenu .dropdown-menu li { display: block; margin: 0; float: none; background: none; padding: 15px 5px; } .headermenu .dropdown-menu-usermenu li { padding: 0; } .headermenu .dropdown-menu li a { color: #bbbec6; font-size: 13px; padding: 7px 10px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .headermenu .dropdown-menu li a:hover { background: @orangeColor; color: @whiteColor; } .headermenu .dropdown-menu li i { font-size: 11px; margin-right: 5px; } .headermenu .dropdown-menu-head { padding: 0; min-width: 300px; } .headermenu .tp-icon { padding: 12px 15px; height: 50px; font-size: 16px; background: @whiteColor; color: #333; border-color: @whiteColor; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .headermenu .tp-icon + .dropdown-menu:after { right: 17px; } .headermenu .chat-icon { border-right: 0; } .headermenu .dropdown-menu-usermenu { background: @blackColor; min-width: 200px; } .headermenu .dropdown-menu-head ul { border: 1px solid #ddd; border-top: 0; padding: 0 10px; } .headermenu .dropdown-menu-head li a { color: #333; padding: 0; opacity: 1; } .headermenu .dropdown-menu-head li a:hover { background: none; color: #428BCA; text-decoration: none; } .headermenu .btn-group { margin-bottom: 0; } .dropdown-list li { padding: 15px; overflow: hidden; border-bottom: 1px solid #eee; } .dropdown-list li:last-child { border-bottom: 0; } .dropdown-list .thumb { width: 36px; float: left; } .dropdown-list .thumb img { width: 100%; display: block; vertical-align: middle; } .dropdown-list .desc { margin-left: 45px; display: block; } .dropdown-list .desc h5 { font-size: 13px; margin-top: 7px; } .dropdown-list li:last-child { padding: 7px 5px; } .dropdown-list li .badge { float: right; } .user-list { width: 300px; } .gen-list li a { display: block; } .gen-list li a:hover { color: #333 !important; text-decoration: none; } .gen-list li .name { font-size: 13px; font-family: 'LatoBold','Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif; line-height: 21px; display: block; } .gen-list li .msg { font-size: 11px; line-height: normal; color: #999; display: block; } /***** LEFT PANEL *****/ /**********************/ .leftpanel { width: 240px; position: absolute; top: 0; left: 0; } .sticky-leftpanel { position: fixed; height: 100%; overflow-y: auto; z-index: 999 !important; } .logopanel { padding: 9px; background: @whiteColor; } .logopanel h1 { font-size: 30px; font-family: 'LatoBold', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif; letter-spacing: -1.5px; color: #1d2939; line-height: 30px; margin: 0; } .logopanel h1 span { color: #1caf9a; } .leftpanelinner { padding: 5px 15px; } .leftpanel .searchform { display: none; } .leftpanel .searchform::after { content: ''; display: block; clear: both; } .leftpanel .searchform input { padding: 10px; height: auto; width: 100%; margin: 5px 0 20px 0; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .leftpanel .userlogged { margin: 0; padding: 0; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.1); display: none; } .leftpanel .userlogged .media-object { width: 40px; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px; float: left; border: 2px solid #1CAF9A; padding: 2px; margin-left: 2px; } .leftpanel .userlogged .media-body { margin-left: 50px; color: #ccc; } .leftpanel .userlogged .media-body h4 { font-size: 15px; margin: 0; } .leftpanel .userlogged .media-body span { font-style: italic; font-size: 11px; opacity: 0.5; } .sidebartitle { font-size: 11px; text-transform: uppercase; color: @whiteColor; margin-bottom: 10px; } .nav- > li > a { color: #bebebe; padding: 7px 10px; } .nav- > li > a:hover, .nav- > li > a:active { background-color: @whiteColor; color: #1d2939; -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2); box-shadow: 0 3px 0 rgba(0,0,0,0.2); } .nav- > li.nav-parent > a { background: transparent url(../images/plus-white.png) no-repeat 96% center; } .nav- > li.nav-parent > a:hover { background-color: @whiteColor; background-image: url(../images/plus.png); } .nav- > li.nav-active > a { background-color: #f7f7f7; background-image: url(../images/minus.png); color: #1d2939; -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2); box-shadow: 0 3px 0 rgba(0,0,0,0.2); } .nav- > li.nav-active > a:hover { background-image: url(../images/minus.png); } .nav- > li.active > a, .nav- > li.active > a:hover, .nav- > li.active > a:focus { background-color: @orangeColor; color: @whiteColor; } .nav- > li.active > a { -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2); box-shadow: 0 3px 0 rgba(0,0,0,0.2); } .nav- > li.nav-parent.active > a { background-image: url(../images/plus.png); } .nav- > li.nav-active.active > a { background-image: url(../images/minus.png); } .nav- > li.nav-active.active > a:hover { background-image: url(../images/minus.png); } .nav- li .fa, .nav- li .glyphicon { font-size: 16px; vertical-align: middle; margin-right: 10px; width: 16px; text-align: center; } .nav- .children { list-style: none; display: none; margin: 5px 0; padding: 0; } .nav- .children > li > a { color: #bebebe; font-size: 13px; display: block; padding: 5px 5px 5px 15px; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .nav- .children > li > a:hover, .nav- .children > li > a:active, .nav- .children > li > a:focus { text-decoration: none; color: @whiteColor; } .nav- .children > li .fa { font-size: 12px; opacity: 0.5; margin-right: 5px; text-align: left; width: auto; vertical-align: baseline; } .nav- .children > li.active > a { color: @whiteColor; } .nav- .children ul { margin-left: 12px; border: 0; } .infosummary { margin-top: 30px; } .infosummary ul { padding: 0; margin: 20px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.05); } .infosummary li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.05); } .infosummary li:after { clear: both; display: block; content: ''; } .infosummary .datainfo { float: left; line-height: normal; } .infosummary .datainfo h4 { margin: 0; font-size: 16px; color: @whiteColor; opacity: 0.7; } .infosummary span { font-size: 11px; line-height: normal; text-transform: uppercase; font-size: 10px; opacity: 0.4; } .infosummary .chart { float: right; margin-top: 5px; opacity: 0.6; } /***** MAIN PANEL *****/ /**********************/ .mainpanel { margin-left: 240px; background: #e4e4e4; min-height: 1000px; } .pageheader { padding: 15px; border-bottom: 1px solid #d3d7db; border-top: 1px solid #eee; background: #f4f4f4; position: relative; } .pageheader h2 { font-size: 28px; color: #1D2939; letter-spacing: -0.5px; margin: 0; } /*Commented By DIPAL on 19122017. Dont use these*/ /*.pageheader .glyphicon, .pageheader .fa { font-size: 24px; margin-right: 5px; padding: 6px 7px; border: 2px solid #1D2939; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; } .pageheader .fa.fa-pencil { padding: 6px 9px; } .pageheader .fa.fa-hand-o-up { padding: 6px 9px 6px 7px; } .pageheader .fa-file-o { padding: 6px 10px; } .pageheader .fa-user { padding: 6px 10px; } .pageheader .fa-file-text { padding: 6px 10px; `; } .pageheader .fa-map-marker { padding: 6px 12px; } .pageheader .fa-dollar { padding: 6px 12px; } .pageheader .fa-clock-o { padding: 6px 8px; }*/ .pageheader h2 span { font-size: 13px; text-transform: none; color: #999; font-style: italic; vertical-align: middle; letter-spacing: 0; } .pageheader h2 span::before { content: '/'; margin: 0 10px 0 5px; color: #ccc; } .pageheader .breadcrumb-wrapper { position: absolute; top: 23px; right: 25px; } .pageheader .breadcrumb-wrapper .label { color: #999; text-transform: uppercase; font-size: 11px; font-weight: normal; display: inline-block; } .pageheader .breadcrumb { background: none; display: inline-block; padding: 0; } .pageheader .breadcrumb li { font-size: 12px; } .pageheader .breadcrumb li.active { color: #333; } .contentpanel { padding: 20px; } .contentpanel::after { clear: both; display: block; content: ''; } /*form .form-group:last-child { margin-bottom: 0; }*/ .row-pad-5 { margin-left: -5px; margin-right: -5px; } .row-pad-5 [class*="col-lg"], .row-pad-5 [class*="col-md"], .row-pad-5 [class*="col-sm"] { padding-left: 5px; padding-right: 5px; margin-bottom: 10px; } .subtitle { font-size: 13px; text-transform: uppercase; color: #333; font-family: 'LatoBold'; margin-bottom: 15px; margin-top: 0; } p { margin-bottom: 10px; } /***** DASHBOARD *****/ /*********************/ .panel-stat { background: none; } .panel-stat .panel-heading { padding: 15px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .panel-stat .stat { color: @whiteColor; max-width: 250px; } .panel-stat .stat img { text-align: center; } .panel-stat i { font-size: 30px; border: 1px solid @whiteColor; padding: 15px; border-radius: 50px; opacity: 0.5; } .panel-stat .stat-label { text-transform: uppercase; font-size: 11px; opacity: 0.75; display: block; line-height: normal; margin-bottom: 2px; } .panel-stat h1 { margin: 0; line-height: 36px; font-family: 'Helvetica Neue', sans-serif; font-size: 38px; } .panel-stat h4 { margin: 0; font-family: 'Helvetica Neue', sans-serif; } .sublabel { display: block; font-size: 12px; margin-bottom: 2px; } .dashboard-datatable .dataTables_filter { float: left; } /***** FORM STYLES *****/ /***********************/ .ckbox, .rdio { position: relative; } .ckbox input[type="checkbox"], .rdio input[type="radio"] { opacity: 0; } .ckbox label, .rdio label { padding-left: 10px; cursor: pointer; margin-bottom: 7px !important; } .ckbox label:before { width: 18px; height: 18px; position: absolute; top: 1px; left: 0; content: ''; display: inline-block; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; border: 1px solid #bbb; background: @whiteColor; } .ckbox input[type="checkbox"]:disabled + label { color: #999; } .ckbox input[type="checkbox"]:disabled + label:before { background-color: #eee; } .ckbox input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\F00C"; position: absolute; top: 0; left: 3.5px; display: inline-block; font-size: 11px; width: 16px; height: 16px; color: @whiteColor; } .ckbox-default input[type="checkbox"]:checked + label:before { border-color: #999; } .ckbox-default input[type="checkbox"]:checked + label::after { color: #333; } .ckbox-primary input[type="checkbox"]:checked + label:before { border-color: #357EBD; background-color: #428BCA; } .ckbox-warning input[type="checkbox"]:checked + label:before { border-color: #EEA236; background-color: #F0AD4E; } .ckbox-success input[type="checkbox"]:checked + label:before { border-color: #0499ff; background-color: #0499ff; } .ckbox-danger input[type="checkbox"]:checked + label:before { border-color: #D43F3A; background-color: #D9534F; } .rdio label:before { width: 18px; height: 18px; position: absolute; top: 1px; left: 0; content: ''; display: inline-block; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; border: 1px solid #bbb; background: @whiteColor; } .rdio input[type="radio"]:disabled + label { color: #999; } .rdio input[type="radio"]:disabled + label:before { background-color: #eee; } .rdio input[type="radio"]:checked + label::after { content: ''; position: absolute; top: 5px; left: 4px; display: inline-block; font-size: 11px; width: 10px; height: 10px; background-color: #444; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; } .rdio-default input[type="radio"]:checked + label:before { border-color: #999; } .rdio-primary input[type="radio"]:checked + label:before { border-color: #428BCA; } .rdio-primary input[type="radio"]:checked + label::after { background-color: #428BCA; } .rdio-warning input[type="radio"]:checked + label:before { border-color: #F0AD4E; } .rdio-warning input[type="radio"]:checked + label::after { background-color: #F0AD4E; } .rdio-success input[type="radio"]:checked + label:before { border-color: #1CAF9A; } .rdio-success input[type="radio"]:checked + label::after { background-color: #1CAF9A; } .rdio-danger input[type="radio"]:checked + label:before { border-color: #D9534F; } .rdio-danger input[type="radio"]:checked + label::after { background-color: #D9534F; } pre { font-size: 12px; color: #C7254E; border: 1px solid #ddd; padding: 8px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; background: @whiteColor; } label.error { color: #B94A48; margin-top: 2px; } .asterisk { color: #D9534F; } div.error { margin-bottom: 20px; display: none; position: relative; } div.chosen-container.error { display: block; margin-bottom: 0px; } div.error label.error { display: block; padding-left: 25px; position: relative; } div.error label.error:before { font-family: 'Glyphicons Halflings'; content: '\e101'; position: absolute; top: -2px; left: 0; font-size: 16px; color: #D9534F; display: inline-block; } /***** FORM WIZARD STYLES *****/ /**************************/ .basic-wizard .nav li a { background: #e4e7ea; border-bottom: 1px solid #ccc; color: #4A535E; border-right: 1px solid #ccc; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; opacity: 0.75; } .basic-wizard .nav li:last-child a { border-right: 0; } .basic-wizard .nav li a:hover { background-color: #f7f7f7; opacity: 1; } .basic-wizard .nav li.active a, .basic-wizard .nav li.active a:focus, .basic-wizard .nav li.active a:active { background: #fcfcfc; border-bottom-color: #fcfcfc; color: #333; opacity: 1; } .basic-wizard ul li a span { font-family: 'LatoBold', sans-serif; } .basic-wizard .pager { margin: 0; border-top: 1px solid #ddd; background: #f7f7f7; padding: 10px; } .basic-wizard .pager li a { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; border-color: @orangeColor; background-color: @orangeColor; color: @whiteColor; } .basic-wizard .pager li a:hover { background-color: #0464c8; border-color: #0464c8; } .basic-wizard .pager li.disabled a { background: #eee; color: #999; border-color: #ccc; } .basic-wizard .progress { height: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .basic-wizard .nav-disabled-click li a:hover, .basic-wizard .nav-disabled-click li a:active, .basic-wizard .nav-disabled-click li a:focus { background-color: #E4E7EA; opacity: 0.75; color: #4A535E; cursor: default; } .basic-wizard .nav-disabled-click li.active a:hover, .basic-wizard .nav-disabled-click li.active a:active, .basic-wizard .nav-disabled-click li.active a:focus { background: #fcfcfc; color: #333; opacity: 1; } .basic-wizard .tab-content { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } .tab-pane::after { clear: both; display: block; content: ''; } /***** UI ELEMENTS *****/ /***********************/ .btn-demo::after { clear: both; display: block; content: ''; } .btn-demo .btn { float: left; margin: 0 10px 10px 0; } .fonticon-list { list-style: none; margin: 20px 0; padding: 0; } .fontawesome-list { list-style: none; padding: 0; } .fonticon-list li, .fontawesome-list li { display: block; margin-bottom: 5px; } .fonticon-list li span, .fontawesome-list li span { color: #333; vertical-align: middle; margin-right: 8px; min-width: 20px; } .tooltip-example .btn, .popover-example .btn { margin: 0 5px 5px 0; } .tooltipflot { background-color: rgba(0,0,0,0.75); font-size: 11px; color: @whiteColor; padding: 3px 10px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .jqstooltip { min-height: 25px; border: 0; min-width: 30px; height: auto !important; width: auto !important; } .tinystat { display: inline-block; } .tinystat .chart, .tinystat .datainfo { display: inline-block; vertical-align: middle; } .tinystat .chart { margin-right: 5px; } .tinystat .text-muted { text-transform: uppercase; font-size: 10px; } .tinystat h4 { margin: 0; color: #333; font-family: 'LatoBold'; line-height: normal; font-size: 16px; } .widget-quick-status-post .nav-tabs > li > a { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } .widget-quick-status-post .panel-body { padding: 0; } .widget-messaging .panel-btns .panel-edit { padding: 15px 17px; opacity: 0.5; font-size: 24px; margin-top: -18px; margin-right: -20px; position: relative; } .widget-messaging .panel-btns .panel-edit:hover { opacity: 1; } .widget-messaging .panel-body { padding: 0; } .widget-messaging ul { list-style: none; padding: 0; margin: 0; } .widget-messaging ul li { padding: 15px; border-top: 1px solid #eee; background-color: @whiteColor; } .widget-messaging ul li:hover { background-color: #fcfcfc; } .widget-messaging ul li:first-child { border-top: 0; } .widget-messaging .sender { font-size: 13px; color: #333; margin: 0; font-family: 'LatoBold'; line-height: normal; } .widget-messaging ul li small { line-height: normal; } .widget-today .panel-heading, .widget-time .panel-heading { height: 115px; } .widget-today .glyphicon, .widget-today .fa { font-size: 72px; color: @whiteColor; opacity: 1; } .widget-time .glyphicon, .widget-time .fa { font-size: 60px; color: @whiteColor; opacity: 1; } .widget-today .today, .widget-time .today { line-height: normal; margin: 0; color: #333; font-family: 'LatoBold'; font-size: 20px; } .widget-photoday .panel-body { padding: 0; } .widget-photoday .photoday img { width: 100%; display: block; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .widget-photoday .photo-details { padding: 15px; } .widget-photoday .photo-title { color: #333; font-size: 16px; margin: 0; font-family: 'LatoBold'; line-height: normal; } .widget-photoday .photo-details small { display: block; } .widget-photoday .photo-meta { list-style: none; padding: 0; margin: 0; border-top: 1px solid #e3e3e3; background-color: #f7f7f7; } .widget-photoday .photo-meta li { display: table-cell; width: 1%; text-align: center; border-left: 1px solid #e3e3e3; } .widget-photoday .photo-meta li:first-child { border-left: 0; } .widget-photoday .photo-meta li a, .widget-photoday .photo-meta li span { padding: 15px 10px; display: block; color: #999; font-size: 12px; } .widget-photoday .photo-meta li a:hover { color: #666; text-decoration: none; } .widget-bloglist .media { border-bottom: 1px solid #eee; } .widget-weather { overflow: hidden; } .widget-weather .panel-body { padding: 0; background-color: #1D2939; } .widget-weather .row { margin: 0; } .widget-weather .temp, .widget-weather .weather { padding: 0; } .widget-weather .temp { background-color: #1CAF9A; color: @whiteColor; padding: 10px 0; } .widget-weather .temp h1 { font-size: 60px; font-family: 'LatoLight'; } .widget-weather .temp h1 span { width: 20px; height: 20px; display: inline-block; margin-left: -10px; } .widget-weather .temp h5 { text-transform: uppercase; } .widget-weather .weather-icon { color: #666; font-size: 60px; background-color: @whiteColor; display: block; padding: 20px 0; } .widget-weather .weather > div { width: 50%; text-align: center; color: @whiteColor; font-size: 14px; padding-top: 10px; } .widget-profile .panel-heading { position: relative; } .widget-profile .cover { position: absolute; top: 0; left: 0; height: 105px; overflow: hidden; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .widget-profile .cover img { width: 100%; display: block; } .widget-profile .panel-body { position: relative; padding: 0; } .widget-profile-img { position: relative; margin-top: 30px; margin-left: 15px; } .widget-profile-title { background: #428BCA; margin-top: -55px; padding: 15px 0 15px 120px; color: @whiteColor; } .widget-profile-title h4 { font-size: 18px; margin: 0; line-height: normal; } .widget-profile-title small { line-height: normal; } .widget-profile blockquote { font-size: 18px; border-left: 0; margin: 0; color: #555; padding: 15px; } .widget-profile-title .fa { margin-right: 7px; } .widget-profile .row { margin: 0; } .widget-profile .row > div { padding: 0; } .widget-profile .row > div > span { display: block; border-right: 1px solid rgba(255,255,255,0.15); font-size: 14px; padding: 15px 10px; text-transform: uppercase; background: #1D2939; color: @whiteColor; } .widget-profile .row > div:first-child span { -moz-border-radius: 0 0 0 3px; -webkit-border-radius: 0 0 0 3px; border-radius: 0 0 0 3px; } .widget-profile .row > div:last-child span { border-right: 0; -moz-border-radius: 0 0 3px 0; -webkit-border-radius: 0 0 3px 0; border-radius: 0 0 3px 0; } /***** EMAIL *****/ /*****************/ .btn-compose-email { padding: 10px 0; margin-bottom: 20px; } .nav-email > li > a > .badge { margin-top: 2px; } .nav-email > li > a { color: #444; } .nav-email > li > a > i { width: 16px; text-align: center; margin-right: 10px; } .nav-email > li > a:hover { background-color: #d8dcdf; } .table-email { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-bottom: 1px solid #eee; margin: 0; background-color: #f7f7f7; } .table-email tr.unread td { background-color: @whiteColor; } .table-email tbody > tr > td { vertical-align: middle; } .table-email tr:hover { background-color: #eee; cursor: pointer; } .table-email tr.selected td { background-color: #eee; } .table-email .ckbox { width: 18px; height: 19px; } .table-email .ckbox input[type="checkbox"]:checked + label:after { top: 2px; } .table-email .star { color: #ccc; } .table-email .star-checked { color: #F0AD4E; } .table-email td:first-child { width: 30px; } .table-email td:nth-child(2) { width: 30px; } .table-email .media { margin: 0; padding: 0; } .table-email .media-object { width: 35px; } .table-email .media h4 { margin: 0; font-size: 13px; line-height: normal; font-family: 'LatoBold', sans-serif; } .table-email .media-meta { font-size: 11px; color: #999; } .table-email .email-summary { margin: 2px 0 0 0; } .table-email .email-summary strong { color: #333; } .read-panel { margin-top: 10px; border-top: 1px solid #eee; padding-top: 20px; } .read-panel .media-object { width: 35px; } .read-panel .media h4 { margin: 2px 0 0 0; font-size: 14px; line-height: normal; } .read-panel .media-meta { font-size: 12px; } .email-subject { color: #333; } /***** TABLES *****/ /******************/ .dataTables_length .chosen-container { min-width: 75px; } .dataTables_length .chosen-container-single .chosen-single { padding-right: 0; } .table-action { text-align: center; } .table-action-hide a { opacity: 0; } .table-action a, .table-action-hide a { display: inline-block; margin-right: 5px; color: #666; } .table-action a:hover, .table-action-hide a:hover { color: #333; } .table-action a:last-child, .table-action-hide a:last-child { margin-right: 0; } /***** PAGES *****/ /*****************/ .external-event { background: @orangeColor; margin-bottom: 5px; padding: 6px 10px; color: @whiteColor; font-size: 13px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } /* mediamanager */ .filemanager-options { list-style: none; margin: 0; padding: 0; margin-bottom: 20px; background: #fcfcfc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); } .filemanager-options li { display: inline-block; padding: 12px 15px; border-right: 1px solid #eee; font-size: 12px; color: #666; } .filemanager-options li a { color: #666; } .filemanager-options li a.disabled { opacity: 0.5; cursor: default; } .filemanager-options li a.disabled:hover { text-decoration: none; } .filemanager-options li i { font-size: 14px; margin-right: 5px; color: #444; } .filemanager-options .ckbox label { margin: 0 !important; } .filemanager-options .filter-type { float: right; border-right: 0; border-left: 1px solid #eee; } .filemanager-options .filter-type a { display: inline-block; margin-right: 10px; } .filemanager-options .filter-type a:last-child { margin-right: 0; } .filemanager-options .filter-type a:first-child { margin-left: 10px; } .filemanager-options .filter-type a.active { text-decoration: underline; color: #2A6496; } .filemanager .thmb { border: 1px solid #fcfcfc; background: #fcfcfc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 10px; margin-bottom: 20px; position: relative; -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); } .filemanager .thmb.checked { border-color: #ccc; } .filemanager .thmb::after { clear: both; display: block; content: ''; } .filemanager .ckbox { position: absolute; top: 15px; left: 15px; display: none; } .filemanager .fm-group { position: absolute; top: 15px; right: 15px; display: none; } .filemanager .fm-toggle { padding: 1px 4px; line-height: normal; background: @whiteColor; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .filemanager .fm-menu { min-width: 120px; } .filemanager .fm-menu a { font-size: 12px; color: #333; } .filemanager .fm-menu i { margin-right: 7px; color: #999; width: 16px; font-size: 13px; } .filemanager .thmb-prev { background: #eee; overflow: hidden; } .filemanager .thmb-prev a { display: block; } .filemanager .fm-title { margin-bottom: 0; font-size: 13px; } .fm-sidebar { padding-left: 10px; } .fm-sidebar .subtitle a { color: #999; font-size: 11px; } .fm-sidebar .subtitle a:hover { text-decoration: none; color: #333; } .folder-list { list-style: none; padding: 0; margin: 0; } .folder-list li { display: block; border-bottom: 1px solid #ddd; } .folder-list li a { display: block; padding: 5px 0; color: #666; } .folder-list li a:hover { color: #333; text-decoration: none; } .folder-list li i { margin-right: 10px; width: 16px; } .fm-sidebar .tag-list { list-style: none; padding: 0; margin: 0; } .fm-sidebar .tag-list li { float: left; margin-right: 5px; margin-bottom: 5px; } .fm-sidebar .tag-list li a { display: block; padding: 2px 7px; font-size: 11px; background: #fcfcfc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #666; } .fm-sidebar .tag-list li a:hover { color: @whiteColor; text-decoration: none; background: #428BCA; } /* profile */ .profile-name { margin: 0; margin-bottom: 10px; color: #333; } .profile-location, .profile-position { font-size: 13px; margin-bottom: 3px; } .profile-location .fa, .profile-position .fa { width: 16px; margin-right: 8px; text-align: center; } .profile-header { margin-bottom: 30px; } .profile-header .btn .fa { margin-right: 7px; } .profile-social-list { list-style: none; margin: 0; padding: 0; } .profile-social-list li { border-bottom: 1px solid #ddd; padding: 5px 0; } .profile-social-list li:first-child { padding-top: 0; } .profile-social-list li .fa { margin-right: 10px; width: 16px; } .activity-list { padding: 20px 10px; } .activity-list .act-media { border-bottom: 1px solid #eee; } .activity-list .act-thumb { width: 28px; vertical-align: middle; } .activity-list .act-media-body { line-height: 16px; } .activity-list .media-body p { line-height: 21px; font-size: 13px; } .activity-list .media-title { font-family: 'LatoBold'; font-size: 15px; margin-bottom: 0; } .activity-list .blog-media { padding-bottom: 0; } .activity-list .blog-media .media-object { width: 120px; margin-right: 10px; margin-top: 5px; } .activity-list .blog-media .media-title { margin: 0; } .activity-list .img-single img { width: 50%; } .uploadphoto-list { list-style: none; padding: 0; margin: 0; margin-top: 20px; } .uploadphoto-list li { width: 20%; float: left; } .uploadphoto-list li a { display: block; margin-right: 5px; } .follower-list { padding: 10px; } .follower-list .media { border-bottom: 1px solid #eee; } .follower-list .btn .fa { margin-right: 5px; } .follower-list .media-object { margin-right: 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .follower-name { color: #333; margin: 0; font-size: 18px; margin-bottom: 5px; } .events { padding: 10px; } .events .subtitle { margin-bottom: 20px; } .events .media-object { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .events-list { list-style: none; margin: 0; padding: 0; } .events-list .event-body { font-size: 13px; } .event-body small { display: block; } .event-body small .fa { margin-right: 5px; width: 14px; text-align: center; } .event-body p { margin-top: 10px; } .event-title { margin: 0; margin-bottom: 5px; font-size: 16px; font-family: 'LatoBold'; line-height: normal; } /* bloglist */ .blog-item { background: #fcfcfc; margin-bottom: 20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); position: relative; } .blog-img img { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .blog-details { padding: 15px; } .blog-title { font-family: 'LatoBold'; margin: 0; font-weight: normal; } .blog-title a { color: #333; } .blog-meta { list-style: none; padding: 0; margin: 0; margin-top: 10px; } .blog-meta::after { clear: both; display: block; content: ''; } .blog-meta li { float: left; padding: 0 5px; border-right: 1px solid #ddd; line-height: normal; font-size: 11px; margin-bottom: 5px; } .blog-meta li:first-child { padding-left: 0; } .blog-meta li:last-child { padding-right: 0; border-right: 0; } .blog-summary { font-size: 13px; } .blog-summary p { margin: 10px 0; } .blog-summary .btn { margin-top: 10px; } .blog-quote .quote { margin: 0; font-size: 18px; line-height: 24px; } .blog-quote .quote a { padding: 15px; background: #1d2939; color: #dadfe6; display: block; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; text-align: center; } .blog-quote .quote a:hover { text-decoration: none; background: #2c394c; } .blog-quote .quote-author { display: block; font-family: 'LatoRegular'; opacity: 0.5; } .blog-quote .blog-meta { margin-top: 3px; } .blog-video { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; overflow: hidden; height: 0; padding-top: 30px; padding-bottom: 56.25%; position: relative; } .blog-video iframe { position: absolute; width: 100%; height: 100%; border: 0; top: 0; left: 0; } .blog-quote .quote-primary a { background-color: #428BCA; } .blog-quote .quote-primary a:hover { background-color: #357EBD; } .blog-quote .quote-success a { background-color: #1CAF9A; color: @whiteColor; } .blog-quote .quote-success a:hover { background-color: #17A08C; } .blog-quote .quote-danger a { background-color: #D9534F; color: @whiteColor; } .blog-quote .quote-danger a:hover { background-color: #D43F3A; } /* blog single */ .panel-blog .blog-img img { width: 100%; } .blogsingle-title { font-family: 'LatoRegular'; color: #333; margin: 0; } .blog-content { max-width: 975px; } .authorpanel { margin: 20px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 20px 0; } .authorpanel::after { clear: both; display: block; content: ''; } .authorpanel .media { padding: 0; } .authorpanel .media-object { margin-right: 15px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .authorpanel p { margin-bottom: 0; font-size: 13px; } .blog-sidebar { font-size: 13px; padding-left: 5px; margin-top: 5px; } .sidebar-list { list-style: none; padding: 0; margin: 0; } .sidebar-list li { display: block; border-bottom: 1px solid #ddd; } .sidebar-list li a { padding: 7px 0; display: block; } .sidebar-list li i { display: inline-block; margin-right: 5px; } /* comment list */ .comment-list .media { border-bottom: 1px solid #ddd; } .comment-list .media-object { width: 60px; margin-right: 10px; } .comment-list h4 { margin: 0; color: #333; font-size: 16px; } .comment-list .media-body { font-size: 13px; position: relative; } .comment-list .reply { padding: 3px 8px; line-height: normal; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .comment-list .media-body p:last-child { margin-bottom: 0; } .comment-list .media-body .media:last-child { padding-bottom: 0; border-bottom: 0; } /* people directory */ .letter-list { list-style: none; padding: 0; margin: 0; -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); } .letter-list li { border-left: 1px solid #eee; display: table-cell; width: 1%; } .letter-list li:first-child { border-left: 0; } .letter-list li a { display: block; padding: 8px 0; text-align: center; text-transform: uppercase; background: #f7f7f7; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .letter-list li:first-child a { -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .letter-list li:last-child a { -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .letter-list li a:hover { color: @whiteColor; background: #428BCA; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .people-item { background: #fcfcfc; padding: 20px; font-size: 13px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); margin-bottom: 20px; } .people-item .media { padding: 0; } .people-item .media-object { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-right: 10px; width: 110px; height: 110px; } .people-item .fa { margin-right: 5px; } .person-name { margin: 0 0 5px 0; color: #428BCA; } .people-item .social-list { margin-top: 10px; margin-bottom: 0; list-style: none; padding: 0; } .people-item .social-list::after { clear: both; display: block; content: ''; } .people-item .social-list li { float: left; margin-right: 5px; margin-bottom: 5px; } .people-item .social-list li a { font-size: 16px; border: 1px solid #ddd; padding: 3px 5px; width: 30px; display: block; text-align: center; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; color: #666; } .people-item .social-list li a:hover { background-color: #eee; color: #333; } .people-item .social-list li a .fa { margin-right: 0; } .notfoundpanel { text-align: center; margin-top: 10%; width: 600px; margin: 10% auto 0 auto; } .notfoundpanel h1 { font-size: 130px; font-family: 'LatoBold', sans-serif; color: #333; margin: 0; line-height: 130px; } .notfoundpanel h3 { color: #333; margin: 0; } .notfound h4 { font-size: 14px; } .notfoundpanel form { width: 350px; margin: 20px auto 0 auto; } .notfoundpanel .form-control { width: 250px; float: left; } /* search results */ .nav-sr li { border-bottom: 1px solid #ddd; } .nav-sr li a { padding: 5px 0; color: #555; } .nav-sr li a:hover { background: none; color: #333; } .nav-sr li a i { margin-right: 5px; } .results-list .media { border-bottom: 1px solid #eee; } .results-list .media-object { width: 125px; margin-right: 10px; } .results-list .filename { margin: 0; font-size: 16px; } .results-list .media-body { line-height: 18px; } /* invoice */ .table-invoice { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-bottom: 1px solid #eee; margin-top: 20px; } .table-invoice thead > tr > th { background: none; } .table-invoice thead > tr > th:last-child, .table-invoice thead > tr > th:nth-child(3), .table-invoice thead > tr > th:nth-child(2) { text-align: right; } .table-invoice tbody > tr > td:last-child, .table-invoice tbody > tr > td:nth-child(3), .table-invoice tbody > tr > td:nth-child(2) { width: 15%; text-align: right; } .table-total { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; float: right; } .table-total > tbody > tr > td { border: 0; } .table-total > tbody > tr > td:last-child { border-bottom: 1px solid #ddd; width: 15%; text-align: right; } .table-total > tbody > tr > td:first-child { text-align: right; color: #333; } /* timeline */ .timeline-post .panel-body { padding: 0; } .timeline-post .form-control { border: 0; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; resize: vertical; } .timeline-post .form-control:focus { -moz-box-shdow: none; -webkit-box-shadow: none; box-shadow: none; } .timeline-post .panel-footer { padding: 10px; background: #f7f7f7; } .timeline-btns { padding: 5px; } .timeline-btns a { display: inline-block; font-size: 14px; width: 20px; height: 20px; color: #ccc; text-align: center; margin-right: 5px; } .timeline-btns a:hover { color: #666; } .panel-timeline .panel-heading { padding: 10px 10px 6px 10px; border-bottom: 0; } .panel-timeline .panel-body { padding: 0 10px; } .panel-timeline .panel-heading .media { margin: 0; padding: 0; } .panel-timeline .panel-heading .media-object, .panel-timeline .panel-footer .media-object { width: 32px; border-radius: 1px; } .panel-timeline .panel-body .media { margin-top: 10px; padding-bottom: 10px; } .panel-timeline .panel-body .media-object { width: 150px; } .panel-timeline .panel-body h4 { font-size: 16px; margin-bottom: 5px; font-family: 'LatoBold', sans-serif; } .panel-timeline h4 { margin: 0; font-size: 13px; line-height: normal; } .panel-timeline .panel-footer { padding: 10px; } .panel-timeline .panel-footer .form-control { padding: 8px 10px; border-radius: 0; } .timeline-btns { padding: 10px; } .timeline-btns:after { clear: both; display: block; content: ''; } .timeline-video { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; overflow: hidden; height: 0; padding-top: 30px; padding-bottom: 56.25%; position: relative; } .timeline-video iframe { position: absolute; width: 100%; height: 100%; border: 0; top: 0; left: 0; } /* locked screen */ .lockedpanel { width: 250px; margin: 10% auto 0 auto; text-align: center; } .lockedpanel .loginuser { text-align: center; } .lockedpanel .loginuser img { -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px; background: rgba(255,255,255,0.4); padding: 5px; } .lockedpanel .locked { font-size: 42px; margin-bottom: 20px; } .lockedpanel .logged { margin-top: 20px; } .lockedpanel .logged h4 { margin: 0; font-size: 21px; color: #333; } .lockedpanel form { margin-top: 20px; } .lockedpanel form .btn { display: block; margin-top: 10px; } /* sign in */ .signinpanel { width: 430px; margin: 10% auto 0 auto; } .signinpanel .logopanel { float: none; width: auto; padding: 0; background: none; } .signinpanel .signin-info ul { list-style: none; padding: 0; margin: 20px 0; } .signinpanel .signin-info a { color: #333; } .signinpanel .form-control { display: block; margin-top: 0px; } .signinpanel .uname { background: @whiteColor url(../images/user.png) no-repeat 95% center; } .signinpanel .pword { background: @whiteColor url(../images/locked.png) no-repeat 95% center; } .signinpanel .btn { margin-top: 10px; } .signinpanel form { background: rgba(255,255,255,0.2); -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .signinpanel form a { color: #666; } /* sign up */ .signuppanel { margin: 5% auto 0 auto; width: 780px; } .signuppanel .row { margin-left: -5px; margin-right: -5px; } .signuppanel .logopanel { float: none; width: auto; padding: 0; background: none; } .signuppanel .col-sm-6, .signuppanel .col-sm-5, .signuppanel .col-sm-3, .signuppanel .col-sm-4 { padding-left: 5px; padding-right: 5px; } .signuppanel .signup-info { padding-right: 20px; } .signuppanel form { background: rgba(255,255,255,0.2); border: 1px solid #ccc; -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 30px; } .feat-list { margin-top: 20px; } .feat-list .fa { font-size: 20px; border: 2px solid #636e7b; padding: 4px 5px; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px; float: left; } .feat-list h4 { margin-left: 45px; padding-top: 3px; } .feat-list p { margin-left: 45px; } .signup-footer { /*border-top: 1px solid #ddd; margin-top: 30px; padding-top: 10px; font-size: 12px;*/ color: #414141; border-top: none; box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset; -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset; font-size: 13px; margin-top: 0px; padding: 10px 0; text-align: center; -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); } /***** LEFT PANEL COLLAPSE *****/ /*******************************/ .leftpanel-collapsed .logopanel { display: none; } .leftpanel-collapsed .headerbar { margin-left: -50px; } .leftpanel-collapsed .leftpanel { width: 51px; top: 51px; } .leftpanel-collapsed .leftpanelinner { padding: 0; } .leftpanel-collapsed .leftpanelinner .sidebartitle { display: none; } .leftpanel-collapsed .nav- { margin: 5px; } .leftpanel-collapsed .nav- li a { text-align: center; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding: 10px; position: relative; } .leftpanel-collapsed .nav- > li.nav-parent > a { background-image: none; } .leftpanel-collapsed .nav- li a span { position: absolute; background: @whiteColor; padding: 10px 10px 10px 5px; left: 40px; top: 0; min-width: 179px; text-align: left; z-index: 100; display: none; -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); -moz-border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0; } .leftpanel-collapsed .nav- li.active a span { -moz-border-radius: 0 2px 0 0; -webkit-border-radius: 0 2px 0 0; border-radius: 0 2px 0 0; } .leftpanel-collapsed .nav- ul { display: none; } .leftpanel-collapsed .nav- > li.nav-hover > a { background: @whiteColor; color: #1d2939; } .leftpanel-collapsed .nav- > li.nav-hover.active > a { background: #1CAF9A; color: @whiteColor; } .leftpanel-collapsed .nav- li.nav-hover a span { display: block; } .leftpanel-collapsed .nav- li.nav-hover.active a span { background: #1CAF9A; color: @whiteColor; } .leftpanel-collapsed .nav- li.nav-hover ul { display: block; position: absolute; top: 41px; left: 47px; margin: 0; min-width: 172px; background: #1d2939; z-index: 100; -moz-border-radius: 0 0 2px 0; -webkit-border-radius: 0 0 2px 0; border-radius: 0 0 2px 0; } .leftpanel-collapsed .nav- ul a { text-align: left; padding: 6px 10px; padding-left: 0; } .leftpanel-collapsed .nav- ul a:hover { background: none; } .leftpanel-collapsed .nav- li a i { margin-right: 0; } .leftpanel-collapsed .mainpanel { margin-left: 52px; } .leftpanel-collapsed .infosummary { display: none; } .leftpanel-collapsed .sticky-leftpanel { overflow-y: visible; } /***** RIGHT PANEL STYLES *****/ /**************************/ .chat-view { margin-right: 240px; } .rightpanel { width: 240px; height: 100%; position: fixed; overflow-y: auto; overflow-x: hidden; top: 0; right: -240px; display: none; } .chat-view .rightpanel { display: block; right: 0; } .chat-relative-view { right: 240px; } .chat-relative-view .rightpanel { display: block; right: 0; } .rightpanel, .rightpanel label { color: #999; } .rightpanel .nav-tabs { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: #131d29; position: fixed; width: 240px; } .rightpanel .nav-tabs > li { display: table-cell; width: 1%; } .rightpanel .nav-tabs > li > a { padding: 15px 20px 16px 20px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; color: rgba(255,255,255,0.5); } .rightpanel .nav-tabs > .active > a, .rightpanel .nav-tabs > .active > a:hover, .rightpanel .nav-tabs > .active > a:focus { background: #1D2939; color: @whiteColor; } .rightpanel .tab-content { background: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; margin-top: 45px; } .chatuserlist { list-style: none; padding: 0; border-bottom: 1px dotted rgba(255,255,255,0.05); } .chatuserlist li { border-top: 1px dotted rgba(255,255,255,0.05); } .chatuserlist .media-thumb { -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; border: 2px solid #999; padding: 3px; display: block; } .chatuserlist .media { margin: 10px 0; padding: 0; } .chatuserlist .online .media-thumb { border-color: #1CAF9A; } .chatuserlist .media-object { width: 30px; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; } .chatuserlist .media-body { line-height: normal; padding-top: 7px; } .chatuserlist .media-body small { color: #666; display: block; } .chatuserlist .media-body strong { color: #bbb; font-size: 13px; margin-bottom: 4px; display: block; } .chatuserlist .badge { margin-top: 5px; } .rightpanel .pane-settings { font-size: 13px; } /***** ADDITIONAL STYLES *****/ /*****************************/ /* DROPDOWN */ .dropdown-menu-head { background: @whiteColor; } .dropdown-menu-head .title { background: #1d2939; color: #bbbec6; padding: 15px; text-transform: uppercase; font-size: 11px; margin: 0; } /* ICON */ .tp-icon { padding: 10px 20px; line-height: 20px; border-color: #ddd; position: relative; } .tp-icon .badge { position: absolute; font-size: 10px; font-weight: normal; right: 4px; top: 10px; line-height: 13px; background-color: @orangeColor; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding: 2px 5px; } /* CHOSEN OVERRIDE */ .chosen-container-single .chosen-single div { width: 30px; border-left: 1px solid #d8dde1; background: #e4e7ea; } .chosen-container-single .chosen-single div b { background: url(../images/dropdown-arrow.png) no-repeat 8px 15px !important; } .chosen-container-active.chosen-with-drop .chosen-single div { width: 30px; border-left: 0; background: @whiteColor; } .chosen-container-active.chosen-with-drop .chosen-single div b { background-position: 8px -33px; } /* TIME PICKER */ .bootstrap-timepicker-widget.dropdown-menu { width: 230px; } /* COLOR PICKER */ .colorpicker-input { width: 200px; float: left; } .colorselector { margin-top: 4px; } /* STICKY HEADER */ .stickyheader .logopanel { position: fixed; top: 0; left: 0; width: 240px; z-index: 100; } .stickyheader .leftpanel { top: 50px; } .stickyheader .headerbar { position: fixed; top: 0; left: 240px; width: 100%; z-index: 100; box-shadow: 0 1px rgba(0,0,0,0.05); } .stickyheader .mainpanel { padding-top: 50px; } .stickyheader .header-right { margin-right: 240px; } .stickyheader.leftpanel-collapsed .headerbar { left: 51px; } .stickyheader.leftpanel-collapsed .header-right { margin-right: 0; } .stickyheader.chat-view .headerbar { right: 240px; width: auto; } /* CUSTOM STYLES */ .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb30 { margin-bottom: 30px; } .mb40 { margin-bottom: 40px; } .mr5 { margin-right: 5px; } .mr10 { margin-right: 10px; } .mr20 { margin-right: 20px; } .mr30 { margin-right: 30px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .nomargin { margin: 0; } .border-right-0 { border-right: 0; } .border-left-0 { border-left: 0; } .nopadding { padding: 0; } .padding-top-0 { padding-top: 0; } .padding5 { padding: 5px; } .padding10 { padding: 10px; } .serif { font-family: 'Georgia, serif'; } .italic { font-style: italic; } .dark { color: #333; } .width100p { width: 100%; } .width20 { width: 20px; } .width30 { width: 30px; } /*************************Extra css********************************/ .form-control { padding: 8px 10px 7px; } .btn-reset { margin-left: 4px; } .dataTables_info { /*float: right;*/ clear: inherit; margin-right: 10px; line-height: 32px; } .table-footer { padding: 0; background: none; border: 0; } .table-footer .pagination { margin: 0; float: left; } .table-footer .dataTables_length .chosen-container-single .chosen-single { padding: 5px 10px 6px; } .table-panel .fa { color: #333; } .mr5 { margin-right: 5px; } .btn-panel .btn i { color: @whiteColor; } .btn-panel .btn span { padding-right: 7px; } .add-link { float: right; margin: 0 10px 10px 0; } .panel-header h3 { float: left; margin-top: 0; } .table-panel .table tbody > tr > td { border-right: 1px solid #eee; word-break: break-all; } .table-panel .table tbody > tr > td:first-child { border-left: 1px solid #eee; } .table-panel .table { border-bottom: 1px solid #eee; box-shadow: none; -webkiit-box-shadow: none; -moz-box-shadow: none; } .table-panel .ckbox input[type="checkbox"]:checked + label:after { top: 2px; } .form-panel .chosen-container { width: 100% !important; } .form-panel .panel-body { padding-bottom: 5px; } .table-panel .dataTables_length { margin-bottom: 0; } .user-name { font-size: 14px; margin-left: 7px; } .headermenu .tp-icon + .dropdown-menu-usermenu:after { right: 60px; } .login-fix .logo { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; font-size: 36px; margin: 0 auto !important; padding-bottom: 20px; text-align: center; } .login-fix .logo a { text-decoration: none; color: @whiteColor; } .login-fix .logo a:hover { color: rgba(255, 255, 255, 0.7); } .login-column { background: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -moz-box-shadow: 0 6px 10px rgba(0,0,0,0.12); -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.12); box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3); margin-bottom: 0; } .login-column .header { background: @blackColor; border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset; -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset; color: @whiteColor; font-size: 20px; font-weight: 600; padding: 12px 10px 15px 17px; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8); -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8); -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8); } .login-column .header h4.login-title { margin: 0px; padding: 0px; color: @whiteColor; font-size: 20px; font-weight: 600; color: @whiteColor; font-size: 19px; font-weight: 500; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8); } .login-column .header h4.login-title i { margin-right: 10px; } .login-column .alert { border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset; font-size: 13px; font-weight: 400; margin-bottom: 20px; padding: 10px 15px; margin-bottom: 0px; } .login-column .alert i { margin-right: 5px; } .login-form { background: @whiteColor; border-radius: 0 0px 3px 3px; -webkit-border-radius: 0 0px 3px 3px; -moz-border-radius: 0 0px 3px 3px; } .login-content { padding: 20px; } .login-content .ckbox { display: inline-block; } .login-content .ckbox label:before { background: @whiteColor; border: 1px solid #d8dde1; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; content: ""; display: inline-block; height: 18px; left: 0; position: absolute; top: 1px; width: 18px; } .login-content .form-group small.remember { color: #828282; position: relative; top: -3px; } .login-content .box-footer { background-color: @whiteColor; border-radius: 0 0 3px 3px; border-top: 1px solid #f4f4f4; } .login-content .box-footer button { margin-top: 15px; } .login-content .box-footer button.btn-success.disabled, .btn-success[disabled], .btn-success.active { background-color: #ffc77a; border-color: #ffc77a; } .login-fix .box-extra { } .login-fix .box-extra a { color: rgba(255, 255, 255, 0.5); padding-right: 2px; } .login-fix .box-extra a:hover { color: rgba(255, 255, 255, 0.7); } /****************** 3/10/2014 user view data *****************/ .viewdata-user { background: @whiteColor; } .viewdata-column { margin-bottom: 5px; display: inline-block; width: 100%; } .viewdata-column.lastchild { margin-bottom: 0px; } .viewdata-column .viewdata-title { font-size: 14px; font-weight: 500; width: 8%; color: #34404e; } .viewdata-column .viewdata-detail { font-size: 13px; font-weight: 400; text-align: left; } /***** MEDIA QUERIES *****/ /*************************/ @media screen and (max-width: 1500px) { .table-responsive { margin-bottom: 15px; overflow-x: auto; overflow-y: hidden; width: 100%; } } /****************** 3/10/2014 user view data *****************/ @media screen and (max-width: 1440px) { .viewdata-column .viewdata-title { width: 11%; } } /****************** 3/10/2014 user view data *****************/ @media screen and (max-width: 1200px) { .viewdata-column .viewdata-title { width: 11%; } } @media screen and (max-width: 1024px) { body { position: relative; } .leftpanel { display: none; } .mainpanel { margin-left: 0; width: 100%; } .leftpanel-collapsed .leftpanel { display: none; } .leftpanel-collapsed .mainpanel { margin-left: 0; } .leftpanel-collapsed .headerbar { margin-left: 0; } .leftpanel-show section { overflow-x: hidden; } .leftpanel-show .leftpanel { display: block; } .leftpanel-show .mainpanel { margin-left: 240px; } .stickyheader .headerbar { left: 0; } .stickyheader.leftpanel-show .headerbar { left: 240px; } .stickyheader.chat-relative-view .headerbar { right: 240px; left: auto; } .stickyheader .header-right { margin-right: 0; } .btn-demo { margin-bottom: 20px; } .leftpanelinner { padding: 5px 10px; } .leftpanelinner .searchform input { background: #131b26; border: 0; } .headermenu > li.full-screen { display: none; } } /****************** 3/10/2014 user view data *****************/ @media screen and (max-width: 1050px) { .viewdata-column .viewdata-title { width: 14%; } } /****************** 3/10/2014 user view data *****************/ @media screen and (max-width: 990px) { .viewdata-column { margin-bottom: 10px; } .viewdata-column .viewdata-title { width: inherit; margin-bottom: 2px; } } @media screen and (max-width: 767px) { .searchform { position: relative; } .headermenu li:nth-child(4) { display: block; } .user-detail { display: none !important; } .leftpanel .searchform, .leftpanel .userlogged { display: block; } .breadcrumb-wrapper { display: none; } .headermenu .dropdown-menu:after { display: none; } .rightpanel .nav-tabs.nav-justified > li > a, .rightpanel .nav-justified > li > a { margin-bottom: 0; } .panel-email .col-sm-3 { display: none; } } @media screen and (max-width: 640px) { .notfoundpanel { width: auto; padding: 0 20px; } .notfoundpanel h1 { font-size: 72px; line-height: 72px; } .notfoundpanel h3 { font-size: 14px; line-height: normal; } .notfound h4 { font-size: 12px; line-height: 18px; } .notfoundpanel form { width: auto; } .notfoundpanel .form-control { float: none; width: 100%; } .notfoundpanel .btn { margin-top: 10px; width: 100%; } .signinpanel, .signuppanel { margin: 0 auto; width: 480px; padding: 20px; } .signinpanel form { margin-top: 0px; } .signup-footer { margin-bottom: 10px; } .signuppanel .form-control { margin-bottom: 10px; } .signup-footer .pull-left, .signup-footer .pull-right { float: none !important; text-align: center; } .widget-quick-status-post .nav-tabs.nav-justified > li { display: table-cell; width: 1%; margin-bottom: -5px; } .widget-quick-status-post .nav-tabs.nav-justified > li a { margin: 0; } .nav-tabs.nav-justified.nav-profile > li { float: none; margin-bottom: 0; display: table-cell; width: 1%; } .nav-tabs.nav-justified.nav-profile > li a { margin: 0; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .dataTables_info { float: none !important; text-align: center; margin-bottom: 10px; } .dataTables_paginate { margin-bottom: 10px; text-align: center !important; float: none !important; } .paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next { float: none !important; } .dataTables_filter, .dataTables_length { float: none !important; padding: 10px 0 0 10px; margin: auto !important; display: inline-block; } .table.dataTable th, .table.dataTable td { font-size: 13px; min-width: 150px; } .paging_full_numbers { min-width: 500px; margin: 0 0 10px 10px; } .paging_full_numbers:after { clear: both; display: block; content: ''; } .btn-panel { text-align: center; } .btn-panel .btn { float: none; display: inline-block; } .table-footer .pagination { float: none; } .dataTables_filter, .dataTables_length { float: none !important; } .dataTables_info { float: none; } .table-footer { text-align: center; } .chosen-container-single .chosen-single span { text-align: left; } .panel-header h3 { margin-bottom: 0px; } .add-link { float: right; margin: 0 10px 10px 0; } } @media screen and (max-width: 480px) { .signinpanel, .signuppanel { width: 360px; } .panel-email .pull-right { float: none !important; } .pageheader h2 { font-size: 18px; } .pageheader .glyphicon, .pageheader .fa { font-size: 18px; } .pageheader h2 span { font-size: 11px; } .fc-header td { display: block !important; text-align: center; width: 100%; border: 1px solid #eee; padding: 10px !important; margin-top: -1px; } .fc-button { padding: 2px 5px !important; margin: 0 !important; } .fc-header-title h2 { margin: 0 !important; } .filemanager-options li { padding: 5px 7px; } .filemanager-options .filter-type { display: block; float: none; border-top: 1px solid #eee; } .comment-list .media-object { width: 30px; padding: 2px; } .comment-list .media > .pull-left { margin: 0; } .comment-list h4 { font-size: 13px; } .comment-list .reply { font-size: 10px; padding: 2px 5px; } .comment-list .media-body { font-size: 12px; line-height: 18px; } .blog-content form { margin-bottom: 20px; } .letter-list { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .letter-list::after { clear: both; display: block; content: ''; } .letter-list li { float: left; width: auto; display: inline-block; } .letter-list li a { display: block; padding: 2px 5px; } .btn-invoice:before { display: block; content: ''; clear: both; } .btn-invoice .btn { display: block; width: 100%; margin-top: 10px; } .nav-tabs.nav-justified.nav-profile > li a { font-size: 13px; padding: 14px 10px; } #bloglist > div { padding: 0; margin: 0; float: none; width: auto; } .user-name { display: none; } } @media screen and (max-width: 360px) { .blog-title { font-size: 14px; line-height: 18px; } .blog-summary { font-size: 12px; line-height: 18px; } .blog-summary .btn { padding: 2px 5px; display: block; width: 100%; } .headermenu li:first-child .dropdown-menu { margin-right: -85px; } .headermenu li:nth-child(2) .dropdown-menu { margin-right: -37px; } /* .headermenu li:nth-child(3) .dropdown-menu { margin-right: -37px; } */ .nav-tabs.nav-justified.nav-profile > li { float: none; display: block; width: auto; } .blog-media .media-body { overflow: visible; } .follower-list .btn { display: block; margin: 0 0 5px 0; width: 100%; } .filemanager-options li { display: block; border-top: 1px solid #eee; } .filemanager-options li:first-child { border-top: 0; } .authorpanel .media-object { width: 80px; margin-right: 10px; } .people-item .media-object { width: 80px !important; height: 80px !important; } .pagination { margin-bottom: 20px; } } @media screen and (max-width: 320px) { .signinpanel, .signuppanel { width: auto; } } .input-validation-error { /*border-color: #a94442 !important;*/ border: 1px solid #a94442 !important; } .control-label-value { padding-top: 7px; font-weight: bold; } .edit-control input[type="radio"], input[type="checkbox"].edit-control { margin-top: 0px; } .popover{ max-width:360px; } .popup-table th { background-color: #f7f7f7; /*color:#414141;*/ font-weight: initial !important; font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important; width: 150px; } .popup-table { border-bottom: 1px solid #ebebeb; } .popup-table th { vertical-align: middle !important; } .popup-table td label { margin-bottom: 0px !important; } span.popovers { cursor: pointer; } input[type="radio"], input[type="checkbox"] { margin-top: 10px; } a { cursor: pointer; } .address-text-control { width: 50% !important; display: inline-block; height: 35px !important; border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important; } .address-button-control { width: 50% !important; display: inline-block; height: 35px !important; border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important; margin-top: -2px; } .address-select { margin-top: 15px; } .headermenu li:first-child .dropdown-menu { margin-right: -35px; } .overlap-file { position: relative; top: -30px; left: 91px; background-color: @whiteColor; width: 100%; max-width: 220px; margin-left: 0px; overflow: hidden; text-overflow: ellipsis; } .ellipsis { border: 1px solid #ddd; padding: 6px 12px; margin-right: 5px; cursor: pointer; color: #636E7B; line-height: 21px; float: left; position: relative; background: @whiteColor; display: inline-block; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .this-visible { display: block; } .this-hide { display: none; } .masterfeesGoGo input[type="radio"] { margin-top: 4px; } .actions-add-remove .fa-trash-o { margin-top: 10px; float: right; } .top-section-transferfees #btnAdd i { color: @whiteColor; } .top-section-transferfees #btnAdd { float: right; } .modal#PaymentOptions .modal-footer { margin-top: 0px; } .modal#PaymentOptions .modal-body { padding-bottom: 0px; } .modal#PaymentOptions .modal-body span { font-weight: 600; } .blue { color: #0094ff; } .green { color: #4cff00; } .modal#PaymentOptions .modal-body hr { margin-top: 0px; margin-bottom: 20px; } @media (min-width: 242px) { .overlap-file { max-width: 90px; } } @media (max-width: 396px) { .overlap-file { max-width: 200px; } } /* Pointer cursor for ascending and descending */ .sorting_asc, .sorting_desc, .sorting { cursor: pointer; } /* Datatable loading div */ .dataTables_processing { height: 50px; } .headermenu .tp-icon + .dropdown-menu:after { right: 50px !important; } /*Notification popup*/ .dropdown-list .desc { margin-left: 0px !important; } .notify-badge { background-color: @orangeColor !important; } .msg { display: block; /* Fallback for non-webkit */ display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -moz-box !important; overflow: hidden; text-overflow: ellipsis; } .notification-data { margin-top: 15px; } .notification-data h5 { font-size: 16px; line-height: 24px; font-weight: 400; text-transform: uppercase; padding-bottom: 2px; line-height: 24px; text-transform: capitalize; } .notification-data p { font-size: 16px; line-height: 24px; font-weight: 400; margin-bottom: 15px; line-height: 24px; border-bottom: 1px dashed #6a6565; width: 95%; padding-bottom: 3px; } .notification-data .pagination .active a { color: @whiteColor !important; } .notification-data .pagination a { color: #636e7b !important; } input[type="checkbox"].chk-action { margin: 0px; vertical-align: middle; } .va-m { vertical-align: middle; } /*Manage Customers*/ .red { color: red !important; } .green { color: green !important; } .form-panel textarea { width: 100% !important; } #TradeStatusModal .modal-dialog { width: 70%; } .dataTables_processing { background: none; border: 0px; font-size: 32px; } /*CustomerSummary*/ #CustomerSummary input[type="checkbox"] { margin-top: 0px; } #CustomerSummary .popover { max-width: 130%; } #CustomerSummary .popovers { cursor: pointer; } #gridTableRefunded .popover { max-width: 130%; } #gridTableRefunded .popovers { cursor: pointer; color: @orangeColor; } #gridTableCancelled .popover { max-width: 130%; } #gridTableCancelled .popovers { cursor: pointer; color: @orangeColor; } #gridTableSetteled .popover { max-width: 130%; } #gridTableSetteled .popovers { cursor: pointer; color: @orangeColor; } #gridTableUnSetteled .popover { max-width: 130%; } #gridTableUnSetteled .popovers { cursor: pointer; color: @orangeColor; } #CustomerSummary .text-center { text-align: center; } .header-color { color: @orangeColor; } /*Customer Beneficiary*/ #ManageCustomerBeneficiary input[type="radio"] { margin-top: 3px; } #ManageCustomerBeneficiary .left-align { text-align: left !important; } .table-condensed thead > tr > th { background-color: @whiteColor; color: #636e7b; } .back-link { float: right; margin: 0 10px 10px 0; } .table-panel .glyphicon { color: #333; } .tab-content-BoxShadow { -moz-box-shadow: 0 6px 10px rgba(0,0,0,0.12); -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.12); box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3); } .box-none { box-shadow: none; } .padding-left-right-bottom-zero { padding-left: 0px; padding-right: 0px; padding-bottom: 0px; } .panel-margin-zero { margin-bottom: 0px; } h4 { font-size: 20px; } span.account-name { color: @orangeColor; } /*Popover Styles*/ .popup-table th { background-color: #f7f7f7; /*color:#414141;*/ font-weight: initial !important; font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important; } .popup-table { border-bottom: 1px solid #ebebeb; } .popup-table th { vertical-align: middle !important; } .popup-table td label { margin-bottom: 0px !important; } .spinicon { position: absolute; top: 50%; } /*.popover { min-width: 350px !important; min-height: 150px !important; }*/ /*Rate Alert Model*/ .rate-alert-text { font-weight: bold; color: @orangeColor; } .text-capitalize { text-transform: capitalize; } /*give link color where popovers are shown*/ .popovers { color: @orangeColor; } #PepSanctionCheckModal .modal-body { min-height: 0px; max-height: 500px; overflow: auto; padding-top: 0px; } .pageheader h2 { float: left; } #PepSanctionCheckModal .modal-content { width: 900px; } #TradeBeneficiaryModel .modal-dialog { width: 75%; } #BankStatementDetailModel .modal-dialog { width: 70%; } #InwardFundsModel .modal-dialog { width: 70%; } #CPTradeDetailsModal .modal-dialog { width: 70%; } /* Custom Green Button */ .btn-green { background: #1CAF9A; color: @whiteColor; border-color: #1CAF9A; } .btn-green:hover, .btn-green:active, .btn-green:focus { background: #14a28e; color: @whiteColor; border-color: #1CAF9A; } .tooltip-inner { max-width: none; } .fa { font-size: 18px; } .fa-spin { font-size: 50px; } .btn .fa-spin { font-size: 18px; } .margin-icon { margin-right: 10px; } .glyphicon-eye-open { font-size: 15px; } .glyphicon-check { font-size: 17px; } #InwardFundsModel .modal-body { padding-top: 0px; } .highlightDates { background-color: #ffeed6; } .btn-primary i { display: inline-block; width: 13px; height: 13px; margin: 0 5px; } .iban-loading, .ifsc-loading, .rate-loading { background: url(../../images/loader1.gif) no-repeat @whiteColor right center; background-position-x: 98.00%; } .iban-correct, .ifsc-correct { background: url(../../images/check-icon-tab.png) no-repeat @whiteColor right center !important; background-position-x: 97.00% !important; } .popover { color: #636e7b; } .bold-text { font-weight: bold; } .group-user-chk { margin-top: 3px !important; } /*Customer summary*/ .text-green { color: green !important; } .margin-top-12 { margin-top: 12px !important; } .padding-right-zero { padding-right: 0px !important; } .padding-top-zero { padding-top: 0px !important; } .margin-left-6 { margin-left: 6px !important; } .margin-left-1 { margin-left: 1px; } .font-16 { font-size: 16px; } .padding-top-14 { padding-top: 14%; } .currency-image { vertical-align: middle; margin-left: 5px; max-width: 23px; margin-bottom: 2px; } .min-wifth-100 { min-width: 100px; } .iban-bank-name { margin-bottom: 0px !important; margin-top: 6.5px; padding-left: 10px; } .padding-top-0 { padding-top: 0px !important; } .margin-bottom-0 { margin-bottom: 0px !important; } .trade-summary-title { font-size: 18px; } .trade-summary-title:focus { background-color: inherit !important; } /*css form select2 image dropdown*/ .select2-container { width: 120px !important; } #BeneficiaryDropdown .select2-container { width:350px!important } #BeneficiaryDropdown .select2-container--default .select2-selection--single .select2-selection__rendered { line-height:32px!important } .select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 0px !important; } .card.send-money-card ul li span { padding-top: 1px !important; } .select2-container .select2-selection--single { height: 32px !important; } @keyframes red-highlight { 0% { color: white; background-color: red; } 80% { color: white; background-color: red; } } #lblExchangeRateDisplay.red-highlight { /*animation: red-highlight 5s;*/ padding: 5px !important; color: white; background-color: red; } @keyframes green-highlight { 0% { color: white; background-color: #4fa951; } 80% { color: white; background-color: #4fa951; } } #lblExchangeRateDisplay.green-highlight { /*animation: green-highlight 5s;*/ padding: 5px !important; color: white; background-color: #4fa951; } span#lblExchangeRateDisplay.forex-lbl.red-highlight, span#lblExchangeRateDisplay.forex-lbl.green-highlight { margin-left: 8px !important; } .dd-selected-image { width: 30px !important; margin-right: 5px !important; float: none !important; margin-bottom: 1.5px; } .margin-top-20 { margin-top: 20px; } .dataTable::before { display: none; } .upDownArrow { width: 12px; height: 10px; display: none; margin-top: -2.4px; } .card.send-money-card .select2-container--default .select2-selection--single .select2-selection__arrow b { margin-left: 38px !important; } .card.send-money-card .steps-content .card.send-money-card ul li span.select2-selection.select2-selection--single { padding-top: 0px !important; } .card.send-money-card .card.send-money-card ul li span.select2-selection__arrow { padding-top: 0px !important; } .col-border-right.steps-content { width: 50% !important; display: block !important; } .footer-version { bottom: 0; color: #bebebe; position: fixed; margin-left: 20px; } .padding-top-7 { padding-top:7.3px; } /*i icon hover message css from front*/ .tooltip-box{ position: relative; display: inline-block; vertical-align: top; } .tooltip-box .icon{ width: 20px; height: 20px; display: block; border-radius: 50%; color: @whiteColor; background: @blackColor; font-style: normal; text-align: center; line-height: 20px; font-size: 11px; font-weight: 700; cursor: pointer; } .tooltip-box .tooltip-description{ display: none; position: absolute; width: 200px; height: auto; top: 130%; background: rgba(36,36,36,0.9); right: -10px; z-index: 999; padding: 15px; border-radius: 6px; color: @whiteColor; font-size: 14px; } .tooltip-description::before{ content: ""; width: 0; height: 0; border-style: solid; border-width: 0 5px 5px 5px; border-color: transparent transparent rgba(36,36,36,0.9) transparent; position: absolute; bottom: 100%; right: 15px; } .tooltip-box .icon:hover + .tooltip-description{ display: block; } em.tooltip-box { line-height: 21px !important; padding-top:1.2px; padding-left:2px; } .tooltip-box .icon { width: 16px; height: 16px; line-height: 15px; font-size: 10px; } .tooltip-box .tooltip-description { font-style: normal; } /*i icon hover message css from front*/ .margin-right-0 { margin-right: 0px !important; } .margin-top-7 { margin-top: 7px; } .select2-container--default .select2-results__option[aria-disabled=true]{ background-color: #ececec; } .triangle-div.active:after { content: ''; position: absolute; top: 100%; left: 50%; margin-left: -18px; width: 0; height: 0; border-top: solid 7px @orangeColor !important; border-left: solid 15px transparent; border-right: solid 15px transparent; background-color: white; } #AddBeneficiaryModal .modal-dialog { width: auto !important; max-width: 742px !important; } .add-beneficiary-panel { width: 100% !important; max-width: 830px !important; } #AddBeneficiaryModal .form-horizontal .form-group, .add-beneficiary-panel .form-group { margin-left: 0px !important; margin-right: 0px !important; } .add-beneficiary-panel .form-control { display:inline-block; width: 95%; } .add-beneficiary-panel .chosen-container { width: 95% !important; } .add-beneficiary-panel #choose-entity { width: 95% !important; } .add-beneficiary-panel .tooltip-box { position: absolute; right: 0px; } #AddBeneficiaryModal #FullName + .tooltip-box { margin-top: -26px !important; } #AddBeneficiaryModal #CompanyName + .tooltip-box { margin-top: -26px !important; } .orange-color { color: @orangeColor; } .orange-bg-color { background: @orangeColor; } /* Override Colors */ .bootstrap-datetimepicker-widget table td.today:before { border-bottom-color: @orangeColor !important; } .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td span.active, .chosen-container .chosen-results li.highlighted { background-color: @orangeColor !important; color: @whiteColor !important; } a { color: @orangeColor; } .btn-primary { color:@whiteColor !important; background-color:@orangeColor !important; border-color:@orangeColor !important; } .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { color:@whiteColor !important; background-color:@orangeColor !important; } .paginate_enabled_previous, .paginate_enabled_next { color: @whiteColor !important; background: @orangeColor !important; border: 1px solid @orangeColor !important; } .paging_full_numbers a.current { background-color: @orangeColor !important; border-color: @orangeColor !important; color: @whiteColor !important; } .filled-strength-bar-3 { background-color: @orangeColor !important; } #strength-descriptor { color: @blackColor !important; } #UserMobile { color: @darkOrangeColor !important; } .dark-orange-color { color: @darkOrangeColor; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color:@whiteColor !important; background-color:@darkOrangeColor !important; border-color:@darkOrangeColor !important; } .paginate_enabled_previous:hover, .paginate_enabled_next:hover { color:@whiteColor !important; background: @darkOrangeColor !important; border-color: @darkOrangeColor !important; } /* Override Colors */ /*override choosen select functionality*/ .chosen-container-multi .chosen-choices li.search-field { width: 100% !important; } .chosen-container-multi .chosen-choices li.search-field input[type="text"] { width: 100% !important; } /*override choosen select functionality*/ .orange-text { color: #FFB900 !important; } /*==================================================*/ .switch { position: relative; display: inline-block; width: 35px; height: 20px; margin-left: 10px; margin-top: 5px; } .switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 12px; width: 12px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2196F3; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } @media (min-width:768px) { .modal-dialog.kyc-doc { width: 850px; } } @media (min-width:768px) { .modal-dialog.forward-points{ width: 975px; } } @media (max-width:767px) { #AddBeneficiaryModal .col-sm-5, #AddBeneficiaryModal .col-sm-4 { padding-right: 72px; } #AddBeneficiaryModal .optional-block { padding-left: 10px !important; margin-top: 10px !important; } #AddBeneficiaryModal #isdDDL ~ #MobileNo { width: 80% !important; } .add-beneficiary-panel .optional-block { padding-left: 10px !important; margin-top: 10px !important; } .add-beneficiary-panel #isdDDL ~ #MobileNo { width: 76.3% !important; } }