/*	
 ########################################################################
 *  My Custom Style
 ------------------------------------------------------------------------
 *  Description Bootstrap overrides
 *  Version	1.0
 *  Author	Corner Creative Ltd
 *  Bootstrap  3.3
 *
 ########################################################################
 */

table.selectable tr td:first-child{width:5px;}
form.spaced div {margin-bottom:5px;}
.white{background-color: #fff !important;}
.top-general-alert{display:block;} /* overides bs3.3 default (display:none;)*/

/* overide theme icon */
.dropzone dz-message:before 
{   font-family: FontAwesome;
    content: '\f1c5';
    display: block;
    font-size: 2em;    
    line-height: 1;
}
.dropzone{cursor: pointer;}

/*   table toolbar icons (tidy up) */
.widget-header-toolbar i{margin-top:4px;}

/* table mods */
.table>tbody>tr>td{vertical-align: middle;}
.table-condensed>tbody>tr>td{padding:3px;}
table.dataTable thead>tr>th{padding-left: 3px;}
.table .fancy-checkbox input[type="checkbox"]+span:before {bottom:0;}
ul.pagination{margin-top:0;}
.space-after:after{
    content: "   ";     
    white-space: pre;
}
.btn-row{border:0; background: 0;padding-left: 0;}

/* job search form */
form.job-search{padding:0 120px 0 120px;}
form.job-search div.form-group-sm{margin-bottom:7px;}

/* white checkbox background */
.fancy-checkbox input[type="checkbox"]+span:before{background-color:#fff;}
.fancy-checkbox input[type="checkbox"]:checked+span:before{background-color:#fff;}
/* datatable link hover */
.dataTable:hover{cursor:pointer;}

/* Button spacer*/
div.widget-content a.btn {margin:3px 0 0 0;}

/* Tool tip colour change */
.tooltip-inner {
  background-color: #296EAA !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #296EAA;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #296EAA;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #296EAA;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #296EAA;
}

/* Float alert*/
div.alert-wrapper{
    position: fixed;
    left:0;
    top:100px;
    z-index: 999;
    width:100%;
}
div.alert-wrapper div > button.close{
    position: absolute;
    right: 0;
}
div.alert{
    box-shadow: 0px 0px 20px #aaa;   
}
/*  form label spacing for Nav filters */
div.form-group-sm label {
    margin-bottom: 0;
    margin-top: 5px;
}
/* Alternative button colours */
.btn-corporate{
  color: #fff;
  border-color: #6600cc; 
  background-color: #6600cc;
}
.btn-corporate:hover{
  color: #fff;
  border-color: #60a; 
  background-color: #60a;    
}
.btn-crimson{
  color: #fff;
  border-color: #099; 
  background-color: #099;
}
.btn-crimson:hover{
  color: #fff;
  border-color: #088; 
  background-color: #088;
}

/* Coloured Badges*/
.badge-warning{
    background-color: #cc0000 !important;
    color: #fff;
}

.badge-success{
    background-color:#4BA84B ;
    color: #fff;
}

.badge-info{
    background-color:#337ab7 ;
    color: #fff;
}

.label-yellow{
    background-color:#FFB800;
    color: #fff;
}
/* Colours Datatable icons on hover*/

div.widget-header-toolbar a i:hover{
    color:#296EAA;
}

/* fakes a placeholder text for 1st option element */
select.placeholder option{
    color: #555;
}

select.placeholder:first-child {
    color: #999 !important;
}

/* Google Maps Widget*/
.google-map #map-canvas {
        height: 650px;
    }
    
/* Customer logo positioning*/    
div.float-right{
    /*position: absolute;*/
    float: right;
    margin-right: 50px;
    /*right: 20px;*/
    }
    
.float-right img{
    max-width: 300px;
    min-height: 50px;
    max-height: 150px;
    /*min-width: 200px;*/
    /*padding-right: 40px;*/
    /*right: 0;*/
    }
    
/* Gives more space on tables*/        
.main-header{ margin-bottom: 15px;}
/* Removes cell wrapping on tables with nowrap */
.dt-body-nowrap, th.sorting {white-space: nowrap;}
.thead tr .th   {white-space: nowrap;}

/*Disable form elements*/
.disable{color: #bbb;}

/*Prevent spacing on notifications listing*/
.top-bar .notifications .general .dropdown-menu li a .timestamp {
    /* float: right; */
    width: 100%;
}

/* Event Notifications */
.clear-alert{
    cursor: pointer;
}
/* Condense text */
.condensed{
    letter-spacing: -0.5px;
}
/* Remove padding from block element*/
.no-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Tools on small screen */
/*@media screen and (max-width: 768px) {*/
/*@media (max-width: @screen-xs-max) {*/
@media only screen and (max-width:768px){
  /* line 145, ../../sass/partials/_main-content.scss */
    div.my-tools > a{
        width: 100%;
        text-align: left;
    }
}
/* widget header Fix on small screem */
.widget-override{
    display: inline-flex !important;
    float: right !important;
    border-left: none !important;
    margin-left: 0 !important;
    /*padding-left: 0;*/
    padding-left: 10px !important;
    border-left: 1px solid #ddd !important;    
}


/* My List selectors */
div.clicker > a:hover{
    background-color: #fff;
}
div.clicker > a.choosen{
    color:#fff;
    background-color: #1D92AF;    
}

/* Small modal dialog override used in fso */
div.modal-dialog.modal-sm {
    width: 340px;
}   

.gradient{
    background-image: linear-gradient(#808080,#404040);
}

/* My custom breadcrumb */

.f1 {
    padding: 25px; background: #fff;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    }
.f1 h3 { 
    margin-top: 0; 
    margin-bottom: 5px; 
    text-transform: uppercase; 
}

.f1-steps {
    width: 100%; 
    overflow: hidden; 
    position: relative; 
    margin-top: 20px; 
    text-align: center;    
    display: flex; 
}

.f1-progress { 
    position: absolute; 
    top: 24px; 
    left: 0; 
    width: 100%; 
    height: 1px; 
    background: #ddd; 
}
.f1-progress-line { 
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 1px; 
    background: #f35b3f; 
}
.f1-step { 
    position: relative; 
    float: left; 
    width: 20%; 
    padding: 0 5px; 
}
.f1-step-icon {
    display: inline-block; 
    width: 38px; 
    height: 38px; 
    margin-top: 4px; 
    background: #ddd;
    font-size: 16px; 
    color: #fff; 
    line-height: 38px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
    background: #fff; 
    border: 1px solid #f35b3f; 
    color: #f35b3f; 
    line-height: 38px;
}
.f1-step.active .f1-step-icon {
    width: 45px; 
    height: 45px; 
    margin-top: 0; 
    background: #f35b3f; 
    font-size: 22px; 
    line-height: 45px;
}
.f1-step p { color: #ccc; }
.f1-step.activated p { color: #f35b3f; }
.f1-step.active p { color: #f35b3f; }
.f1-buttons { text-align: right; }
.f1 .input-error { border-color: #f35b3f; }

