﻿*
{
    font-size: 13px;
}

.table td
{
    padding: 4px 8px;
    vertical-align: inherit !important;
}

.text-c
{
    text-align: center !important;
}

/*#header {
    height: 110px;
}*/

/*#header h1 {
        background: url("Default/img/logo.png") no-repeat scroll transparent !important;
        height: 64px;
        width: 490px;
        background-size: 100% 100% !important;
        top: 3px;
    }*/
body
{
    font-family: Arial,Helvetica,sans-serif;
}
.container-fluid .row-fluid:first-child
{
    margin-top: 0;
}

#content-header
{
    min-height: 43px;
    padding-top: 0;
}

.dataTables_info
{
    float: left;
    margin-left: 7px;
}

.dataTables_filter
{
    margin: 6px 8px 2px 30% !important;
}

.fooName
{
    margin-left: 29px !important;
    width: 246px;
    text-align: left !important;
    height: 30px;
    width: 247px !important;
}

/* Tree view */
.tree
{
    margin-left: 28px;
    min-height: 20px;
    padding: 0;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    height: 225px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.tree li
{
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative;
}

.tree li::before, .tree li::after
{
    content: '';
    left: -20px;
    position: absolute;
    right: auto;
}

.tree li::before
{
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px;
}

.tree li::after
{
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px;
}

.tree > ul > li::before, .tree > ul > li::after
{
    border: 0;
}

.tree li:last-child::before
{
    height: 30px;
}

/* Validation Error */
.field-validation-error
{
    color: #fc002a;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 11px;
}

.help-inline
{
    color: #B94A48 !important;
}

/* Form logout & login */
#logo img
{
    width: auto !important;
}

#logoutForm a
{
    display: block;
    font-size: 10px;
    padding: 5px 10px;
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#logoutForm a > i
{
    background-image: url("Default/img/glyphicons-halflings-white.png");
    margin-top: 4px;
    vertical-align: top;
    opacity: 0.5;
}

#logoutForm a:hover
{
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

#logoutForm a:hover > i
{
    opacity: 1;
    background-image: url("Default/img/glyphicons-halflings-white.png");
    margin-top: 2px;
    vertical-align: top;
}

/* Customize class icon-people and class icon-survey*/
.customize-icon i[class^="icon-"], .customize-icon i[class*=" icon-"]
{
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: -2px 0 0 !important;
    margin-right: 10px;
    padding: 10px;
    vertical-align: middle;
}

.customize-icon i.icon-people
{
    background-image: url('Default/img/icons/16/people.png');
}

.customize-icon i.icon-survey
{
    background-image: url('Default/img/icons/16/survey.png');
}

.info-applicant
{
    background: none repeat scroll 0 0 rgb(245, 245, 245);
    padding: 5px 5px 5px 10px;
}

.inline-applicant
{
    float: left;
    margin-right: 10px;
}

.icon-applicant
{
    background: url("Default/img/applicant.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 0 30px;
    position: relative;
    height: 25px;
    width: auto;
}

.icon-arrow
{
    background: url("Default/img/applicantchat.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 7px;
}

/* admin */
#user-nav
{
    top: 15px !important;
}

.modal-body
{
    overflow-y: inherit;
}

/*---------------------text area-----------------------*/
.form-control
{
    display: block;
    height: 50px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn_toobar_search
{
    margin-bottom: 10px;
    margin-top: 10px;
}
.checkboxList input
{
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 0;
}
.checkboxList p
{
    float: left;
    width: 30%;
}

.btn-moi
{
    padding: 8px 10px;
}
.form-horizontal .laber-moi
{
    padding-top: 10px;
    font-weight: bold;
}
.labelcheck label
{
    font-weight: bold;
    display: inline;
    padding: 5px;
}
.labelcheck input[type="checkbox"]
{
    margin: 0;
}
.lbltext
{
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}
option
{
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding: 3px 2px;
    white-space: pre;
}
.width100
{
    width: 100%;
    text-align: center;
}
.text-alig
{
    text-align: left;
}
.site-footer
{
    background: #ffa500;
}
.site-footer, .page-wrap::after
{
    height: 92px;
}
.page_footer
{
    background-color: #0061af;
    margin: 0;
    text-align: center;
    width: 100%;
}
.page_footer .container
{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding:5px 0;
}
.page_footer .container span
{
    color: #fff;
    font-size: 13px;
}

.control-group h2
{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.text_err
{
    width: 100%;
    text-align: center;
    padding: 15px 0 0 0;
}
/*
@media only screen and (max-width:1280px) and (min-width:1025px){
#content {
     min-height: 624px;
}
}

@media only screen and (max-width:1024px) {
#content {
     min-height: 368px;
}
}
.btn {
    height:auto !important;
}
.control-label {font-weight:bold;min-width: 110px;
}
.tablecl {margin:10px 50px;min-width:85%;
}
*/
/*
@media screen and (min-width: 1024px)
{
#content {
     min-height: 622px;
}
    }
 

@media screen and (min-height: 900px) and (max-height: 1024px) 
{
 #content {
min-height: 558px;
}
    }
@media screen and (min-height: 864px) and (max-height: 900px) 
{
 #content {
min-height: 460px;
}
    }
@media screen and (max-height: 863px) 
{
 #content {
min-height: 490px;
}
    }
        */
.RowStyle
{
    background-color: #ffffff;
}

.AlternatingRowStyle
{
    background-color: #edf5ff;
}
.paging_active
{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #337AB7;
    margin: 1px;
    background-color: #337AB7;
    color: #FFF !important;
    padding: 3px 10px;
}

.page a
{
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ccc;
    margin: 1px;
    background-color: #eee;
    color: #000;
    padding: 3px 10px;
}
.captions
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    background-color: #f5f5f5;
    height: 28px;
}
.marginleft15
{
    margin-left: 15px;
}
.textright
{
    text-align: right;
}
.displaycb label
{
    display: inline-table;
}
.tableclp td
{
    padding: 5px 0;
}
.tablecll
{
    width: 70%;
}
.textpading .control-label
{
    padding-left: 35px;
    min-width: 72px !important;
}
.tablew
{
    width: 91%;
}
.tableview
{
    width: 85%;
    margin: 0 auto;
}
.tableview td
{
    padding: 6px 0;
    font-size: 14px;
}
label
{
    cursor: auto;
}
#loginbox .btn-inverse
{
    width: 180px;
    border: none;
    height: 40px;
    background: #44BAFA;
    background: -webkit-linear-gradient(top, #239FF7, #0A6DB4);
    background: -o-linear-gradient(bottom, #239FF7, #0A6DB4);
    background: -moz-linear-gradient(bottom, #239FF7, #0A6DB4);
    background: linear-gradient(to bottom, #239FF7, #0A6DB4);
    border-radius: 5px;
    font-weight: bold;
    color: white;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
}
.width286
{
    width: 286px !important;
}
.tableadd
{
    width: 65% !important;
    margin-left: auto;
    margin-right: auto;
    min-width: initial;
}
.displaycb label
{
    margin-right: 10px;
    font-size: 12.5px;
}
.img_login
{
    margin-bottom: 20px;
}
.width80
{
    width: 80px !important;
}
.width90
{
    width: 90px !important;
}
.width120
{
    width: 120px !important;
}
.width150
{
    width: 150px !important;
}
.width200
{
    width: 200px !important;
}
.divconent
{
    width: 100%;
}
.divconent_left
{
    width: 49%;
    float: left;
}
.divconent_right
{
    width: 50%;
    float: right;
}
.margint_l
{
    margin-left: 15px;
}
.Viewalrm1 .viewdival
{
    margin-bottom: 6px;
}
.tableclll th
{
    text-align: center;
}
.input-xlarge
{
    width: 310px;
}
.width260
{
    width: 260px !important;
}
.width105
{
    width: 105px !important;
}
div.vis-network div.vis-edit-mode
{
    display: none !important;
}
.textbold
{
    font-weight: bold;
    font-size: 18px;
}
button.close
{
    background: url("/Styles/images/close.png") no-repeat !important;
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
}
button.close span
{
    display: none;
}
.tableviewm
{
    margin-top: 20px;
}
.tableviewm th
{
    font-size: 15px;
    padding: 10px;
}
.tableviewm td
{
    font-size: 16px;
    padding: 10px;
}
.margin0 {margin:0 !important;
}