/* Include this file in your html if you are using the CSP mode. */

@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-shim {
    visibility: hidden;
}

.ng-anchor {
    position: absolute;
}

/* Some overrides from default bootstrap styles */

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

/* COMPONENTS */


/* labels */
.label, .badge {
	font-weight: lighter;
	font-size: 90%;
}
.label-success, .badge-success {
	background-color: rgb(129, 189, 130);
}
.label-info, .badge-info {
	background-color: rgb(104, 163, 213);
}

/* alerts */
.alert [class^="fa-"], 
.alert [class*=" fa-"] {
	font-size: 27px;
	position: relative;
	top: 4px;
	margin-bottom: 8px;
	margin-right: 17px;
	display: inline-block;
	color: #f1c359;
}
.alert-success [class^="fa-"], 
.alert-success [class*=" fa-"] {
	color: #81ad53;
}
.alert-info [class^="fa-"], 
.alert-info [class*=" fa-"] {
	color: #4993c6;
}
.alert-danger [class^="fa-"], 
.alert-danger [class*=" fa-"] {
	color: #d5393e;
}


/* code*/
code {
	color: rgb(78, 153, 223);
}


/* HTML ELEMENTS */
input,
button,
select,
textarea {
  font-family: "Open Sans", Arial;
}
input[type="text"],
input[type="password"],
textarea {	
	font-size: 13px;
	-webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
	   -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
			box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);

	/*border: none;
	-webkit-box-shadow: inset rgba(112, 112, 112, 0.3) 0 1px 1px,inset rgba(0,0,0,0.3) 0 0 1px,rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: inset rgba(112, 112, 112, 0.3) 0 1px 1px,inset rgba(0,0,0,0.3) 0 0 1px,rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: inset rgba(112, 112, 112, 0.3) 0 1px 1px,inset rgba(0,0,0,0.3) 0 0 1px,rgba(255,255,255,0.4) 0 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;*/
}
.inline-input input[type="text"],
.inline-input input[type="password"],
input[type="text"].inline-input,
input[type="password"].inline-input {
	background: #fff;
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #d0dde9;
	border-radius: 0;
	box-shadow: none;
	border-color: #dee3ea;
}
.inline-input input[type="text"]:focus,
.inline-input input[type="password"]:focus,
input[type="text"].inline-input:focus,
input[type="password"].inline-input:focus {
	box-shadow: none;
	border-color: #5d6a80;
}
.inline-input input[type="text"]:hover,
.inline-input input[type="password"]:hover,
input[type="text"].inline-input:hover,
input[type="password"].inline-input:hover {
	border-color: #959fb0;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{	
	border-color: #A2CEF0;
	-webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
	   -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
			box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);

	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);*/
}
input[type="reset"]{
	text-transform: uppercase;
	border:0 none;
	background: none;
	text-decoration: underline;
	font-size: 12px;
}
input[type="password"]{
	font-size: 16px;
	letter-spacing: 1px;
}
textarea{
	background: #fff;
	border-color: #dee3ea;
}
select{
	margin: 0;
	height: 24px;
	border-color: #d0dde9;
	border-radius: 2px;
	font-size: 13px;
}
input[type="file"] {
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
}

input[disabled], textarea[disabled], input[readonly], textarea[readonly] {
	color: rgb(177, 177, 177);
}
/* native placeholders */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9ba0a5;
  font-family: "Open Sans", Arial;
  font-size: 13px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9ba0a5;
  font-family: "Open Sans", Arial;
  font-size: 12px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9ba0a5;
  font-family: "Open Sans", Arial;
  font-size: 12px;
}


/* PREPEND & APPEND INPUT */
/*.input-group input, 
.input-group input, 
.input-group .uneditable-input, 
.input-group .uneditable-input {
	border: 1px solid #d6e2eb;
}*/

.input-group .input-group-addon {
	/*background-color: #f2f5f9;
	border: 1px solid #d6e2eb;*/
	padding: 4px 8px;
	/*font-size: 13px;*/
    font-weight: bold;
}

/* NAVBAR */
.navbar-inverse {
	min-height: 48px;
	margin-bottom: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #191e23;

	background: #2c3742; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c3742 0%, #28303a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3742), color-stop(100%,#28303a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c3742 0%,#28303a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c3742 0%,#28303a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c3742 0%,#28303a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c3742 0%,#28303a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3742', endColorstr='#28303a',GradientType=0 ); /* IE6-9 */
}


/* menu toggler */
.navbar-inverse .navbar-toggle {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}
/* navbar brand*/
.navbar-inverse .navbar-brand {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: lighter;
	/*padding: 11px 20px;*/
}
.navbar-inverse .navbar-brand strong {
	font-weight: normal;
}
/* navbar links */
.navbar-inverse .nav > li > a {
	padding: 13px 15px 8px;
	border-left: 1px solid #101417;
	color: rgb(214, 214, 214);
	outline: 0px;
	height: 46px;
	transition: background .1s linear;
	-moz-transition: background .1s linear; /* Firefox 4 */
	-webkit-transition: background .1s linear; /* Safari and Chrome */
	-o-transition: background .1s linear;  /* Opera */
}
.navbar-inverse .nav > li > a:hover {
	background: rgba(25, 31, 36,0.6);
}
/* dropdown caret */
.dropdown .caret {
	position: relative;
	top: -1px;	
}
/* dropdown active */
.dropdown.open > a, 
.dropdown.open > a:hover, 
.dropdown.open > a:focus {
	border-color: #101417;
}
/* dropdown menu */
.dropdown-menu > li > a {
	font-size: 13px;
	outline: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	background: rgb(60, 91, 121) !important;
}


/* PAGINATION */
.pagination > li > a, .pagination > li > span {
	font-weight: 600;
}
.pagination.inverse a,
.pagination.inverse span {
	background-color: #333e4a;
	color: #fff;
	border-top-color: #333e4a;
	border-bottom-color: #333e4a;
	border-right-color: #566676;
	border-left-color: #566676;
} 
.pagination.inverse a:hover,
.pagination.inverse span:hover {
	background-color: #000;
}
.pagination.inverse > li.active > a {
	color: #3b9ff3;
	background-color: #212b36;
	border-right-color: #212b36;
	border-left-color: #212b36;
}

/* TABLES*/

.table thead{
	border-top:1px solid #dee3ea;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5fafc;
}
.table th.sortable {
	cursor: pointer;
}
.table th.sortable:hover {
	text-decoration: underline;
}
.table thead th{
	font-weight: bold;
	position: relative;
	/*padding-bottom: 20px !important;*/
	padding-top: 5px !important;
	text-transform: uppercase;
	font-size: 11px;
	vertical-align: top !important;
	border-bottom: 0px !important;
}
.table td{
	color: #526273;
	border-top-color: #edf2f7 !important;
	/*vertical-align: middle !important;*/
}
.table th.align-right,
.table td.align-right {
	text-align: right;
	padding-right: 10px !important;
}
table tr.first td{
	border-top: 0 none;
}
table th span.line{
	position: absolute;
	top: 0;
	left: -8px;
	border-left: 1px solid #dee3ea;
	height: 10px;
}

/* modals */
.modal-backdrop.in {
	opacity: 0.5 !important;
}


/* override navbar toggle */
@media (max-width: 768px) {
  .navbar-toggle {
    display: block !important;
  }
}



i.tool {
    height: 14px;
    width: 14px;
    background: url("../img/btn-tool.png") no-repeat;
    display: inline-block;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.arrow-down {
    background: url("../img/ico-arrow-black.png") no-repeat;
    width: 9px;
    height: 6px;
    display: inline-block;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.shuffle {
    background: url("../img/btn-shuffle.png") no-repeat;
    display: inline-block;
    height: 13px;
    width: 18px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.setting {
    background: url("../img/btn-setting.png") no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.attach {
    background: url("../img/btn-attach.png") no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.ico-phone {
    background: url("../img/ico-phone.png") no-repeat;
    height: 18px;
    width: 13px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.ico-mail {
    background: url("../img/ico-mail.png") no-repeat;
    height: 11px;
    width: 17px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.gallery-edit {
    background: url("../img/ico-gallery-edit.png") no-repeat;
    height: 20px;
    width: 20px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.gallery-trash {
    background: url("../img/ico-gallery-trash.png") no-repeat;
    height: 19px;
    width: 17px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.table-edit {
    background: url("../img/ico-table-new.png") no-repeat;
    width: 14px;
    height: 13px;
    display: inline-block;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.table-settings {
    background: url("../img/ico-table-edit.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 1px;
}

i.table-delete {
    background: url("../img/ico-table-delete.png") no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.icon-refresh{
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-top: 8px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.table-duplicate {
    background: url("../img/ico-table-duplicate.png") no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.icon-home-custom {
    background: url("../img/icon-home-custom.png") no-repeat;
    height: 24px;
    width: 24px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.icon-shopping-cart-custom {
    background: url("../img/shopping-cart-icon.png") no-repeat;
    height: 24px;
    width: 24px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.icon-briefcase-custom {
    background: url("../img/icon-briefcase-custom.png") no-repeat;
    height: 24px;
    width: 24px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.icon-nota-fiscal-custom {
    background: url("../img/nota-fiscal-icon.png") no-repeat;
    height: 24px;
    width: 24px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.icon-package-custom {
    background: url("../img/icon-package-custom.png") no-repeat;
    height: 24px;
    width: 24px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}

i.icon-check-custom {
    background: url("../img/icon-actions-dialog-ok-apply.png") no-repeat;
    height: 24px;
    width: 24px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 24px;
    vertical-align: text-top;
}

i.icon-customer {
    background: url("../img/user-male-icon.png") no-repeat;
    height: 24px;
    width: 24px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 24px;
    vertical-align: text-top;
}

i.icon-picking {
    background: url("../img/icon-picking.png") no-repeat;
    height: 24px;
    width: 24px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 24px;
    vertical-align: text-top;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*background-color: #f7f7f7;*/
    /*background: #ffffff;*/
    background: #e6e6e6;
    background: rgba(230,230,230,0.65);
    position: relative;
    margin: 0;
    font-size: 12px;
    padding: 0;
    padding-top: 48px;
    /*-webkit-font-smoothing: antialiased;*/
}

h1, h2, h3, h4, h5 {
    margin: 0;
    line-height: inherit;
    color: #29323d;
}

    h1 small, h2 small, h3 small, h4 small, h5 small {
        margin-left: 15px;
        font-style: italic;
    }

body.menu {
    overflow-x: hidden;
}

    body.menu .content {
        margin-left: 165px;
        position: fixed;
        width: 850px;
    }

    body.menu #sidebar-nav {
        position: absolute;
        left: 0;
        /*height: 100%;*/
        border-right: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

input.search {
    background: url("../img/lens.png") #fcfcfc no-repeat 95%;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 25px;
    width: 220px;
    font-size: 13px;
    padding: 2px 6px;
    border: 1px solid #d0dde9;
    margin: 0;
    -ms-border-radius: 2px;
    border-radius: 2px;
    top: 11px;
}

.header {
    margin-bottom: 20px;
}

    .header h1, .header h2, .header h3, .header h4, .header h5 {
        float: left;
        margin-top: 5px;
    }

/* Custom navbar stuff */
/* search input */
.navbar-inverse {
    /* navbar settings and logout icons */
    /* notification menu with custom dropdowns */
    /* navbar popup dialog */
}

    .navbar-inverse input.search {
        height: 27px;
        width: 220px;
        padding: 3px 6px;
        background: url("../img/lens.png") #0f1217 no-repeat 95%;
        border: 1px solid #0f1217;
        position: relative;
        -ms-border-radius: 4px;
        border-radius: 4px;
        top: 9px;
        color: #000;
        font-size: 13px;
        margin-right: 40px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

        .navbar-inverse input.search:focus {
            background-color: #fff;
            border: 0;
        }

    .navbar-inverse .settings i {
        color: #9ba3ad;
        font-size: 21px;
    }

    .navbar-inverse .notification-dropdown {
        position: relative;
    }

        .navbar-inverse .notification-dropdown > a:hover,
        .navbar-inverse .notification-dropdown > a.active {
            background: #254261 !important;
            -webkit-box-shadow: inset 1px 0 1px 0 #3e5a79;
            -ms-box-shadow: inset 1px 0 1px 0 #3e5a79;
            box-shadow: inset 1px 0 1px 0 #3e5a79;
        }

        .navbar-inverse .notification-dropdown i {
            font-size: 17px;
            color: #9ba3ad;
        }

        .navbar-inverse .notification-dropdown .count {
            position: absolute;
            top: 1px;
            left: 58%;
            background: #35bac4;
            padding: 0 5px;
            -ms-border-radius: 30px;
            border-radius: 30px;
            color: #fff;
            line-height: 16px;
            z-index: 9999;
            text-align: center;
            font-size: 11px;
        }

    .navbar-inverse .pop-dialog {
        position: absolute;
        right: -10px;
        top: 55px;
        display: none;
        /* navbar popup dialog for notifications */
        /* navbar popup dialog for messages */
    }

        .navbar-inverse .pop-dialog.is-visible {
            display: block;
            -webkit-animation: reveal .2s ease-out;
            -moz-animation: reveal .2s ease-out;
            -ms-animation: reveal .2s ease-out;
            -o-animation: reveal .2s ease-out;
            animation: reveal .2s ease-out;
        }

        .navbar-inverse .pop-dialog .body {
            -webkit-box-shadow: 0 1px 9px 1px #c2c2c2;
            -ms-box-shadow: 0 1px 9px 1px #c2c2c2;
            box-shadow: 0 1px 9px 1px #c2c2c2;
        }

        .navbar-inverse .pop-dialog .close-icon {
            float: right;
            text-decoration: none;
            z-index: 9999;
            position: relative;
        }

        .navbar-inverse .pop-dialog .footer {
            border-top: 1px solid #e6e8e9;
            background-color: #eff4f7;
            margin: 15px 0 -10px 0;
            -ms-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
            padding: 12px 20px;
            text-align: center;
        }

            .navbar-inverse .pop-dialog .footer a {
                font-weight: 600;
                color: #7d91a8;
            }

        .navbar-inverse .pop-dialog .notifications {
            width: 330px;
            margin: 10px -10px 0 -10px;
        }

            .navbar-inverse .pop-dialog .notifications h3 {
                font-size: 13px;
                color: #404951;
                font-weight: bold;
                padding-left: 20px;
                margin-top: 5px;
                margin-bottom: 15px;
            }

            .navbar-inverse .pop-dialog .notifications .item {
                display: block;
                padding: 10px 0 8px 20px;
                border-top: 1px solid #e7e8ea;
                color: #363636;
                text-decoration: none;
                padding-left: 50px;
                position: relative;
                -ms-transition: all .25s linear;
                -moz-transition: all .25s linear;
                -webkit-transition: all .25s linear;
                -o-transition: all .25s linear;
                transition: all .25s linear;
            }

                .navbar-inverse .pop-dialog .notifications .item:hover {
                    background: #f0f6ff;
                }

                .navbar-inverse .pop-dialog .notifications .item > i {
                    color: #fc827b;
                    position: absolute;
                    left: 19px;
                    font-size: 18px;
                }

                    .navbar-inverse .pop-dialog .notifications .item > i.icon-user {
                        left: 18px;
                    }

                .navbar-inverse .pop-dialog .notifications .item .time {
                    float: right;
                    color: #82a3c1;
                    font-style: italic;
                    font-weight: 600;
                    font-size: 11px;
                    -moz-min-width: 60px;
                    -ms-min-width: 60px;
                    -o-min-width: 60px;
                    -webkit-min-width: 60px;
                    min-width: 60px;
                    margin-right: 5px;
                }

                    .navbar-inverse .pop-dialog .notifications .item .time i {
                        font-size: 13px;
                        color: #cfcfcf;
                        margin-right: 1px;
                    }

        .navbar-inverse .pop-dialog .messages {
            width: 325px;
            margin: 10px -10px 0 -10px;
        }

            .navbar-inverse .pop-dialog .messages .item {
                display: block;
                padding: 10px 20px 15px 20px;
                height: 80px;
                border-bottom: 1px solid #e7e8ea;
                color: #363636;
                text-decoration: none;
                position: relative;
                -ms-transition: all .25s linear;
                -moz-transition: all .25s linear;
                -webkit-transition: all .25s linear;
                -o-transition: all .25s linear;
                transition: all .25s linear;
            }

                .navbar-inverse .pop-dialog .messages .item.last {
                    border-bottom: 0;
                }

                .navbar-inverse .pop-dialog .messages .item:hover {
                    background: #f0f6ff;
                }

                .navbar-inverse .pop-dialog .messages .item .display {
                    float: left;
                    -ms-border-radius: 50px;
                    border-radius: 50px;
                    margin-right: 15px;
                }

                .navbar-inverse .pop-dialog .messages .item .name {
                    font-size: 12px;
                    color: #404951;
                    font-weight: bold;
                }

                .navbar-inverse .pop-dialog .messages .item .msg {
                    font-size: 11px;
                    color: #636363;
                    line-height: 13px;
                    position: relative;
                    top: 2px;
                }

                .navbar-inverse .pop-dialog .messages .item .time {
                    position: absolute;
                    right: 0;
                    bottom: 6px;
                    color: #82a3c1;
                    font-style: italic;
                    font-weight: 600;
                    font-size: 11px;
                    -moz-min-width: 60px;
                    -ms-min-width: 60px;
                    -o-min-width: 60px;
                    -webkit-min-width: 60px;
                    min-width: 60px;
                    margin-right: 5px;
                }

                    .navbar-inverse .pop-dialog .messages .item .time i {
                        font-size: 13px;
                        color: #cfcfcf;
                        margin-right: 1px;
                    }

            .navbar-inverse .pop-dialog .messages .footer {
                margin-top: 6px;
            }

/* Sidebar */
#sidebar-nav {
    position: absolute;
    width: 180px;
    float: left;
    margin: 0;
    padding-top: 5.8em;    
}

    #sidebar-nav #dashboard-menu {
        list-style: none;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 0;
        margin-left: 20px;
        /* sidebar submenus */
    }

        #sidebar-nav #dashboard-menu > li > a {
            display: block;
            padding: 19px 14px 15px 14px;
            margin-left: -15px;
            margin-bottom: 5px;
            border-bottom: 1px solid #dae1e8;
            -webkit-box-shadow: 0 2px 1px -1px #FFFFFF;
            -ms-box-shadow: 0 2px 1px -1px #FFFFFF;
            box-shadow: 0 2px 1px -1px #FFFFFF;
            color: #6e829b;
            outline: 0;
            line-height: 21px;
        }

        #sidebar-nav #dashboard-menu > li {
            position: relative;
            /* font awesome icon */
        }

            #sidebar-nav #dashboard-menu > li .icon-group {
                font-size: 22px;
            }

            #sidebar-nav #dashboard-menu > li i {
                font-size: 23px;
                top: 17px;
            }

            #sidebar-nav #dashboard-menu > li:hover i {
                -ms-opacity: 1;
                opacity: 1;
            }

            #sidebar-nav #dashboard-menu > li.active > a,
            #sidebar-nav #dashboard-menu > li > a:hover {
                color: #33455a;
                text-decoration: none;
            }

            #sidebar-nav #dashboard-menu > li.active a {
                font-weight: 600;
                -ms-text-shadow: 1px 1px 1px #fff;
                text-shadow: 1px 1px 1px #fff;
            }

            #sidebar-nav #dashboard-menu > li.active i {
                -ms-opacity: 1;
                opacity: 1;
            }

        #sidebar-nav #dashboard-menu .pointer {
            position: absolute;
            right: 9px;
            top: 20px;
        }

            #sidebar-nav #dashboard-menu .pointer .arrow,
            #sidebar-nav #dashboard-menu .pointer .arrow_border {
                border-color: transparent #fff transparent transparent;
                border-width: 11px;
                border-style: solid;
                font-size: 0;
                left: 50%;
                line-height: 0;
                margin: 0 auto;
                position: absolute;
                top: 0;
                width: 0;
                z-index: 1002;
                left: 0;
                margin-left: 45%;
            }

            #sidebar-nav #dashboard-menu .pointer .arrow_border {
                border-color: transparent #c0d2dd transparent transparent;
                border-width: 11px;
                margin-left: -1px;
                border-style: solid;
                z-index: 1001;
                top: 0;
            }

        #sidebar-nav #dashboard-menu a span {
            margin-left: 35px;
            -ms-transition: color .1s linear;
            -moz-transition: color .1s linear;
            -webkit-transition: color .1s linear;
            -o-transition: color .1s linear;
            transition: color .1s linear;
        }

        #sidebar-nav #dashboard-menu a.ui-elements span {
            margin-left: 25px;
        }

        #sidebar-nav #dashboard-menu a i {
            position: absolute;
            left: 0;
            height: 24px;
            width: 24px;
            -ms-opacity: 0.7;
            opacity: 0.7;
            -ms-transition: opacity .1s ease;
            -moz-transition: opacity .1s ease;
            -webkit-transition: opacity .1s ease;
            -o-transition: opacity .1s ease;
            transition: opacity .1s ease;
        }

            #sidebar-nav #dashboard-menu a i.icon-chevron-down {
                position: relative;
                float: right;
                top: 5px;
                font-size: 11px;
                color: #686868;
                width: initial;
                height: initial;
            }

        #sidebar-nav #dashboard-menu > li.active .dropdown-toggle {
            border-bottom: 0;
            -webkit-box-shadow: none;
            -ms-box-shadow: none;
            box-shadow: none;
        }

        #sidebar-nav #dashboard-menu ul.submenu {
            list-style-type: none;
            display: none;
            margin-top: 7px;
            margin-bottom: 15px;
            margin-right: 5px;
            margin-left: -15px;
            padding-left: 15px;
            border-bottom: 1px solid #dae1e8;
            -webkit-box-shadow: 0 2px 1px -1px #FFFFFF;
            -ms-box-shadow: 0 2px 1px -1px #FFFFFF;
            box-shadow: 0 2px 1px -1px #FFFFFF;
            padding-bottom: 10px;
        }

            #sidebar-nav #dashboard-menu ul.submenu.active {
                display: block;
            }

            #sidebar-nav #dashboard-menu ul.submenu a {
                font-weight: normal;
                font-size: 13px;
                color: #4c535a;
                text-decoration: none;
                display: block;
                margin-bottom: 7px;
            }

                #sidebar-nav #dashboard-menu ul.submenu a:hover {
                    text-decoration: underline;
                }

                #sidebar-nav #dashboard-menu ul.submenu a.active {
                    font-weight: bold;
                    -ms-text-shadow: none;
                    text-shadow: none;
                }

#pad-wrapper {
    padding: 0 50px;
    margin-top: 55px;
}

    #pad-wrapper h4 {
        color: #696d73;
        font-style: italic;
    }

.content {
    -moz-min-width: 400px;
    -ms-min-width: 400px;
    -o-min-width: 400px;
    -webkit-min-width: 400px;
    min-width: 400px;
    min-height: 620px;
    margin-bottom: 100px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-left: 177px;
    border-left: 1px solid #dae3e9;
    border-bottom: 1px solid #dae3e9;
    -webkit-box-shadow: -3px 3px 3px -2px #f1f1f3;
    -ms-box-shadow: -3px 3px 3px -2px #f1f1f3;
    box-shadow: -3px 3px 3px -2px #f1f1f3;
    -ms-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    -webkit-transition: margin-left .3s ease;
    -moz-transition: margin-left .3s ease;
    -o-transition: margin-left .3s ease;
    -ms-transition: margin-left .3s ease;
    transition: margin-left .3s ease;
    /* starts skins changer */
    /* end skin changer*/
}

    .content.wide-content {
        margin-left: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .content .skins-nav {
        -ms-opacity: 1;
        opacity: 1;
        -webkit-transition: right .3s;
        -moz-transition: right .3s;
        -ms-transition: right .3s;
        -o-transition: right .3s;
        transition: right .3s;
        position: fixed;
        right: -88px;
        top: 135px;
        font-size: 13px;
        z-index: 9999;
    }

        .content .skins-nav:hover {
            right: 0;
        }

        .content .skins-nav a {
            display: block;
            color: #fff;
            text-decoration: none;
            padding-left: 10px;
            height: 37px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
            margin-bottom: 3px;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

            .content .skins-nav a.first_nav {
                background: #5fafe4;
                background: rgba(95, 175, 228, 0.8);
            }

                .content .skins-nav a.first_nav:hover {
                    background: #5fafe4;
                }

            .content .skins-nav a.second_nav {
                background: #242b4d;
                background: rgba(36, 43, 77, 0.8);
            }

                .content .skins-nav a.second_nav:hover {
                    background: #242b4d;
                }

            .content .skins-nav a .icon {
                float: left;
                width: 9px;
                height: 10px;
                background: url("../img/skin-nav-bullets.png") 0 0 no-repeat;
                margin: 15px 15px 0 5px;
            }

            .content .skins-nav a.selected .icon {
                background-position: 0 -9px;
            }

            .content .skins-nav a .text {
                padding-right: 12px;
                white-space: nowrap;
                display: block;
                width: 115px;
                position: relative;
                top: 9px;
                -webkit-transition: width .2s;
                -moz-transition: width .2s;
                -ms-transition: width .2s;
                -o-transition: width .2s;
                transition: width .2s;
            }

/* responsive */
@media (max-width: 768px) {
    #pad-wrapper {
        padding: 0 15px;
    }

    .content {
        -moz-min-width: 0;
        -ms-min-width: 0;
        -o-min-width: 0;
        -webkit-min-width: 0;
        min-width: 0;
        margin: 0;
    }

    #dashboard-menu .pointer {
        display: none;
    }

    #sidebar-nav {
        left: -200px;
        position: fixed;
        z-index: 9999;
        background-color: #f7f7f7;
        padding-top: 0;
        border-right: 1px solid #ccc;
        width: 165px;
        -webkit-box-shadow: 1px 1px 4px 1px #e9e9e9;
        -ms-box-shadow: 1px 1px 4px 1px #e9e9e9;
        box-shadow: 1px 1px 4px 1px #e9e9e9;
        -webkit-transition: left .3s ease;
        -moz-transition: left .3s ease;
        -o-transition: left .3s ease;
        -ms-transition: left .3s ease;
        transition: left .3s ease;
    }

        #sidebar-nav #dashboard-menu {
            margin-left: 10px;
        }

            #sidebar-nav #dashboard-menu li a span {
                visibility: visible;
            }

            #sidebar-nav #dashboard-menu li:last-child a {
                border-bottom: 0;
                -webkit-box-shadow: none;
                -ms-box-shadow: none;
                box-shadow: none;
            }
}

.container-fluid {
    margin-top: 20px;
}

@media (min-width: 767px) {
  .affix,.affix-top {
      position:fixed;
  }
}

@media (max-width: 822px) {
    .navbar-inverse input.search {
        display: none;
    }
}

@media (max-width: 767px) {
    #main-stats .stat {
        width: 50%;
        float: left;
    }
}

.login-background {
    background: url("../img/bgs/14.jpg") no-repeat center center fixed;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bgs/14.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bgs/14.jpg', sizingMethod='scale');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-wrapper {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  text-align: center;
}
.login-wrapper .logo {
  margin-bottom: 45px;
  position: relative;
  left: -2px;
}
.login-wrapper .box {
  margin: 0 auto;
  padding: 35px 0 30px;
  float: none;
  width: 400px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.65);
}
.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 0 auto;
}
.login-wrapper .box h6 {
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 600;
}
.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
  font-size: 15px;
  height: 40px;
  margin-bottom: 18px;
  border-color: #b2bfc7;
  padding-left: 12px;
}
.login-wrapper .box input[type="password"] {
  margin-bottom: 10px;
}
.login-wrapper .box input:-moz-placeholder {
  color: #9ba8b6;
  font-size: 15px;
  letter-spacing: 0px;
  font-style: italic;
}
.login-wrapper .box input:-ms-input-placeholder {
  color: #9ba8b6;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 15px;
}
.login-wrapper .box input::-webkit-input-placeholder {
  color: #9ba8b6;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 15px;
}
.login-wrapper .box a.forgot {
  display: block;
  text-align: right;
  font-style: italic;
  text-decoration: underline;
  color: #3d88ba;
  font-size: 13px;
  margin-bottom: 6px;
}
.login-wrapper .box .remember {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.login-wrapper .box .remember input[type="checkbox"] {
  float: left;
  margin-right: 8px;
}
.login-wrapper .box .remember label {
  float: left;
  color: #4a576a;
  font-size: 13px;
  font-weight: 600;
}
.login-wrapper .box .login {
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 30px;
}
.login-wrapper .no-account {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
}
.login-wrapper .no-account p {
  display: inline-block;
  color: #aaaaaa;
}
.login-wrapper .no-account a {
  color: #aaaaaa;
  margin-left: 7px;
  border-bottom: 1px solid;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  /* Firefox 4 */
  -webkit-transition: all .1s linear;
  /* Safari and Chrome */
  -o-transition: all .1s linear;
  /* Opera */
}
.login-wrapper .no-account a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom-color: #fff;
}

/* background switcher */
.bg-switch {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 60px;
  border-radius: 0px 10px 10px 0px;
  padding: 10px 10px 0px 10px;
  z-index: 999;
}
.bg-switch .bgs .bg {
  text-align: center;
  margin-bottom: 13px;
  text-decoration: none;
  display: block;
}
.bg-switch .bgs .bg.active img {
  border-color: #000;
}
.bg-switch .bgs .bg img {
  width: 80px;
  height: 60px;
  border: 2px solid #9fcef1;
  cursor: pointer;
}

/* responsive */
@media (max-width: 767px) {
  .login-wrapper .box {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .login-wrapper .box {
    width: 90%;
  }
}
.login-bg {
	background: rgba(255,255,255,0);
	background: -webkit-linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
	background: -moz-linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
	background: -ms-linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
	background: -o-linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
	background: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
	background-color: #eff0f3;
	background-repeat: no-repeat;
	height: 100%;
}
body {
	background-color: #eff0f3;
}
.header {
	background: #2c3742;
	box-shadow: inset rgba(255,255,255,0.3) 0 1px 0,inset rgba(0,0,0,0.22) 0 -1px 0,rgba(0,0,0,0.14) 0 1px 2px;
	width: 100%;
	height: 45px;
	text-align: center;
	padding-top: 28px;
}
.login-wrapper{
	position: absolute;
}
.login-wrapper .logo {
	margin-bottom: 45px;
	position: relative;
	left: -2px;
	-webkit-filter: invert(100%);
}
.login-wrapper{
	text-align: center;
}
.login-wrapper .box{
	margin: 0 auto;
	padding: 30px 0 30px;
	float: none;
	width: 400px;

	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px,rgba(0,0,0,0.35) 0 0 1px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px,rgba(0,0,0,0.35) 0 0 1px;
	-ms-box-shadow: rgba(0,0,0,0.4) 0 1px 3px,rgba(0,0,0,0.35) 0 0 1px;
	-o-box-shadow: rgba(0,0,0,0.4) 0 1px 3px,rgba(0,0,0,0.35) 0 0 1px;
	box-shadow: rgba(0,0,0,0.4) 0 1px 3px,rgba(0,0,0,0.35) 0 0 1px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.login-wrapper .box .content-wrap{
	width: 82%;
	margin: 0 auto;
}
.login-wrapper .box h6{
	text-transform: uppercase;
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: 600;
}
.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"]{
	font-size: 15px;
	height: 40px;
	margin-bottom: 10px;
	border-color: #b2bfc7;
	padding-left: 12px;
}
.login-wrapper .box input[type="text"]:focus,
.login-wrapper .box input[type="password"]:focus{
	border:1px solid #28a0e5;outline:none;
	-webkit-box-shadow:inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
	-moz-box-shadow:inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
	-ms-box-shadow:inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
	-o-box-shadow:inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
	box-shadow:inset 0 1px 2px #ddd,0px 0 5px #28a0e5
}
.login-wrapper .box input[type="password"]{
	margin-bottom: 10px;
}
.login-wrapper .box input:-moz-placeholder {
	color: rgb(155, 168, 182);
	font-size: 14px;
	letter-spacing: 0px;
	font-style: italic;
}
.login-wrapper .box input:-ms-input-placeholder{
	color: rgb(155, 168, 182);
	font-style: italic;
	letter-spacing: 0px;
	font-size: 14px;
}
.login-wrapper .box input::-webkit-input-placeholder{	
	color: rgb(155, 168, 182);
	font-style: italic;
	letter-spacing: 0px;
	font-size: 14px;
}
.login-wrapper .box .action {
	border-top: 1px solid #d3d7db;
	background-color: #f4f5f6;
	margin: 0px -36px;
	position: relative;
	top: 30px;
	border-radius: 0px 0px 7px 7px;
	padding: 15px 0px;
}
.login-wrapper .box .signup {
	text-transform: uppercase;
	font-size: 13px;
	padding: 7px 25px;
	border-radius: 5px;
}
.login-wrapper .already{
	margin: 0 auto;
	float: none;
	text-align: center;
	font-size: 13px;
	margin-top: 30px;
	/*font-weight: lighter;*/
}
.login-wrapper .already p{
	display: inline-block;
	color: #222;
}
.login-wrapper .already a{
	color: #222;
	margin-left: 7px;
	border-bottom: 1px solid;
	transition: all .1s linear;
	-moz-transition: all .1s linear; /* Firefox 4 */
	-webkit-transition: all .1s linear; /* Safari and Chrome */
	-o-transition: all .1s linear;  /* Opera */
}
.login-wrapper .already a:hover{
	text-decoration: none;
	color: #000;
	border-bottom-color: #000;
}


/* responsive */
@media (max-width: 767px) {
	.login-wrapper .box{
		width: 350px;
	}
}
@media (max-width: 480px) {
	.login-wrapper .box {
		width: 90%;
	}
}
/*#sidebar-admin {
    margin-left: 10px;
}

#dashboard-menu-admin {
	list-style: none;
	padding-right: 15px;
	margin-bottom: 0;
	margin-left: 20px;
}

#dashboard-menu-admin > li > a {
	display: block;
	margin-left: -30px;
	padding: 19px 14px 15px 14px;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	color: rgb(0, 0, 0);
    vertical-align: middle;
}

#dashboard-menu-admin > li i {
	font-size: 18px;
	top: 17px;
}

#dashboard-menu-admin a span {
    padding-left: 7px;
    position: absolute;
	transition: color .1s linear;
	-moz-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	-o-transition: color .1s linear;
}*/

.admin-menu-icon {
	font-size: 27px;
	position: relative;
	top: 4px;
	margin-bottom: 8px;
	margin-right: 17px;
	display: inline-block;
	color: slategray;
}

#dashboard-menu-admin a i {
    display: inline;
    line-height: normal;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.table tbody tr > td.error {
  background-color: #d9534f !important;
}

.table-white th {
  background-color: white;
}

.table-white tr {
  background-color: white;
}

input[type=number] {
-moz-appearance: textfield;
}

.mouse-pointer {
    cursor: pointer;
}

.sel-line tr {
    border: 0px solid #DDDDDD !important;
    font-weight: bold !important;
    color: white !important;
    background-color: rgb(60, 91, 121) !important;

}

.sel-line div {
    border: 0px solid #DDDDDD !important;
    font-weight: bold !important;
    color: white !important;
    background-color: rgb(60, 91, 121) !important;
}

.thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
    top: 0px;
}


.tab-content .tab-pane {
    margin: 20px 20px;
}

.table-checkbox-column {
    width: 10px
}

.tree-control-left-fix {
    margin-left: -20px;
}

.table-cell-top {
	vertical-align: top !important;
}

/*.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    border: 10px solid #DDDDDD !important;
}*/

.sel-line > tr, .sel-line > td, .sel-line {
    font-weight: bold !important;
    color: white !important;
    background-color: rgb(60, 91, 121) !important;
}

    .sel-line:hover, .sel-line:hover tr, .sel-line:hover td {
        font-weight: bold !important;
        color: yellow !important;
        background-color: rgb(60, 91, 121) !important;
    }

/*table .active {
    color: #0081c2;
}*/

input[disabled], textarea[disabled], input[readonly], textarea[readonly] {
    color: #555555;
}

.checkbox > label {
    padding-top: 0px !important
}

.checkbox {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.checkbox input[type=checkbox] {
    margin-top: 2px !important       
}

/*.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor: progress;
}

    .has-spinner.active .spinner {
        opacity: 1;
        width: auto;
    }

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-sm.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-lg.active .spinner {
    width: 19px;
}*/

.breadcrumb {
    margin-top: 10px;
    background-color: white;
    padding: 0px;
}

.page-header {
    margin-bottom: 15px;
}

.alert {
    margin-top: 5px;
}

/*.label-xlarge {
    width: 300px !important;
}

.label-xxlarge {
    width: 400px !important;
}*/

#pad-wrapper .checkbox strong {
    padding-left: 4px;
}

td > .no-line-separetor {
    border-top: 0 !important;
    margin-bottom: 0;
}

.report-table-wrapper-user {
    margin: 0 !important;
}

.table-groupnum-input-minvalue {
    margin: 0 !important;
}

.doc-partner-search {
    padding: 0 !important;
}

.without-margin-left {
    margin-left: 0 !important;
}

.without-margin {
    margin: 0 !important;
}

.without-margin-botton {
    margin-bottom: 0 !important;
}

.without-margin-top {
    margin-top: 0 !important;
}

.without-min-height {
    min-height: 0 !important;
}

.without-padding-left {
    padding-left: 0 !important;
}

.without-padding-right {
    padding-right: 0 !important;
}

.usage-locked-checkbox {
    min-height: 17.15px;
    margin-bottom: 5px;
    margin-top: auto !important;
    /*margin-top: 5px !important;*/ 
}

.table-order-number {
    padding: 5px;
    margin-top: -6px;
    margin-left: -1px;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .table-order-number:hover {
        color: #ffffff;
        text-decoration: none;
        border: 1px solid #ccc;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }

.partner-address-copy-dropdown {
    display: inline-block;
}

table {
    margin-top: 10px;
}

.form-group {
    margin-bottom: 5px;
    vertical-align: middle;
    /*display: inline-block;
    font-weight: 100!important;*/
}

.control-label {
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
    padding-right: 1px;
}

.tabbable .nav-tabs a {
    cursor: pointer;
}

.tabbable {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .tabbable .tab-content {
        padding: 20px 5px 20px 5px;
        margin-bottom: 20px;
        clear: both;
    }

.select2-container-disabled {
    border: 0px solid #ccc;
}

.bold-text{
    font-weight: bold
}


.alert-messages {
    background-color: #fff;
    -ms-opacity: 0.90;
    opacity: 0.90;
    position: fixed;
    bottom: -10px;
    height: auto;
    width: 87%;
    z-index: 999;
    margin-bottom: 5px !important;
}

    .alert-messages .alert {
        /*-ms-opacity: 1 !important;
        opacity: 1 !important;*/
        margin-bottom: 0px !important;
    }

.btn-clear {
    text-indent: -1000em;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(http://p.yusukekamiyamane.com/icons/search/fugue/icons/cross.png);
    background-repeat: no-repeat;
    position: relative;
    left: -20px;
    top: 3px;
}

.user-role-level {
    padding-left: 15px;
}

.user-role-option-or-checkbox {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    /*color: red !important;*/
    font-weight: normal !important;
}

.user-role-option-check-box-sel {
    /*color: green !important;*/
    font-weight: bold !important;
}

body.waiting-for-angular div {
    display: none;
}

/* ================= LOGIN  */

.login-content {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    /*position: absolute;*/
    width: 950px;
    height: 950px;
}

.login-wrapper {
    margin: 6%;
}

    .login-wrapper .logo {
        margin-bottom: 45px;
        position: relative;
        left: -2px;
    }

    .login-wrapper .box {
        margin: 0 auto;
        padding: 35px 0 30px;
        float: none;
        width: 400px;
        box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.65);
    }

        .login-wrapper .box .content-wrap {
            width: 82%;
            margin: 0 auto;
        }

        .login-wrapper .box h6 {
            text-transform: uppercase;
            margin: 0 0 30px 0;
            font-size: 18px;
            font-weight: 600;
        }

        .login-wrapper .box input[type="text"],
        .login-wrapper .box input[type="password"] {
            font-size: 15px;
            height: 40px;
            margin-bottom: 18px;
            border-color: #b2bfc7;
            padding-left: 12px;
        }

        .login-wrapper .box input[type="password"] {
            margin-bottom: 10px;
        }

        .login-wrapper .box input:-moz-placeholder {
            color: #9ba8b6;
            font-size: 15px;
            letter-spacing: 0px;
            font-style: italic;
        }

        .login-wrapper .box input:-ms-input-placeholder {
            color: #9ba8b6;
            font-style: italic;
            letter-spacing: 0px;
            font-size: 15px;
        }

        .login-wrapper .box input::-webkit-input-placeholder {
            color: #9ba8b6;
            font-style: italic;
            letter-spacing: 0px;
            font-size: 15px;
        }

        .login-wrapper .box a.forgot {
            display: block;
            text-align: right;
            font-style: italic;
            text-decoration: underline;
            color: #3d88ba;
            font-size: 13px;
            margin-bottom: 6px;
        }

        .login-wrapper .box .remember {
            display: block;
            overflow: hidden;
            margin-bottom: 20px;
        }

            .login-wrapper .box .remember input[type="checkbox"] {
                float: left;
                margin-right: 8px;
            }

            .login-wrapper .box .remember label {
                float: left;
                color: #4a576a;
                font-size: 13px;
                font-weight: 600;
            }

        .login-wrapper .box .login {
            text-transform: uppercase;
            font-size: 13px;
            padding: 8px 30px;
        }

    .login-wrapper .no-account {
        margin: 0 auto;
        float: none;
        text-align: center;
        font-size: 14px;
        margin-top: 25px;
    }

        .login-wrapper .no-account p {
            display: inline-block;
            color: #aaaaaa;
        }

        .login-wrapper .no-account a {
            color: #aaaaaa;
            margin-left: 7px;
            border-bottom: 1px solid;
            transition: all .1s linear;
            -moz-transition: all .1s linear;
            /* Firefox 4 */
            -webkit-transition: all .1s linear;
            /* Safari and Chrome */
            -o-transition: all .1s linear;
            /* Opera */
        }

            .login-wrapper .no-account a:hover {
                text-decoration: none;
                color: #fff;
                border-bottom-color: #fff;
            }

.company-user-field {
    margin-top: 10px;
}

/* background switcher */
.bg-switch {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    top: 60px;
    border-radius: 0px 10px 10px 0px;
    padding: 10px 10px 0px 10px;
    z-index: 999;
}

    .bg-switch .bgs .bg {
        text-align: center;
        margin-bottom: 13px;
        text-decoration: none;
        display: block;
    }

        .bg-switch .bgs .bg.active img {
            border-color: #000;
        }

        .bg-switch .bgs .bg img {
            width: 80px;
            height: 60px;
            border: 2px solid #9fcef1;
            cursor: pointer;
        }

.table-cotacao {
    background-color: lightcyan;
}

.hide-text-with-elipsis {
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.animate-filter.ng-enter, .animate-filter.ng-leave {
    -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
    -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
    -ms-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
    -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
}

.animate-filter.ng-enter,
.animate-filter.ng-leave.ng-leave-active {
    -ms-opacity:0;
    opacity:0;
}

.animate-filter.ng-leave,
.animate-filter.ng-enter.ng-enter-active {
    -ms-opacity:1;
    opacity:1;
}


.nav-bar-company {
    text-transform: uppercase;   
    color: #9fcef1
}

.nav-bar-breadcrumb {            
    background-color: transparent;
    font-size: 18px;
    position: fixed;
    /* color: red; */
}

.nav-bar-breadcrumb a {
    color: #9fcef1
    /* color: red; */
}

.breadcrumb>.active{
    color: aliceblue;
    /* color: red; */
}

#sidebar-nav {
    padding-top: 0px !important;
    position: fixed
}

#discout-data {
    font-size: 10px !important;
}

.campo-de-despesas {
    border: none  !important;
    box-shadow: none  !important;
    padding: 0 !important;
    height: 17px !important;
}

.campo-de-adiantamento {
    box-shadow: none  !important;
    padding: 0 !important;
    height: 17px !important;
}

.texto-do-frete {
    font-style: normal !important;
}

.margin-colors {
    font-size: 22px;
}

.destacar-input {
    border-color: #337abb;
}

/* responsive */
@media (max-width: 767px) {
    .login-wrapper .box {
        width: 350px;
    }
}

.modal-xlg {
    width: 1200px;
}

@media (max-width: 480px) {
    .login-wrapper .box {
        width: 90%;
    }
}
.selected {
    font-weight: bold !important;
}



.UserModalBodySize {
    min-height: 100px;
}

.critical-review-no-margin {
    margin: 0 !important;
}

.critical-review-right-side {
    padding-right: 0 !important;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.80;
}

.modal-backdrop {
    background-color: #fff;
}

.modal-open {
    overflow: auto !important;
}

.modal-content {
    border-radius: 0px;
}


.modal-header {
    background-color: transparent;
    border-bottom-width: 0;
}

.modal-footer {
    padding-top: 40px !important;
    background-color: transparent;
    border-top: 0px solid #ddd;
    text-align: left;
}

.modal.fade .modal-dialog {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

    /*.modal.fade.in {
        top: 10%;
    }*/

 

.item .icon-signin{
    color: rgb(252, 130, 123);
    margin-right:0px;
    font-size: 20px;
}

.item .icon-time{
    font-size: 13px;
	color: #cfcfcf;
	margin-right: 1px;
}
.item .recuo{
    margin-left:30px;
}
.bold{
    font-weight:bold;
}
.partner-exempt-checkbox {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 5px;
    margin-bottom: 0;
}
/*.no-margin-left {
    margin-left: 0 !important;
}*/

.product-section {    
    padding-top: 20px !important;    
}

.product-section > .product-section-title {    
    font-size: 14px;
    margin-bottom: 20px !important;
}

#nwthumbs {
  text-align:center;
}

/*#nwthumbs > li {    
    margin-left: 4px !important;
}*/

.image-drop-down
{
    margin-top: 20px !important;
}

.ng-dragover-success {
    background-image: linear-gradient(to bottom right, orange 0px, #ffd700 100%);
    background-color: orange !important;
}