/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 10px 20px;
    min-height: 568px;
    background-color: #fff;
}

.show-my-wrapper {
    position: absolute;
    padding: 0px;
    bottom: 2px;
    right: 25px;
}

.show-my-wrapper label{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        border-left: 1px solid #e7e7e7;
    }
}
@media(max-width:1600px) {
    .narrow-hide-x{
        display: none;
    }
}
@media(max-width:1200px) {
    .narrow-hide-l{
        display: none;
    }
}
@media(max-width:900px) {
    .narrow-hide-m{
        display: none;
    }
    .modal.large-6 .modal-dialog,.modal.large-8 .modal-dialog{
        width:98%!important;
    }
}
@media(max-width:480px) {
    .navbar-brand{
        max-width:160px;
        overflow: hidden;
        padding:0px;
    }
}
.confirmation{
    min-width: 160px;
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

/* .sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
} */

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}
.btn.loading{
    cursor: wait!important;
    pointer-events:auto!important;
}
.modal-body .form-group{
    margin-bottom: 0px;
}
.modal-body .form-group label{
    line-height:32px;
}
.modal-body .form-group label.error{
    margin-top: 0px;
    color: #ff0000;
    line-height: 1.5;
    display: block;
    font-weight: normal;
    margin-bottom: 0px;
}
.modal.large-6 .modal-dialog{
    width:60%;
}
.modal.large-8 .modal-dialog{
    width:80%;
}
.ui-front{
    z-index:1100!important;
}
.ui-menu .ui-menu-item{
    font-size:14px!important;
    font-weight: normal!important;
    padding:0px!important;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper{
    padding:6px 10px!important;
    background: transparent;
}
.ui-menu-item-wrapper.ui-state-active{
    border:1px solid #eee!important;
    padding:0px!important;
    background: #66afe9!important;
    color:#fff!important;
    font-weight: normal!important;
}
.ui-autocomplete-input.ui-autocomplete-loading{
      background: white url(/images/spinner.gif) right center no-repeat;
}
@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}
.btn-gray{
    background-color: #999;
    color:#fff!important;
}
.btn-gray:hover{
    background-color: #888;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}
table.table th span{
    font-weight: normal;
}
table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
.breadcrumb{
    background:transparent;
    margin: 0px;
    font-size:18px;
    padding:4px 0px 12px 0px;
}
.navbar-inverse{
    background-color: #eee;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover{
    color:#337ab7;
    cursor:default;
}
.modal-header h4{
    margin:0px;
    color:#337ab7;
}
.modal-body{
    padding: 15px 30px;
}
.modal-body.loading{
    background:url("/images/loading.gif") no-repeat 50% 50%;
}
.modal-body iframe{
    border:none;
    width:100%;
    height:100%;
}
#loading .modal-dialog{
    width:300px;
}
.input-file{
    position: relative;
    display: block;
    font-weight: 400;
}
.input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 26px;
    margin: 0;
    padding: 0 14px;
    font-size: 13px;
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    border-radius: 3px;
    line-height: 26px;
}
.input-file .button input {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
    width:70px;
    height:26px;
    overflow: hidden;
}
.search-btn{
    cursor: pointer;
}
form .form-control{
    margin-bottom: 10px;
}
form.navbar-form .form-control{
    margin-bottom: 0px;
}
form.navbar-form .col{
    margin: 0px 4px 0px 0px;
    padding:0px;
}
form.navbar-form .col .form-control{
    width:100%;
    margin-bottom: 6px;
}
form.navbar-form{
    padding:0px;
    margin: 0px 0px 0px 5px;
}
.navbar-collapse .pull-right{
    padding: 12px 0px 0px 0px;
    font-weight: normal;
}
.inline-block{
    display: inline-block
}
.pointer{
    cursor: pointer!important;
}
.modal-title{
    display: inline-block;
}
.dropzone .dz-preview.dz-file-preview .dz-image{
    background:#b7cad8!important;
}
.alert.sm{
    padding:6px 12px 7px 12px;
}
#error_msg{
    display: none;
}
#event_list{
    display: none;
}
.event-item{
    background: #ecfdec;
    padding:8px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    display: inline-block;
    width:300px;
    margin: 0px 8px 8px 0px;
    font-size: 12px;
    vertical-align: top;
}
.event-item.expired{
    background: #dfdfdf;
}
.event-item.pending{
    background: #fff5e1;
}
.event-item .badge{
    float:right;
    margin-bottom: 4px;
    clear: both;
}
.event-item .text-right .badge{
    float: none;
}
.popover-title{
    color:#333;
}
.all .event-item.expired{
    display: inline-block;
}
.event-item p{
    margin: 5px 0px;
}
.event-item label{
    font-weight: normal;
    margin:0px;
}
#wait_mask{
    background-color:#CCC;
    z-index:9999;
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    filter:alpha(opacity=0);
    -moz-opacity:0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    cursor:wait;
}
.input-blur{
   position:relative; 
}
.input-blur i{
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 3;
    width: 34px;
    height: 34px;
    font-size: 19px;
    padding: 7px;
}
.badge.bg-danger{
    background-color: #d9534f!important;
}
.badge.bg-success{
    background-color: #009688!important;
}
.badge.bg-primary{
    background-color: #337ab7!important;
}
.badge.bg-color-orange,.bg-color-orange{
    background-color: #c79121!important;
}
.badge.bg-color-green,.bg-color-green{
    background-color: #5cb85c!important;
}
.badge.bg-color-cyan,.bg-color-cyan{
    background-color: #2e918f !important;
}
.badge.bg-color-purple,.bg-color-purple{
    background-color: #750091 !important;
}
.badge.bg-color-black,.bg-color-black{
    background-color: #222222 !important;
}
.badge.bg-color-grey,.bg-color-grey{
    background-color: #2c2b29 !important;
}
.badge.bg-color-red,.bg-color-red{
    background-color: #803835 !important
}
.bg-danger {
    background-color: #d9534f!important;
}
.bg-warning{
    background-color: #c79121!important;
}
.badge.label-success{
    background-color: #5cb85c;
}
.badge.label-danger{
    background-color: #d9534f;
}
#publish_info{
    font-size:12px;
    line-height: 30px;
    font-weight: normal;
    padding-right:10px;
}
.pagination{
    margin: 0px;
}
.pagination > li > a.current-page{
    background: #eee;
}
#page-wrapper h5{
    margin:8px 0px 0px 0px;
    line-height: 34px;
}
.ui-widget-header{
    background: #2273CA !important
}
#priority_slider{
    margin:5px 0px 0px 0px;
}
.priority{
    width:38px;
    height:20px;
    background: url("../images/priority_icon.png") no-repeat 0px -22px;
    display: block;
    float: right;
    margin:3px 3px 0px 0px;
}
.priority span{
    width:20%;
    height:20px;
    background: url("../images/priority_icon.png") no-repeat;
    display: block;
}
.priority.level_1 span{
    width:20%;
}
.priority.level_2 span{
    width:40%;
}
.priority.level_3 span{
    width:60%;
}
.priority.level_4 span{
    width:80%;
}
.priority.level_5 span{
    width:100%;
}
#permission_container{
    background: #B0CBE3;
    padding: 15px 0px;
    margin-top: 10px;
}
.sortable-list.sub{
    background: #E1C07C;
}
.sortable-list{
    list-style: none;
    margin: 0px;
    padding: 10px;
}
.sortable-list li{
    cursor: move;
    padding: 10px;
    background: #F8F8F8;
    margin-bottom: 8px;
}
.clear-both{
    clear: both;
}
.permission-bullet{
    margin-left: 14px;
    font-weight: bold;
}
.permission-bullet i{
    display: inline-block;
    width:12px;
    height:12px;
    background-color: #B0CBE3;
    margin-right:4px;
}
.break-all{
    word-break: break-all;
    word-wrap:break-word;
}
.navbar-static-top{
    background-color: #708CA3;
    color:#fff;
}
.navbar-right a{
    color:#fff;
}
.navbar-right a:hover,.navbar-right a:focus{
    color: #2e6da4;
}
.navbar-default.navbar-static-top .navbar-brand, .navbar-default .navbar-brand:hover{
    color:#fff;
}
.navbar-brand{
    background: url("../images/cp_logo_white.png") no-repeat 10px 9px;
    padding-left: 170px;
}
#logo-list li{
    list-style: none;
    height:90px;
    cursor:pointer;
}
#logo-list li:nth-child(even) {
    background: #eee;
}
#logo-list li:hover{
    background: #B0CBE3;
}
#logo-list li img{
    max-height: 80px;
    max-width: 230px;
    margin: 5px;
}
#logo-list li p{
    max-width: 50%;
    text-align: right;
    padding: 10px;
    float:right;
    margin: 0px;
}
#logo-list li.selected{
    background-color: #2273CA;
    color:#fff;
}
#recruitmentday-page .input-file{
    display: inline-block;
    min-width:220px;
}
#recruitmentday-page #logo-btn,#banner-wrapper .inline-block{
    vertical-align: top;
}
.cropper-view-box{
    outline:1px solid #ff0000!important;
}
#logo-cropper,#banner-cropper{
    width:313px;
    height:200px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: right;
    display: none;
}
#saved-logo img,#saved-banner img{
    margin-bottom: 10px;
    border:1px solid #ccc;
}
.img-preview{
    overflow: hidden;
    width:232px;
    height:83px;
    border:0px;
    min-height: 83px;
    min-width: 232px;
    display: none;
    outline:1px solid #ccc!important;
    margin: 0px 10px 11px 1px; 
}
#banner-preview{
    overflow: hidden;
    width:312px;
    height:98px;
    min-height: 98px;
    min-width: 312px;
    display: none;
    outline:1px solid #ccc!important;
    margin: 0px 10px 11px 1px; 
}
.event-img img{
    border:1px solid #ccc;
}
#banner-wrapper .input-file, #saved-banner{
    display: none;
}
#banner-wrapper.active .input-file{
    display: inline-block;
}
#banner-wrapper.active #saved-banner{
    display: block;
}
#saved-banner img{
    width:313px;
}
#banner-tips{
    color:#666;
    margin: 0px;
    display: none;
}
.active #banner-tips{
    display: block;
}
#ui-timepicker-div{
    z-index: 100;
}
#existing-crons hr{
    margin: 10px 0px;
}
.collapsed .fa-chevron-up:before {
    content: "\f078";
}
pre{
  white-space: pre-wrap;
  word-break: normal;
}
#existing-crons th{
    width: 120px;
}
.tile h2{
    margin: 0px;
    font-size: 50px;
    font-weight: 600;
}
.tile p{
    margin:0px;
    color:#555;
}
.inline-chart{
    max-height: 115px;
    height:115px;
    overflow: hidden;
}
.tile.chart .label{
    width:240px;
    float:left;
    font-size:14px;
    text-align: left;
    margin-left: -20px;
}
.tile.chart .label i{
    font-size: 20px!important;
    color:#666;
    font-style: normal;
}
.tile.chart .inline-chart{
    margin:-10px -10px -10px 10px;
    height: 100px;
}
.tile.chart #score-chart.inline-chart{
    margin: -10px -10px -15px -20px;
    width:200px;
    height: 140px;
    float:left;
}
.tag{
    font-size: 12px;
    font-weight: normal;
    line-height: 2.25;
    cursor: move;
}
.tag:hover, .tag.ui-draggable-dragging,.tag.ui-selected{
    background-color: #44a5ea!important;
    z-index: 1000;
}

.tag.ui-draggable-dragging{
    font-weight: bold;
}
.tab-content .panel-group{
    margin-bottom: 10px;
}
.highlight .panel-heading{
    border-color: #337ab7;
}
.highlight.ui-droppable-hover .panel-heading{
    background-color: #deeffd;
}
.panel-body .tag{
    margin-right: 5px;
    padding: 5px 7px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
}
.tab-content .panel-body{
    padding:10px 10px 5px 10px;
}
.breadcrumb .nav{
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    border: 1px solid #337ab7;
    border-radius: 5px;
    overflow: hidden;
}
.breadcrumb .nav > li > a{
    padding: 3px 15px;
    border-radius: 0px;
    border-right:1px solid #337ab7;
}
.breadcrumb .nav > li > a.last{
    border:none;
}
.breadcrumb .nav-pills > li + li{
    margin:0px;
}
.panel-title{
    position: relative;
}
.panel-title > a{
    padding-right: 20px;
}
.panel-title .badge{
    position: absolute;
    right: 0px;
    top:0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    margin: 7px 0px 5px 0px;
}
.panel-default>h3{
    font-size: 18px;
    margin: 10px 15px;
}
.pending-panel{
    height: auto;
}
.mapped-panel{
    height: auto;
    overflow-x: hidden;
    overflow: auto;
}
.border-l{
    border-left: 1px solid #ccc;
}
.border-r{
    border-right: 1px solid #ccc;
}
.brand-list ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.brand-list ul li{
    width:48%;
    height: 50px;
    display: inline-block;
    margin-right: 1%;
    padding: 5px 0px;
}
.brand-list ul li p{
   width: 80px;
   display: inline-block;
   margin-right: 5px;
   text-align: left;
}
.brand-list ul li img{
    max-height: 40px;
    margin: auto 0px;
    max-width: 80px;
    vertical-align: middle;
}
.brand-list ul li span{
    vertical-align: top;
}
.vertical-top{
    vertical-align: top;
}
.inline-label{
    min-width: 80px;
}
.inline-group{
    margin-bottom: 10px;
}
.btn-group .btn-default.active{
       color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.datepicker.inline-block{
    width: 200px;
    margin-right: 10px;
}
.ui-datepicker.ui-widget{
    z-index: 100!important;
}
.action-td .btn.pull-right{
    margin: 0px 0px 5px 5px;
}
td.relative{
    overflow: hidden;
}
.rotate-label{
    display:block;
    text-align: center;
    font-size: 12px;
    -webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
    color:#fff;
    z-index: 10;
    width: 120px;
    position: absolute;
    left: -30px;
    top: 22px;
    cursor:default;
}
.relative{
    position: relative;
}
.dropzone .dz-preview .dz-remove{
    text-indent: 100px;
    width:21px;
    height:21px;
    background:url("/images/close_icon.png") no-repeat #da0f00 50% 50%;
    color:#fff;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #da0f00!important;
    position: absolute;
    right:-8px;
    top:-4px;
    z-index: 25;
}
.dropzone .dz-preview .dz-remove:hover{
    background:url("/images/close_icon.png") no-repeat #ad2015 50% 50%;
    border-color: #ad2015!important;
}
.slider-ticks{
    position: relative;
}
.slider-ticks span{
    position: absolute;
    margin-left: -3px;
    cursor: default;
}
.slider-ticks td{
    text-align: left;
}
.confirmation-content hr{
    margin: 10px 0px;
}
form.navbar-form .form-control{
    margin-bottom: 3px;
}
form.navbar-form .form-control.width-double{
    width:400px;
}
form.navbar-form .btn{
    vertical-align: top;
}

.nav-tabs.tabs-left > li{
    display: block;
    width:100%;
    margin-bottom: 0px;
}
.nav-tabs.tabs-left{
    border:none;
}
.nav-tabs.tabs-left > li a{
     border-radius: 4px 0px 0 4px;
     border:1px solid #fff;
     border-right: 1px solid #ddd;
}
.nav-tabs.tabs-left > li.active a{
    border: 1px solid #ddd;
    border-right: 0px;
}
.mce-widget.mce-notification.mce-notification-warning{
    display: none!important;
}
.bg-success {
    background-color: #28a745!important;
}