/**
*
*   This stylesheet contains completely new custom css as well as 
*   css that just extends and/or modifies existing properties in the
*   ultra admin theme, bootstrap, various plugins, assets etc.
*   Will hopefully prove useful when updating the theme as opposed to 
*   making these changes in the source files.
*/

/* COMPLETELY CUSTOM THINGS */

body.login_page {background-size: cover;background-position: center;}
.sub-sub-menu li {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 6px !important;
    border-bottom: 0 !important;
}
.sub-sub-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}
.sub-sub-menu > li > a:hover, .sub-sub-menu > li > a:focus {
    background-color: #E8E8E8;
    background-image: linear-gradient(to bottom, #F5F5F5 0px, #E8E8E8 100%);
    background-repeat: repeat-x;
}
.collapse.in {
    overflow: hidden;
}
.collapse.in a {
    white-space: nowrap; 
}
.navbar-default {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: transparent !important;
}
div#bs-example-navbar-collapse-1 .navbar-nav {
    display: block;
}
.navbar {
    background: #fff !important;
    margin-bottom: 6px !important;
}
.page-sidebar {
    margin-top: 0;
    float: left;
    position: relative;
    width: 16.6666%; //this is equivalent to col-sm,md,lg-2
}
.page-topbar .logo-area {    
    width: 16.6666%; //this is equivalent to col-sm,md,lg-2
}
.text-dark {
    text-decoration: none;
    color:#000000 !important;
}
table.dataTable thead .sorting {
    background: none;
}
table.table thead .sorting {
    background: none;
}
table.table thead .sorting_asc {
    background: none;
}
table.table thead .sorting_desc {
    background: none;
}
.page-topbar li.searchform .input-group {
    top: 12px;
    width: 30px;
}
.page-topbar {
    position: fixed;
    max-height: none;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: -6px;
}
#main-content {
    position: relative;
    margin-left: 0;  
}
#main-content.sidebar_shift {
    margin-left: 0;    
    margin-right: 0; 
    padding-left: 60px;
}
.table-topbar {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    margin: 0;
}
.sidebar_toggle {
    margin: 0 auto;
    color: black !important;
}
.sidebar_shift .logo-area li {
    width: 100%;
    text-align: center;
}
/* TOP MENU END */
#org-rel-table .form-label {
    width: 100px;
}
#hideable {
    display: none;
}
.grey-green-link {
    color: #333 !important;
}
.grey-green-link:hover {
    color: #1FB5AC !important;
}
.boxcontainer {
    margin-top: 25px;
}
.cursor-pointer {
    cursor: pointer;
}
.clickurl {
    cursor: pointer;
}
.gray {
    color: #919191 !important;
}
.black {
    color: #000 !important;
}
h2 {
    font-variant-caps: all-small-caps;
}
.table-no-borders {
    border: 0 !important;
}
.table-no-borders td {
    border: 0 !important;    
}
.table-no-borders tr {
    border: 0 !important;    
}
.td-force-border-upper {
    border-top: 1px !important;
    border-top-color: black;
    border-top-style: solid;
}
/* THINGS OVERRIDING BOOTSTRAP THINGS */
/* extra spacing between buttons, in for example productindex.html */
.btn-wide {
    margin-left: 5px;
    margin-right: 5px;
}
/* THINGS OVERRIDING ULTRA ADMIN STYLE THINGS */
/* For settings a link as active to indicate current page in the autogenerated menus. */
.activeitem {
    background-color: #1FB5AC !important;//#212026 !important;
    border-left: 0px solid rgba(31, 181, 172, 1) !important;
}
.navbar-nav .activeitem {
    color: #444;
    background-color: transparent !important;
    border-left: 0px solid rgba(31, 181, 172, 1) !important;
}
.sub-menu .activeitem {
    background-color: #212026 !important;
    border-left: 2px solid rgba(31, 181, 172, 1) !important;
}
/* override datepicker thingy */
.datepicker::before {
    content: none !important;
}
div.dataTables_wrapper div.dataTables_info {
    display: none;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    margin-left: 8px;
}
div.dataTables_wrapper div.dataTables_filter {
    margin-right: 10px;
}
/* THINGS OVERRIDING OTHER THINGS */
/*this is from assets/plugins/messenger/css/messenger-theme-flat.css*/
ul.messenger-theme-flat .messenger-message.alert-info .messenger-message-inner:before {
    background: #66BD78 !important; /*#1fb5ac*/
}
.page-topbar li.searchform .form-control {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: block;
    color: #919191;
    width: 120px;
}
#criteria {
    background: #f9f9f9;
}
.nav.navbar-nav .activeitem {
    background: #ddd !important;
}
#id_assigned {
    margin-top: 6px;
}
#id_type {
    margin-top: 5px;
}
.nav-tabs.nav-justified {
    height: 32px;
    display: block;
}
.col-md-12.col-sm-12.col-xs-12.top-info {
    color: #0C635E;
    font-weight: 600;
    text-align: left;
    font-size: 16px;
    position: relative;
    top: 10px;
}
.hiddenRow {padding: 0 !important;}
.service-dropdown {padding: 5px;}
.collapsing {
    -webkit-transition: height .05s ease;
    -o-transition: height .05s ease;
    transition: height .05s ease;
}
/* Company info org template */
.company-name {
    float: left;
    line-height: 2;
}
.company-nr.text-dark {
    float: left;
    line-height: 2;
}
.company-org\.nr.text-dark {
    float: left;
    line-height: 2;
}
.company-assigned.text-dark {
    float: left;
    line-height: 3;
}
.company-phone.text-dark {
    float: left;
    line-height: 2;
}
.company-type.text-dark {
    float: left;
    line-height: 3;
}
.company-web.text-dark {float: left;line-height: 2;}
.company-info.text-dark {float: left;}
.title.pull-left.company-info-title {color: #3d6ea5;}
section header {
    border-bottom: 2px solid RGBA(35, 35, 35, 0.42);
    border-left: 1px solid RGBA(0, 0, 0, 0.19);
    border-right: 1px solid RGBA(0, 0, 0, 0.19);
    border-top: 1px solid RGBA(0, 0, 0, 0.19);
    padding: 4px;
}
.title.pull-left.company-contact-info {color: #CE160D;}
.title.pull-left.company-address-title {color: #8B008B;}
.title.pull-left.company-order-title {color: #e8a362;}
.col-sm-4.colum1-services {background: #f1f9ff;color: #000000;height: 500px;}
.col-sm-4.colum2-services {background: #fffafa;color: #000000;height: 500px;}
.col-sm-4.colum3-services {background: #f1f9ff;color: #000000;height: 500px;}
.black .fa {display: block !important;}
.title.pull-left.post-visit-order {color: #232323;}
.title.pull-left.company-handle {color: #232323;}
#templates .content-body {border: none;}
#bluths .content-body {border: none;}
#reg .content-body {border: none;}
@media only screen and (max-width: 876px) {}
li.profile .toggle span {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
}
div#bs-example-navbar-collapse-1 {
    padding-left: 0;
    padding-right: 0;
    background: #ffffff;
}
.dropdown-toggle::after {
    display: none !important;
}

