/* ------------------
    Core css
--------------------*/

/*------------------
    Header
--------------------*/
.text-center{
    text-align: center;
}
.smart-style-3 #header{
    background-color:rgba(251,251,251,1);
    background-image:none !important;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(251,251,251,1)),to(rgba(251,251,251,1)));
    background-image:-webkit-linear-gradient(top,rgba(251,251,251,1),rgba(251,251,251,1));
    background-image:-o-linear-gradient(top,rgba(251,251,251,1),rgba(251,251,251,1));
    background-image:linear-gradient(to bottom,rgba(251,251,251,1),rgba(251,251,251,1));
}
.smart-style-3 .header-search>input[type=text]{
    border-color:rgba(251,251,251,1);
    font-family: "Open Sans";
}
.fixed-header #header {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 905;
    top: 0;
    border-bottom: none;
}
#header {
    display: block;
    height: 60px;
    margin: 0;
    padding: 5px 13px 0 0;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e2e2e2));
    background-image: -webkit-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -o-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: linear-gradient(to bottom,#f3f3f3,#e2e2e2);
    background-repeat: repeat-x;
    position: relative;
    z-index: 905;
    /*    box-shadow: 1px 1px 1px rgba(0,0,0,.1);*/
}
.smart-style-3 .header-search>button{color:#000; ;}
.smart-style-3 #logo-group span#activity,
.smart-style-3 .btn-header>:first-child>a{
    background-color:rgba(251,251,251,1);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(251,251,251,1)),to(rgba(251,251,251,1)));
    background-image:-webkit-linear-gradient(top,rgba(251,251,251,1),rgba(251,251,251,1));
    background-image:-o-linear-gradient(top,rgba(251,251,251,1),rgba(251,251,251,1));
    background-image:linear-gradient(to bottom,rgba(251,251,251,1),rgba(251,251,251,1));
    color:rgba(102,102,102,1)!important;
    border:1px solid rgba(251,251,251,1);text-shadow:rgba(251,251,251,1) 0 -1px
}
.smart-style-3 #logo-group span#activity:active,
.smart-style-3 #logo-group span#activity:hover,
.smart-style-3 .btn-header>:first-child>a:active,
.smart-style-3 .btn-header>:first-child>a:hover{
    -webkit-box-shadow:inset 1px 1px 0 rgba(251,251,251,1),inset -1px -1px 0 rgba(251,251,251,1);
    -moz-box-shadow:inset 1px 1px 0 rgba(251,251,251,1),inset -1px -1px 0 rgba(251,251,251,1);
    box-shadow:inset 1px 1px 0 rgba(251,251,251,1),inset -1px -1px 0 rgba(251,251,251,1);
    background-color:rgba(251,251,251,1);
    background-image:-moz-linear-gradient(top,rgba(251,251,251,1),rgba(251,251,251,1));
    background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(251,251,251,1)),to(rgba(251,251,251,1)));
    background-image:-webkit-linear-gradient(top,rgba(251,251,251,1),rgba(251,251,251,1));
    background-image:-o-linear-gradient(top,rgba(251,251,251,1),rgba(251,251,251,1));
    background-image:linear-gradient(to bottom,rgba(251,251,251,1),rgba(251,251,251,1))
}
.smart-style-3 .btn-header>:first-child>a:active,
.smart-style-3 .btn-header>:first-child>a i:hover{
    color: rgba(241,90,35,1);
}
:-webkit-full-screen #fullscreen>:first-child>a {
    background-color: rgba(251,251,251,1);
    background-image: -moz-linear-gradient(top,rgba(251,251,251,1) 0,rgba(251,251,251,1) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(251,251,251,1)),color-stop(100%,rgba(251,251,251,1)));
    background-image: -webkit-linear-gradient(to bottom,rgba(251,251,251,1) 0,rgba(251,251,251,1) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(251,251,251,1) 0,rgba(251,251,251,1) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(251,251,251,1) 0,rgba(251,251,251,1) 100%);
    background-image: linear-gradient(to bottom,rgba(251,251,251,1) 0,rgba(251,251,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(251,251,251,1)', endColorstr='rgba(251,251,251,1)', GradientType=0);
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
    box-shadow: inset 0 0 3px 1px rgba(251,251,251,1);
    color: #fff;
    border-color: rgba(251,251,251,1);
}
:-moz-full-screen #fullscreen>:first-child>a {
    background-color: #e8e8e8;
    background-image: -moz-linear-gradient(top,#5a5a5a 0,#686868 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5a5a5a),color-stop(100%,#686868));
    background-image: -webkit-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    background-image: -o-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    background-image: -ms-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
    color: #fff;
    border-color: #494949;
}
.dropdown-menu>li>a:hover,
.smart-style-3 .tt-suggestion.tt-is-under-cursor{
    background-color:#EC9519;
    color:#fff;
}
.smart-style-3 .dropdown-menu-large>li ul>li>a:focus,
.smart-style-3 .dropdown-menu-large>li ul>li>a:hover{
    border-radius:3px;
    background-color:#fff;
}
/*-------------------
    End Header
---------------------*/

/*--------------------
    Aside menu
----------------------*/
.minified .minifyme {
    color: #646464;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 0;
    border-radius: 0;
    margin: 0;
    height: 52px;
    font-size: 30px;
}
.minified .minifyme i{
    margin-right: 0;
}
.minifyme {
    border-bottom: 1px solid rgba(229, 235, 236, .95);
    background: rgba(229, 235, 236, .95);
    color: #646464;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    height: 52px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0;
    cursor: pointer;
    margin-top: 7px;
    font-size: 30px;
    transition: all .1s linear 0s;
}
.minifyme i{
    margin-right: -250px;
}
.minifyme:hover {
    background: rgba(241,90,35,1);
    color: #E4E4E4;
    right: 0;
    width: 100%;
    padding-right: 5px;
}
.minified .minifyme .fa:before {
    content: "\f105";
}
.smart-style-3 nav>ul>li.open {
    border-left: 4px solid rgba(241,90,35,1);
}
.smart-style-3 nav>ul>li>a{padding:12px 10px 12px 11px;font-size:13px}
.smart-style-3 nav>ul>li>a b{top:12px}
.smart-style-3 nav>ul>li.active>a:before{top:10px!important}
.smart-style-3 nav>ul>li.open>a{padding-left:7px}
.smart-style-3 nav>ul>li.open ul li>a,
.smart-style-3 nav>ul>li.open>ul>li>a{padding-left:38px}
.smart-style-3 .superbox-list.active:before{color:#3D3B39}
.smart-style-3 nav ul li.active>a>i,
.smart-style-3 nav ul li.active>a>span{
    color:#fff;
}
.smart-style-3 nav>ul>li>ul>li.active>a{
    background: #fff !important;
}
.smart-style-3.minified nav>ul>li{
    border-bottom:1px solid #E9E4E4;
    border-top:1px solid #FFF
}
.smart-style-3.minified nav>ul>li.open ul li>a{
    padding-left:14px
}
.smart-style-3.minified nav>ul>li>ul,
.smart-style-3.minified nav>ul>li>ul>li>ul>li{
    background-color:#fff;
}
.smart-style-3.minified nav>ul:hover,
.smart-style-3.minified nav>ul>li>ul>li>a:hover,
.smart-style-3.minified nav>ul>li>ul>li.active>a:hover,
.smart-style-3.minified nav>ul>li>ul>li.open>a:hover,
.smart-style-3.minified nav>ul>li>ul>li>ul>li.open>a:hover,
.smart-style-3.minified nav>ul>li>ul>li>ul>li>a:hover,
.smart-style-3.minified nav>ul>li>ul>li>ul>li>ul>li>a:hover,
.smart-style-3.minified nav>ul>li>ul>li>ul>li.active>a:hover,
.smart-style-3.minified nav>ul>li>ul>li.open a:hover
.smart-style-3.minified nav>ul>li>ul>li a:hover{
    background-color:rgba(102,102,102,.1) !important;
}
.smart-style-3.minified nav ul li a,
.smart-style-3.minified nav ul li.open>a,
.smart-style-3.minified nav ul li.open>a b{
    color:#fff!important;
}
.smart-style-3.minified nav ul li.open>a{
    background-color: #fff !important;
}
.minified nav>ul>li:hover>a>.menu-item-parent {
    color: rgba(241,90,35,1) !important;
}
.menu-item-parent{
    font-size: 16px;
}
.menu-item-parent>ul{
    font-size: 14px;
}
.minified nav>ul>li>ul>li {
    background-color: #fff;
}
.minified nav>ul>li>a>i {
    font-size: 26px;
}
.smart-style-3.minified nav ul li a, 
.smart-style-3.minified nav ul li.open>a, 
.smart-style-3.minified nav ul li.open>a b {
    color: rgba(102, 102, 102,1)!important;
}
.smart-style-3 .dropdown-menu {
    border-radius: 0;
    border-bottom: 2px solid #ADADAD;
    background: #fff;
}
.smart-style-3 .dropdown-menu>.active>a, 
.smart-style-3 .dropdown-menu>.active>a:hover, 
.smart-style-3 .dropdown-menu>li>a:focus, 
.smart-style-3 .dropdown-menu>li>a:hover, 
.smart-style-3 .tt-suggestion.tt-is-under-cursor {
    background-color: rgba(102, 102, 102,.1);
    color: rgba(102, 102, 102,1);
}
.minified #left-panel {
    width: 60px;
}
#left-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 904;
    padding-top: 60px;
}
.fixed-header #header {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 905;
    top: 0;
    border-bottom: none;
    box-shadow: -1px 1px 1px rgba(0,0,0,.1);
}

.minified nav>ul>li>a>.menu-item-parent {
    display: none;
    position: absolute;
    left: 60px;
    top: 6px;
    width: 312px;
    height: 40px;
    line-height: 38px;
    background-color: #f5f5f5;
    color: #333;
    z-index: 3;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #D8D4D4;
    border-bottom: 1px solid #fff;
    padding-left: 12px;
}
.minified nav>ul>li>ul {
    display: none!important;
    position: absolute;
    left: 60px;
    width: 325px;
    z-index: 5;
    border: 1px solid #bfbfbf;
    min-height: 180px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    background: #454545;
    margin-top: -3px;
    overflow: hidden;
}
.smart-style-3 nav ul li.active>a:before{
    top:6px; 
    color: rgba(241,90,35,1) !important;
}
.smart-style-3 nav>ul>li.active>a>i{
    color: rgba(241,90,35,1) !important;   
}
.smart-style-3 nav ul li.active>a{
    background: #f2f2f2!important;
    /*box-shadow: 3px 3px 3px rgba(0,0,0, .1);*/
}
.smart-style-3.minified nav ul li ul li:hover>a{
    background-color: rgba(102,102,102,.1) !important;
}
.smart-style-3 nav ul li.active>a>i,
.smart-style-3 nav ul li.active>a>span{
    color: rgba(241,90,35,1) !important;
}
.smart-style-3 aside {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12),0 2px 5px 0 rgba(0,0,0,0.24);
    border-right: none !important;
    background: #fff;
}
.smart-style-3 nav ul li.open>a{
    /*box-shadow: 3px 3px 3px rgba(0,0,0, .1);*/
}
.smart-style-3 nav>ul>li {
    background-color: #fff;
    background-image: -moz-linear-gradient(top,#fff,#fff);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
    background-image: -webkit-linear-gradient(top,#fff,#fff);
    background-image: -o-linear-gradient(top,#fff,#fff);
    background-image: linear-gradient(to bottom,#fff,#fff);
    border-bottom: none;
}
.smart-style-3 nav>ul>li>a>i {
    color: rgba(102, 102, 102,1);
    font-size: 24px;
}
.mobile-detected.fixed-navigation nav>ul {
    padding-right: 0px!important;
}
.fixed-navigation nav>ul {
    padding-right: 0px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
/*--------------------
    End Aside menu
----------------------*/

/*--------------------
    Main Menu
----------------------*/
.minified #main {
    margin-left: 60px;
    margin-top: 60px;
}
#main {
    margin-top: 60px !important;
}
.select2-drop, .select2-dropdown {
    margin-top: 60px;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-top: 0;
    left: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
}
.select2-search {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}
.dt-toolbar-footer {
    padding: 15px 10px;
}
/*--------------------
    End Main Menu
----------------------*/

/*--------------------
    Footer
----------------------*/
.minified .page-footer{
    position: absolute !important; 
    bottom:0; 
    left:0; 
    z-index: -99;
    margin-left: 0;
    padding-left:20px !important;
}
.page-footer{
    position: absolute !important; 
    bottom:0; 
    left:0; 
    z-index: -99;
    padding-left: 300px;
}
.dropdown-content-footer {
    background-color: #fcfcfc;
    color: #333;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/*--------------------
    End Footer
----------------------*/

/*scrolling style*/ 

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

/*alert*/
.SmallBox .foto {
    font-size: 50px;
    position: absolute;
    left: 20px;
    top: 10px;
}
.SmallBox {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    height: 100px !important;
    color: #fff;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid transparent;
}
.btn-primary , 
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus{
    color: #fff;
    background-color: #0087C6 !important; 
    border-color: #0087C6 !important; 
    border-radius: 5px;
}
.btn-primary,
.btn-primary.active, 
.btn-primary:active,
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.focus:active, 
.btn-primary:active:focus, 
.btn-primary:active:hover,.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus{
    color: #fff;
    background-color: #0087C6 !important; 
    border-color: #0087C6 !important; 
    border-radius: 5px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0087C6 !important; 
    border-color: #0087C6 !important; 
    border-radius: 5px;
    opacity:.8;
}
.image-cropper {
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
}
.image-cropper img {
    display: inline;
    margin: 0 0px;
    height: 100%;
    width: auto;
}

/*

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover{
    z-index: 3;
    color: #fff;
    background-color: #f8991e !important;
    border-color: #f8991e !important;
    cursor: default;
}*/

/*DATATABLES PAGING*/
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff !important;
    background-color: #0087C6  !important;
    border-color: #0087C6  !important;
    cursor: default;
}

.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0087C6  !important;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>.disabled>a, 
.pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover {
    color: #999 !important;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.has-error .select2-container {
    border: 1px solid #b94a48 !important;
} 
.has-success .select2-container {
    border: 1px solid #468847 !important;
}