
body {
    background: url(../images/pat_bg.png) #515b5e;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #424242;
    height: 100%;
}

.text-danger,
.text-success {
    font-size: 14px;
    padding-top: 4px;
}

.text-success {
    color: #009900;
}

.text-danger {
    color: #AA0000;
}

.iconsweet {
    font-family: iconSweets;
    font-weight: normal;
}

.form_fields_container li.for-booking-create {
    display: none;
}

    .form_fields_container li.for-booking-create table tr td {
        padding: 3px;
    }
/*=====LAYOUT=====*/
.one_wrap {
    width: 100%;
    display: inline-block;
}

.one_two_wrap {
    width: 80%;
    float: left;
}

.one_three_wrap {
    width: 32%;
    float: left;
    margin-left: 2%;
}

    .one_three_wrap:first-child {
        margin-left: 0 !important;
        float: left;
    }

.one_four_wrap {
    width: 23.5%;
    float: left;
    margin-left: 2%;
}

    .one_four_wrap:first-child {
        margin-left: 0 !important;
        float: left;
    }

.widget {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 #acaeaf;
    box-shadow: 0 1px 2px 0 #acaeaf;
    margin-top: 22px;
    clear: both;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.mainWidget {
    margin-top: 0;
}

.no_overflow {
    overflow: hidden;
}

.widget .widget_title {
    background: url(../images/widget_title_bg.png) repeat-x center top #eeeeee;
    height: 38px;
    border-bottom: solid 1px #e0e0e0;
    border-radius: 3px 3px 0 0;
    position: relative;
}

    .widget .widget_title span {
        font-size: 24px;
        float: left;
        padding: 3px 0;
        text-shadow: 0 1px 0 #fff;
        color: #6c6c6c;
        width: 35px;
        text-align: center;
        text-decoration: none;
    }

    .widget .widget_title .iconsweet {
        font-size: 24px;
        float: left;
        padding: 3px 0;
        text-shadow: 0 1px 0 #fff;
        color: #6c6c6c;
        width: 35px;
        text-align: center !important;
        text-decoration: none;
    }

    .widget .widget_title h5 {
        color: #6c6c6c;
        font-size: 14px;
        font-family: CorbelBold;
        float: left;
        padding: 13px 0 10px;
        text-shadow: 0 1px 0 #fff;
    }

    .widget .widget_title h7 {
        position: absolute;
        left: 30px;
    }

    .widget .widget_title .header_button_div {
        position: absolute;
        right: 0;
    }

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.clear {
    clear: both;
}

.auto {
    height: auto;
    overflow: hidden;
}

.content_pad {
    padding: 15px;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}
/*=====HEADER=====*/
header {
    background: url(../images/pat_bg2.png) #515b5e;
    padding: 15px;
    border-bottom: solid 1px #526267;
    height: 36px;
}

    header #logo {
        float: left;
    }

    header .header_search {
        float: right;
        position: relative;
    }

		header .header_search input[type="text"] {
			width: 170px;
			padding: 9px 10px;
			border: solid 1px #43494b;
			background: #2b2e2f;
			color: #d8d8d8;
			font-size: 11px;
			text-shadow: 1px 1px 1px #000;
			border-radius: 3px;

			-webkit-transition: all 0.7s ease 0s;
			-moz-transition: all 0.7s ease 0s;
			-o-transition: all 0.7s ease 0s;
			transition: all 0.7s ease 0s;
		}

		header .header_search input[type="text"]:focus {
			width: 340px;
		}

        header .header_search input[type="submit"] {
            width: 20px;
            height: 20px;
            background: url(../images/search.png) no-repeat center;
            border: 0;
            position: absolute;
            right: 7px;
            top: 7px;
            cursor: pointer;
        }
/*=====DREAMWORKS CONTAINER=====*/
#dreamworks_container {
    margin: 8px;
    /*height: 100%;
    overflow: auto;*/
}
/*====PRIMARY NAV====*/
nav#primary_nav {
    float: left;
    padding-top: 92px;
    font-family: CorbelRegular /*CORBEL*/;
}

    nav#primary_nav ul {
        margin: 0;
        padding: 0;
    }

        nav#primary_nav ul li {
            list-style: none;
            clear: both;
            width: 83px;
            padding: 5px 9px 10px 1px;
            background: none;
            margin-bottom: 15px;
            text-align: center;
            font-size: 14px;
        }

            nav#primary_nav ul li a {
                color: #d8e0e2;
                text-decoration: none;
                display: block;
                width: 82px;
                /*padding-top:45px;*/
                text-shadow: 0 1px 1px #202324;
            }

            nav#primary_nav ul li.nav_dashboard a {
                background-position: 12px -64px;
            }

            nav#primary_nav ul li.nav_dashboard.active a {
                background-position: 12px 0;
            }

            nav#primary_nav ul li.nav_graphs a {
                background-position: -73px -64px;
            }

            nav#primary_nav ul li.nav_graphs.active a {
                background-position: -73px 0;
            }

            nav#primary_nav ul li.nav_forms a {
                background-position: -434px -64px;
            }

            nav#primary_nav ul li.nav_forms.active a {
                background-position: -434px 0;
            }

            nav#primary_nav ul li.nav_typography a {
                background-position: -249px -64px;
            }

            nav#primary_nav ul li.nav_typography.active a {
                background-position: -249px 0;
            }

            nav#primary_nav ul li.nav_uielements a {
                background-position: -341px -64px;
            }

            nav#primary_nav ul li.nav_uielements.active a {
                background-position: -341px 0;
            }

            nav#primary_nav ul li.nav_pages a {
                background-position: -159px -64px;
            }

            nav#primary_nav ul li.nav_pages.active a {
                background-position: -158px 0;
            }

            nav#primary_nav ul li.active {
                background: url(../images/active_tab.png) no-repeat left top #fff;
                border-radius: 5px 0 0 5px;
                -webkit-box-shadow: 0 3px 0 0 #444d50;
                box-shadow: 0 3px 0 0 #444d50;
                padding-left: 4px;
                padding-right: 6px;
            }

                nav#primary_nav ul li.active a {
                    color: #4a4a4a;
                    text-shadow: none;
                    font-family: 'CorbelBold';
                    text-shadow: 0 1px 1px #ffffff;
                }

/*====SECONDARY NAV====*/
#secondary_nav {
    width: 210px;
    height: 100%;
    font-family: 'CorbelRegular' /*CORBEL*/;
    float: left;
    border-radius: 3px 0 0 0;
}



    #responsive_nav {
        clear: both;
        position: absolute;
        z-index: 999;
        top: 105px;
        margin: 0 0 25px 0 !important;
        padding-top: 7px;
        background: url(../images/arw_dr.png) no-repeat 8px 0;
        border-radius: 0 0 7px 7px;
        overflow: hidden;
        -webkit-box-shadow: 0 3px 3px #bbbbbb;
        box-shadow: 0 3px 3px #bbbbbb;
        left: 15px;
        right: 15px;
    }

        #responsive_nav li {
            padding: 9px 8px 8px 12px !important;
            border-top: none !important;
            border-bottom: solid 1px #d4d4d4 !important;
            background: #e6e6e6;
        }

        #responsive_nav > li {
            border-top: solid 1px #fafafa !important;
            font-size: 10px !important;
        }

            #responsive_nav > li:first-child {
                border-top-width: 3px !important;
            }

        #responsive_nav li a {
            line-height: 100%;
            color: #444444 !important;
            font-weight: bold !important;
            font-family: Arial, Helvetica, sans-serif !important;
            font-size: 14px !important;
            text-shadow: 0 1px #fff;
        }

        #responsive_nav > li > a {
            font-size: 14px !important;
        }

        #responsive_nav li ul {
            margin: 5px 0 0;
        }

            #responsive_nav li ul li {
                padding: 4px 0 4px 0 !important;
                border-bottom: none !important;
                box-shadow: none !important;
                border-left: dotted 1px #bdbdbd;
            }

                #responsive_nav li ul li:before {
                    content: '--  ';
                    color: #bdbdbd;
                }

                #responsive_nav li ul li a {
                    font-weight: normal !important;
                }



/*UserInfo*/
dl.user_info {
    width: 302px;
    height: 92px;
    position: relative;
    margin-left: -92px;
}

    dl.user_info dt {
        padding: 5px;
        float: left;
        margin-right: 3px;
		width: 79px;
    }

    dl.user_info dd {
        padding: 14px 12px;
        float: left;
        width: 185px;
        height: 64px;
        background: #889395;
        border-radius: 3px 0 0 0;
        border-right: solid 1px #e0e5e6;
    }

        dl.user_info dd a.welcome_user {
            text-decoration: none;
            color: #393939;
            font-size: 14px;
            display: block;
            margin-bottom: 9px;
        }

            dl.user_info dd a.welcome_user strong {
                font-weight: bold;
                color: #fff;
                text-shadow: 0 1px 0 #515b5e;
            }

        dl.user_info dd span.log_data {
            color: #393939;
            display: block;
            margin-bottom: 12px;
            font-size: 11px;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 15px;
        }

        dl.user_info dd a.logout {
            display: block;
            float: left;
            color: #f5f5f5;
            text-decoration: none;
            padding-left: 15px;
            background: url(../images/logoff.png) no-repeat left center;
            margin-top: 5px;
        }

        dl.user_info dd a.user_messages {
            padding-right: 28px;
            float: right;
            height: 21px;
            background: url(../images/msg.png) no-repeat right center;
            text-decoration: none;
            line-height: 100%;
        }

            dl.user_info dd a.user_messages span {
                font-size: 10px;
                color: #fff;
                background: #f2364e;
                padding: 1px 3px;
                border-radius: 3px;
                font-family: Arial, Helvetica, sans-serif;
                display: inline-block;
            }

#secondary_nav h2 {
    color: #8a9294;
    font-size: 20px;
    padding: 0 15px;
    margin-top: 21px;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 0 #ffffff;
}

#secondary_nav ul {
    margin: 21px 15px;
}

    #secondary_nav ul li {
        list-style: none;
        padding: 12px 0;
        border-top: solid 1px #dcdfe0;
        line-height: 100%;
        box-shadow: inset 0 1px 0 #ffffff;
    }

        #secondary_nav ul li a {
            color: #818386;
            font-size: 14px;
            text-decoration: none;
            display: inline-block;
            line-height: 17px;
        }

            #secondary_nav ul li a span {
                font-size: 21px;
                float: left;
                margin: -4px 8px 0 5px;
            }

        #secondary_nav ul li.active a {
            font-family: 'CorbelBold';
        }

            #secondary_nav ul li.active a span {
                color: #478cfe;
                text-shadow: 0 1px 0 #f4f4f4;
            }

/*====TODO====*/
/*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}*/

#todo {
    background: url(../images/section_bg_r.png) repeat-y left center #ebebeb;
    width: 20px;
    overflow: hidden;
    float: right;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    #todo.is-open {
        width: 220px;
    }

    #todo .todolist {
        width: 100%;
        position: absolute;
        top: 100px;
        bottom: 0;
        overflow: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 5px 5px 12px;
    }

        #todo .todolist .todolistpost:not(:first-of-type) {
            margin-top: 10px;
        }

        #todo .todolist .todolistpost:not(:last-of-type) {
            padding-bottom: 10px;
            border-bottom: 1px solid #e3e3e3;
        }

        #todo .todolist .todobutton {
            float: right;
        }

        #todo .todolist .todotime {
            font-weight: bold;
        }

        #todo .todolist .todomessage {
            margin-top: 5px;
        }

    #todo .todoinput {
        width: 213px;
        position: absolute;
        top: 0;
        height: 100px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 5px 5px 5px;
        margin-left: 7px;
        border-bottom: 1px solid #ccc;
        background: rgba(0,0,0,0.05);
    }

        #todo .todoinput #TodoMessage {
            width: 100%;
            padding: 4px 5px;
            border: solid 1px #ccc;
            background: #f8f8f8;
            color: #686f72;
            font-size: 11px;
            border-radius: 3px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 67px;
        }

        #todo .todoinput #TodoAdd {
            font-size: 10px !important;
            padding: 2px 16px 0;
            margin: 0;
            background: #339933;
            text-shadow: none;
            color: #333 !important;
        }

            #todo .todoinput #TodoAdd:hover {
                background: #33BB33;
                text-shadow: none;
                color: #555 !important;
            }

/*====MAIN CONTENT====*/
section#main_content {
    margin-left: 93px;
    background: url(../images/section_bg.png) repeat-y left center #ebebeb;
    border-radius: 4px 3px 3px 3px;
    min-height: 750px;
    position: relative;
}

#content_wrap {
    padding: 18px;
    display: block;
    margin-left: 210px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
    #content_wrap.with-right-sidebar {
        margin-right: 215px;
    }
/*CHART HOME*/
#chart_linear {
}
/*SUMMARY*/

ul.dw_summary {
    margin: 0;
}

    ul.dw_summary li {
        margin: 0 !important;
        padding: 16px 20px;
        border-top: solid 1px #e4e4e4;
        font-size: 13px;
        color: #737373;
        list-style: none !important;
    }

        ul.dw_summary li:first-child {
            border: none;
        }

        ul.dw_summary li span.percentage_done {
            display: inline-block;
            font-size: 17px;
            font-weight: bold;
            color: #484848;
            width: 67px;
        }

        ul.dw_summary li .progress_wrap {
            width: 152px;
            float: right;
            height: 6px;
            background: #e4e4e4;
            margin: 5px 0;
        }

            ul.dw_summary li .progress_wrap .progress_bar {
                height: 6px;
                background: #517bac;
                width: 0;
            }
/*PROJECT SORT*/
ul.filter_project {
    background: #d3d3d3;
    border-top: solid 1px #f6f6f6;
}

    ul.filter_project li {
        padding: 8px 15px;
        display: inline-block;
        list-style: none;
    }

        ul.filter_project li a {
            color: #6c6c6c;
            text-decoration: none;
            font-weight: bold;
            text-shadow: 0 1px 0 #fff;
        }

        ul.filter_project li span.count {
            line-height: 100%;
            color: #fff;
            text-shadow: 0 1px 0 #353535;
            padding: 2px 2px 2px;
            background: #707070;
            border-radius: 2px;
            margin-left: 8px;
            min-width: 16px;
            text-align: center;
            display: inline-block;
            -webkit-box-shadow: 0 1px 0 0 #ffffff;
            box-shadow: 0 1px 0 0 #ffffff;
        }

        ul.filter_project li.selected {
            background: #ffffff;
            -webkit-box-shadow: inset 0 10px 8px #eaeaea;
            box-shadow: inset 0 10px 8px #eaeaea;
            border: solid 1px #fff;
            border-width: 0 1px;
        }

            ul.filter_project li.selected a {
                color: #4a4a4a;
            }

            ul.filter_project li.selected span.count {
                background: #4a4a4a;
            }

.project_sort ul.project_list {
    margin: 0;
    padding: 18px 0 0 18px;
}

    .project_sort ul.project_list li {
        padding: 10px;
        width: 75px;
        height: 70px;
        position: relative;
        border: solid 1px #c4c4c4;
        border-radius: 3px;
        list-style: none;
        display: inline-block;
        margin-right: 16px;
        margin-bottom: 16px;
        background: url(../images/project_bg.png) repeat-x bottom center #ededed;
    }

    .project_sort ul.project_list .project_badge {
        width: 36px;
        height: 36px;
        position: absolute;
        right: -1px;
        top: -1px;
        background: url(../images/project_badge.png) no-repeat center;
        color: #fff;
        font-size: 19px;
        text-align: right;
        line-height: 17px;
    }

        .project_sort ul.project_list .project_badge.red {
            background-position: -148px 0;
        }

        .project_sort ul.project_list .project_badge.blue {
            background-position: -299px 0;
        }

        .project_sort ul.project_list .project_badge.grey {
            background-position: -1px 0;
        }

    .project_sort ul.project_list a.project_title {
        font-size: 14px;
        color: #5c5c5c;
        text-shadow: 0 1px 0 #fff;
        display: inline-block;
        line-height: 18px;
        font-family: 'CorbelBold';
        text-decoration: none;
    }

    .project_sort ul.project_list a.assigned_user {
        font-size: 12px;
        color: #6c6c6c;
        text-shadow: 0 1px 0 #fff;
        position: absolute;
        bottom: 11px;
        left: 10px;
        text-decoration: none;
    }

        .project_sort ul.project_list a.assigned_user span {
            font-size: 19px;
            float: left;
            margin-top: -7px;
            margin-right: 2px;
        }

/*ACTIVITY DATATABLE*/
table.activity_datatable {
    width: 100%;
    border: 0;
}

    table.activity_datatable th {
        background: url(../images/thead_bg.png) repeat-x bottom center;
        text-transform: uppercase;
        font-size: 11px;
        color: #6c6c6c;
        font-weight: bold;
        padding: 12px 0;
        text-align: center;
        border-right: solid 1px #e5e5e5;
        border-bottom: solid 1px #d3d3d3;
        -webkit-box-shadow: inset 0 1px 0 1px #fff;
        box-shadow: inset 0 1px 0 1px #fff;
    }

    table.activity_datatable td {
        padding: 10px 15px;
        color: #6c6c6c;
        vertical-align: middle;
    }

    table.activity_datatable tr {
        border-bottom: solid 1px #e5e5e5;
    }

    table.activity_datatable a {
        color: #363e40;
        text-decoration: none;
        line-height: 18px;
    }

    table.activity_datatable span.pj_cat {
        display: inline-block;
        line-height: 100%;
        background: #757673;
        padding: 3px 5px;
        font-size: 10px;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0 1px 0 #646464;
        border-radius: 3px;
    }

    table.activity_datatable span.stat_up {
        color: #637b11;
    }

    table.activity_datatable span.stat_down {
        color: #7b1111;
    }

    table.activity_datatable span.iconsweet {
        font-size: 17px;
    }

    table.activity_datatable span.data_actions a {
        color: #6c6c6c;
        float: left;
        margin-right: 1px;
        padding: 0 5px;
    }

    table.activity_datatable span.green_highlight {
        background: #87ac51;
    }

    table.activity_datatable span.grey_highlight {
        background: #757673;
    }

    table.activity_datatable span.blue_highlight {
        background: #4572a7;
    }

/*Actionbar*/
.action_bar {
    background: #f2f0f0;
    padding: 8px;
    border-top: solid 1px #e3e3e3;
}

    .action_bar a.button_small {
        margin-right: 5px;
    }
/*Button - basic*/
a.button_big {
    font-family: 'CorbelBold';
    color: #6c6c6c;
    display: inline-block;
    border: solid 1px #cfcfcf;
    font-size: 14px;
    margin-right: 15px;
    height: 2.78em;
    line-height: 2.8em;
    background-color: #F0F0F0;
    background-image: -moz-linear-gradient(center top, #FFFFFF 0, #E0E0E0 100%);
    background-image: -webkit-linear-gradient(top,white 0,#E0E0E0 100%);
    background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    box-shadow: 0 0 1px #FFFFFF inset;
    text-shadow: 0 1px 0 #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    text-decoration: none;
    margin-bottom: 5px;
}

    a.button_big:hover {
        box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.08);
    }

    a.button_big:active {
        background-image: -moz-linear-gradient(center bottom, #FFFFFF 0, #E0E0E0 100%);
        background-image: -webkit-linear-gradient(bottom,white 0,#E0E0E0 100%);
        background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);
    }

    a.button_big:hover span.iconsweet {
        color: #478CFE;
    }

a.btn_grey {
    background-color: #787b83;
    background-image: -moz-linear-gradient(center top, #787b83 0, #44474e 100%);
    background-image: -webkit-linear-gradient(top,#787b83 0,#44474e 100%);
    background-image: linear-gradient(to bottom,#787b83 0,#44474e 100%);
    border-color: #7a828d #7a828d #3d4046;
    box-shadow: 0 1px 0 rgba(152, 155, 160, 0.45) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
    color: #f0f0f0;
}

    a.btn_grey:hover {
        box-shadow: 0 1px 0 #a1a5af inset, 0 1px 3px rgba(0, 0, 0, 0.08);
    }

        a.btn_grey:hover span.iconsweet {
            color: #000;
        }

    a.btn_grey:active {
        background-image: -moz-linear-gradient(center bottom, #787b83 0, #44474e 100%);
        background-image: -webkit-linear-gradient(bottom,#787b83 0,#44474e 100%);
        background-image: linear-gradient(to bottom,#787b83 0,#44474e 100%);
    }

    a.btn_grey span.iconsweet {
        color: #f0f0f0;
    }

a.button_big span {
    font-size: 18px;
    color: #606060;
    float: left;
    margin-top: -3px;
    padding-right: 10px;
}

/*=Message Bar=*/
div.msgbar {
    padding: 10px 8px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 15px;
}

    div.msgbar p {
        display: inline;
        margin: 0;
        line-height: inherit;
    }

    div.msgbar.stay {
        cursor: default !important;
    }

.content_pad .msgbar:first-child {
    margin-top: 0;
}
/*Info*/
div.msgbar.msg_Info {
    background: #96bcca;
    border: solid 1px #82a5b2;
    text-shadow: 0 1px 0 #b3dded;
    -webkit-box-shadow: inset 0 1px 0 0 #b6d7e3;
    box-shadow: inset 0 1px 0 0 #b6d7e3;
    color: #4e646c;
}

div.msgbar span.iconsweet {
    float: left;
    font-size: 18px;
    margin-top: -6px;
    padding-right: 5px;
}

div.msgbar.msg_Info p {
    border-left: dotted 1px #708a93;
    padding-left: 8px;
}
/*Success*/
div.msgbar.msg_Success {
    background: #adca96;
    border: solid 1px #98b383;
    text-shadow: 0 1px 0 #d3edb3;
    -webkit-box-shadow: inset 0 1px 0 0 #b8e3b6;
    box-shadow: inset 0 1px 0 0 #b8e3b6;
    color: #647458;
}

    div.msgbar.msg_Success p {
        border-left: dotted 1px #708a93;
        padding-left: 8px;
        color: #434f3b;
    }
/*Error*/
div.msgbar.msg_Error {
    background: #c68989;
    border: solid 1px #ad7373;
    text-shadow: 0 1px 0 #f7b1b1;
    -webkit-box-shadow: inset 0 1px 0 0 #eca1a1;
    box-shadow: inset 0 1px 0 0 #eca1a1;
    color: #785151;
}

    div.msgbar.msg_Error p {
        border-left: dotted 1px #785151;
        padding-left: 8px;
        color: #372323;
    }
/*Alert*/
div.msgbar.msg_Alert {
    background: #d6d792;
    border: solid 1px #a8a969;
    text-shadow: 0 1px 0 #e7e89c;
    -webkit-box-shadow: inset 0 1px 0 0 #ddde93;
    box-shadow: inset 0 1px 0 0 #ddde93;
    color: #72734b;
}

    div.msgbar.msg_Alert p {
        border-left: dotted 1px #785151;
        padding-left: 8px;
    }
/*ACTIVITY STATS*/
#activity_stats {
    border-bottom: solid 1px #cdd1d3;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    margin-bottom: 8px;
}

    #activity_stats h3 {
        color: #6C6C6C;
        font-size: 20px;
        font-family: 'CorbelRegular';
        display: inline-block;
        text-shadow: 0 1px 0 #fff;
    }

    #activity_stats .activity_column {
        display: inline-block;
        padding: 0 15px 8px;
        color: #6C6C6C;
        font-size: 14px;
        text-shadow: 0 1px 0 #fff;
        line-height: 100%;
    }

        #activity_stats .activity_column span.iconsweet {
            font-size: 18px;
            color: #6C6C6C;
        }

        #activity_stats .activity_column span.big_txt {
            font-size: 28px;
            padding-right: 5px;
        }

        #activity_stats .activity_column span.rd_txt {
            color: #c68989;
        }

        #activity_stats .activity_column span.gr_txt {
            color: #9cc591;
        }

/*LOGIN*/
#login_container {
    border-top: solid 6px #3c4143;
    background: url(../images/pat_bg2.png) #515b5e;
}

#login {
    width: 289px;
    background: url(../images/pat_bg.png) #515b5e;
    margin: 100px auto;
    padding: 35px;
    border: solid 1px #586366;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px 0 #262e30;
    box-shadow: 0 0 1px 0 #262e30;
}

    #login div {
        display: inline-block;
        width: 100%;
    }

    #login img {
        display: block;
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    #login .input_box {
        width: 287px;
        height: 36px;
        background: url(../images/login_input_b.png) repeat-x top center;
        border-radius: 3px;
        margin-bottom: 15px;
    }

        #login .input_box span {
            float: left;
            width: 37px;
            height: 36px;
            text-align: center;
            font-size: 22px;
            text-shadow: 0 1px 0 #70797c;
            color: #2b3032;
            line-height: 29px;
            margin-right: 0;
        }

        #login .input_box input {
            background: none;
            border: 0;
            outline: none;
            width: 230px;
            padding: 7px 4px 4px;
            height: 24px;
            line-height: 15px;
            font-size: 14px;
            color: #2a2f31;
            text-shadow: 0 1px 0 #70797c;
            font-family: Arial, Helvetica, sans-serif;
        }

            #login .input_box input::-webkit-input-placeholder {
                color: #2a2f31;
            }

            #login .input_box input:focus {
                color: #dbe7eb;
                text-shadow: 0 1px 0 #222526;
            }

    #login input[type=submit] {
        background: url(../images/login_b_bg.png) repeat-x center;
        line-height: 100%;
        font-size: 13px;
        font-weight: bold;
        color: #cad2d4;
        text-shadow: 0 1px 0 #000;
        border: 0;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 3px;
        float: right;
        overflow: hidden;
        padding: 9px 24px;
    }

    #login a.forgot_password {
        color: #9eaeb3;
        text-shadow: 0 1px 0 #363d3f;
        margin-top: 12px;
        display: inline-block;
    }

<!-- FORM FILEDS-- > .form_fields_container {
}

.form_fields_container li:first-child {
    border: none;
}

.form_fields_container li {
    padding: 15px 0;
    border-top: dotted 1px #E6E6E6;
    list-style: none;
    display: inline-block;
    width: 100%;
    background: #fff;
}

.form_fields_container > li > label {
    /*padding: 10px 0;*/
    float: left;
    clear: left;
    display: block;
    margin: 0 0 0 25px;
    color: #818386;
    font-size: 13px;
}

.form_fields_container > div > li > label {
    /*padding: 10px 0;*/
    float: left;
    clear: left;
    display: block;
    margin: 0 0 0 25px;
    color: #818386;
    font-size: 13px;
}

.form_fields_container li div.form_input {
    width: 75%;
    float: right;
    display: block;
    margin-right: 25px;
    text-shadow: 0 1px 0 #fff;
}

    .form_fields_container li div.form_input input, .form_fields_container li div.form_input textarea {
        width: 98%;
        border: solid 1px #ccc;
        padding: 8px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        background: #f8f8f8;
        border-radius: 3px;
        color: #666;
        -webkit-box-shadow: inset 0 1px 0 0 #fff;
        box-shadow: inset 0 1px 0 0 #fff;
    }

div.form_input textarea {
    width: 98% !important;
}

div.form_input .required-validator[style*="inline"] {
    display: block !important;
    color: #ad132e;
    margin-top: 5px;
}

.form_fields_container li div.form_input input[disabled="disabled"] {
    background: #E4E4E4;
    color: #999;
}

.form_fields_container li div.form_input .in_processing {
    background-image: url(../images/processing.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.form_fields_container li div.form_input .in_submitted {
    background-image: url(../images/Tick.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-box-shadow: 0 0 3px 0 #a6e259;
    box-shadow: 0 0 3px 0 #a6e259;
    border-color: #a6e259;
}

.form_fields_container li div.form_input .in_error {
    background-image: url(../images/Remove.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-box-shadow: 0 0 3px 0 #dc5c5c;
    box-shadow: 0 0 3px 0 #dc5c5c;
    border-color: #dc5c5c;
}

.form_fields_container li div.form_input .in_warning {
    background-image: url(../images/Warning.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-box-shadow: 0 0 3px 0 #f0d648;
    box-shadow: 0 0 3px 0 #f0d648;
    border-color: #f0d648;
}
/*File Uploader*/
#file_uploader {
    padding: 15px 25px;
    min-height: 150px;
}

/*Forms*/
div.selector {
    background: url(../images/form_elements/select_left.png) no-repeat scroll left top transparent;
    float: left;
    height: 28px;
    padding-left: 0;
    position: relative;
    width: 200px;
    white-space: normal;
}

    div.selector select {
        cursor: pointer;
        font-size: 12px;
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        width: 212px;
    }

        div.selector select option {
            padding: 5px;
            border: none;
        }

    div.selector span {
        background: url(../images/form_elements/select_right.png) no-repeat scroll right top transparent;
        cursor: pointer;
        font-size: 11px;
        height: 28px;
        line-height: 28px;
        position: absolute;
        right: 0;
        top: 0;
        width: 190px;
    }

    .form_input--small div.selector {
        width: 90px;
    }

        .form_input--small div.selector span {
            width: 75px;
        }

        .form_input--small div.selector select {
            width: 115px;
        }

/*.dataTables_length div.selector {
	background: url(../images/form_elements/select_left_datatable.png) no-repeat scroll left top transparent;
	float: left;
	height: 22px;
	padding-left: 8px;
	width: 45px;
}

	.dataTables_length div.selector span {
		background: url(../images/form_elements/select_right_datatable.png) no-repeat scroll right center transparent;
		height: 22px;
		line-height: 22px;
		width: 45px;
	}

	.dataTables_length div.selector select {
		height: 22px;
		left: -5px;
		width: 65px;
	}*/

div.checker {
    float: left;
    height: 15px;
    margin-top: 6px;
    position: relative;
    width: 15px;
}

    div.checker input {
        /*background: none repeat scroll 0 0 transparent;*/
        display: inline-block;
        height: 15px;
        /*opacity: 0;*/
        width: 15px;
    }

    div.checker span {
        /*background: url(../images/form_elements/checkbox.png) no-repeat scroll 0 0 transparent;*/
        display: inline-block;
        height: 17px;
        text-align: center;
        vertical-align: middle;
        width: 17px;
    }

        div.checker span.checked {
            background-position: center bottom;
        }

div.radio {
    float: left;
    height: 18px;
    margin-top: 5px;
    position: relative;
    width: 18px;
}

    div.radio input {
        background: none repeat scroll 0 0 transparent;
        display: inline-block;
        height: 18px;
        opacity: 0;
        text-align: center;
        width: 18px;
    }

    div.radio span {
        background: url(../images/form_elements/radio.png) no-repeat scroll 0 0 transparent;
        display: inline-block;
        height: 17px;
        text-align: center;
        vertical-align: middle;
        width: 17px;
    }

        div.radio span.checked {
            background-position: center bottom;
        }

div.form_input label {
    margin: 8px 10px;
    display: inline-block;
}

/*Slider*/
.widget_body ul.slider_container li {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

    .widget_body ul.slider_container li label {
        font-size: 11px;
        color: #9fa4a8;
    }

    .widget_body ul.slider_container li input {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #4283d1;
    }

/*UI Elements*/
.elements_container {
}

    .elements_container li:first-child {
        border: none;
    }

    .elements_container li {
        padding: 15px 0;
        border-top: dotted 1px #E6E6E6;
        list-style: none;
        display: inline-block;
        width: 100%;
        background: #fff;
    }

    .elements_container > li > label {
        padding: 5px 0;
        float: left;
        display: block;
        margin: 5px 0 5px 25px;
        color: #a9a9a9;
        font-size: 13px;
    }

    .elements_container li div.elements_right {
        width: 80%;
        float: right;
        display: block;
        margin-right: 25px;
        text-shadow: 0 1px 0 #fff;
    }

/*Button*/
/*Button*/
.greyishBtn {
    background: url(../images/button/greishBtn.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #4F5A68;
    color: #FFFFFF !important;
}

.whitishBtn {
    background: url(../images/button/whiteBtn.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #cccccc;
    color: #555555 !important;
    text-shadow: 0 1px 0 #FFFFFF;
    -webkit-box-shadow: 0 1px 0 0 #FFFFFF;
    box-shadow: 0 1px 0 0 #FFFFFF;
}

.bluishBtn {
    background: url(../images/button/bluishBtn.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #3079ed;
    color: #FFFFFF !important;
}

.redishBtn {
    background: url(../images/button/redishBtn.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #d22a15;
    color: #FFFFFF !important;
}

.greenishBtn {
    background: url(../images/button/greenishBtn.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #4ba301;
    color: #FFFFFF !important;
}

.magentaBtn {
    background: url(../images/button/magentaBtn.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #ba4c6f;
    color: #FFFFFF !important;
}

.yellowBtn {
    background: url(../images/button/yellow_btn.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #d5ad23;
    color: #FFFFFF !important;
}

.dblueBtn {
    background: url(../images/button/dark_blue_btn.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #41597c;
    color: #FFFFFF !important;
}


.button_small {
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px !important;
    font-weight: bold;
    line-height: 16px !important;
    padding: 4px 16px 4px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
}

    .button_small:hover {
        background-position: bottom;
    }

    .button_small:active {
        background-position: center;
    }

    .button_small span.iconsweet {
        float: left;
        font-size: 16px !important;
        padding-right: 8px;
        margin-top: -2px;
        margin-left: -8px;
    }


/*Gallery*/
.gallery_container {
    padding: 15px;
}

    .gallery_container ul li {
        margin: 0 10px 10px 0;
        background: #f4f4f4;
        padding: 5px;
        border: solid 1px #e4e4e4;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        width: 136px;
        height: 136px;
        display: inline-block;
    }

        .gallery_container ul li img {
            border: solid 1px #fdfdfd;
            margin-bottom: 10px;
        }

        .gallery_container ul li a {
            text-decoration: none;
            color: #4a4a4a;
        }

        .gallery_container ul li span.name {
            color: #4a4a4a;
            text-decoration: none;
            font-weight: bold;
            text-shadow: 0 1px 0 #FFFFFF;
            padding-left: 5px;
        }

        .gallery_container ul li .modify_image {
            float: right;
        }

        .gallery_container ul li a.iconsweet {
            display: inline-block;
            margin-top: -5px;
            margin-right: 4px;
            font-size: 16px;
            text-shadow: 0 1px 0 #FFFFFF;
        }


.e-status-changer .status-label {
    cursor: pointer;
}
.status-changer {
    background-color: #fff;
}

    .status-changer .form_input {
        position: relative;
        display: inline-block;
    }

    .btngroup {
	    border: 1px solid #bbb;
	    background-color: #efefef;
        padding: 2px 4px 3px 0;
        position: absolute;
        top: 1px;
        right: -90px;
    }

    .btngroup > .button_small.icon_only {
        padding: 0px;
        width: 20px;
        height: 20px;
    }
    .btngroup > .button_small.icon_only .iconsweet {
        padding: 0px;
        width: 20px;
        height: 20px;
        font-size: 12px !important;
        line-height: 12px;
    }

    .btngroup .arrow-left {
        width: 0; 
        height: 0; 
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent; 
        border-right: 11px solid #bbb;

        position: absolute;
        left: -11px;
        top: 4px;
    }

    @media (max-width: 1450px) {
        .btngroup {
            top: -28px;
            right: 0;

            width: 54px;
        }

        .btngroup .arrow-left {
            width: 0; 
            height: 0;
            border: 0 none;

            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-top: 11px solid #bbb;

            position: absolute;
            left: 20px;
            top: 20px;
        }
    }

/*Error Pages*/
.error_pages {
    margin: 100px auto;
    text-align: center;
}

    .error_pages h1 {
        font-size: 55px;
        color: #5a5f60;
        text-shadow: 0 2px 0 #d1d1d1;
        margin: 30px;
    }

.error_full_page h1 {
    color: #35383a;
    font-size: 60px;
    text-shadow: 0 2px 0 #697477;
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px 0;
}

.error_full_page span.iconsweet {
    font-size: 40px;
    color: #f04e3a;
    text-shadow: 0 1px 0 #131516;
}

.error_full_page p {
    color: #748084;
    text-shadow: 0 1px 0 #272d2f;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 15px;
}

/*DATA TABLE*/
/*ACTIVITY DATATABLE*/

.jqtable tr th {
    background: url(../images/thead_bg.png) repeat-x bottom center;
    text-transform: uppercase;
    font-size: 11px;
    color: #6c6c6c;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #d3d3d3;
    -webkit-box-shadow: inset 0 1px 0 1px #fff;
    box-shadow: inset 0 1px 0 1px #fff;
}
/*PAGINATION*/
ul.pagination li {
    list-style: none !important;
    margin: 0 2px !important;
    display: inline-block;
}

    ul.pagination li a {
        text-decoration: none;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 11px;
        cursor: pointer;
        font-size: 11px;
        font-weight: bold;
        line-height: 16px;
        text-transform: uppercase;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border-radius: 3px;
        background: url(../images/button/whiteBtn.png) repeat-x scroll 0 0 transparent;
        border: 1px solid #cccccc;
        color: #555555;
        text-shadow: 0 1px 0 #FFFFFF;
        -webkit-box-shadow: 0 1px 0 0 #FFFFFF;
        box-shadow: 0 1px 0 0 #FFFFFF;
        padding: 3px 8px;
    }

        ul.pagination li a.active {
            background: url(../images/button/greishBtn.png) repeat-x scroll 0 0 transparent;
            border: 1px solid #4F5A68;
            color: #FFFFFF;
            text-shadow: 0 1px 0 #474747;
        }

        ul.pagination li a:hover {
            background-position: bottom;
        }

        ul.pagination li a:active {
            background-position: center;
        }


/*CHANGES v1.3*/
a.res_icon, #responsive_nav {
    display: none;
}

/*RESPONSIVE*/
@media only screen and (max-width: 1024px) {
    #content_wrap {
        margin-right: 0;
    }

    #todo {
        display: none;
    }
}

@media only screen and (max-width: 780px) {
    .one_two_wrap {
        width: 100%;
    }

    .form_fields_container li div.form_input {
        width: 65%;
    }

    table.activity_datatable td,
    table.activity_datatable th {
        display: none;
    }

    table.activity_datatable .main_data {
        display: table-cell !important;
    }
}

@media only screen and (max-width: 780px) {
    .one_two_wrap {
    }

    #secondary_nav {
        width: 155px;
    }

    #content_wrap {
        margin-left: 155px;
    }

    section#main_content {
        background-position: -55px center;
    }

    dl.user_info dd {
        width: 130px;
    }

    dl.user_info {
        width: 247px;
    }

        dl.user_info dd span.log_data {
            margin-bottom: 0;
        }

    #activity_stats .activity_column {
        padding-right: 5px;
        padding-left: 5px;
    }

    .form_fields_container li div.form_input {
        width: 60%;
    }

    #secondary_nav ul li a span {
        display: none;
    }

    .top_left_dropdown {
        position: static !important;
    }
}

@media only screen and (max-width: 420px) {
    .one_two_wrap {
        width: 100%;
    }

    .one_three_wrap {
        width: 100%;
        margin-left: 0;
    }

    .one_four_wrap {
        width: 100%;
        margin-left: 0;
    }

    h2 {
        font-size: 20px !important;
    }

    header .header_search input[type="text"] {
        width: 70px;
    }

	header .header_search input[type="text"]:focus {
		width: 140px;
	}

    #content_wrap {
        margin-left: 0;
        padding: 8px;
    }

    header {
        padding: 5px 7px;
    }

    section#main_content {
        min-height: 400px;
        margin-left: 0;
        background: #ebebeb;
        background-image: none;
        border-radius: 4px 4px 0 0;
    }

    nav#primary_nav {
        display: none;
    }

    #secondary_nav {
        border-radius: 3px 3px 0 0;
        overflow: hidden;
        width: 100%;
        clear: both;
    }

        #secondary_nav > ul {
            display: none;
        }

    dl.user_info {
        margin-left: 0;
        width: 100%;
        height: 61px;
    }

        dl.user_info dt {
            width: 50px;
            margin-right: 0;
        }

        dl.user_info dd {
            border-radius: 0 3px 0 0;
            padding: 5px;
            width: auto;
            height: 50px;
            margin-left: 60px;
            float: none;
            border: none;
        }


    img {
        max-width: 100%;
    }

            dl.user_info dd a.welcome_user {
                margin-bottom: 2px;
            }

    #activity_stats {
        display: inline-block;
        width: 100%;
    }

        #activity_stats h3 {
            font-size: 16px;
            display: block;
            margin-bottom: 8px;
        }

        #activity_stats .activity_column span.big_txt {
            font-size: 17px;
        }

        #activity_stats .activity_column span.iconsweet {
            font-size: 14px;
        }

        #activity_stats .activity_column {
            padding-left: 0;
            padding-right: 6px;
            font-size: 12px;
            float: left;
        }

    a.button_big {
        height: 2.3em;
        line-height: 2.3em;
        padding: 0 8px;
        font-size: 13px;
        margin-right: 5px;
    }

        a.button_big span {
            padding-right: 5px;
        }

    ul.dw_summary li {
        padding: 16px 8px;
    }

        ul.dw_summary li .progress_wrap {
            width: 100px;
        }

        ul.dw_summary li span.percentage_done {
            width: 45px;
            text-align: center;
        }

    .widget .widget_title {
        height: 33px;
    }

        .widget .widget_title h5 {
            padding-top: 10px;
        }

        .widget .widget_title span {
            padding: 0;
        }

    ul.filter_project li {
        padding: 8px;
    }

    table.activity_datatable td {
        padding: 5px;
    }

    table.activity_datatable th {
        padding: 10px 0;
        font-size: 10px;
        font-weight: normal;
    }

    table.activity_datatable span.data_actions a {
        padding: 3px 5px;
    }

    .widget {
        margin-top: 15px;
    }

    .widget_body {
        overflow: hidden;
    }

    .action_bar {
        padding: 5px;
    }

    .project_sort ul.project_list {
        padding: 8px 0 0 8px;
    }

        .project_sort ul.project_list li {
            width: 70px;
            margin-right: 5px;
            height: 70px;
            margin-bottom: 7px;
            padding: 7px;
        }

    div.msgbar {
        margin-top: 8px;
    }

    #activity_stats {
        display: none;
    }

    #quick_actions .btn_grey {
        display: none;
    }

    .action_bar a.button_small {
        margin-left: 0;
    }

    .dataTables_wrapper .dataTable tbody td {
        padding: 4px !important;
    }

    table.display thead th div.DataTables_sort_wrapper {
        padding-right: 15px !Important;
    }

        table.display thead th div.DataTables_sort_wrapper span {
            right: 0 !Important;
        }

    .dataTables_length {
        width: 20%;
    }

    .dataTables_filter {
        width: 80%;
    }

    .dataTables_wrapper #jqtable_filter input {
        width: 50px;
    }

    .jqtable tr th {
        font-weight: normal;
        font-size: 10px;
    }

    .form_fields_container li {
        padding: 5px 0;
    }

    .form_fields_container > li > label {
        margin-left: 15px;
        display: block;
        margin-top: 0;
    }

    .form_fields_container li div.form_input {
        width: 87%;
    }

    .gallery_container {
        padding: 8px;
    }

        .gallery_container ul li {
            margin: 0 2px 5px 0;
            width: 120px;
            height: 125px;
        }

    .content_pad {
        padding: 8px;
    }

    .modal {
        width: 300px !important;
        left: 3% !important;
        margin-top: 0 !important;
        top: 2% !important;
        margin-left: 0 !important;
    }

    #tabs > ul > li {
        padding: 8px 6px !important;
        height: 15px;
    }

        #tabs > ul > li a {
            font-size: 12px;
        }

    .error_pages {
        margin: 25px 0;
    }

    #secondary_nav h2 {
        margin: 10px 0;
        float: left;
        padding: 0;
    }

    .error_full_page h1 {
        font-size: 35px;
    }
    /*Nav*/
    a.res_icon {
        display: block;
        width: 41px;
        height: 31px;
        background: url(../images/navigate.png) no-repeat center;
        float: left;
        clear: left;
        margin: 10px;
    }

    #login {
        padding: 12px;
        width: 270px;
        margin-top: 30px;
    }

        #login a.forgot_password {
            font-size: 11px;
        }

        #login .input_box {
            width: 270px;
        }

            #login .input_box input {
                width: 220px;
            }

    .widget .widget_title {
        height: 76px;
    }

    .header_button_div {
        top: 38px;
        left: 0;
    }
}

@media only screen and (min-width:421px) and (max-width: 500px) {
    body {
        font-size: 80%;
    }

    .one_two_wrap {
        width: 100%;
    }

    .one_three_wrap {
        width: 100%;
        margin-left: 0;
    }

    .one_four_wrap {
        width: 100%;
        margin-left: 0;
    }

    h2 {
        font-size: 20px !important;
    }

    header .header_search input[type="text"] {
        width: 150px;
    }

	header .header_search input[type="text"]:focus {
		width: 300px;
	}

    #content_wrap {
        margin-left: 0;
        padding: 8px;
    }

    header {
        padding: 5px 7px;
    }

    section#main_content {
        margin-left: 0;
        min-height: 250px;
        background: #ebebeb;
        background-image: none;
    }

    nav#primary_nav {
        display: none;
    }

    #secondary_nav > ul {
        display: none;
    }

    img {
        max-width: 100%;
    }

    #secondary_nav {
        width: 100%;
        clear: both;
    }

    dl.user_info {
        margin-left: 0;
        width: 100%;
        height: 61px;
    }

        dl.user_info dt {
            width: 50px;
            margin-right: 0;
        }

        dl.user_info dd {
            border-radius: 0 3px 0 0;
            padding: 5px;
            width: auto;
            height: 50px;
            margin-left: 60px;
            float: none;
            border: none;
        }

            dl.user_info dd a.welcome_user {
                margin-bottom: 2px;
            }

    #activity_stats {
        width: 100%;
        display: none;
    }

        #activity_stats h3 {
            font-size: 16px;
            display: block;
            margin-bottom: 8px;
        }

        #activity_stats .activity_column span.big_txt {
            font-size: 17px;
        }

        #activity_stats .activity_column span.iconsweet {
            font-size: 14px;
        }

        #activity_stats .activity_column {
            padding-left: 0;
            padding-right: 6px;
            font-size: 12px;
            float: left;
        }

    a.button_big {
        height: 2.3em;
        line-height: 2.3em;
        padding: 0 8px;
        font-size: 13px;
        margin-right: 5px;
    }

        a.button_big span {
            padding-right: 5px;
        }

    ul.dw_summary li {
        padding: 16px 8px;
    }

        ul.dw_summary li .progress_wrap {
            width: 100px;
        }

        ul.dw_summary li span.percentage_done {
            width: 45px;
            text-align: center;
        }

    .widget .widget_title {
        height: 33px;
    }

        .widget .widget_title h5 {
            padding-top: 10px;
        }

        .widget .widget_title span {
            padding: 0;
        }

    ul.filter_project li {
        padding: 7px 10px;
    }

    table.activity_datatable td {
        padding: 5px;
    }

    table.activity_datatable th {
        padding: 10px 0;
        font-size: 10px;
        font-weight: normal;
    }

    table.activity_datatable span.data_actions a {
        padding: 3px 5px;
    }

    .widget {
        margin-top: 15px;
    }

    .widget_body {
        overflow: hidden;
    }

    .action_bar {
        padding: 5px;
    }

    .project_sort ul.project_list {
        padding: 8px 0 0 8px;
    }

        .project_sort ul.project_list li {
            margin-right: 5px;
            margin-bottom: 7px;
            padding: 10px;
        }

    div.msgbar {
        margin-top: 8px;
    }

    .dataTables_wrapper .dataTable tbody td {
        padding: 4px !important;
    }

    table.display thead th div.DataTables_sort_wrapper {
        padding-right: 15px !Important;
    }

        table.display thead th div.DataTables_sort_wrapper span {
            right: 0 !Important;
        }

    .dataTables_length {
        width: 20%;
    }

    .dataTables_filter {
        width: 80%;
    }

    .dataTables_wrapper #jqtable_filter input {
        width: 50px;
    }

    .jqtable tr th {
        font-weight: normal;
        font-size: 10px;
    }

    .form_fields_container li {
        padding: 5px 0;
    }

    .form_fields_container > li > label {
        margin-left: 15px;
        display: block;
        margin-top: 0;
    }

    .form_fields_container li div.form_input {
        width: 60%;
    }

    .gallery_container {
        padding: 8px;
    }

        .gallery_container ul li {
            width: 120px;
            height: 125px;
        }

    .content_pad {
        padding: 8px;
    }

    .modal {
        width: 450px !important;
        left: 3% !important;
        margin-top: 0 !important;
        top: 2% !important;
        margin-left: 0 !important;
    }

    #tabs > ul > li {
        padding: 8px 6px !important;
        height: 15px;
    }

        #tabs > ul > li a {
            font-size: 12px;
        }

    .error_pages {
        margin: 5px 0 25px 0;
    }

    #secondary_nav h2 {
        margin: 10px 0;
        float: left;
        padding: 0;
    }

    .error_full_page h1 {
        font-size: 35px;
    }
    /*Nav*/
    a.res_icon {
        display: block;
        width: 41px;
        height: 31px;
        background: url(../images/navigate.png) no-repeat center;
        float: left;
        clear: left;
        margin: 10px;
    }

    #login {
        padding: 12px;
        width: 270px;
        margin-top: 10px;
    }

        #login a.forgot_password {
            font-size: 11px;
        }

        #login .input_box {
            width: 270px;
        }

            #login .input_box input {
                width: 220px;
            }
}

.NextListButton {
    float: right;
}

div.NextListButton a {
    width: 70px;
    margin: 0;
}

.PreviousListButton {
    float: left;
}

div.PreviousListButton a {
    width: 70px;
    margin: 0;
}

nav#secondary_nav input[type="submit"] {
    width: 20px;
    height: 20px;
    background: url(../images/search.png) no-repeat center;
    border: 0;
    position: absolute;
    left: 85%;
    top: 13px;
    cursor: pointer;
}

nav#secondary_nav input[type="text"] {
    width: 88%;
    padding: 9px 10px;
    border: solid 1px #ccc;
    background: #f8f8f8;
    color: #686f72;
    font-size: 11px;
    border-radius: 3px;
}

.SearchMenu {
    position: relative;
    padding: 5px;
}

.avatar_image {
    border-radius: 4px;
}

.clear_both {
    clear: both;
}

.widget .widget_title h7 {
    color: #6c6c6c;
    font-size: 14px;
    font-family: CorbelBold;
    float: left;
    padding: 13px 0 10px;
    text-shadow: 0 1px 0 #fff;
}

.buttons {
    clear: both;
    float: right;
    margin: 5px;
}

.hidden {
    visibility: hidden;
}

nav#primary_nav ul li span {
    font-size: 45px;
}

nav#primary_nav ul li a.sub {
    font-size: 13px;
}

table.display.dataTable thead tr th {
    background: url(/Content/images/thead_bg.png) repeat-x bottom center;
    text-transform: uppercase;
    font-size: 11px;
    color: #6c6c6c;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #d3d3d3;
    -webkit-box-shadow: inset 0 1px 0 1px #fff;
    box-shadow: inset 0 1px 0 1px #fff;
}

/*------------------------------------------------*/


/*jQuery timepicker*/
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }


.Summary {
    text-align: left;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    background: url(../images/widget_title_bg.png) repeat-x center top #eeeeee;
    border-bottom: solid 1px #e0e0e0;
    border-radius: 3px;
}

.orderL {
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.SearchP {
    margin: 15px;
}

.right_text {
    float: right;
    text-align: right;
    display: inline-block;
    font-style: italic;
}

.left_text {
    display: inline-block;
    font-style: italic;
}


.iconButtons {
    margin-top: 5px;
    margin-right: 5px;
    vertical-align: middle;
    float: right;
}

    .iconButtons span {
        font-size: 16px !important;
    }

.red {
    color: #ad132f !important;
}

.green {
    color: #008e00 !important;
}

.yellow {
    color: #d8d100 !important;
}

.blue {
    /*color: #0D4F8B !important;*/
    color: #4F8FCD !important;
}

.gray {
    color: #b1b0b0 !important;
}

.italic {
    font-style: italic;
}

tr.list-summary td {
    font-weight: bold;
    font-size: larger;
    text-align: center;
}

    tr.list-summary td:first-child {
        padding-left: 3%;
        text-align: left;
    }

ul.horizontal-list {
    margin-left: 25px;
}

    ul.horizontal-list li {
        display: inline;
        list-style-type: none;
        margin-left: 0;
        border: none;
    }

.small-table {
    margin: 5px 0 5px 10px;
    width: auto;
}

.modal {
    overflow: hidden;
}

.modal-body {
    overflow: auto;
    height: 292px;
    /*width: 530px;*/
}

.finishQuoteTable {
    text-align: center;
}

    .finishQuoteTable td {
        overflow: hidden;
        padding: 15px;
    }

        .finishQuoteTable td:last-child,
        .finishQuoteTable th:last-child {
            width: 120px;
            position: relative;
        }

    .finishQuoteTable input[type="checkbox"] {
        position: absolute;
        left: 0;
    }

    .finishQuoteTable input[type="text"] {
        margin: 0;
        padding: 0;
    }

td.options {
    text-align: left !important;
}

td.formInputButtons {
    width: 10px;
    font-size: 24px;
    white-space: nowrap;
    padding: 5px;
}

    td.formInputButtons a {
        text-decoration: none;
    }

td.formInputText {
    padding: 0 !important;
}

a.Space {
    border: none;
    padding: 2px 6px;
    cursor: default;
    margin-right: 0.5em !important;
}

div.paddingDummy {
    height: 26px;
}

.header_button_div {
    margin: 6px;
}

    .header_button_div .button_small .iconsweet {
        padding: 0 8px 0 0;
        width: auto;
    }

.button_small.icon_only {
    padding: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
}

    .button_small.icon_only .iconsweet {
        padding: 1px 0 0 0;
        margin: 0;
        width: 24px;
        height: 24px;
    }

.centered_paging {
    float: none;
    text-align: center;
    width: auto !important;
}

#remember_me {
    width: 50% !important;
    margin: 5px;
    color: #cad2d4;
}

#file_ddl_container {
    margin: 15px;
}

    #file_ddl_container div, #file_ddl_container input {
        float: left;
        height: 50px;
        margin-right: 5px;
    }

.in_form_button span {
    text-transform: none;
}

.empty_icon {
    padding-left: 21px;
}

.top_left_dropdown {
    position: absolute;
    top: 5px;
    right: 5px;
}

#progressModal {
    padding: 15px;
    width: 150px;
    height: 30px;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

    #progressModal h3, #progressModal img {
        float: left !important;
        margin-left: 5px !important;
        font-size: 24px !important;
    }

/*För dropdown-listor. jquery uniform() stylear med ett span*/
.dataTables_wrapper table tbody tr td .selector span {
    text-align: left !important;
    left: 12px;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.largerdropdownlist {
    width: 233px !important;
}

.radio_button_list input[type=radio] {
    width: 15px !important;
}

.faded {
    opacity: 0.5;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.25s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    -o-transition-property: opacity;
    -o-transition-duration: 0.25s;
    transition-property: opacity;
    transition-duration: 0.25s;
}

    .faded:hover {
        opacity: 1;
    }

.green_bg {
    background-color: #adca96;
}

.yellow_bg {
    background-color: #d6d792;
}

.red_bg {
    background-color: #c68989;
    /*background-color: #f9bcbc;*/
}

    .green_bg td, .yellow_bg td, .red_bg td {
        color: #363e40 !important;
    }

.LoginValidationSummary {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    background: url(../images/widget_title_bg.png) repeat-x center top #eeeeee;
    border-bottom: solid 1px #e0e0e0;
    border-radius: 3px;
}

.display_none {
    display: none !important;
}

.TitleTextBox_Small {
    width: 150px !important;
    margin-left: 5px !important;
}

.textselect-button {
    text-decoration: none;
    cursor: pointer;
}

.postback-propagator, .link {
    cursor: pointer;
}

.dataTables_wrapper #jqtable_filter input[type=text] {
    padding: 5px 20px 6px 8px;
    top: 1px;
    position: relative;
}





.invoice-filter {
    float: left;
    padding: 11px 0 0;
    margin-left: 20px;
}
    .invoice-filter__title {
        display: inline-block;
        font-size: 14px !important;

        float: none !important;
        width: auto !important;
        text-align: left !important;
    }

    .invoice-filter__label {
        display: inline-block;
        cursor: pointer;
                                
        width: 24px; height: 12px;
        margin-right: 5px;
        border: 1px solid #777;
        position: relative;
        color: transparent;
        font-size: 1px;
        top: -10px;
    }
        .invoice-filter__label[for="filter-white"] {
            background-color: #ffffff;
        }
        .invoice-filter__label[for="filter-green"] {
            background-color: #adca96;
        }
        .invoice-filter__label[for="filter-yellow"] {
            background-color: #d6d792;
        }
        .invoice-filter__label[for="filter-red"] {
            background-color: #c68989;
        }

        .invoice-filter__label input {
            position: absolute;
            right: -4px;
            top: -3px;
        }

/* Kund/Faktura listning, lightbox */

.modal.lightboxlist {
    width: 400px;
    margin-left: -200px;
}
    .modal.lightboxlist .modal-header h3 input[type=checkbox] {
        vertical-align: bottom;
    }
    .modal.lightboxlist .modal-header h3 label {
        font-size: 12px;
    }

    .modal.lightboxlist .modal-body {
        width: 400px;
        padding: 0;
    }
    
    .modal.lightboxlist .modal-body > ul {
        width: 100% !important;
    }

.modal.lightboxlist .modal-body > ul > li {
    width: 100%;
    padding: 12px 10px;
    border-top: 1px solid #eee;
    font-size: 12px;
    box-sizing: border-box;
}

    .modal.lightboxlist .modal-body > ul > li:first-child {
        border-top: 0 none;
    }

        .modal.lightboxlist .modal-body > ul > li:hover {
            background-color: #eee;
            cursor: pointer;
        }

    .modal.lightboxlist .modal-body > ul > li.active {
        background-color: #adca96;
        cursor: pointer;
    }
    .modal.lightboxlist .modal-body > ul > li.active.temp {
        background-color: #d6d792;
    }

.ModalDetails, .ModalDetailsSplit {
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.ModalDetails b, .ModalDetailsSplit b {
    font-weight: bold;
}
.ModalDetailsSplit {
    display: none;
}
