body {
    color: #000;
    /*background: #ebebeb url(../img/devoops_pattern_b10.png) 0 0 repeat;*/
    font-family: Arial;
    font-size: 17px;
    /*background: #000000 url(../img/devoops_pattern_b10.png) 0 0 repeat !important;*/
}
a {
    outline:none!important;
}
a.small-box-footer:hover{
    text-decoration:none;
}
.body-expanded, .modal-open {
    overflow-y:hidden;
    margin-right: 15px;
}
.body-expanded .expanded-panel, .fancybox-margin .expanded-panel, .modal-open .expanded-panel {
    margin-right: 15px;
}
.body-screensaver {
    overflow: hidden;
}
.ms-parent.form-control{
    padding: 0;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin:0;
}
p.note {position: absolute; color: red; max-width: 350px; margin-top: 40px;}

#logo {
    width:15.66% !important;
    position:relative;
    background: #525252 url(../img/devoops_pattern_b10.png) 0 0 repeat;
    float:right;
    height:70px;
}
#logo a {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 18px;
    line-height: 50px;
    /*background: url(../img/logo.png) right 42px no-repeat;*/
    background:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#logo a:hover {
    /*background-position: right 25px;*/
    text-decoration: none;
}
.navbar {
    margin: 0;
    border: 0;
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 1px 2px #272727;
    z-index: 2000;
}
textarea.textarea_height_100{ height:100px;}
textarea.textarea_height_120{ height:120px;}
.custom-table ul li{list-style:none; display:inline-block;}
.actions-dropdown-list li a.btn-label-left span{display:none;}

.body-expanded .navbar {
    z-index: 9;
}
a.show-sidebar {
    float: left;
    padding:20px 5px;
    outline:none;
    color:#6d6d6d;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
a.show-sidebar:hover {
    color:#000;
}
#sidebar-left {
    position:relative;
    z-index: inherit;
    padding-bottom: 3000px !important;
    margin-bottom: -3000px !important;
    background: #6AA6D6 url(../img/devoops_pattern_b10.png) 0 0 repeat;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width:15.66% !important;
}
#content {
    width:84.33% !important;
    position: relative;
    z-index: 10;
    background: #ebebeb;
    /*box-shadow: 0 0 6px #131313;*/
    padding-top:30px;
    /*padding-bottom: 3000px !important;
    margin-bottom: -2980px !important;*/
    overflow: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    min-height: 610px
}
.full-content {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.nav.main-menu, .nav.msg-menu {
    margin:19px -15px;
}
.nav.main-menu > li > a, .nav.msg-menu > li > a {
    text-align: center;
    color:#f0f0f0;
    outline:none;
    min-height: 40px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background:rgba(0, 0, 0, 0.1);
}
.nav.main-menu > li > a:hover, .nav.main-menu > li > a:focus, .nav.main-menu > li.active > a, .nav.main-menu .open > a, .nav.main-menu .open > a:hover, .nav.main-menu .open > a:focus, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li.active > a,
.nav.msg-menu > li > a:hover, .nav.msg-menu > li > a:focus, .nav.msg-menu > li.active > a, .nav.msg-menu .open > a, .nav.msg-menu .open > a:hover, .nav.msg-menu .open > a:focus {
    background:rgba(0, 0, 0, 0.1);
    color:#f0f0f0;
}
.nav.main-menu a.active, .nav.msg-menu a.active {
    background:rgba(0, 0, 0, 0.2);
}
.nav.main-menu a.active:hover, .nav.msg-menu a.active:hover {
    background:rgba(0, 0, 0, 0.2);
}
.nav.main-menu a.active-parent, .nav.msg-menu a.active-parent {
    background: green;
}
.nav.main-menu a.active-parent:hover, .nav.msg-menu a.active-parent:hover {
    background: rgba(0, 0, 0, 0.3);
}
.nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
    font-size: 18px;
    width: auto;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.main-menu .dropdown-menu {
    position: absolute;
    z-index: 2001;
    left: 100%;
    top: 0;
    float: none;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 0;
    background: #6AA6D6 url(../img/devoops_pattern_b10.png) 0 0 repeat;
    box-shadow: none;
    visibility:hidden;
}
.main-menu .active-parent:hover + .dropdown-menu {
    visibility:visible;
}
.main-menu .active-parent + .dropdown-menu:hover {
    visibility:visible;
}
.main-menu .dropdown-menu > li > a {
    padding:9px 30px 9px 0;
    color:#f0f0f0;
    line-height: 0.9 !important;
}
.main-menu .dropdown-menu > li:first-child > a {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.main-menu .dropdown-menu > li:last-child > a {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
#top-panel {
    /*line-height: 50px;*/
    width:84.33% !important;
    height: 70px;
    background: #ebebeb;
}
#main {
    margin-top: 65px;
    min-height: 800px;
    overflow: hidden;
}
#search {
    position: relative;
    margin-left: 35px;
    padding:10px 0;
}
#search > input {
    width: 80%;
    background: #dfdfdf;
    border: 1px solid #C7C7C7;
    text-shadow:0 1px 1px #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #686868;
    line-height: 1em;
    height: 30px;
    padding: 0 35px 0 10px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#search > input + i {
    opacity:0;
    position: absolute;
    top: 18px;
    right: 10px;
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#search > input:focus {
    width:100%;
    outline:none;
}
#search > input:focus + i {
    opacity:1;
}
.panel-menu {
    margin: 0;
}
.top-panel-right {
    padding-left: 0;
}
.panel-menu > li > a {
    padding: 0 5px 0 10px;
    line-height: 50px;
}
.panel-menu > li > a:hover {
    background: none;
}
.panel-menu a.account {
    height: 50px;
    padding: 5px 0 5px 10px;
    line-height: 18px;
}
.panel-menu i {
    margin-top: 8px;
    padding: 5px;
    font-size: 20px;
    color: #7BC5D3;
    line-height: 1em;
    vertical-align: top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.panel-menu > li > a:hover > i {
    background: #f5f5f5;
}
.panel-menu i.pull-right {
    color: #000;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    background: none !important;
}
.panel-menu .badge {
    margin-top: 3px;
    padding: 3px 6px;
    vertical-align: top;
    background: #CEA9A9;
}
.avatar {
    width: 40px;
    float: left;
    margin-right: 5px;
}
.avatar > img {
    width:40px;
    height:40px;
    border: 1px solid #F8F8F8;
}
.user-mini > span {
    display: block;
    font-size: 12px;
    color:#363636;
    margin-bottom: -4px;
}
.user-mini > span.welcome {
    font-weight: bold;
    margin-top: 2px;
}
.panel-menu .dropdown-menu {
    position: absolute !important;
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 0;
    border: 0;
    right: 0;
    left: auto;
    min-width: 100%;
}
.panel-menu .dropdown-menu > li > a {
    padding:5px 10px !important;
    color:#f0f0f0;
}
.panel-menu .dropdown-menu > li > a > i {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    width: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.well {
    padding:15px;
}
.box {
    display: block;
    z-index: 1999;
    position: relative;
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 4px #D8D8D8;
    background: transparent;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.full-content .box {
    border: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.box-header {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #363636;
    font-size: 16px;
    position:relative;
    overflow: hidden;
    background: #f5f5f5;
    border-bottom: 1px solid #E4E4E4;
    height: 28px;
}
.box-name, .modal-header-name {
    padding-left: 15px;
    line-height: 28px;
    margin-right:0px;
}
.box-name:hover {
    cursor: move;
}
.box-name span.meta, .modal-header-name span.meta
{
    font-style:italic;
    font-size:11px;
    margin:0 10px;
}
.box-name > i {
    margin-right:5px;
}
.box-icons {
    display:none;
    position: absolute;
    top:0;
    right:0;
    z-index: 9;
}
.no-move {
    display: none;
}
.expanded .no-move {
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    z-index: 1;
    display: block;
}
.box-content {
    position: relative;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 15px;
    background: #FCFCFC;
}
.box-content.dropbox, .box-content.sortablebox {
    overflow: hidden;
}
.full-content .box-content {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.box-icons a {
    cursor: pointer;
    text-decoration: none !important;
    border-left: 1px solid #fafafa;
    padding:5px;
    height: 26px;
    line-height: 26px;
    width: 28px;
    display: block;
    float: left;
    text-align: center;
    color: #b8b8b8 !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.box-icons a.beauty-table-to-json {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
}
.box-icons a:hover {
    box-shadow:inset 0 0 1px 0 #CECECE;
}
.expanded a.close-link {
    display:none;
}
#sidebar-left.col-xs-2 {
    opacity: 0;
    width: 0%;
    padding: 0;
}
.sidebar-show #sidebar-left.col-xs-2 {
    opacity: 1;
    width: 16.666666666666664%;
    padding: 0 15px;
}
.sidebar-show #content.col-xs-12 {
    opacity: 1;
    width: 83.33333333333334%;
}
.expanded {
    overflow-y:scroll;
    border: 0;
    z-index: 3000 !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.expanded-padding {
    background: rgba(0, 0, 0, 0.7);
    padding:50px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.no-padding {
    padding:0 !important;
}
.padding-15 {
    padding:15px !important;
}
.no-padding .table-bordered {
    border:0;
    margin:0;
}
.no-padding .table-bordered thead tr th:first-child, .no-padding .table-bordered tbody tr th:first-child, .no-padding .table-bordered tfoot tr th:first-child, .no-padding .table-bordered thead tr td:first-child, .no-padding .table-bordered tbody tr td:first-child, .no-padding .table-bordered tfoot tr td:first-child {
    border-left: 0px !important;
}
.no-padding .table-bordered thead tr th:last-child, .no-padding .table-bordered tbody tr th:last-child, .no-padding .table-bordered tfoot tr th:last-child, .no-padding .table-bordered thead tr td:last-child, .no-padding .table-bordered tbody tr td:last-child, .no-padding .table-bordered tfoot tr td:last-child {
    border-right: 0px !important;
}
.table-heading thead tr {
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}
table.no-border-bottom tr:last-child td {
    border-bottom:0;
}
.dataTables_wrapper {
    overflow: hidden;
}
.dataTables_wrapper table.table {
    clear: both;
    max-width: inherit;
    margin-bottom: 0;
}
.table-datatable *, .table-datatable :after, .table-datatable :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.table-datatable label {
    position: relative;
    display: block;
    font-weight: 400;
}
.table-datatable thead th {
    font-size:14px;
    text-align:center;
}
.table-datatable tbody td {
    vertical-align: middle !important;
}
.table-datatable img {
    /*margin-right: 10px;*/
    border: 1px solid #F8F8F8;
    /*width: 40px;*/
}
.table-datatable .sorting {
    background:url(../img/sort.png) right center no-repeat;
    padding-right:16px;
    cursor:pointer;
}
.table-datatable .sorting_asc {
    background:url(../img/sort-asc.png) right center no-repeat;
    padding-right: 16px;
    cursor:pointer;
}
.table-datatable .sorting_desc {
    background:url(../img/sort-desc.png) right center no-repeat;
    padding-right: 16px;
    cursor:pointer;
}
.table-datatable td.dataTables_empty {
    text-align:center;
}
div.DTTT_collection_background {
    z-index: 2002;
}
div.DTTT .btn {
    color: #333 !important;
    font-size: 12px;
}
ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003;
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 0;
    border: 0;
    margin: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    min-width: 157px;
}
ul.DTTT_dropdown.dropdown-menu li {
    position: relative;
}
ul.DTTT_dropdown.dropdown-menu > li > a {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    color: #f0f0f0 !important;
}
ul.DTTT_dropdown.dropdown-menu > li:first-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
ul.DTTT_dropdown.dropdown-menu > li:last-child > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
ul.DTTT_dropdown.dropdown-menu > li:hover > a {
    background:rgba(0, 0, 0, 0.3);
    color:#f0f0f0;
}
.dataTables_wrapper input[type="text"] {
    display: block;
    width: 90%;
    height: 26px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-appearance: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.dataTables_wrapper input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.paginate_button, .paginate_active {
    background-color: #66aacc;
    border: 1px solid;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 0 3px;
    padding: 3px 7px;
}
.paginate_button:hover, .paginate_active:hover {
    color: #fff;
}
.paginate_active {
    font-size: 15px;
    font-weight: bold;
    padding: 2px 7px;
}
#breadcrumb {
    padding: 0;
    line-height: 40px;
    background: #525252;
    background: #5a8db6 url(../img/devoops_pattern_b10.png) 0 0 repeat;
    margin-bottom: 20px;
}
.breadcrumb {
    padding: 0 15px;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}
.breadcrumb > li > a {
    color:#d8d8d8;
}
.breadcrumb > li > a:hover, .breadcrumb > li:last-child > a {
    color:#f8f8f8;
}
.bs-callout {
    padding: 15px;
    border-left: 3px solid #525252;
    background: #dfdfdf;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #525252;
}
.no-padding .bs-callout {
    border:0;
}
.page-header {
    margin: 0 0 10px;
    border-bottom: 1px solid #c7c7c7;
}
.box-content .page-header, legend, .full-calendar .page-header {
    margin: 0 0 10px;
    border-bottom: 1px dashed #B6B6B6;
}
.invoice-header {
    margin: 0 0 10px;
    border-bottom: 1px dashed #B6B6B6;
    display: inline-block;
}
.box-content .form-group, .devoops-modal-inner .form-group {
    margin-top:15px;
    margin-bottom:15px;
}
.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #525252;
    background-color: rgba(129, 199, 199, 0.2);
    border: 1px solid #ebebeb;
}
.show-grid [class^="col-"]:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(107, 134, 182, 0.2);
    border: 1px solid #ebebeb;
}
.show-grid, .show-grid-forms {
    margin-bottom: 15px;
}
.show-grid-forms [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
td.beauty-hover {
    background-color: rgba(219, 219, 219, 0.3) !important;
}
.table-hover > tbody > tr:hover > td.beauty-hover:hover {
    background-color: rgba(219, 219, 219, 0.9) !important;
}
.DTTT.btn-group {
    position: absolute;
    top: -28px;
    right: 83px;
    border-right:1px solid #DBDBDB;
}
.DTTT.btn-group a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1em;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    box-shadow: none !important;
    padding: 6px 12px;
    margin: 0;
    background: #F7F7F7;
    border: 0;
}
#screensaver {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background: #000;
    display: none;
}
#screensaver.show {
    display: block;
}
#canvas {
    position: relative;
}
#screensaver i {
    position: absolute;
    top: 50px;
    right: 50px;
    background: rgba(255, 255, 255, 0.5);
    line-height: 100px;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.well pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    white-space: nowrap;
}
.well pre code {
    white-space: normal;
}
.btn {    
    text-decoration: none;    
    cursor: pointer;
    outline: none;
    font-family: Arial;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #a2a2a2;
    background: #a2a2a2;
    background: #a2a2a2 ;
    line-height: normal;
    margin: 0 0 10px 0;
    padding: 3px 10px;   
    -moz-user-select: none;
    -webkit-user-select: none;
    outline: none !important;
}
.btn-label-left, .btn-label-right {
    padding: 3px 10px;
}
.btn-label-left span {
    position: relative;
    left: 10px;
    display: inline-block;
    padding: 7px;
    background: rgba(0, 0, 0, 0.1);
}
.btn-label-right span {
    position: relative;
    right: -10px;
    display: inline-block;
    padding: 7px;
    background: rgba(0, 0, 0, 0.1);
}
.btn i {
    vertical-align: middle;
}
.btn-app {
    width: 80px;
    height: 80px;
    padding: 0;
    font-size: 16px;
}
.btn-app i {
    font-size: 36px;
    line-height: 78px;
    display: block;
}
.btn-app-sm {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 12px;
}
.btn-app-sm i {
    font-size: 18px;
    line-height: 48px;
    display: block;
}
.btn-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.25);
}
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default, .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active, .progress-bar {
    background-color: #D8D8D8;
    border-color: rgba(0, 0, 0, 0.3);
    color: #929292;
}
.btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active,
.table > thead > tr > td.primary, .table > tbody > tr > td.primary, .table > tfoot > tr > td.primary, .table > thead > tr > th.primary, .table > tbody > tr > th.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > tbody > tr.primary > td, .table > tfoot > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr.primary > th, .table > tfoot > tr.primary > th {
    background-color: #6AA6D6;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
}
.btn-success, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active, .progress-bar-success,
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: green;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
}
.btn-info, .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active, .progress-bar-info,
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #7BC5D3;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
}
.btn-warning, .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active, .progress-bar-warning,
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #DFD271;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
}
.btn-danger, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active, .progress-bar-danger,
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: green;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #525252;
    background-color: #b8b8b8;
    border-color: rgba(0, 0, 0, 0.3);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.table-hover > tbody > tr > td.primary:hover, .table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr.primary:hover > th {
    color: #fff;
    background-color: #5a8db6;
    border-color: rgba(0, 0, 0, 0.3);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success,
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    color: #fff;
    background-color: #54ae86;
    border-color: rgba(0, 0, 0, 0.3);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info,
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    color: #fff;
    background-color: #69a8b4;
    border-color: rgba(0, 0, 0, 0.3);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning,
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    color: #fff;
    background-color: #beb360;
    border-color: rgba(0, 0, 0, 0.3);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger,
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    color: #fff;
    background-color: #b25050;
    border-color: rgba(0, 0, 0, 0.3);
}
.progress {
    overflow: visible;
}
.progress-ui {
    height: 10px;
}
.progress-bar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress-bar.ui-widget-content {
    background: none;
    border: 0;
    height: 100%;
    position: relative;
}
.progress-bar .ui-state-default {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 10px;
    width: 10px;
    top: 0;
    margin-left: -5px;
    cursor:pointer;
    border:0px solid #d3d3d3;
    outline:none !important;
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}
.progress-bar .ui-widget-header {
    background: #D8D8D8;
}
.progress-bar-primary .ui-widget-header {
    background: #6AA6D6;
    color:#f8f8f8;
}
.progress-bar-success .ui-widget-header {
    background: #63CC9E;
    color:#f8f8f8;
}
.progress-bar-info .ui-widget-header {
    background: #7BC5D3;
    color:#f8f8f8;
}
.progress-bar-warning .ui-widget-header {
    background: #DFD271;
    color:#f8f8f8;
}
.progress-bar-danger .ui-widget-header {
    background: #D15E5E;
    color:#f8f8f8;
}
.progress-bar .ui-state-default {
    background: #b8b8b8;
}
.progress-bar-primary .ui-state-default {
    background: #5a8db6;
}
.progress-bar-success .ui-state-default {
    background: #54ae86;
}
.progress-bar-info .ui-state-default {
    background: #69a8b4;
}
.progress-bar-warning .ui-state-default {
    background: #beb360;
}
.progress-bar-danger .ui-state-default {
    background: #b25050;
}
.slider-range-min-amount, .slider-range-max-amount, .slider-range-amount {
    border: 0;
    background: none;
    outline: none !important;
}
.progress-bar.ui-slider-vertical {
    width:20px;
}
.progress-bar.ui-slider-vertical .ui-state-default {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    top: auto;
    margin-left: 0px;
    left: 0;
}
#equalizer .progress {
    height:160px;
    display:inline-block;
    margin:15px;
}
.beauty-table {
    width:100%;
    border-collapse:separate;
    border-spacing:0;
}
.beauty-table input {
    border:1px solid transparent;
    background: none;
    font-size: 16px;
    text-align: center;
    padding:2px 15px !important;
    width:100%;
    outline:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.beauty-table input:focus {
    border:1px solid #dfdfdf;
    background: #fefefe;
    font-size: 16px;
    text-align: center;
    padding: 2px 15px !important;
    width:100%;
    outline:none;
}
.c {
    color: #999;
    display: block;
}
.nt {
    color: #2f6f9f;
}
.na {
    color: #4f9fcf;
}
.s {
    color: #d44950;
}
.radio, .checkbox, .radio-inline, .checkbox-inline {
    position: relative;
}
.radio label, .checkbox label, .radio-inline label, .checkbox-inline label {
    font-weight: normal;
    cursor: pointer;
    padding-left: 25px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: 10px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.checkbox i, .checkbox-inline i, .radio i, .radio-inline i {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.checkbox i.small, .checkbox-inline i.small, .radio i.small, .radio-inline i.small {
    font-size: 16px;
    top:2px;
}
.checkbox input[type=checkbox]:checked + i:before, .checkbox-inline input[type=checkbox]:checked + i:before {
    content:"\f046";
}
.radio input[type=radio]:checked + i:before, .radio-inline input[type=radio]:checked + i:before {
    content:"\f192";
}
.toggle-switch {
    position: relative;
    width: 60px;
    direction:ltr;
}
.toggle-switch input {
    display: none;
}
.toggle-switch label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.toggle-switch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    -moz-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.toggle-switch-inner:before, .toggle-switch-inner:after {
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    text-shadow: 1px 1px 1px #FFFFFF;
    color:#929292;
    background-color: #F5F5F5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.toggle-switch-inner:before {
    content: "ON";
    padding-left: 15px;
    text-align:left;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}
.toggle-switch-inner:after {
    content: "OFF";
    padding-right: 15px;
    text-align: right;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
}
.toggle-switch-actin-inner:before {
    content: "פעיל";
}
.toggle-switch-actin-inner:after {
    content: "לא פעיל";
}
.toggle-switch-compin-inner:before {
    content: "Completed";
}
.toggle-switch-compin-inner:after {
    content: "Incomplete";
}
.toggle-switch-switch {
    width: 20px;
    margin: 0;
    border: 2px solid #d8d8d8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    /*right: 40px;*/
    color: #f8f8f8;
    font-size:14px;
    line-height: 1em;
    text-shadow: 0 0px 1px #ADADAD;
    text-align: center;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}
label.disabled .toggle-switch-switch {
    opacity:0.3
}

.toggle-switch-switch-dangeroff {
    border:2px solid #D15E5E;
    background: #D15E5E;
}
.toggle-switch input:checked + .toggle-switch-inner {
    margin-left: 0;
}
.toggle-switch input:checked + .toggle-switch-inner + .toggle-switch-switch {
    right: 0px; 
}
.toggle-switch-danger input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border:2px solid #D15E5E;
    background: #D15E5E;
}
.toggle-switch-warning input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border:2px solid #DFD271;
    background: #DFD271;
}
.toggle-switch-info input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border:2px solid #7BC5D3;
    background: #7BC5D3;
}
.toggle-switch-success input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border:2px solid #63CC9E;
    background: #63CC9E;
}
.toggle-switch-primary input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border:2px solid #6AA6D6;
    background: #6AA6D6;
}
.select2-container {
    width: 100%;
}
.select2-container .select2-choice {
    height: 30px;
}
.knob-slider {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.knob-slider > div {
    display: inline-block !important;
}
.knob-slider input {
    outline: none !important;
}
.ipod {
    background:#dedede;
    text-align: center;
    padding:50px 0;
}
.knob-clock {
    text-align: center;
}
.knob-clock > div {
    font-size:50px;
    text-align: center;
    color:#a2a2a2;
}
.knob {
    border:0;
    background: 0;
}
.box-pricing:hover {
    box-shadow: 0 0 5px #525252;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.box-pricing .row-fluid > div {
    padding: 18px 15px 8px;
    line-height: 1.428571429;
    vertical-align: top;
}
.box-pricing .row-fluid.centered > div {
    background-color: #f5f5f5;
    padding: 8px;
    text-align: center;
}
.box-pricing .row-fluid.centered > div:nth-child(odd) {
    background-color: #f9f9f9;
}
.box-pricing .box-header {
    height: 80px;
    padding: 10px 0;
}
.box-pricing .box-name {
    padding: 0 10px;
    text-align: center;
}
.box-pricing .box-name:hover {
    cursor: inherit;
}
#messages #breadcrumb {
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
}
#messages-menu {
    position:fixed;
    top:90px;
    background:#a5a5a5;
    margin:0;
    height: 100%;
    z-index: 2;
}
#messages-list {
    margin-top: 40px;
    padding: 0;
}
.one-list-message {
    background: #F1F1F1;
    border-bottom: 1px solid #CCC;
    padding: 15px 15px 15px 25px;
    margin: 0;
}
.one-list-message .checkbox {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
}
.one-list-message .message-title {
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
}
.one-list-message .message-date {
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 10px;
    font-weight: bold;
    background: #D8D8D8;
    padding: 0;
    width: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000;
}
.form-control {
    height: 35px;
    padding: 2px 12px;
}
#meta_tags.form-control{height:180px;}
.input-lg {
    height:39px;
}
.input-sm {
    height:18px;
}
.bg-default {
    background: #D8D8D8 !important;
}
.bg-primary {
    background: #6AA6D6 !important;
    color:#f8f8f8 !important;
}
.bg-success {
    background: #63CC9E !important;
    color:#f8f8f8 !important;
}
.bg-info {
    background: #7BC5D3 !important;
    color:#f8f8f8 !important;
}
.bg-warning {
    background: #DFD271 !important;
    color:#f8f8f8 !important;
}
.bg-danger {
    background: #D15E5E !important;
    color:#f8f8f8 !important;
}
.txt-default {
    color: #D8D8D8 !important;
}
.txt-primary {
    color: #6AA6D6 !important;
}
.txt-success, .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #63CC9E !important;
}
.txt-info {
    color: #7BC5D3 !important;
}
.txt-warning, .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #DFD271 !important;
}
.txt-danger, .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #D15E5E !important;
}
.has-success .form-control {
    border-color:#63CC9E;
}
.has-warning .form-control {
    border-color:#DFD271;
}
.has-error .form-control {
    border-color:#D15E5E;
}
.has-success .form-control:focus {
    border-color: #63CC9E;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #63CC9E;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #63CC9E;
}
.has-warning .form-control:focus {
    border-color: #DFD271;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DFD271;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DFD271;
}
.has-error .form-control:focus {
    border-color: #D15E5E;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 0;
    margin: 0;
}
.has-feedback .form-control-feedback {
    width: 26px;
    height: 26px;
    line-height: 26px;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    min-height: inherit;
    padding-top: 0;
}
.form-horizontal .control-label {
    padding-top: 4px;
    text-align: right;
}
.input-group-addon {
    padding: 0px 6px;
}
.form-group .form-control, .form-group .input-group {
    margin-bottom: 5px;
}
.ms-parent.form-control {
    width: 100% !important;
}
.ms-drop.bottom ul li label input {
    margin-left: 5px;
}
.ms-parent.form-control .ms-choice {
    height: 35px;
}
.ms-parent.form-control .ms-choice > div {
    top: 5px;
}
.ms-parent.form-control .ms-choice > span{
    top: 5px;
    right: 15px;
}
.input-group .form-control {
    margin:0;
}
.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
    width:70px!important;
    margin:5px!important;
    color:#525252;
    font-weight:normal;
    font-size:14px!important;
}
.ui-datepicker table.ui-datepicker-calendar thead th
{
    color:#f8f8f8;
    font-weight:normal;
    text-decoration:underline;
}
#ui-datepicker-div.ui-widget-content {
    color:#f8f8f8 !important;
}
#ui-datepicker-div {
    background: rgba(0, 0, 0, 0.7) !important;
    border:0;
}
#ui-datepicker-div .ui-widget-header {
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    border-bottom: 1px solid #686868;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #f8f8f8;
    padding: 1px 0;
}
#ui-datepicker-div.ui-widget-content {
    color:#f8f8f8 !important;
}
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
    background: none;
    border:0;
    color:#f8f8f8;
    text-align: center;
}
#ui-datepicker-div .ui-state-hover, #ui-datepicker-div.ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div.ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div.ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight {
    background: rgba(0, 0, 0, 0.3) !important;
    border:0;
    top:2px;
}
#ui-datepicker-div .ui-datepicker-group {
    border-left: 1px solid #686868;
}
#ui-datepicker-div .ui-datepicker-group:first-child {
    border-left:0;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
    margin: 0;
}
#ui-datepicker-div .ui-datepicker-group table {
    margin:0 auto !important;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px !important;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px !important;
    cursor: pointer;
}
.ui-icon-circle-triangle-w {
    background: url(../img/ui-left.png) 0 0 no-repeat !important;
}
.ui-icon-circle-triangle-e {
    background: url(../img/ui-right.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-s {
    background: url(../img/ui-accordion-down.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-e {
    background: url(../img/ui-accordion-right.png) 0 0 no-repeat !important;
}
#ui-datepicker-div .ui-slider-horizontal {
    background: rgba(0, 0, 0, 0.5);
    height: 4px;
    border: 0;
}
#ui-datepicker-div .ui-slider-horizontal .ui-slider-handle {
    background: #D8D8D8 !important;
    border: 1px solid #f8f8f8;
    height: 12px;
    width: 13px;
    top:-2px;
    margin-left: -2px;
    outline: none;
    cursor: pointer;
}
.ui-spinner-input {
    margin:0;
}
.ui-spinner .form-control {
    margin-bottom: 0;
}
#tabs.ui-widget-content, #tabs .ui-widget-header {
    border:0;
    background: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#tabs .ui-widget-header {
    border-bottom: 1px solid #d8d8d8;
}
#tabs .ui-state-default, #tabs.ui-widget-content .ui-state-default, #tabs .ui-widget-header .ui-state-default {
    border:0;
    margin: 0 0 -1px 0;
    background: none !important;
}
#tabs .ui-state-active, #tabs.ui-widget-content .ui-state-active, #tabs .ui-widget-header .ui-state-active {
    background: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin: 0;
    padding: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 5px 15px;
    outline: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background:#fcfcfc;
    border:1px solid #d8d8d8;
    border-bottom: 0;
}
.ui-tabs .ui-tabs-nav {
    padding: 0;
}
.ui-tabs .ui-tabs-panel {
    padding: 1em 0;
}
.ui-widget {
    font-family: Arial;
}
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border:0!important;
    text-align:center !important;
    margin:0px!important;
    width:50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:0px;
}
.ui-accordion .ui-accordion-header {
    padding: 6px 12px;
    margin: 0;
    top:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-accordion .ui-accordion-icons {
    padding-left:28px;
}
.ui-accordion-header.ui-state-default {
    background: #f5f5f5 !important;
    border: 1px solid #fcfcfc;
    border-left: 0;
    border-right: 0;
}
.ui-accordion-header.ui-state-hover, .ui-accordion-header.ui-state-focus {
    background: #ebebeb !important;
}
.ui-accordion-header.ui-state-active {
    background: #d8d8d8 !important;
}
.ui-accordion .ui-accordion-content {
    padding:10px 12px;
    background: none;
    border:1px solid #d8d8d8;
    border-top:0;
    border-bottom:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#simple_gallery {
    text-align: center;
}
#simple_gallery a.fancybox {
    display: inline-block;
    padding: 5px;
}
#simple_gallery a.fancybox img {
    width: 100%;
    padding: 2px;
    border: 1px solid #979797;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#simple_gallery a.fancybox img:hover {
    box-shadow: 0 0 10px #C7C7C7;
}
.justifiedGallery {
    overflow: hidden;
    width: 100%;
}
.jg-row {
    position: relative;
    white-space: nowrap;
}
.justifiedGallery .jg-image {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
}
.justifiedGallery .jg-image a {
    text-decoration: none;
}
.justifiedGallery .jg-image img {
    border: none;
}
.justifiedGallery .jg-image-label {
    white-space: normal;
    font: normal 12px arial;
    background: #000;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px 5px 10px 8px;
    text-align: left;
    opacity: 0;
}
.ex-tooltip {
    position: absolute;
    display: none;
    z-index: 2000;
}
.morris-hover {
    position:absolute;
    z-index:1000;
}
.morris-hover.morris-default-style, .ex-tooltip {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 20px;
    color: #525252;
    background: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label{
    font-weight:bold;
    margin:0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point{
    white-space:nowrap;
    margin:0.1em 0;
}
#dashboard-header {
    margin-bottom:20px;
}
#dashboard_links {
    padding: 0;
}
#dashboard_links .nav {
    background:#3575A0 url(../img/devoops_pattern_b10.png) 0 0 repeat;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
}
#dashboard_links .nav-stacked > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    padding: 0;
    margin: 0;
}
#dashboard_links .nav-pills > li > a {
    color: #f8f8f8;
    display: block;
    padding: 20px 10px 20px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline:none;
}
#dashboard_links .nav-pills > li.active {
    border-top-color: rgba(0, 0, 0, 0.11);
    position: relative;
    margin: 0;
}
#dashboard_links .nav-pills > li.active > a, #dashboard_links .nav-pills > li.active > a:hover, #dashboard_links .nav-pills > li.active > a:focus, #dashboard_links .nav > li > a:hover, #dashboard_links .nav > li > a:focus {
    background:rgba(0, 0, 0, 0.1);
}
#dashboard_links .nav-pills > li.active > a:before {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    left: -2px;
    font-size: 30px;
    color: #f8f8f8;
}
#dashboard_tabs {
    background:#f8f8f8;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
#dashboard-overview {
    padding-bottom:15px;
}
.sparkline-dashboard {
    float: left;
    margin-right: 10px;
    text-align: center;
}
.sparkline-dashboard-info {
    float: left;
    display: block;
    text-align: center;
}
.sparkline-dashboard-info span {
    display: block;
    font-weight: bold;
    color: #b25050;
}
#ow-marketplace {
    margin-top: 20px;
}
.ow-server {
    padding-top: 8px;
    padding-bottom: 25px;
}
.ow-server:hover {
    background:#e7e7e7;
}
.ow-server .page-header {
    padding-bottom: 3px;
}
.ow-server h4 i {
    position: absolute;
    left: 15px;
}
.ow-server small {
    position: absolute;
    right: 15px;
    top: 51px;
}
.ow-server-bottom {
    margin-top:25px;
}
.ow-server-bottom .knob-slider {
    font-size: 11px;
}
#ow-server-footer {
    overflow: hidden;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.ow-settings {
    position: absolute;
    top: 7px;
    left: 40px;
    display:none;
}
.ow-settings a {
    color:#525252;
}
.ow-server:hover .ow-settings {
    display: block;
}
#ow-server-footer a {
    display: block;
    padding:10px 0;
    border-left:1px solid #f8f8f8;
    text-decoration:none;
}
#ow-server-footer a:first-child {
    border-left:0;
}
#ow-server-footer span {
    display: block;
}
.m-table > thead > tr > th, .m-table > tbody > tr > th, .m-table > tfoot > tr > th, .m-table > thead > tr > td, .m-table > tbody > tr > td, .m-table > tfoot > tr > td {
    vertical-align: middle;
    padding: 2px 5px;
}
.m-ticker span {
    display: block;
    font-size: 0.8em;
    line-height: 1em;
}
.m-price {
    text-align: right;
}
.m-change .fa-angle-up {
    color:#54ae86;
    font-weight: bold;
}
.m-change .fa-angle-down {
    color:#b25050;
    font-weight: bold;
}
#ow-summary {
    font-size: 12px;
}
#ow-summary b {
    float:right;
    padding:1px 4px;
    margin:1px;
    border:1px solid #d8d8d8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#ow-donut {
    margin:0 0 20px;
}
#ow-donut > div {
    padding:0;
}
#ow-activity .row {
    margin: 0 0 0 -15px;
    font-size: 13px;
}
#ow-setting {
    border: 1px solid #C7C7C7;
    padding: 0;
    position: absolute;
    width: 158px;
    height: 28px;
    top: 1px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    opacity: 0;
    right: -200px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
#ow-marketplace:hover #ow-setting {
    opacity:1;
    right:15px;
}
#ow-setting a {
    text-align: center;
    float: left;
    margin-left: 10px;
    color: #d8d8d8;
    font-size: 16px;
    display:block;
    line-height: 28px;
    width:20px;
    height:26px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
#ow-setting a:hover {
    font-size:16px;
    color:#222;
    line-height:24px;
}
#ow-licenced {
    margin:20px 0;
}
#ow-licenced .row {
    margin:0;
}
#ow-stat .row {
    margin: 0;
}
#dashboard-clients .one-list-message {
    background:none;
    padding:10px 15px;
}
#dashboard-clients .one-list-message:last-child {
    border-bottom: 0;
}
#dashboard-clients .one-list-message .message-date {
    position: relative;
    width: auto;
    right: auto;
    left: 15px;
    padding: 0 15px;
}
.btn + .dropdown-menu {
    margin-top: -10px;
    background: rgba(0, 0, 0, 0.7) !important; padding: 0; border: 0; 
    right: unset;
    left: 2px;
    min-width: 100%;
}
.btn + .dropdown-menu > li > a {
    padding: 5px 10px !important;
    color: #f0f0f0;
}
.v-txt {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: absolute;
    top: 60px;
    left: -20px;
    color: #d8d8d8;
    font-size: 18px;
    box-shadow: 0 0 10px #d8d8d8;
    padding: 0px 5px;
}
.full-calendar {
    padding: 25px 0;
    background: #FCFCFC;
}
.external-event {
    padding: 2px 6px;
    margin: 4px 0;
    background: #f5f5f5;
}
.external-event:hover {
    cursor: move;
    background: #6AA6D6;
    color:#f8f8f8;
}
#add-new-event {
    background: #EBEBEB;
    margin-bottom: 30px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.modal-backdrop {
    z-index: 2000;
}
.modal {
    z-index: 2001;
}
.fc-event {
    border: 1px solid #6AA6D6;
    background-color: #6AA6D6;
}
.qq-upload-drop-area {
    position: absolute;
    background: #fcfcfc;
    width: 100%;
    height: 100%;
}
.qq-upload-button {
    float:right;
    margin:20px 15px 0 0;
}
.qq-upload-list {
    position: relative;
    z-index: 3;
    margin: 60px 15px 0;
    padding: 0;
    list-style: none;
}
.qq-upload-list li {
    position: relative;
    display: inline-block;
    padding: 15px;
    margin: 15px;
    border: 1px solid #E6E6E6;
    text-align: center;
    font-size: 12px;
    background: rgba(245, 245, 245, 0.9);
}
.qq-upload-settings {
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 7px 0;
    background: #FFF;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.qq-upload-list li:hover .qq-upload-settings {
    opacity: 1;
    visibility: visible;
}
.qq-upload-list li img {
    border:1px solid #b4b4b4;
    margin-bottom: 5px;
}
.qq-upload-filename {
    display: block;
    overflow: hidden;
}
.qq-upload-file, .qq-upload-size, .qq-upload-status-text {
    display: block;
}
.qq-dropped-zone {
    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -71px;
    text-align: center;
    font-weight: bold;
}
.qq-dropped-zone i {
    font-size: 5em;
    display: block;
    color: #f5f5f5;
    text-shadow: 0 -1px 1px #d8d8d8;
}
#page-500 h1, .page-404 h1 {
    font-size: 5em;
}
.page-404 .form-inline {
    margin: 40px auto;
    width: 60%;
    padding: 15px;
    background: #FAFAFA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.page-404 .input-group-btn:last-child > .btn, .page-404 .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
    margin-bottom: 0;
    height: 39px;
}
#page-500 h3, .page-404 h3 {
    margin: 5px 0 20px;
}
.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #ebebeb;
    z-index: 2000;
}
.devoops-getdata {
    position: absolute;
    top: 25px;
    left: 15px;
    color:#ebebeb;
}
#page-500, #page-login {
    position: absolute;
    height: 100%;
    width: 100%;
}
#page-500 {
    background: #ebebeb;
}
#page-500 img {
    display: block;
    margin:30px auto;
}
#page-login .logo {
    position:absolute;
}
#page-login h3 {
    font-size:20px;
    font-family: Arial;
}
#page-login .text-right {
    margin-top: 15px;
}
#page-login .box {
    margin-top:15%;
}
.one-result {
    margin-top:20px;
}
.one-result p {
    margin:0;
}
.large {
    font-size: 1.25em;
}
.nav-search > li.active > a {
    background: #F0F0F0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #525252;
    border-bottom: 1px solid #CECECE;
    font-weight: bold;
}
.page-feed .avatar {
    width: 60px;
    float: left;
    margin: 10px 15px;
    text-align: center;
    overflow: hidden;
}
.page-feed .avatar img {
    width: 60px;
    height: 60px;
    border: 1px solid #F8F8F8;
}
.page-feed-content {
    position: relative;
    padding: 3px 15px 5px;
    background: #FCFCFC;
    margin-left:90px;
    min-height: 80px;
}
.page-feed-content small.time {
    font-style: italic;
}
.page-feed .page-feed-content:before {
    font-family: FontAwesome;
    content: "\f0d9";
    position: absolute;
    left: -10px;
    top: 15px;
    font-size: 30px;
    color: #fcfcfc;
}
.likebox {
    overflow: hidden;
}
.likebox .navbar-nav {
    margin:0;
}
.likebox .navbar-nav li {
    margin-right: 15px;
    float: left;
}
.likebox .fa-thumbs-up {
    color:#6AA6D6;
}
.likebox .fa-thumbs-down {
    color:#D15E5E;
}
#modalbox {
    display:none;
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    background:rgba(0,0,0,0.8);
}
#modalbox .devoops-modal {
    position:absolute;top:90px;margin-left: -300px;left: 50%;
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 20px #6AA6D6;
    background: transparent;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 600px;
    z-index:6000;
}
#modalbox .devoops-modal-header {
    color: #363636;
    font-size: 16px;
    position:relative;
    overflow: hidden;
    background: #f5f5f5;
    border-bottom: 1px solid #E4E4E4;
    height: 28px;
}
#modalbox .devoops-modal-inner {
    position: relative;
    overflow: hidden;
    padding: 15px;
    background: #FCFCFC;
}
#modalbox .devoops-modal-bottom {
    position: relative;
    overflow: hidden;
    padding: 15px;
    background: #d8d8d8;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 10px;
    margin-left: -1px;
    line-height: 1.428571429;
    color: #969696;
    text-decoration: none;
    background-color: #F5F5F5;
    border: 1px solid #D8D8D8;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #8A8A8A;
    background-color: #eee;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #979797;
    cursor: not-allowed;
    background-color: #FCFCFC;
    border-color: #D8D8D8;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #6AA6D6;
    border-color: #6AA6D6;
}
.fancybox-nav {
    position: fixed;
    width: 50%;
}
.fancybox-close {
    position: fixed;
    top: 20px;
    right: 36px;
    background: url(../img/times.png) 0 0 no-repeat;
}
.fancybox-prev span {
    left: 21px;
    background: url(../img/chevron-left.png) 0 0 no-repeat;
}
.fancybox-next span {
    right: 36px;
    background: url(../img/chevron-right.png) 0 0 no-repeat;
}
#social a {
    margin: 10px 3px;
    color: #666;
    display: block;
    float: left;
}
#event_delete {
    margin-left:20px;
}
/** My Custom CSS **/
.actions-dropdown-list > .btn-primary{
    background: #008000 !important;
    min-width: 85px;
    text-align: right;
}
.actions-dropdown-list .dropdown-toggle .caret{
    position: absolute;
    left: 5px;
    top: 42%;
}
.actions-dropdown-list ul{
    max-width: 155px !important;
    width: 155px !important;
    min-width: 105px !important;
    right: -4px;
}
.vendor-page .dataTables_wrapper {
    overflow: unset;
}
.dropdown.actions-dropdown-list ul li {
    display: block;
    background: #fff !important;
}
.actions-dropdown-list ul li a {
    background: none;
    border: none;
    text-align: right !important;
    padding-right: 8px;
    height: auto !important;
    margin-bottom: 0;
    transition: 0.3s linear all;
} 
.actions-dropdown-list ul.dropdown-menu li a:hover {
    background: #008000;
}
.actions-dropdown-list ul.dropdown-menu li a:hover span, .actions-dropdown-list ul.dropdown-menu li a:hover i {
    color: #fff !important;
}
.actions-dropdown-list ul.dropdown-menu li a i {
    color: #000;
}
.actions-dropdown-list ul li a span{
    background: none;
    display: inline-block !important;
    height: auto !important;
    padding: 0 10px;
    padding-right: 19px;
    color: #000;
}
.vendor-page .dataTables_wrapper table.table {
    text-align: center;
}
.vendor-page table.table thead th:first-child, .vendor-page table.table tr td:first-child, .vendor-page table.table thead th:nth-child(2), .vendor-page table.table tr td:nth-child(2) {
    min-width: 40px !important;
}
.vendor-page table.table thead th:nth-child(4), .vendor-page table.table tr td:nth-child(4) {
    min-width: 140px !important;
}
form#frmExport {
    position: relative;
}
.vendor-page form#frmExport > .form-group {
    position: absolute;
    top: -75px;
    right: 275px;
}
.vendor-page .form-horizontal .col-sm-3.control-label:empty{
    display: none;
}
.box-content.vendor-page form .btn-label-left, .box-content.vendor-page form .form-control {
    height: 35px;
    padding-top: 2px;
}
.vendor-page.box-content form .custom-table .dataTables_wrapper .box-content .col-sm-9 select {
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}
.vendor-page .dataTables_wrapper input[type="text"] {
    height: 35px;
}
.hide_on_mobile{display:block;}

@media (min-width: 768px) {
    #sidebar-left.col-sm-2 {
        opacity: 1;
        width: 16.666666666666664%;
        padding: 0 15px;
        float:right;
    }
    .sidebar-show #sidebar-left.col-sm-2 {
        opacity: 0;
        width:0;
        padding:0;
    }
    .sidebar-show #content.col-sm-10 {
        opacity: 1;
        width:100%;
    }
    .page-404 .form-inline {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .nav.main-menu > li > a, .nav.msg-menu > li > a {
        text-align: right;
        /*margin-right:-40px;*/
    }
    .nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
        font-size:14px;
        width: 20px;
        display: inline-block;
    }
    .main-menu .dropdown-menu {
        position: relative;
        z-index: inherit;
        left:0;
        width:100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background:rgba(0, 0, 0, 0.2);
        visibility: visible;
    }
    .main-menu .dropdown-menu > li > a {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }
    .page-404 .form-inline {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .hide_on_mobile{display:none;}
    #main {
        margin-top: 100px;
    }
    #messages-menu {
        top:140px;
    }
    .page-404 .form-inline {
        width: 100%;
    }
    #dashboard_links .nav {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }
    #dashboard_links .nav-stacked > li {
        float:left;
    }
    #dashboard_links .nav-pills > li > a {
        padding:15px;
    }
    #dashboard_links .nav-pills > li.active > a:before {
        bottom: 0;
        left: 50%;
        margin-left: -9px;
    }
}
@media (max-width: 620px) {
    .user-mini {
        display: none;
    }
}
@media (max-width: 400px) {
    .panel-menu a.account {
        padding: 5px 0px 5px 0;
    }
    .avatar {
        margin: 0;
    }
    .panel-menu i.pull-right {
        margin-left: 0;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background: none;
    }
    #dashboard_links .nav-stacked > li {
        float:none;
    }
    #dashboard_links .nav-pills > li.active > a:before {
        display: none;
    }
}

label.error
{
    font-weight:normal;
    color:#d30000;
}
.pageTitle
{
    padding:10px;
    margin-bottom: 20px;
    line-height: 40px;
    background: #525252;
    background: #5a8db6 url(../img/devoops_pattern_b10.png) 0 0 repeat;
    box-shadow:0px 0px 3px #000;
    color:#FFF;
}
.pageTitle h3
{
    font-size:17px;
}

/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
    color: #f9f9f9 !important;
}
.rules_label{font-size:12px; line-height:14px;}
.col-sm-2.rules_class{width:16%;}
.col-sm-1.rules_class{width:10%;}
#agreement_dic label.error{font-size:12px;}
.bg-gray {
    background-color: #eaeaec !important;
}
.bg-black {
    background-color: #222222 !important;
}
.bg-red {
    background-color: #f56954 !important;
}
.bg-yellow {
    background-color: #f39c12 !important;
}
.bg-aqua {
    background-color: #00c0ef !important;
}
.bg-blue {
    background-color: #0073b7 !important;
}
.bg-light-blue {
    background-color: #3c8dbc !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-navy {
    background-color: #001f3f !important;
}
.bg-teal {
    background-color: #39cccc !important;
}
.bg-olive {
    background-color: #3d9970 !important;
}
.bg-lime {
    background-color: #01ff70 !important;
}
.bg-orange {
    background-color: #ff851b !important;
}
.bg-fuchsia {
    background-color: #f012be !important;
}
.bg-purple {
    background-color: green !important;
}
.bg-maroon {
    background-color: #85144b !important;
}

.small-box {
    position: relative;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
}
.small-box > .inner {
    padding: 5px 0px 80px 17px;
}
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 12px 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box p {
    font-size: 15px;
}
.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}
.small-box h3,
.small-box p {
    z-index: 5px;
}
.small-box .icon {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 12px;
    z-index: 0;
    font-size: 83px;
    color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}
.small-box:hover .icon {
    animation-name: tansformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: tansformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: tansformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}
@keyframes tansformAnimation {
    from {
        font-size: 90px;
    }
    to {
        font-size: 100px;
    }
}
@-webkit-keyframes tansformAnimation {
    from {
        font-size: 90px;
    }
    to {
        font-size: 100px;
    }
}
@media screen and (max-width: 480px) {
    .small-box {
        text-align: center;
    }
    .small-box .icon {
        display: none;
    }
    .small-box p {
        font-size: 12px;
    }
}

span.requiredFieldMark
{
    color:#F00;	
    font-size:16px;
}

.lblStatus{
    display:inline!important;
    padding:3px 4px;
    border-radius:3px;
}

.dataTables_info
{
    display:none;
}
.dataTables_info
{
    display:none;
}
.dataTable table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding:2px;
}
td.details-control {
    background: url(../img/details_open.png) no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url(../img/details_close.png) no-repeat center center;
}
.tag {
    background: rgba(0, 0, 0, 0) url("../img/tag1.png") no-repeat scroll center center;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 84px;
    margin: 0 15px;
    padding-top: 29px;
    position: absolute;
    left: -17px;
    text-align: center;
    top: 0;
    width: 90px;
    z-index: 99;
}
.nav.main-menu > li > a{
    padding: 5px 15px !important;
    min-height: 33px !important;
}

.center {
    text-align: center;
}

.add_padding{
    padding : 5px 10px !important; 
}

.transaction_ul {
    list-style: none
}

.transaction_ul li {
    padding: 10px 0;
    font-size: 1.3em;
}

.transaction_ul .heading {
    font-size: 1.5em   
}

#datatable-1_paginate, .dataTables_paginate {
    word-wrap: break-word;
    line-height: 45px;
}
/** 5-12-2019 **/
iframe {
    width: 100%;
    max-width: 1200px;
}
.mce-tinymce iframe {
    width: 100%;
    max-width: 100% !important;
}
.box-content .form-group textarea {
    max-width: 490px;
    min-height: 130px;
}
.form-horizontal label.col-sm-3.control-label:empty {
    display: none;
}
.form-horizontal .col-sm-3 .btn.btn-danger.btn-label-left{
    margin-top: 23px;
    height: 35px;
}
.dataTables_wrapper input[type="text"] {
    height: 35px;
}
.dataTables_length select {
    height: 35px;
    border-radius: 4px;
    border-color: #ccc;
}

/* Root scope */
.agreement-popup {
    display:none;
}
.agreement-popup * {
    box-sizing: border-box;
}

/* Overlay */
.agreement-popup .agreement-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Modal */
.agreement-popup .agreement-modal {
    width: 50%;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    animation: agreementFade 0.2s ease-in-out;
}

/* Header */
.agreement-popup .agreement-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #eaeaea;
}

.agreement-popup .agreement-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.agreement-popup .agreement-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

/* Body */
.agreement-popup .agreement-body {
    padding: 16px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    max-height: 500px;
    overflow: auto;
}

/* Footer */
.agreement-popup .agreement-footer {
    padding: 12px 16px;
    border-top: 1px solid #eaeaea;
    text-align: right;
}


/* Animation */
@keyframes agreementFade {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.signature-wrapper {
  width: 100%;
  max-width: 500px;
}

#signaturePad {
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  border-radius: 6px;
  touch-action: none;
}

.signature-actions {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
#total_enter{
    display: inline-flex;
}
@media (min-width: 992px) and (max-width: 1199px){ 
table#datatable-1 tr, table#datatable-1 tr td, table#datatable-1 th {
    min-width: 115px;
}
.vendor-page .dataTables_wrapper table.table {
    overflow-x: scroll;
    display: block;
    padding-bottom: 150px;
    border-bottom: 0;
}
.box-content #frmAddEditRecord .form-group .col-sm-4{
    width: 75%;
    max-width: 520px;
}
     .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-3 {
        width: 35%;
        max-width: 35%;
        flex: 35%;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }
    .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-9 {
    width: 35%;
    max-width: 35%;
    flex: 35%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}
.vendor-page.box-content form .custom-table .dataTables_wrapper .box-content .col-sm-9, .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-2 {
    width: 35%;
    max-width: 35%;
    flex: 35%;
    display: inline-block;
    padding-left: 0;
}
.box-content form .custom-table .dataTables_wrapper .box-content .col-sm-3 {
       width: 40%;
    max-width: 40%;
    flex: 40%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}
div#show_shipping_areas_div_dc .form-group .col-sm-9 .col-sm-7 {
    width: 75%;
}
div#show_shipping_areas_div_dc .form-group .col-sm-9 .col-sm-2 {
    padding: 0;
    width: 24%;
}
}
@media(min-width: 768px) and (max-width: 991px){
    table {
        overflow-x: scroll !important;
        display: block !important;
    }
    .panel-menu ul.dropdown-menu li a span {
        display: inline-block !important;
    }
    .nav.main-menu > li > a {
        padding: 5px 5px !important;
        text-align: right;
    }
    .nav.main-menu > li > a > i {
        display: inline-block !important;
        text-align: right !important;
    }
    #ajax-content .row-fluid .clearfix > .col-xs-12.col-sm-3 {
        width: 50%;
        max-width: 50%;
        flex: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }
    .small-box {
        padding: 10px;
    }
    .small-box h3 {
        margin-right: 0;
    }
    #top-panel, #content {
        width: 76.33% !important;
    }
    #logo,#sidebar-left {
        width: 22.66% !important;
    }
    .panel-menu {
        padding: 10px 0px;
    }
    iframe {
        height: 300px;
    }
    table#datatable-1 tr, table#datatable-1 tr td, table#datatable-1 th {
        width: auto !important;
        padding: 3px;
        min-width: 130px;
        padding-top: 0;
    }
    .vendor-page .dataTables_wrapper table.table {
        padding-bottom: 145px;
        border: none !important;
    }
    /** Vendor Form **/
    .box-content.vendor-page form fieldset .form-group.col-sm-5{
        width: 70%;
        max-width: 70%;
        flex: 70%;
        padding-right: 5px;
        padding-left: 5px;
        display: inline-block;
    }
    .dataTables_wrapper input[type="text"] {
        width: 100%;
    }
    .box-content.vendor-page form fieldset .form-group.col-sm-5 label.col-sm-4.control-label {
        width: 100%;
    }
    .box-content.vendor-page form fieldset .form-group.col-sm-5 .col-sm-8 {
        width: 100%;
    }
    .box-content.vendor-page form fieldset .form-group.col-sm-2 {
        width: 30%;
        max-width: 30%;
        flex: 30%;
        padding-right: 5px;
        padding-left: 5px;
        display: inline-block;
    }
    .box-content.vendor-page form fieldset .form-group.col-sm-2 button {
        position: relative;
        top: 28px;
    }
    .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-3 {
        width: 65%;
        max-width: 65%;
        flex: 65%;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }
    .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-3 .dataTables_filter span {
        float: none !important;
        display: block;
    }
    .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-3 .dataTables_filter label{
        width: 100%;
    }
    .vendor-page.box-content form .custom-table .dataTables_wrapper .box-content .col-sm-9,
    .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-2{
        width: 35%;
        max-width: 35%;
        flex: 35%;
        display: inline-block;
        padding-left: 0;
    }
    .vendor-page.box-content form .custom-table .dataTables_wrapper .box-content .col-sm-9 select ,
    .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-2 select {
        height: 35px;
        width: 97%;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
    }
    /** Form Width's' **/
    .box-content form .form-group .col-sm-4, .box-content form .form-group .col-sm-8 {
        width: 75%;
    }
    .box-content .form-horizontal .control-label.col-sm-3 {
        padding-left: 0;
    }
    .box-content .form-horizontal .control-label.col-sm-3 a i{
        margin-left: .5rem;
    }
    .form-horizontal#frmFilter .col-sm-3 {
    padding-left: 7px;
    padding-right: 7px;
}
.custom-table .dataTables_wrapper .box-content .col-sm-6.text-right {
    padding-left: 0;
    padding-right: 0;
}
div#show_shipping_areas_div_dc .form-group .col-sm-9 .col-sm-2 {
    padding: 0;
    width: 30%;
}
div#show_shipping_areas_div_dc .form-group .col-sm-9 .col-sm-7 {
    width: 70%;
}
}
@media (min-width: 768px) and (max-width: 1199px){ 
     /** 10-12-19 **/
 div#show_shipping_div_dc .col-sm-12 .col-sm-2, div#show_shipping_div_dc .col-sm-12 .col-sm-4 {
      width: 33% !important;
    padding-left: 5px;
    padding-right: 5px;
 }
  div#show_shipping_div_dc .col-sm-12 .col-sm-2 input.form-control.col-sm-8{
    width: calc(100% - 44%);
 }
div#show_shipping_div_dc .col-sm-12 .col-sm-3 {
    display: none;
}
div#ajax-content > .row-fluid > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
}


/** 5-12-2019 **/
@media(max-width: 767px){
    .top-panel-right a i {
        font-size: 22px;
    }
    .panel-menu .dropdown.open .dropdown-menu li .fa {
        display: none;
    }
    .box-header .box-name .fa {
        display: none;
    }
    .box-header .box-name span {
        font-size: 23px;
        text-align: center;
        display: block;
    }
    .box-header{
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 32px;
    }
    .box-content {
        /*padding-top: 28px;*/
    }
    .vendor-page.box-content .box-content {
        padding-top: 0;
    }
    .vendor-page .table-datatable img{
        width: 90px !important;
    }
    .box-content.vendor-page .table tr, .box-content .table tr td, .box-content .table th {
        min-width: 105px !important;
    }
    .box-content.vendor-page form fieldset .form-group.col-sm-2 {
        width: 30%;
        max-width: 30%;
        flex: 30%;
        padding-right: 5px;
        padding-left: 5px;
        display: inline-block;
    }
    .box-content.vendor-page form fieldset .form-group.col-sm-5 {
        width: 70%;
        max-width: 70%;
        flex: 70%;
        padding-right: 5px;
        padding-left: 5px;
        display: inline-block;
    }
    .btn-label-left, .btn-label-right {
        padding: 0px 10px;
        height: 35px;
        padding-top: 0px !important;
        font-size: 12px;
    }
    .btn{
        margin: 0 0 2px 0;
    }
    .vendor-page .dataTables_wrapper input[type="text"]{
        height: 35px;
    }
    .btn-label-left span{
        padding: 9px;
    }
    .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-3 {
        width: 65%;
        max-width: 65%;
        flex: 65%;
        display: inline-block;
        padding-left: 0;
    }
    .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-3 .dataTables_filter span{
        float: none !important;
        display: block;
    }
    .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-3 .dataTables_filter label{
        width: 100%;
    }
    .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-3 .dataTables_filter input{
        width: 93%;
    }
    .vendor-page.box-content form .custom-table .dataTables_wrapper .box-content .col-sm-9 ,.box-content form .custom-table .dataTables_wrapper .box-content .col-sm-2{
        width: 35%;
        max-width: 35%;
        flex: 35%;
        display: inline-block;
        padding-left: 0;
    }
    .vendor-page.box-content form .custom-table .dataTables_wrapper .box-content .col-sm-9 select, .box-content form .custom-table .dataTables_wrapper .box-content .col-sm-2 select{
        height: 35px;
        width: 97%;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
    }
    .vendor-page .dataTables_wrapper table.table {
        padding-bottom: 100px;
    }
    .actions-dropdown-list ul li a i{
        display: none;
    }
    .actions-dropdown-list ul.dropdown-menu {
        max-width: 108px !important;
        width: 108px !important;
        min-width: 105px !important;
        background: #fff !important;
        margin-top: 0px;
        max-height: 104px;
        overflow-y: scroll;
        overflow-x: hidden;
        right: -3px;
    }
    /** Scroll Bar **/
    .actions-dropdown-list ul.dropdown-menu::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .actions-dropdown-list ul.dropdown-menu::-webkit-scrollbar:vertical {
        width: 6px;
    }
    .actions-dropdown-list ul.dropdown-menu::-webkit-scrollbar:horizontal {
        height: 12px;
    }
    .actions-dropdown-list ul.dropdown-menu::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;

    }
    .actions-dropdown-list ul.dropdown-menu::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }
    /** Scroll Bar**/
    .actions-dropdown-list ul li a span {
        padding-right: 10px;
    }
    .actions-dropdown-list > .btn-primary {
        min-width: 70px;
    }
    form#frmExport > .form-group button span {
        display: none;
    }
    .vendor-page .btnContainer button span{
        display: none;
    }
    .vendor-page .btnContainer a.btn-primary span{
        display: block;
        width: 0;
        opacity: 0;
        padding: 0;
        height: 9px;
    }
   .box-content form#frmExport > .form-group{
       position: absolute;
       top: -47px;
       right: 85px;
    }
  .vendor-page  form#frmExport > .form-group {
        top: -47px;
        right: 191px;
    }
    #content {
    padding-left: 0;
    padding-right: 0;
    }
    #agreement_dic form .form-group .col-sm-4.control-label {
        width: 90%;
        max-width: 90%;
        flex: 90%;
        display: inline-block;
        padding-right: 1px;
        padding-top: 0;
        font-size: 12px;
    }
    #agreement_dic form .form-group .col-sm-8 {
        width: 9%;
        max-width: 9%;
        flex: 9%;
        display: inline-block;
        float: right;
        padding-left: 0;
    }
    .package .col-xs-6.border-bottom {
        padding-left: 0;
        padding-right: 0;
    }
    .package .col-xs-6 strong {
        font-size: 12px;
    }






    .small-box > .inner {
        padding: 5px 0px 15px 17px;
    }
    #logo {
        width: 0;
        position: unset;
        float: none;
        height: 0;
        text-align: center;
    }
    #logo a {
        display: block;
        background: none;
        position: absolute;
        left: 23%;
        z-index: 9;
        max-width: 200px;
    }
    ul.nav.main-menu li a span {
        display: inline-block !important;
    }
    .nav.main-menu > li > a {
        text-align: right;
    }
    .sidebar-show .row{
        position:relative;
    }
    .sidebar-show #sidebar-left.col-xs-2 {
        width: 50% !important;
        z-index: 999;
    }
    #sidebar-left {
        position: absolute;
        right: 0;

        height: 100%;
        padding-bottom: 30px !important;
        margin-bottom: -30px !important;
    }
    #top-panel {
        line-height: initial;
        width: 100% !important;
        position: relative;
        top: -1px;
    }
    #content {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    .nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
        display: inline-block !important;
    }
    iframe {
        width: 100%;
        height: 300px;
    }
    .show_border6.package.recomended {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin: 0;
    }
.box-content .box-content {
    padding-top: 0;
}
    .box-content{
        padding: 0 7px 5px;
        border: none;
        padding-top: 32px;
    }
    .navbar {
        background: #fff;
    }
    div#ajax-content .row-fluid > .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .box-content .table .col-xs-12 {
        padding-right: 0;
        padding-left: 0;
    }
    .box-content table .col-xs-12 .col-xs-3 {
        width: 62%;
        max-width: 62%;
        flex: 62%;
        padding-right: 0;
        padding-left: 6px;
    }
    .box-content table .col-xs-12 .col-xs-4 {
        width: 38%;
        max-width: 38%;
        flex: 38%;
        padding-left: 0;
        padding-right: 6px;
    }
    .box-content .table-bordered , .box-content .table-bordered tr td{
        border: none !important;
    }
    .show_border6.package {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin: 0;
    }
    .ms-parent.form-control {
        width: 100% !important;
    }
    .box-content .form-group i {
        margin-left: 5px;
    }
    label.col-sm-3.control-label:empty {
        display: none;
    }
    .btn.btn-success.btn-label-left {
        margin-bottom: 0;
    }
    .box-content h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .dataTables_wrapper.form-inline .box-content > .col-sm-3 , .dataTables_wrapper.form-inline .box-content > .col-sm-2  , .dataTables_wrapper.form-inline .box-content > .col-sm-7{
        padding-right: 0;
    }
    a.btn.btn-primary.btn-lg {
        padding: 5px;
    }
    .main-menu .dropdown-menu {
        top: 34px;
        width: 100%;

    }.box-content .col-sm-6.text-right {
        padding-right: 0;
    }
    table#datatable-1 tr, table#datatable-1 tr td, table#datatable-1 th {
        width: auto !important;
        padding: 3px;
        min-width: 130px;
        padding-top: 0;
    }
    .btnCustom {
        padding: 5px;
        margin: 0px 2px 2px;
        display: inline-block;
        vertical-align: sub;
        min-width: 16px;
    }
    .custom-table {
        overflow-x: auto;
    }
    textarea.form-control {
        height: 100px;
    }
    #main {
        margin-top: 70px !important;
        min-height: auto !important;
    }
    #sidebar-left {
        position: fixed;
    }
    button#btnLogin{
        padding: 5px 10px;
        min-width: 80px;
    }
    .form-control {
        height: 35px;
    }
    .btn.btn-primary {
        padding: 5px 15px !important;
    }
    .panel-menu .dropdown-menu {
        right: unset;
        left: -10px;
    }
    html {
        height: 100%;
    }
    a.ajax-page-link.btn.btn-primary.btn-label-left {
        padding: 0px 10px !important;
    }
    .box-content .col-sm-9, .box-content .col-sm-12 {
        padding-right: 0;
    }
    .col-sm-1.rules_class , .col-sm-2.rules_class {
        width: 100%;
    }
    .form-horizontal .col-sm-12, .form-horizontal .col-sm-9 {
        padding-right: 15px;
    }
    .box-content .form-horizontal .form-group i {
        margin-left: 0px;
    }
    .ms-choice {
        border: none !important;
        height: 33px !important;
        text-align:right !important;
    }
    .ms-choice > span {
        position:relative !important;
        right:5px !important;
        top: 0px !important;
    }
    label.col-sm-3.control-label a {
        padding-left: 5px;
    }
    .ms-drop.bottom ul li label input {
        margin-left: 5px;
    }
    ul.nav.main-menu li a span {
        max-width: 125px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }
    .nav.main-menu > li > a {
        padding: 5px 8px !important;
    }
    #page-login > .col-xs-12 {
        padding: 0;
    }
    #page-login .box {
        margin-top: 15%;
        border-radius: 0;
    }
    #page-login h3 {
        font-size: 19px;
        padding-top: 8px;
    }	
    table a.ajax-page-link.btn.btn-primary.btn-label-left.btnCustom {
        padding: 5px !important;
    }
    table{
        overflow-x: scroll !important;
        display: block !important;
        text-align: center;
    }

    body {
        font-size: 14px;
    }
    #sidebar-left {
        right: -56px;
    }
    .sidebar-show #sidebar-left.col-xs-2 {
        width: 70% !important;
        right: 0;
    }
    ul.nav.main-menu li a span {
        max-width: 100%;
        white-space: normal;
    }
    #content {
        margin-top: 0;
        padding-top: 0;
    }
    legend {
        font-size: 17px;
        line-height: initial;
        padding-bottom: 2px;
    }
    .small-box {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .download_coupon_fields_show label.control-label {
        width: 92%;
        float: left;
        padding-right: 5px;
        line-height: 12px;
    }
    .box-content .form-group, .devoops-modal-inner .form-group{margin-top:5px; margin-bottom:5px;}
    div#show_shipping_areas_div_dc .form-group .col-sm-9 .col-sm-2 {
    padding: 0;
    }
   .small-box .icon {
    bottom: -17px;
    left: 12px;
    right: auto;
    }
    .small-box .icon .fa {
    font-size: 60px;
}
}

@media(min-width: 568px) and (max-width: 767px){
    #logo a {
        left: 35%;
    }
    .box-content .form-group textarea {
    max-width: 100%;
   }
 }