/*******************************
        Two line menu text
********************************/

html.sidebar-full #menu .slim-scroll > ul > li.twoLines,
html.sidebar-full #menu > ul > li.twoLines,
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li ul li.twoLines,
html.sidebar-full.sidebar-collapsible #menu > ul > li ul li.twoLines{
    height: 57px;
}
li.twoLines>a{
    height: 57px !important;
}
li.twoLines .lineTwo{
    position: absolute;
    left: 40px;
    top: 17px;
}
li.hasSubmenu li.twoLines .lineTwo{
    left: 15px;
    top: 107px;
}
.twoLines .glyphicons i,
.twoLines i.glyphicons-like{
    padding-top: 3px !important;
}

/*******************************
        Icons
********************************/

i.glyphicons-like:before{
    font-family: 'FontAwesome';
}

i.icon-standalone{
    position: relative;
}
i.icon-standalone>div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

a i.icon-standalone:before{
    cursor: pointer;
}

a i.icon-standalone,
a i.icon-standalone:link,
a i.icon-standalone:visited
a i.icon-standalone:hover,
a i.icon-standalone:active{
    text-decoration: none;
}

.glyphicons.btn-icon-standalone{
    padding-left: 23px;
    padding-top: 7px;
}
.glyphicons.btn-icon-standalone i:before{
    padding-top: 9px;
}

.glyphicons.glyphicon-standalone{
    padding-left: 0px;
    width: 18px;
}
.glyphicons.glyphicon-standalone i:before{
    font-size: 18px;
}
.glyphicons.glyphicon-standalone.disabled i:before{
    color: #C6C6C6;
}
.glyphicons.glyphicon-standalone.disabled{
    cursor: not-allowed;
}

/*******************************
        Login
********************************/

#login {
    padding: 40px 0 0;
}
#login a:not(.btn) {
    color: #7c7c7c;
    text-decoration: underline;
}
#login h1 {
    font-size: 20pt;
    text-align: center;
    display: block;
    padding: 0 0 20px;
    text-shadow: 0 1px 0 #ffffff;
}
#login h1 i:before {
    position: relative;
    left: auto;
    top: auto;
    color: #7c7c7c;
}
#login .wrapper {
    max-width: 354px;
    min-width: 300px;
    margin: 0 auto;
    position: relative;
}
#login .wrapper.signup {
    max-width: 600px;
}
#login .widget .widget-head .btn {
    margin: -4px 0 0 5px;
}
#login .widget .widget-head div {
    font-size: 12px;
}
#login .widget .widget-body {
    background: #fafafa;
}
#login .widget .widget-footer {
    height: 40px;
    line-height: 40px;
    margin: 15px 0 0;
    border: 1px solid #efefef;
}
#login .widget .widget-footer p {
    font-size: 12px;
    color: #7c7c7c;
    font-weight: 600;
    margin: 0;
    width: auto;
    float: none;
    padding: 0 10px 0 35px;
    display: block;
    height: 40px;
    line-height: 40px;
}
#login .widget .widget-footer p i:before {
    top: 7px;
    left: 7px;
}
#login label {
    font-size: 13px;
    color: #7c7c7c;
    font-weight: 600;
}
#login .checkbox {
    margin-top: 5px;
}
#login .password {
    float: right;
    font-size: 12px;
    font-weight: 400;
}
#login input[type="text"],
#login input[type="password"] {
    font-size: 13px;
    height: auto;
    margin-bottom: 10px;
    padding: 5px 9px;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #fff;
}
#login ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
}
#login :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}
#login ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}
#login :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
}
#login form {
    margin: 0;
}
#login p {
    margin: 5px 0;
}
#login p:first-child {
    margin: 0 0 10px;
}
#login p:last-child {
    margin: 10px 0 0;
}
#login .form-signin {
    position: relative;
    max-width: 600px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#login .form-signin .inner {
    padding: 20px;
}

/*******************************
        Modals
********************************/

.modal-dialog.large-modal-dialog{
    width: 1200px;
}

/*******************************
        Separator
********************************/

.separator.separator-bottom, .separator.separator-top{
    height: 36px;
}
.separator.separator-bottom:before{
    top: 12px;
}
.separator.separator-top:before{
    top: 24px;
}

/**********************************
        Add .btn-green
**********************************/

/* override from bootstrap.css*/

.btn-green {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    background-image: none;
}

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* override from style-default-menus-dark.css*/

.btn-green {
    background: #609450;
    border-color: #609450;
    color: #ffffff;
}
.btn-green.glyphicons i:before,
.btn-green.glyphicons-social i:before {
    color: #a2bc9b;
    text-shadow: none;
}
.input-group-btn.open .btn-green.dropdown-toggle,
.btn-green.disabled,
.btn-green[disabled],
.btn-green:hover,
.btn-green:focus {
    background: #609450;
    color: #fff;
}
.btn-green:active,
.btn-green.active {
    background: #609450;
    color: #fff;
}
.btn-green .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

/*******************************
        Other
********************************/

.widget .widget-body.list ul li .badge{
    text-shadow: none;
    margin-right: 5px;
}
.widget .widget-body.list .tooltip{
    text-shadow: none;
}

.btn-transparent{
    background-color: transparent;
    border-color: transparent;
}
.btn-transparent.glyphicons i:before{
    color: #7C7C7C;
}

.bg-primary{
    background-color: #117dc2;
    color: #FFF;
}

.bg-warning{
    background: none repeat scroll 0 0 #AB7A4B;
    border-color: #AB7A4B;
    color: #FFF;
}
.bg-inverse{
    background: none repeat scroll 0 0 #424242;
    border-color: #424242;
    color: #FFF;
}

.table-head-primary th{
    background-color: #117DC2;
    border-color: #117DC2;
    color: #FFFFFF;
    font-size: 14px;
}
.table-head-primary th .ui-icon{
    background-image: url("../theme/scripts/plugins/system/jquery-ui/css/smoothness/images/ui-icons_ffffff_256x240.png");
}
.DataTables_sort_wrapper span{
    display: inline-block;
    margin-left: 10px;
}

.table-primary.table-grey-striped.table-bordered tbody td{
    border-color: #efefef;
    border-right-color: #FFF;
}
.table-primary.table-grey-striped tbody tr:nth-child(odd) td{
    border-color: #efefef;
}
.table-primary.table-grey-striped tbody td{
    background-color: #efefef;
    border-right-color: #FFF;
}
.table.table-vertical-center thead > tr > th,
.table.table-vertical-center tbody > tr > th,
.table.table-vertical-center tfoot > tr > th,
.table.table-vertical-center thead > tr > td,
.table.table-vertical-center tbody > tr > td,
.table.table-vertical-center tfoot > tr > td{
    vertical-align: middle;
}

