.clear {
    clear: both;
}

#create_new_ticket {
    display: block;
}

#new_content_view_detail {
    display: block;
}
/*PADDING_STYLES*/
.padding_top_10 {
    padding-top: 10px;
}

.padding_top_20 {
    padding-top: 20px;
}

.padding_top_30 {
    padding-top: 30px;
}

.padding_top_40 {
    padding-top: 40px;
}

.font_weight {
    font-weight: bold;
    font-size: 14px;
}

.right_info_name p {
    font-size: 12px;
}
/*PADDING_STYLES*/


/*MARGIN STYLES*/
.margin_top_10 {
    margin-top: 10px;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_40 {
    margin-top: 40px;
}

.margin_left_10 {
    margin-left: 10px;
}

.margin_left_20 {
    margin-left: 20px;
}

.margin_left_30 {
    margin-left: 30px;
}

.margin_left_40 {
    margin-left: 40px;
}

.margin_left_50 {
    margin-left: 50px;
}

.margin_right_10 {
    margin-right: 10px;
}

.margin_right_20 {
    margin-right: 20px;
}

.margin_right_30 {
    margin-right: 30px;
}

.margin_right_40 {
    margin-right: 40px;
}

.margin_right_50 {
    margin-right: 50px;
}
/*MARGIN STYLES*/

/*FONT_STYLES*/
.font_size_20 {
    font-size: 20px;
}
/*FONT_STYLES*/
body {
    background-color: #eeeeef;
}
/*HEADER_STYLES*/
.ticketsystem_header {
    width: 100%;
    height: 78px;
    display: block;
    background-color: #2e82c4;
    position: relative;
}

.ticketsystem_logo {
    position: absolute;
    top: 25%;
    left: 6%;
    width: 20%;
    height: auto;
    float: left;
}

    .ticketsystem_logo img {
        max-width: 100%;
    }

.personel_info {
    width: 40%;
    float: right;
    height: 20px;
    display: block;
    background: #fff;
    position: absolute;
    top: 25%;
    right: 8%;
}
/*HEADER_STYLES*/
/*BUTTON STYLES*/
.header_button {
    width: 40%;
    height: 88px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #f16045;
    float: left;
    border: none;
}

.header_button_white {
    width: 60%;
    color: #9f9f9f;
    height: 88px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f16045;
    float: left;
    border: none;
    background-color: #fff;
}

.btn_gray {
    width: 100%;
    color: #fff;
    height: 55px;
    border-radius: 5px;
    background-color: #a6a6a6;
    float: left;
    border: none;
}

.btn_send {
    width: 40%;
    color: #fff;
    height: 45px;
    border-radius: 5px;
    background-color: #fcdfda;
    float: left;
    border: none;
}

.btn_send_red {
    width: 40%;
    color: #fff;
    height: 45px;
    border-radius: 5px;
    background-color: #fbaa9c;
    float: left;
    border: none;
}

.design {
    float: right;
    margin-left: 15%;
}

.btn_gray img {
    float: left;
    margin-left: 14%;
}

.btn_view {
    width: 65%;
    color: #fff;
    height: 43px;
    border-radius: 5px;
    background-color: #46c0b7;
    float: left;
    border: none;
}

    .btn_view img {
        text-align: center;
    }
/*BUTTON STYLES*/


/*PERSONEL INFO*/

.right_info {
    width: 35%;
    height: 60px;
    float: right;
    background-color: #01589c;
    margin-right: 6%;
    border-radius: 10px;
    margin-top: 10px;
}

.right_info_nouser {
    width: 15%;
    height: 60px;
    float: right;
    background-color: #01589c;
    margin-right: 6%;
    border-radius: 10px;
    margin-top: 10px;
}

.right_info_img {
    border: 3px solid #00477f;
    width: 100%;
    margin-left: -20px;
    max-width: 61px;
    max-height: 61px;
}

.right_info_name {
    width: 35%;
    height: 100%;
    float: left;
    font-size: 14px;
    letter-spacing: 0.25px;
    margin-top: 8px;
    color: #fefefe;
}

.right_info_help {
    width: 15%;
    height: 100%;
    float: left;
    margin-top: 8px;
    text-align: center;
}

    .right_info_help p {
        margin-top: 10px;
        width: 100%;
        color: #fefefe;
        font-size: 12px;
    }

        .right_info_help p:hover {
            color: #fff;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
        }

.activity-thumb {
    float: left;
    vertical-align: middle;
    width: 14%;
}

.activity-thumb-nouser {
    float: left;
    vertical-align: middle;
    width: 30%;
}

    .activity-thumb-nouser > img {
        float: left;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid;
        background: #fff;
    }

.activity-thumb > img, .activity-thumb > a > img {
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid;
    background: #fff;
}

/*PERSONEL INFO*/
/*SEARCH_FORM*/
.form-container {
    width: 100%;
    height: 55px;
    padding: 0;
    overflow: hidden;
    text-align: left;
    background: #d8d8da;
    border-radius: 5px;
}

.search-field {
    float: left;
    width: 90%;
    height: 35px;
    margin: 10px 0 0 10px;
    padding: 0 8px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #888;
    font-weight: 400;
    background: #eeeeef;
    border: none;
    border-radius: 5px;
}

    .search-field:focus {
        outline: 0;
        color: #666;
        border-color: #aaa;
        -moz-box-shadow: 0 1px 1px #dadada inset;
        -webkit-box-shadow: 0 1px 1px #dadada inset;
        box-shadow: 0 1px 1px #dadada inset;
    }

.submit-container {
    float: left;
    width: 7%;
    height: 35px;
    margin: 10px 0 0 7px;
    padding: 0;
    cursor: pointer;
    background: #a6a6a6;
    border-radius: 5px;
}

    .submit-container:hover, .submit-container:focus {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e63c0d), to(#f55f15));
        background-image: -webkit-linear-gradient(top, #e63c0d, #f55f15);
        background-image: -moz-linear-gradient(top, #e63c0d, #f55f15);
        background-image: -ms-linear-gradient(top, #e63c0d, #f55f15);
        background-image: -o-linear-gradient(top, #e63c0d, #f55f15);
        background-image: linear-gradient(top, #e63c0d, #f55f15);
        -moz-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
        box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
    }

    .submit-container:active {
        outline: 0;
        -moz-box-shadow: 0 1px 6px #e4340b inset;
        -webkit-box-shadow: 0 1px 6px #e4340b inset;
        box-shadow: 0 1px 6px #e4340b inset;
    }

.submit {
    float: left;
    width: 60px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0px solid #000;
    background: url(../img/magnifier.png) 20px 6px no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
/*SEARCH_FORM*/
.general_title {
    width: 100%;
    height: 29px;
    display: block;
    background: #fafafa;
    border-radius: 5px;
}

.general_title_red {
    width: 100%;
    height: 29px;
    display: block;
    background: #fcdfda;
    margin-top: 20px;
}

.general_title_green {
    width: 100%;
    height: 29px;
    display: block;
    background: #e5f1d2;
    margin-top: 20px;
}

.general_title_yellow {
    width: 100%;
    height: 29px;
    display: block;
    background: #f7f4b3;
    margin-top: 20px;
}

.middle_title {
    width: 20%;
    height: 29px;
    background-color: #eeeeef;
    padding: 0px;
    display: block;
    margin-left: 40%;
    text-align: center;
    color: #4d4d4d;
    font-weight: bold;
    padding-top: 5px;
    font-size: 16px;
}

.middle_title_left {
    width: 17%;
    height: 29px;
    background-color: #fff;
    padding: 0px;
    display: block;
    margin-left: 10%;
    text-align: center;
    color: #4d4d4d;
    font-weight: bold;
    padding-top: 5px;
    font-size: 13px;
}
/*SEARCH_FORM*/

.new_content {
    width: 97%;
    padding: 10px;
    height: auto;
    display: block;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.red_font {
    color: #f7aba0;
}

.green_font {
    color: #cee4af;
}

.yellow_font {
    color: #f1ea78;
}

.form_text {
    width: 24%;
    height: auto;
    color: #6a6666;
    text-align: right;
    font-size: 12px;
    float: left;
}

.form_text_object {
    width: 76%;
    height: auto;
    color: #6a6666;
    text-align: left;
    font-size: 12px;
    float: left;
    padding-left: 34px;
}

.lgntxt {
    width: 44%;
    margin-bottom: 2px;
    padding: 5px;
    border: 1px solid #cccccc;
}

/*COMBOBOX STYLE*/

:root .css3-metro-dropdown option,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after,
:root .css3-metro-dropdown select {
    color: #fff;
}

:root .css3-metro-dropdown select,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after {
    display: block;
    /*background: #78ba00;*/
}

:root .css3-metro-dropdown select,
:root .css3-metro-dropdown option {
    padding: 0;
}

:root .css3-metro-dropdown {
    position: relative;
    display: inline-block;
    border: 1px solid #cccccc;
    margin-left: 34px;
    width: 32%;
}

    :root .css3-metro-dropdown::after {
        content: "\25bc";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 32px;
        font-size: 12px;
        line-height: 34px;
        text-align: center;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
        pointer-events: none;
    }

    :root .css3-metro-dropdown select {
        height: 29px;
        width: 100%;
        border: 0;
        vertical-align: middle;
        font: normal 12px/14px "Segoe UI", Arial, Helvetica, Sans-serif;
        outline: 0 none;
        color: #6a6666;
    }

    :root .css3-metro-dropdown option {
        background: #fff;
        color: #333;
    }

/* more colors */
:root .css3-metro-dropdown-color-ff1d77 select,
:root .css3-metro-dropdown-color-ff1d77:after,
:root .css3-metro-dropdown-color-ff1d77::after {
    background: #ff1d77;
}

:root .css3-metro-dropdown-color-2673ec select,
:root .css3-metro-dropdown-color-2673ec:after,
:root .css3-metro-dropdown-color-2673ec::after {
    background: #2673ec;
}

:root .css3-metro-dropdown-color-ff2e12 select,
:root .css3-metro-dropdown-color-ff2e12:after,
:root .css3-metro-dropdown-color-ff2e12::after {
    background: #ff2e12;
}
/*COMBOBOX STYLE*/



/*VIEW DETAIL*/
.view_detail_picture {
    width: 10%;
    height: auto;
    float: left;
}

    .view_detail_picture img {
        float: left;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid;
        background: #fff;
        margin-left: 27%;
    }

.view_detail {
    width: 85%;
    height: auto;
    background: #faf7cc;
    border-left: 5px solid #a9d06b;
    float: left;
    padding: 15px;
}

.left_arrow {
    float: left;
    width: 1%;
    padding-left: 4px;
    padding-top: 15px;
    position: relative;
}

.view_detail_picture_right {
    width: 10%;
    height: 95px;
    float: left;
}

    .view_detail_picture_right img {
        float: left;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid;
        background: #fff;
        margin-left: 27%;
    }

.view_detail_right {
    width: 83%;
    margin-left: 3%;
    height: auto;
    background: #daf2f1;
    border-right: 5px solid #46c0b7;
    float: left;
    display: block;
    padding: 15px;
}

.right_arrow {
    float: left;
    width: 1%;
    padding-right: 4px;
    padding-top: 15px;
    position: relative;
}

.title {
    color: #108d84;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
}

.title_right {
    color: #108d84;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    float: right;
}

.date_time_text {
    color: #515151;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
}

.content_text {
    color: #515151;
    font-size: 12px;
    padding: 5px;
}

.date_time_text_right {
    color: #515151;
    font-weight: bold;
    font-size: 12px;
    float: right;
}

.content_text_right {
    color: #515151;
    font-size: 12px;
    float: right;
    text-align: right;
}
/*VIEW DETAIL*/
