@import url('../fonts/FontFamily/font-family.css');

html {
    font-size: 100%;
    height: 100%;
    margin-bottom: 1px;
}

body {
    font-family: 'ABeeZee', sans-serif;
    color: #555;
    background: #272829;
    font-size: 12px;
}

#body-wrapper {
    margin: 0px 0px;
}

@font-face {
    font-family: 'dotsfont';
    src: url('../fonts/dotsfont.eot');
    src: url('../fonts/dotsfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dotsfont.woff') format('woff'),
    url('../fonts/dotsfont.ttf') format('truetype'),
    url('../fonts/dotsfont.svg#dotsfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Rosario', sans-serif;
    font-weight: 400;
}

/*h1{font-size:31px;font-weight:bold;color:#fff;position:absolute;top:-1000px;}*/
h1 {
    font-size: 31px;
    font-weight: bold;
}

h2 {
    font-size: 26px;
    padding: 0 0 10px 0;
}

h3 {
    font-size: 17px;
    padding: 0 0 10px 0;
}

h4 {
    font-size: 16px;
    padding: 0 0 5px 0;
}

h5 {
    font-size: 14px;
    padding: 0 0 5px 0;
}

h6 {
    font-size: 12px;
    padding: 0 0 5px 0;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

a:active {
    color: #fff;
}

a:focus {
    outline: 1px;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 0.85em;
}

pre {
    font-family: monospace;
}

p {
    padding: 5px 0 10px 0;
    line-height: 1.6em;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.header {
    width: 100%;
    clear: both;
}

#main-content {
    padding: 5px 0 0 0;
}

#main-content1, #main-content2 {
    margin-left: 10px;
    padding: 0px;
    width: 80%;
    float: right;
    margin-top: 10px;
}

#footer {
    border-top: 1px solid #ccc;
    color: #fff;
    margin: 5px 0 0 0;
    padding: 10px 0;
    font-family: 'ABeeZee', sans-serif;
    font-size: 12px;
}

.column-left {
    width: 48%;
    float: left;
}

.column-right {
    width: 48%;
    float: right;
}

.column {
    width: 32%;
    float: left;
    margin-right: 1% !important;
}

/*.column-login{width:45%;margin:0 auto !important;margin-top:90px !important;display:block;}
.loginright{width:320px;float:left;margin-left:5px;}*/
.column-login {
    width: 45%;
    margin: 0 auto !important;
    margin-top: 10px !important;
    display: block;
}

.loginright {
    margin-left: 5px;
    margin-top: 30px;
}

.column-dashboard-small-box {
    float: left;
    width: 45%;
    margin-right: 35px !important;
}

.max-column {
    width: 48%;
    float: left;
    margin-right: 10px !important;
}

/*.oillogo{float:left;margin-top:125px;margin-left:5px;}*/
.oillogo {
    margin-left: 10px;
}

.oillogo1 {
    float: left;
    margin-top: 30px;
    margin-left: 20px;
}

.oillogo1 a ol {
    padding-left: 20px;
}

#logo {
    margin: 0 0 10px 0;
    float: left;
}

#profile-links {
    padding: 0 15px 20px 15px;
    text-align: right;
    line-height: 1.5em;
    float: right;
}

.content-box {
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
    background: #fff;
}

.content-box-header {
    background: #fff;
    margin-top: 0px;
    height: 40px;
    border-bottom: 1px solid #e5e5e5
}

.content-box-header h3 {
    font-family: 'Rosario', sans-serif;
    font-weight: 400;
    padding: 12px 15px 10px;
}

ul.content-box-tabs {
    float: left;
    padding: 12px 15px 0 0 !important;
    margin: 0 !important;
}

ul.content-box-tabs li {
    float: left;
    margin: 0;
    padding: 0 !important;
    background-image: none !important;
}

ul.content-box-tabs li a {
    color: #333;
    padding: 8px 10px;
    display: block;
    margin: 1px;
    border-bottom: 0;
}

ul.content-box-tabs li a:hover {
    color: #57a000;
}

ul.content-box-tabs li a.current {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 0;
}

ul.content-box-tabs li a.active {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 0;
}

.content-box-content {
    padding: 5px;
    font-size: 13px;
    border-top: 1px solid #fff;
    background: none repeat scroll 0 0 #fff;
}

#main-content table {
    width: 100%;
    text-align: center;
}

#main-content table thead th {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    background: #555555;
    border-bottom: 1px solid #DDDDDD;
    color: #fff;
}

#main-content tbody {
    border-bottom: 1px solid #ddd;
}

#main-content tbody tr {
    background: #FFFFFF;
}

#main-content tbody tr.alt-row {
    background: #ccc;
}

#main-content table td,
#main-content table th {
    padding: 10px;
    line-height: 1.3em;
    font-family: 'ABeeZee', sans-serif;
    text-align: left;
}

#main-content table tfoot td .bulk-actions {
    padding: 5px 0 2px 0;
}

#main-content table tfoot td .bulk-actions select {
    padding: 4px;
    border: 1px solid #ccc;
}

#main-content1 table {
    width: 100%;
}

#main-content1 table thead th {
    border-bottom: 1px solid #DDDDDD;
    color: #FFFFFF;
    font-weight: bold;
}

#main-content1 tbody {
    border-bottom: 1px solid #ddd;
}

#main-content1 tbody tr {
}

#main-content1 tbody tr.alt-row {
    background: #ccc;
}

#main-content1 table td,
#main-content1 table th {
    padding: 10px;
    /* line-height:1.3em; */
}

#main-content1 table tfoot td .bulk-actions {
    padding: 15px 0 5px 0;
}

#main-content1 table tfoot td .bulk-actions select {
    padding: 4px;
    border: 1px solid #ccc;
}

#main-content2 table {
    width: 100%;
    border-collapse: collapse;
}

#main-content2 table thead th {
    border-bottom: 1px solid #DDDDDD;
    color: #FFFFFF;
    font-weight: bold;
    background: #555555;
}

#main-content2 tbody {
    border-bottom: 1px solid #ddd;
}

#main-content2 tbody tr {
    background: #FAF9F9;
}

#main-content2 tbody tr.alt-row {
    background: #ccc;
}

#main-content2 table td,
#main-content2 table th {
    padding: 10px;
    line-height: 1.3em;
}

#main-content2 table tfoot td .bulk-actions {
    padding: 15px 0 5px 0;
}

#main-content2 table tfoot td .bulk-actions select {
    padding: 4px;
    border: 1px solid #ccc;
}

table.tablesorter thead tr .header span {
    background: url(../images/bg.png) no-repeat center right !important;
    cursor: pointer;
    padding-right: 20px !important;
}

table.tablesorter thead tr .headerSortUp span {
    background: #555555 url(../images/asc.png) no-repeat center right !important;
}

table.tablesorter thead tr .headerSortDown span {
    background: #555555 url(../images/desc.png) no-repeat center right !important;
}

.header {
    width: auto;
}

#main-content .pagination {
    text-align: right;
    padding: 20px 0 5px 0;
    font-family: 'ABeeZee', sans-serif;
    font-size: 10px;
}

.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 6px;
}

.pagination a.number {
    border: 1px solid #ddd;
}

.pagination a.current {
    background: #469400 url('../images/bg-button-green.gif') top left repeat-x !important;
    border-color: #459300 !important;
    color: #fff !important;
}

.pagination a.current:hover {
    text-decoration: underline;
}

.button {
    font-family: 'ABeeZee', sans-serif;
    display: inline-block;
    background: #525252 !important;
    border: 1px solid #525252 !important;
    padding: 4px 7px 4px 7px !important;
    color: #ffffff !important;
    font-size: 11px !important;
    cursor: pointer;
}

.button:hover {
    text-decoration: underline;
}

.button:active {
    padding: 5px 7px 3px 7px !important;
}

a.remove-link {
    color: #bb0000;
}

a.remove-link:hover {
    color: #fff;
}

.buttonlog {
    background: #469400 url('../images/bg-button-green.gif') top left repeat-x !important;
    border-color: #459300 !important;
    color: #fff !important;
    width: 85px;
    height: 60px;
}

.tickertape {
    background-color: #484848;
    background-image: linear-gradient(to bottom, #4B4B4B, #434343);
    background-repeat: repeat-x;
    border: 1px solid #616161;
    box-shadow: 0 1px 0 0 #000000, 0 5px 4px -4px #191919;
    color: #FFFFFF;
    height: 32px;
    line-height: 32px;
    margin: 0 0 15px;
    padding: 0 10px 0 0;
    position: relative;
}

.column-max {
    float: left;
    width: 32%;
}

#buttoncss {
    text-align: center;
    margin: 10px;
}

#buttoncss > .button {
    height: 50px;
    margin: 10px;
    width: 150px;
}

.header-right {
    float: right;
    margin-right: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-right > h2 {
    font-family: 'Rosario', sans-serif;
    font-weight: 400;
    text-align: right;
    color: #fff;
    font-size: 22px;
}

.header > h2 {
    color: #76B700;
}

.header-title {
    float: left;
    padding-left: 5px;
    margin-top: 45px;
}

.header-title > h2 {
    color: #7ECF00;
    font-family: 'Rosario', sans-serif;
    font-weight: 400;
    font-size: 26px;
}

.lightbox {
    float: left;
    margin-left: 90px;
    margin-top: 25px;
    margin-bottom: 33px;
}

.column-right-button {
    width: 20%;
    float: left;
    margin-right: 1% !important;
}

.content-box.column-middle {
    width: 44%;
    float: left;
    margin-right: 1% !important;
}

.button-wo {
    width: 40%;
    margin-left: 140px;
}

.content-box.column-setup {
    width: 45%;
    margin: 0 auto !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    display: block;
}

.bulk-actions.align-left {
    color: #fff;
}

/*.btn{background-color:#272829 ;border-radius:10px;width:83px;height:60px;border:none;font-size:20px;}*/
#button-apply {
    text-align: center;
}

#button-apply > .btn-ex {
    height: 50px;
    margin: 10px;
    width: 150px;
}

.btn-ex {
    background-color: #018b43;
    border-radius: 10px;
    width: 83px;
    height: 60px;
    border: none;
    margin: 10px;
    font-size: 20px;
}

#popup_div {
    display: none;
    position: fixed;
    _position: absolute;
    height: auto;
    width: auto;
    background: #fff;
    color: #272829;
    left: 38%;
    top: 150px;
    z-index: 999;
    border: 1px solid #D2D0CF;
    padding: 15px 15px 25px;
    font-size: 12px;
    -moz-box-shadow: 0 0 24px #D2D0CF;
    -webkit-box-shadow: 0 0 24px #D2D0CF;
    box-shadow: 0 0 24px #D2D0CF;
}

#masks {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 999;
}

#btnstation {
    width: 170px;
    margin: 0 auto;
}

#btnstation > .buttonSpl {
    height: 50px;
    margin: 10px;
    width: 150px;
}

#popup_close {
    cursor: pointer;
    text-decoration: none;
}

#popup_close {
    font-size: 20px;
    line-height: 15px;
    right: 5px;
    top: 5px;
    position: absolute;
    color: #000;
    font-weight: 500;
}

#popup_update_div {
    display: none;
    position: fixed;
    _position: absolute;
    height: auto;
    width: 460px;
    background: #ACACAC;
    left: 28%;
    top: 170px;
    z-index: 999;
    border: 1px solid #D2D0CF;
    padding: 15px 15px 25px;
    font-size: 15px;
    -moz-box-shadow: 0 0 24px #D2D0CF;
    -webkit-box-shadow: 0 0 24px #D2D0CF;
    box-shadow: 0 0 24px #D2D0CF;
}

#popup_update_close {
    cursor: pointer;
    text-decoration: none;
}

#popup_update_close {
    font-size: 20px;
    line-height: 15px;
    right: 5px;
    top: 5px;
    position: absolute;
    color: #000;
    font-weight: 500;
}

.buttonSpl {
    padding: 10px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #fff !important;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.buttonSpl::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 8px;
    left: -8px;
    top: -8px;
    z-index: -1;
}

.buttonSpl:active {
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 11px;
    top: 1px;
    background-image: -moz-linear-gradient(center bottom, #80d100 0%, #6bae02 100%);
}

#container_buttons {
    width: 400px;
    margin: 30px auto;
}

.buttonarea > .buttonSpl {
    height: 60px;
    margin: 10px;
    width: 84px;
    border-radius: 10px;
    font-size: 20px;
    background-color: #525252 !important;
    padding: 0px;
}

#buttoncss > .buttonSpl {
    height: 50px;
    margin: 10px;
    width: 165px;
}

.btheight {
    height: auto !important;
}

#btnspl {
    float: right;
}

.notification {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 99.8%;
}

.notification div {
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 10px;
    line-height: 1.5em;
    background: none repeat scroll 0 0 #808080;
}

.notification .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.errmsg {
    color: #000000;
    font-size: 16px;
    text-align: center;
}

.notification.error.png_bg {
    margin-left: 8px;
    width: 93%;
}

.errdiv {
    color: #FF0000;
    float: right;
    margin-right: 300px;
    text-align: center;
}

.errdiv1 {
    float: right;
    margin-right: 300px;
    text-align: center;
}

.meter {
    height: 7px;
    position: relative;
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    margin: 2px;
    cursor: pointer;
}

.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43, 194, 83);
    background-image: -webkit-gradient(linear,
    left bottom,
    left top,
    color-stop(0, rgb(43, 194, 83)),
    color-stop(1, rgb(84, 240, 84)));
    background-image: -moz-linear-gradient(center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%);
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, rgba(255, 255, 255, .2)),
    color-stop(.25, transparent), color-stop(.5, transparent),
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.75, rgba(255, 255, 255, .2)),
    color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.orange > span {
    background-color: #00A84D;
    background-image: -moz-linear-gradient(top, #00A84D, #00A84D);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00A84D), color-stop(1, #00A84D));
    background-image: -webkit-linear-gradient(#00A84D, #00A84D);
}

.red > span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}

.blue > span {
    background-color: #0979F9;
    background-image: -moz-linear-gradient(top, #0979F9, #0E66CC);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0979F9), color-stop(1, #0E66CC));
    background-image: -webkit-linear-gradient(#0979F9, #0E66CC);
}

.pink > span {
    background-color: #F116F4;
    background-image: -moz-linear-gradient(top, #F116F4, #DB33DD);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F116F4), color-stop(1, #DB33DD));
    background-image: -webkit-linear-gradient(#F116F4, #DB33DD);
}

.calender {
    height: auto;
}

#weekdays {
    float: left;
    width: 25%;
    height: 30px;
}

#metercontent {
    float: left;
    width: 70%;
    height: 30px;
}

#productname {
    width: 20%;
}

.contentdiv {
    width: 100%;
}

#meterdivid {
    width: 170px;
    margin-left: 90px;
    margin-bottom: 6px;
    margin-top: -12px;
}

#meterdivid1 {
    width: 170px;
    margin-left: 55px;
    margin-bottom: 6px;
    margin-top: -12px;
}

#meterdivid2 {
    width: 170px;
    margin-left: 55px;
    margin-bottom: 6px;
    margin-top: -12px;
}

#meterdivid3 {
    width: 170px;
    margin-left: 55px;
    margin-bottom: 6px;
    margin-top: -12px;
}

#quantity {
    float: right;
    margin-bottom: 6px;
    margin-top: -22px;
}

.totalcontent {
    width: 170px;
    margin-left: 55px;
    margin-bottom: 6px;
    margin-top: -12px;
}

#totalmetershow {
    width: 70%;
}

#totalquantity {
    float: right;
    margin-top: -18px;
    margin-right: -15px;
}

#totalnumbermeters {
    margin-left: 100px;
}

.sidebar {
    width: 18%;
    float: left;
    color: #888;
    font-size: 11px;
}

.sidebar a,
.sidebar a:active {
    color: #ccc;
}

.sidebar a:hover {
    color: #fff;
}

.sidebar #sidebar-title {
    margin: 40px 0 40px 15px;
}

.sidebar #logo {
    margin: 40px 0 40px 0;
}

.sidebar #profile-links {
    padding: 0 15px 20px 15px;
    text-align: right;
    line-height: 1.5em;
}

.sidebar #main-nav {
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    background: #272829;
}

.sidebar #main-nav li {
    list-style: none;
    position: relative;
}

.sidebar #main-nav li a.nav-top-item {
    padding: 10px 16px 10px 7px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    border-top: 1px solid #404040;
    font-family: Segoe UI;
}

.sidebar #main-nav li a:hover {
    background-color: #525252;
}

.sidebar #main-nav li a.current {
    background-image: url('../images/bg-menu-item-current.gif') !important;
    color: #333;
    font-weight: bold;
}

.sidebar #main-nav li a.current:hover {
    color: #333;
}

.sidebar #main-nav ul {
    padding: 0;
    font-size: 12px;
    margin: 0;
}

.sidebar #main-nav li ul:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 40px;
    bottom: 10px;
    border-left: 1px solid #e2e2e2;
}

.sidebar #main-nav li ul li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 3px;
    left: 21px;
    top: 12px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    z-index: 2;
}

.sidebar #main-nav li.syst_rep ul:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0px;
    bottom: 10px;
    border-left: 1px solid #e2e2e2;
}

.sidebar #main-nav li a.open, .sidebar #main-nav li .open {
    border-top: 1px solid #337AB7;
}

.sidebar #main-nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar #main-nav ul li a {
    padding: 8px 0px 0px 35px;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 1.2em;
    font-family: Segoe UI;
    height: 28px;
}

.menu_compact #main-nav ul li a {
    padding: 0px 0px 0px 35px;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 1.2em;
    font-family: Segoe UI;
    height: 30px;
}

.left-active {
    background-color: #525252 !important;
}

.sidebar #main-nav ul li a:hover,
.sidebar #main-nav ul li a.current,
.sidebar #main-nav ul li a.current:hover {
    color: #fff;
}

.sidebar #main-nav ul li a.current {
    background: transparent url('../images/menu-current-arrow.gif') right center no-repeat !important;
}

select {
    font-family: 'ABeeZee', sans-serif;
    border-radius: 3px;
}

marquee {
    font-family: 'ABeeZee', sans-serif;
    color: #fff;
}

#logintextbox {
    font-family: 'ABeeZee', sans-serif;
    color: #000;
    font-size: 18px;
    width: 285px;
    border: 1px solid #D5D5D5;
    height: 24px;
    margin-bottom: 10px; /*margin-left:10px;*/
    text-align: center;
    background: none repeat scroll 0 0 #FBFBFB;
}

.tank_img {
    width: 165px;
    height: 100px;
    display: inline-block;
    margin: 1em;
}

.tank_img1 {
    width: 265px;
    height: 150px;
}

.gauge_panel {
    width: 165px;
    height: 100px;
    display: inline-block;
    margin: 1em;
}

.append_volume, .Normal {
    font-weight: bold;
    position: relative;
    width: 165px;
    text-align: center;
    color: #000;
}

input {
    padding: 6px;
    font-size: 13px;
    background: #fff url('../images/bg-form-field.gif') top left repeat-x;
    border: 1px solid #d5d5d5;
    color: #333;
}

@media (min-width: 1200px) {
    #main-content table th {
        padding: 10px;
        line-height: 1.3em;
    }

    #main-content table tfoot td .bulk-actions {
        padding: 15px 0 5px 0;
    }

    .main-content1 {
        float: right;
        width: 75%;
    }
}

.Auto-Export {
    margin: 30px;
}

.autoexport_info {

    width: 70% !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    #main-content table th {
        padding: 10px;
        line-height: 1.3em;
    }

    #main-content table tfoot td .bulk-actions {
        padding: 15px 0 5px 0;
    }

    .dash-column {
        width: 100% !important;
    }

    .main-content1 {
        float: right;
        width: 75%;
    }

    .sidebar {
        width: 18%
    }

    .menu_compact {
        width: 5%;
    }

    .autoexport_info {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .column-right {
        float: left;
        clear: both;
        width: 100%;
    }

    .column {
        float: left;
        clear: both;
        width: 100%;
    }

    #main-content table th {
        padding: 2px;
        line-height: 1.3em;
    }

    #main-content table tfoot td .bulk-actions {
        padding: 3px 0 2px 0;
    }

    #body-wrapper {
        margin: 0px;
    }

    .dash-column {
        width: 100% !important;
    }

    .main-content1 {
        float: right;
        width: 70%;
    }

    .sidebar {
        width: 100%
    }

    .menu_compact {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .column-right {
        float: left;
        clear: both;
        width: 100%;
    }

    .column {
        float: left;
        clear: both;
        width: 100%;
    }

    #main-content table th {
        line-height: 1.3em;
    }

    #main-content table tfoot td .bulk-actions {
    }

    #body-wrapper {
        margin: 0px;
    }
}

@media (max-width: 1080px) {
    .dash-column {
        width: 100% !important
    }

    .sidebar #main-nav {
        margin: 0
    }

    #main-content1, #main-content2 {
        float: left;
        width: 79%;
    }

    .oillogo {
        margin-left: 50px;
    }
}

@media (max-width: 800px) {
    #popup_div {
        left: 26%;
    }

    #fancybox-wrap {
        left: 78px !important;
    }

    .dash-column {
        width: 100% !important
    }

    #main-content1, #main-content2 {
        float: right;
        width: 80%;
    }
}

@media (max-width: 768px) {
    #popup_div {
        left: 26%;
    }

    #fancybox-wrap {
        left: 60px !important;
    }

    .dash-column {
        width: 100% !important
    }
}

@media (max-width: 720px) {
    #main-content1, #main-content2 {
        clear: both;
        float: left;
        width: 100%;
    }
}

@media (max-width: 600px) {
    #popup_div {
        left: 15%;
    }

    #fancybox-wrap {
        left: 40px !important;
    }

    .dash-column {
        width: 100% !important
    }
}

@media (max-width: 500px) {
    #popup_div {
        left: 5%;
    }

    #fancybox-wrap {
        left: 20px !important;
    }

    .dash-column {
        width: 100% !important
    }
}

@media (max-width: 400px) {
    #popup_div {
        left: 1%;
    }

    #fancybox-wrap {
        left: 0px !important;
    }

    .dash-column {
        width: 100% !important
    }
}

div#calendar {
    margin: 0px auto;
    padding: 0px;
    width: 481px;
    font-size: 14px/20px;
    font-family: "Raleway", Verdana, Arial, Helvetica, sans-serif;
}

div#calendar div.box1 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
}

div#calendar div.header {
    line-height: 40px;
    vertical-align: middle;
    position: absolute;
    left: 11px;
    top: 0px;
    width: 560px;
    height: 40px;
    text-align: center;
}

div#calendar div.header a.prev, div#calendar div.header a.next {
    position: absolute;
    top: 0px;
    height: 17px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #616B76;
}

div#calendar div.header span.title {
    color: #616B76;
    font-size: 18px;
}

div#calendar div.header a.prev {
    left: 0px;
}

div#calendar div.header a.next {
    right: 0px;
}

div#calendar div.box-content {
}

div#calendar ul.label {
    float: left;
    padding: 0px;
}

div#calendar ul.label li {
}

div#calendar ul.label li {
    font: bold 14px/20px "Raleway", Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    background: #2a3954;
    border-right: 1px solid #A2ADBC;
    border-bottom: 1px solid #A2ADBC;
    border-top: 1px solid #A2ADBC;
    font-weight: 400;
    margin-right: 0px;
    list-style-type: none;
    width: 80px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

div#calendar ul.dates {
}

div#calendar ul.dates li {
    margin: 0px;
    padding: 0px;
    line-height: 40px;
    vertical-align: middle;
    float: left;
    list-style-type: none;
    width: 75px;
    height: 40px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #A2ADBC;
}

:focus {
    outline: none;
}

div.clear {
    clear: both;
}

.search_user_form {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0 0 #666666;
    font-size: 16px;
    height: 30px;
    left: 713px;
    margin: 0;
    outline: 0 none;
    padding: 4px 7px;
    position: absolute;
    top: 28px;
    width: 274px;
}

.css-label-checkbok {
    color: #9EA7B3;
}

#infoheadercol2 a {
    color: #FFFFFF;
    text-decoration: none;
}

#infoheadercol5 a {
    color: #FFFFFF;
    text-decoration: none;
}

#progressbar {
    background-color: black;
    border-radius: 13px;
    padding: 3px;
}

#progressbar > div {
    background-color: orange;
    width: 40%;
    height: 20px;
    border-radius: 10px;
}

#scroller {
    color: #ffffff;
    font-size: 14px;
    height: 28px !important;
    line-height: 28px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 1px;
    position: relative;
}

.scrollingtext {
    color: #ffffff;
    white-space: nowrap;
    position: absolute;
    font-size: 14px;
    font-style: oblique;
}

.scrollingtext a:link, .scrollingtext a:visited {
    color: #ffffff;
    font-size: 14px;
    cursor: default;
}

.scrollingtext a:visited {
    text-decoration: none;
}

.review {
    padding-right: 50px;
}

#static-text {
    position: absolute;
    padding: 0 10px;
    z-index: 99999;
    font-weight: bold;
}

input {
    background: none;
}

#fancybox-content {
    background: #fff;
}

.home_refresh {
    float: left;
    cursor: pointer;
    padding: 5px 0;
    font-size: 12px;
    color: #000;
    margin-left: -4px;
}

.min_height {
    min-height: 450px;
}

.timeoutlinkhover {
    width: auto;
    height: 20px
}

input[type="text"], input[type="password"] {
    border: 1px solid rgb(139, 139, 134);
    background: #FFF;
    border-radius: 3px;
}

.selectbox {
    padding: 5px;
    border-radius: 3px
}

.disp_buttons {
    width: auto;
    height: auto
}

.checkbox_wrap {
    margin-bottom: -9px;
}

.shadow {
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

#slidershow {
    margin-left: -100px;
}

.scale_bar {
    float: left;
    background-color: #00A7E9;
    margin: 0 2px 2px 0;
    width: 5px;
    height: 8px;
}

.bar_info {
    display: none;
    position: absolute;
    bottom: 0px;
    padding: 5px;
    background-color: #6495ED;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
}

.bttn {
    text-decoration: none;
    cursor: pointer;
    font-size: 0.95em;
    padding: 0px 8px;
    font-family: Segoe UI;
    height: 30px;
    line-height: 25px;
    display: inline-block;
    outline: 0;
    color: #fff;
    background-color: #272829;
    border: 1px solid #272829;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
}

.bttn:hover {
    border: 1px solid #c6c6c6;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.bttn:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.emphasis {
    text-transform: uppercase;
}

.bttn-red {
    color: #fff;
    background-color: #d14836;
    border: 1px solid transparent;
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
    background-image: linear-gradient(top, #dd4b39, #d14836);
}

.bttn-red:hover {
    background-color: #c53727;
    border: 1px solid #b0281a;
    color: #FFF;
    background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
    background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
    background-image: linear-gradient(top, #dd4b39, #c53727);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.bttn-red:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.bttn-green {
    border: 1px solid #53a93f !important;
    -webkit-transition: border .20s;
    -moz-transition: border .20s;
    -o-transition: border .20s;
    transition: border .20s;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #53a93f !important;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #53a93f, #53a93f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#53a93f), to(#53a93f));
    background-image: -webkit-linear-gradient(top, #53a93f, #53a93f);
    background-image: -o-linear-gradient(top, #53a93f, #53a93f);
    background-image: linear-gradient(to bottom, #53a93f, #53a93f);
    background-repeat: repeat-x;
    border-color: #53a93f #53a93f #53a93f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bttn-green:active {
    border-color: #2D6200 !important;
}

.bttn-green:hover,
.bttn-green:focus,
.bttn-green:active,
.bttn-green.active,
.bttn-green.disabled,
.bttn-green[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.bttn-green:active,
.bttn-green.active {
    background-color: #408140 \9;
}

.bttn-blue {
    color: #fff;
    background-color: #4D90fe;
    border: 1px solid #3079ed;
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    background-image: linear-gradient(top, #4d90fe, #4787ed);
}

.bttn-blue:hover {
    background-color: #357aeb;
    color: #FFF;
    border: 1px solid #2F5bb7;
    background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
    background-image: linear-gradient(top, #4d90fe, #357ae8);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.bttn-blue:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.bttn-yellow {
    color: #867343;
    background-color: #ffe07b;
    border: 1px solid #fddb69;
    background-image: -webkit-linear-gradient(top, #ffe896, #ffe07b);
    background-image: -moz-linear-gradient(top, #ffe896, #ffe07b);
    background-image: linear-gradient(top, #ffe896, #ffe07b);
}

.bttn-yellow:hover {
    background-color: #ffda73;
    color: #867343;
    border: 1px solid #deb74f;
    background-image: -webkit-linear-gradient(top, #ffe485, #ffda73);
    background-image: -moz-linear-gradient(top, #ffe485, #ffda73);
    background-image: linear-gradient(top, #ffe485, #ffda73);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.bttn-yellow:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.bttn-orange {
    color: #ffffff;
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bttn-orange:hover {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

.bttn-orange:active {
    color: rgba(255, 255, 255, 0.75);
}

.bttn-red:active, .bttn-blue:active, .bttn-yellow:active, .bttn-orange:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.bttn-edit {
    width: 130px;
}

.icon-align {
    position: relative;
    bottom: -2px;
}

.bttn-back {
    float: right;
    margin-top: -36px;
    margin-right: 12px;
}

.bttn-front {
    float: left;
    margin-top: 4px;
    margin-left: 12px;
}

.bttn-gap {
    margin-bottom: 2px;
}

.bttn-medium {
    width: 135px;
}

.dash_view_details {
    color: #000 !important;
    float: right;
    font-size: 16px;
    font-family: 'Rosario', sans-serif;
}

.center-align {
    text-align: center;
}

.mandatory_star {
    color: red;
}

.content-box-footer {
    background-color: #fff;
    padding: 5px 0;
    text-align: center;
    min-height: 30px;
}

.content-box-height {
    min-height: 500px;
    max-height: 700px;
}

.switch-green {
    background-color: #53a93f !important;
    color: #fff;
    padding: 6px 4px;
    font-size: 14px;
    width: auto;
    text-align: center;
    min-width: 50px;
    max-width: 70px;
    border-radius: 5px;
    *background-color: #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.red_star {
    color: red;
}

.switch-red {
    background-color: #FA4E4E;
    color: #fff;
    padding: 6px 4px;
    width: auto;
    font-size: 14px;
    text-align: center;
    min-width: 50px;
    max-width: 80px;
    border-radius: 5px;
}

.report_heading {
    font-weight: bold;
    margin: 5px 0;
    padding: 8px 2px;
    font-size: 16px;
    background-color: #fff;
}

.report_wrap {
    background-color: #fff;
    padding: 2px 10px 20px 10px;
    margin: 5px 0;
    border: solid 1px #ccc;
}

a.standard_notification {
    color: #fff !important;
}

a.important_notification {
    color: #FFFF00 !important;
}

a.urgent_notification {
    color: #ff001a !important;
}

.oillogo1 strong {
    color: inherit;
}

table.myTable tbody tr td {
    padding: 8px !important;
}

.man_left {
    width: 100%;
    height: 40px;
    text-align: left;
    border: none;
    border-top: 1px solid #404040;
    line-height: normal;
    padding: 0px 8px;
}

.man_left:hover {
    background-color: #525252;
    padding: 0px 7px;
}

.bttn-tech {
    background-color: #525252;
}

/*tooltip styles*/
#tooltip1,
#tooltip {
    outline: none;
}
#tooltip {
    position: relative;
}
#tooltip1 strong,
#tooltip strong {
    line-height: 20px;
    color: #fff;
}

#tooltip1:hover,
#tooltip:hover {
    text-decoration: none;
}

#tooltip span {
    position: absolute;
    left: 0;
    bottom: 90px;
    z-index: 10;
    display: none;
    padding: 5px;
    min-width: 180px;
    width: auto;
    line-height: 14px;
}

#tooltip1 span {
    z-index: 10;
    display: none;
    padding: 5px;
    min-width: 180px;
    width: auto;
    line-height: 14px;
}

#tooltip1:hover span{
    display: inline;
    position: absolute;
    color: #fff;;
    border: 1px solid #4d90fe;
    background: #4d90fe;
    font-size: 12px;
}

#tooltip:hover span {
    display: inline;
    color: #fff;;
    border: 1px solid #4d90fe;
    background: #4d90fe;
    font-size: 12px;
}

#tooltip1 span,
#tooltip span {
    border-radius: 4px;
}

.sidebar-show, .sidebar-collapse {
    text-align: center;
    padding: 0;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    float: right;
    padding-bottom: 10px;
}

.sidebar-show {
    display: none;
}

.collapse_icon {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    line-height: 22px;
    position: relative;
    -webkit-transition: background-color .218s ease;
    -moz-transition: background-color .218s ease;
    -o-transition: background-color .218s ease;
    transition: background-color .218s ease;
    -webkit-transition: -webkit-box-shadow .218s ease;
    -moz-transition: -moz-box-shadow .218s ease;
    -o-transition: box-shadow .218s ease;
    transition: box-shadow .218s ease;
    -webkit-transition: color .318s ease;
    -moz-transition: color .318s ease;
    -o-transition: color .318s ease;
    transition: color .318s ease;
}

.menu_compact {
    width: 3%;
}

.menu_compact #main-nav {
    width: 35px;
}

.menu_compact #sidebar-wrapper #main-nav li a span {
    display: none;
    position: absolute;
}

.menu_compact #sidebar-wrapper #main-nav li button span {
    display: none;
    position: absolute;
}

.menu_compact #sidebar-wrapper #main-nav > li > a:hover > span {
    background-color: #525252;
    top: 0px;
    left: 35px;
    display: block;
    color: #fff;
    width: 230px;
    z-index: 1000;
    padding: 11px 2px;
}

.menu_compact #sidebar-wrapper #main-nav > li ul li > a:hover > span {
    background-color: #525252;
    top: 0px;
    left: 35px;
    display: block;
    color: #fff;
    width: 230px;
    z-index: 1000;
    padding: 8px 2px;
}

.menu_compact #sidebar-wrapper #main-nav > li > button:hover > span {
    background-color: #525252;
    top: 0px;
    left: 30px;
    display: block;
    color: #fff;
    width: 230px;
    z-index: 1000;
    padding: 10px 2px;
}

#workorder_head1 table thead tr span.header,
#myTable_head thead tr span.header {
    background: url(../images/bg.png) no-repeat center right !important;
    cursor: pointer;
    padding-right: 15px !important;
}

.add_row {
    padding: 2px 8px;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    border-radius: 2px;
}

.update-user input[type="text"] {
    width: 50%;
}

.pin {
    font-family: 'dotsfont';
    font-size: 10px;
    line-height: 15px;
}

.login_pin {
    font-family: 'dotsfont' !important;
    font-size: 10px !important;
}

.pallete-color {
    padding: 7px;
    border: 2px solid #ddd;
    display: inline-block;
    float: left;
    margin-right: 5px;
    -webkit-print-color-adjust: exact;
}

.product-pallete {
    clear: both;
    margin: 10px;
}

.product-pallete span {
    padding-top: 5px;
}

.total-pallete {
    margin-top: 60px;
}

#preset_error {
    padding: 5px;
    color: #FA4E4E;
    position: absolute;
}

.work_rows table {
    border-collapse: separate;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.name_autosearch {
    list-style: none;
    margin: 0px 20px 20px 0px;
    width: 200px;
    position: absolute;
    z-index: 100;
    border: 1px solid #ccc;
}

.name_autosearch li {
    display: block;
    padding: 8px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.pagination {
    text-align: center;
}

.pagination a {
    color: #555;
}

.actionlog_data {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 350px;
    border-bottom: 1px solid #ccc;
}

.sfhtHeader {
    z-index: 1;
}

.ftpval[readonly] {
    background: #dddddd;
}

.ftp_dinfo {
    text-align: left;
}

.direcname {
    font-size: 14px;
    padding: 10px;
    cursor: default;
    clear: both;
}

.direcname .chdir_name:hover {
    text-decoration: underline;
}

.direcname .fopendir {
    font-size: 13px;
    color: #53a93f;
}

.direcname .fdeldir {
    font-size: 13px;
}

.fback {
    text-align: left;
}

.chdir_name {
    float: left;
    padding: 5px 0px;
}

.direc_actions {
    float: right;
}

.cfol_form {
    clear: both;
    padding-top: 20px;
}

.cfol_form input[id="newdir"] {
    width: 65%;
    padding: 8px;
}

.modal-body .alert {
    padding: 8px 15px 8px 14px;
    cursor: default;
}

.dval_btn {
    background-color: #244a1c !important;
    background-image: linear-gradient(to bottom, #244a1c, #244a1c) !important;
}