@media print
{
    .btn, .breadcrumbs, div.hr, .tab-content, .page-content, .main-container, button
    {
        display: none !important;
    }

    .ui-dialog
    {
        margin: auto !important;
        position: relative !important;
        text-align: center !important;
        top:0 !important;
        left: 0 !important;
    }
}

.check_image a:hover, .check_image a.check, .check_image img:hover
{
    opacity: 0.85;
}

.check_image a
{
    display: table;
    margin: auto;
}

.check_image img
{
    width: 100%;
    /*//70px*/
    /*height: 70px;*/
}

/*.check_image div:nth-child(3)*/
/*{*/
/*margin-right: 0px;*/
/*}*/

.check_image div
{
    padding: 2px;
    /*margin-bottom: 5px;*/
    /*margin-right: 5px;*/
}

.check_image
{
    display: block;
    float: none;
    max-height: 150px;
    width: 100%;
    overflow-x: auto;
}

.image_popover
{
    position: relative;
    text-align: center;
    margin: auto;
    clear: both;
    float: none;
}

.user-profile .ace-thumbnails li:last-child
{
    margin-bottom: 0;
}

.select_icons img
{
    width: 150px;
    height: 150px;
}

.md-header
{
    background: none repeat scroll 0 0 #307ecc;
    border-color: #307ecc;
    margin-left: 0 !important;
    padding-left: 3px;
}

.widget-box .md-header .btn {
    margin-bottom: 3px;
}

.navbar
{
    background-color: #54426a;
}

.ace-nav > li.light-blue > a {
    background-color: #6b5b7e;
}

.ace-nav > li.light-blue > a:focus, .ace-nav > li.light-blue > a:hover, .ace-nav > li.open.light-blue > a {
    background-color: #6b5b7e;
}

.profile-info-name
{
    width: 150px;
}

#all_row:hover td, #all_row:focus td
{
    background-color: #6faed9 !important;
}

#all_row, #all_row td {
    background-color: #6faed9;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    margin-bottom: 1px;
    padding-left: 12px;
}

.deleted
{
    text-decoration: line-through;
}

.help-button {
    height: 25px;
    width: 25px;
}

body, h1, h2, h3, h4, h5, h6, input[type=checkbox].ace.ace-switch + .lbl::before, input[type=checkbox].ace.ace-switch + .lbl::after,
.profile-skills .progress .progress-bar
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

tr.cancel_row td
{
    color: #ff0000;
}

.user-info {
    max-width: 200px;
}

.editor_middle img
{
    max-width: 1000px;
    height: auto;
    width: 100%;
}

.select2-container
{
    width: 100% !important;
}

.select2.form-control
{
    border: 0px !important;
    padding: 0px !important;
}

.help-cursor {
    cursor: help;
}

#top-input-code {
    position:relative;
    top: 5px;
    right: 10px;
}

#top-input-code > input {
    padding-left: 25px;
}

#top-input-code > .ace-icon {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 8px;
    color: #54426a;
}

.alert-important {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px !important;
    background-color: #00be67 !important;
    border-color: #449d44 !important;
    color: white !important;
}