body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0}
body{font-family: Verdana,arial,serif}
h1{
    font-size:15pt;
    color:#464646;
}
h3{
    color:#ccc;
}
input[type="submit"]{
    border:1px solid #839098;
    background-color: #fff;
    padding:10px 20px;
    color:#839098;
    opacity: 1;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
input[type="submit"]:hover{
    opacity: 0.5;
    background-color: #ccc;
    color:#000;
}
.content{
    width:100%;
    height:100%;
    margin-top: 60px;
}
.content h1{
    color:#F1F1EE;
    font-size:24pt;
    padding-left:20px;
    margin-top:80px;
    padding-bottom: 20px;
}
.content h2{
    color: #666664;
    font-size: 18pt;
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.content h3{
    color:#666664;
    font-size:14pt;
    padding-left:40px;
    padding-top:10px;
}
.clearfix{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.menu-list{
    margin-left:40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.menu-list ul{
    list-style:disc;
    font-size: 15px;
    margin-left:20px;
}
.menu-list ul li{
    padding:2px 0;
    color:#ccc;
}
.menu-list .btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}
.menu-list .btn {
     height: 20px;
     width: 10px;
     display: inline-block;
     padding: 4px 12px;
     margin-bottom: 0;
     font-size: 14px;
     line-height: 20px;
     color: #333;
     text-align: center;
     text-shadow: 0 1px 1px rgba(255,255,255,0.75);
     vertical-align: middle;
     cursor: pointer;
     background-color: #f5f5f5;
     background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
     background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
     background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
     background-image: -o-linear-gradient(top,#fff,#e6e6e6);
     background-image: linear-gradient(to bottom,#fff,#e6e6e6);
     background-repeat: repeat-x;
     border: 1px solid #ccc;
     border-color: #e6e6e6 #e6e6e6 #bfbfbf;
     border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
     border-bottom-color: #b3b3b3;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
     filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
     -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
     box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
     margin-left: 10px;
 }

.menu-list .btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
}

.menu-list .btn-group>.btn-mini {
    font-size: 10.5px;
}
.menu-list .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 8px 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.menu-list .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.menu-list .btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.menu-list .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

.menu-list .dropdown-menu>li>a:hover, .menu-list .dropdown-menu>li>a:focus, .menu-list .dropdown-submenu:hover>a, .menu-list .dropdown-submenu:focus>a {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top,#08c,#0077b3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
    background-image: -webkit-linear-gradient(top,#08c,#0077b3);
    background-image: -o-linear-gradient(top,#08c,#0077b3);
    background-image: linear-gradient(to bottom,#08c,#0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}

.btn{
    /*width:51px;*/
    height:25px;
    display: block;
    float:left;
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    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='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 5px;
}
.btn-success{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5cb85c;
    background-image: -moz-linear-gradient(top,#5cb85c,#4cae4c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#5cb85c),to(#4cae4c));
    background-image: -webkit-linear-gradient(top,#5cb85c,#4cae4c);
    background-image: -o-linear-gradient(top,#5cb85c,#4cae4c);
    background-image: linear-gradient(to bottom,#5cb85c,#4cae4c);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    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='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 5px;
}
.btn-cancel{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ed9c28;
    background-image: -moz-linear-gradient(top,#ed9c28,#d58512);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ed9c28),to(#d58512));
    background-image: -webkit-linear-gradient(top,#ed9c28,#d58512);
    background-image: -o-linear-gradient(top,#ed9c28,#d58512);
    background-image: linear-gradient(to bottom,#ed9c28,#d58512);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    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='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 5px;
}
.btn-start{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ed9c28;
    background-image: -moz-linear-gradient(top,#ed9c28,#d58512);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ed9c28),to(#d58512));
    background-image: -webkit-linear-gradient(top,#ed9c28,#d58512);
    background-image: -o-linear-gradient(top,#ed9c28,#d58512);
    background-image: linear-gradient(to bottom,#ed9c28,#d58512);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    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='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 5px;
}

.btn-danger:hover{
    color: #fff;
    background-color: #bd362f;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("images/icon-pack-white.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon.icon-picture{
    background-position: -456px -48px;
}
.icon-file {
    background-position: -24px -24px;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: transparent !important
}
.file-manager-path{
    width:300px !important;
}
.pagination{
    display:block;
    height: 30px;
    margin-left: 20px;
    margin-top: 20px;
}
.pagination li{
    float:left;
    padding:5px 10px;
    background-color: #ccc;
}
.pagination li.active{
    background-color:#0077b3;
}
.pagination li:first-child{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination li:last-child{
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.input-error-msg{
    color:#cc0000 !important;
    display: block;
    margin-top:5px;
}
.content-actions{
    margin-top:10px;
    margin-left: 15px;
}
.content-actions a{
    text-decoration: none;
}
.content-actions span{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    color: #706665;
    border: 1px solid #706665;
    border-radius: 5px;
    margin-left: 5px;
}
.content-actions span:hover {
    background-color: #4C5155;
    color: #fff;
}

/*----------------------------------NICE INPUTS*/

input[type=text],input[type=password] {
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: #222222;
    position: relative;
    height: 36px;
    width: 310px;
    padding-left: 15px;
}
input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder {
    color: #999999;
}
input[type=text]:-moz-placeholder,input[type=password]:-moz-placeholder {
    color: #999999;
}
input[type=text]:focus,input[type=password]:focus {
    box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
    outline: none;
}

/*----------------------------------NICE SELECTS*/

.select-style {
    border: 1px solid #ccc;
    width: 310px;
    border-radius: 3px;
    overflow: hidden;
    /*background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;*/
    background: #fafafa url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 95% 50%;

}

.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}
/*-------------------------------------NICE CHECKBOXES*/

.checkboxContainer {
    width: 20px;
    position: relative;
}

.checkboxContainer label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.checkboxContainer label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkboxContainer label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.checkboxContainer input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*---------------------*/
/*-----SORTABLE CSS----*/

body.dragging, body.dragging * {
    cursor: move !important;
}
.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}
ol{
    list-style-type: none;
}
ol.serialization {
    margin: 0 0 9px 0;
    min-height: 10px; }

ol.serialization li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #A5A5A5;
    color: #0088cc;
    background: #eee;
    cursor: pointer;
}

ol.serialization li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }

ol.serialization li.placeholder:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-top: -5px;
    left: -5px;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: red;
    border-right: none; }
/*---------------------*/

.menu-list a{
    color:#0088cc;
    text-decoration: none;
}
.menu-list a:hover{
    text-decoration: underline;
}
.menu-list .menulist-delete{
    margin-left:10px;
    height: 22px;
}

.dateselect-box{
    width:300px;
    height:30px;
    padding:5px;
    background-color: #ccc;
    border-radius: 5px;
    float:right;
    margin-right:20px;
    margin-top:10px;
    cursor: pointer;
    text-align: center;
}
.datepicker-submit{
    position: absolute;
    display: block;
    width:50px;
    height: 20px;
    background-color: #ccc;
    bottom: -21px;
    color:#008ED6;
    text-align: center;
    padding-top: 2px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}
.notification-box{
    display:none;
    left:50%;
    top:0;
    position:fixed;
    width:650px;

    background-color:#dee56e;
    margin-left:-325px;
    z-index: 100;
    border-left:10px solid #d3da65;
    border-right:10px solid #d3da65;
    border-bottom:10px solid #d3da65;
}
.notification-box span{
    padding: 10px;
    position: relative;
    display: block;
    text-align: center;
}