/* config variables */ /* roboto font */ /*@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900,900italic);*/ /* source sans pro */ @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic); /* lato */ @import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic); /* merriweather */ /*@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic);*/ /*$sidebarBg: #35485e;*/ /* modules */ /* this mixin makes possible to add transition to a specific vendor, example: */ /* -webkit-transition: -webkit-transform 0.5s linear; */ @import url(../bootstrap/bootstrap.min.css); *:focus { outline: none; } a:focus, button:focus, input[type="submit"]:focus { outline: none !important; } .button { -webkit-font-smoothing: antialiased; border: 0; outline: none; padding: 1px; display: inline-block; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075); -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075); -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075); height: 33px; background: #adb2bb; background: -webkit-linear-gradient(#ccd0d6, #adb2bb); background: -moz-linear-gradient(#ccd0d6, #adb2bb); background: -ms-linear-gradient(#ccd0d6, #adb2bb); background: -o-linear-gradient(#ccd0d6, #adb2bb); background: linear-gradient(#ccd0d6, #adb2bb); -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; -moz-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } .button[disabled], .button.disabled { pointer-events: none; cursor: not-allowed; box-shadow: none; } .button[disabled] span, .button.disabled span { box-shadow: none; background: #E7EBF0; background: #E7EBF0; background: -webkit-linear-gradient(#e7ebf0, #e7ebf0); background: -moz-linear-gradient(#e7ebf0, #e7ebf0); background: -ms-linear-gradient(#e7ebf0, #e7ebf0); background: -o-linear-gradient(#e7ebf0, #e7ebf0); background: linear-gradient(#e7ebf0, #e7ebf0); } .button:hover { text-decoration: none; } .button:active, .button.active { background: #b5bac2; background: -webkit-linear-gradient(#b5bac2, #b5bac2); background: -moz-linear-gradient(#b5bac2, #b5bac2); background: -ms-linear-gradient(#b5bac2, #b5bac2); background: -o-linear-gradient(#b5bac2, #b5bac2); background: linear-gradient(#b5bac2, #b5bac2); -moz-transform: scale3d(0.95, 0.95, 0.95); -o-transform: scale3d(0.95, 0.95, 0.95); -ms-transform: scale3d(0.95, 0.95, 0.95); -webkit-transform: scale3d(0.95, 0.95, 0.95); transform: scale3d(0.95, 0.95, 0.95); } .button:active span, .button:active span, .button.active span, .button.active span { color: #444; background: #eff1f4; background: -webkit-linear-gradient(#e6e8eb, #eff1f4); background: -moz-linear-gradient(#e6e8eb, #eff1f4); background: -ms-linear-gradient(#e6e8eb, #eff1f4); background: -o-linear-gradient(#e6e8eb, #eff1f4); background: linear-gradient(#e6e8eb, #eff1f4); -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); } .button span { display: block; font-size: 14px; padding-left: 15px; padding-right: 15px; height: 31px; line-height: 31px; border-radius: 4px; font-weight: bold; font-family: "Helvetica Neue", Arial; color: #333; text-shadow: 0 1px 0 #fff; background: #f6f9fc; background: #eff1f4; background: -webkit-linear-gradient(#f7f8fa, #eff1f4); background: -moz-linear-gradient(#f7f8fa, #eff1f4); background: -ms-linear-gradient(#f7f8fa, #eff1f4); background: -o-linear-gradient(#f7f8fa, #eff1f4); background: linear-gradient(#f7f8fa, #eff1f4); -webkit-box-shadow: inset 0 1px 0 white; -moz-box-shadow: inset 0 1px 0 white; -ms-box-shadow: inset 0 1px 0 white; -o-box-shadow: inset 0 1px 0 white; box-shadow: inset 0 1px 0 white; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; } .paging a { position: relative; font-size: 11px; display: inline-block; width: 28px; height: 27px; border: 1px solid #D7DADD; text-align: center; line-height: 26px; border-radius: 5px; color: #60A3D8; } .paging a:active { background: #fafafa; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1); } .paging a.disabled { color: #B9B9B9; cursor: default; } .paging a i.fa-chevron-left { position: relative; left: -1px; } .paging a i.fa-trash-o { font-size: 14px; } #welcome-modal .modal-dialog { margin-top: 65px; } #welcome-modal .modal-content { background: #f5f8fc; background: -webkit-linear-gradient(white, #f5f8fc); background: -moz-linear-gradient(white, #f5f8fc); background: -ms-linear-gradient(white, #f5f8fc); background: -o-linear-gradient(white, #f5f8fc); background: linear-gradient(white, #f5f8fc); font-family: "Helvetica Neue", Arial; } #welcome-modal .modal-content .modal-header { border-bottom: 0; } #welcome-modal .modal-content .modal-body { padding-bottom: 50px; } #welcome-modal .modal-content .modal-body header { text-align: center; font-weight: 600; font-size: 22px; color: #444; margin-bottom: 23px; } #welcome-modal .modal-content .modal-body p { font-size: 13px; color: #555; margin: 0 auto; width: 80%; text-align: center; line-height: 20px; } #welcome-modal .modal-content .modal-body .get-started { margin-top: 40px; } #welcome-modal .modal-content .modal-body .get-started .col-md-4 { text-align: center; padding-bottom: 50px; } #welcome-modal .modal-content .modal-body .get-started .col-md-4 i { font-size: 38px; color: #7FA5BE; } #welcome-modal .modal-content .modal-body .get-started .col-md-4 a { color: #576C91; display: block; margin-top: 12px; font-size: 13px; } #welcome-modal .modal-content .modal-body .go-dashboard { color: #008cdd; text-align: center; display: block; margin-top: 10px; } input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control { /*box-shadow: inset 0 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);*/ /*height: 39px;*/ box-shadow: none; } input[type="text"].form-control::-webkit-input-placeholder, input[type="email"].form-control::-webkit-input-placeholder, input[type="password"].form-control::-webkit-input-placeholder { color: #B1B1B1; font-weight: 400; font-size: 14px; } input[type="text"].form-control:-moz-placeholder, input[type="email"].form-control:-moz-placeholder, input[type="password"].form-control:-moz-placeholder { color: #B1B1B1; font-weight: 400; font-size: 14px; } input[type="text"].form-control::-moz-placeholder, input[type="email"].form-control::-moz-placeholder, input[type="password"].form-control::-moz-placeholder { color: #B1B1B1; font-weight: 400; font-size: 14px; } input[type="text"].form-control:-ms-input-placeholder, input[type="email"].form-control:-ms-input-placeholder, input[type="password"].form-control:-ms-input-placeholder { color: #B1B1B1; font-weight: 400; font-size: 14px; } input[type="text"].form-control:focus, input[type="email"].form-control:focus, input[type="password"].form-control:focus { /*border-color: #98D2FF;*/ outline: none; /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6);*/ box-shadow: none; } textarea.form-control { /*box-shadow: inset 0 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);*/ box-shadow: none; } textarea.form-control::-webkit-input-placeholder { color: #B1B1B1; font-weight: 400; font-size: 14px; } textarea.form-control:-moz-placeholder { color: #B1B1B1; font-weight: 400; font-size: 14px; } textarea.form-control::-moz-placeholder { color: #B1B1B1; font-weight: 400; font-size: 14px; } textarea.form-control:-ms-input-placeholder { color: #B1B1B1; font-weight: 400; font-size: 14px; } textarea.form-control:focus { /*border-color: #98D2FF;*/ outline: none; /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6);*/ box-shadow: none; } /* Create a custom select by adding a [data-smart-select] to any select. e.g.