#col1 {
    width: 10px;
}
table.tablesorter tbody tr {
    background: #EBEBEB;
    border-bottom: 1px solid #B0B0B0;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 5px;
    vertical-align: top;
    line-height: 1.5em;
    overflow: hidden;
    font-size: 1.2em;
}
.btn_action {
    background: url('/bundles/wap3admin/img/admin/bluebuttonbg.png') repeat-x;
    height: 22px;
    border-radius: 3px;
    color: white;
    border: none;
    border-image: initial;
    float: right;
    font-size: .9em;
    /*clear: both;*/
    margin-bottom: 5px;
    min-width: 60px;
    max-width: 120px;
    margin-right: 5px;
}
#select_one {
    margin-top: 18px;
    margin-left: 5px;
}
span.fl_selected {
    color: red;
}
.date_d_inner {
    background: #FDFAF2;
    margin: 5px 5px;
    border-radius: 5px;
    white-space: normal;
}
.date_d_inner label {
    margin: 5px 5px 0px 5px;
    float: left;
    font-size: 1em;
    font-weight: normal;
}
.date_d_inner input {
    clear: left;
    margin: 5px 5px 10px 5px;
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 7px;
    font-size: 1.1em;
}
.date_dropdown {
    display: none;
    background: #CCC;
    margin-top: 5px;
    margin-left: 5px;
    position: absolute;
    text-shadow: 1px 1px 1px white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    width: 205px;
    z-index: 1;
}
#filelistAudio, #filelistImage {
    border: 1px solid #CCC;
    display: inline-block;
    float: left;
    width: 250px;
    margin-top: 10px;
    margin-left: 30px;
    clear: both;
}
#newImage {
    clear: both;
    width: 100%;
    text-align: center;
}
#newImage img {
    width: 150px;
    height: 150px;
}

.data_gsp {
    background: #FDFAF2;
    margin: 2px;
    border-radius: 5px;
}
.data_gsp label {
    margin: 5px 5px 0px 5px;
    float: left;
    font-size: 1em;
    font-weight: normal;
}
.data_gsp input {
    clear: left;
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 7px;
    font-size: 1.1em;
}
.ts_color_view {
    width: 60px;
    height: 21px;
}
.ts_sound_convert_error {
    color: red;
}
.ts_sound_converting {
    color: blue;
}
.ts_inrow_play {
    float: left;
}


/*bootstrap fixes*/

.footerCallsToAction button {
    margin-right: 3px;
}
.navbar-form .input-group > .form-control,
.navbar-form .input-group > .input-group-addon,
.navbar-form .input-group > .input-group-btn {
    width: auto;
}

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 10px 0;
    padding: 5px 30px 5px 5px;
    border-left: 5px solid #eee;
}
.bs-callout h4 {
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #d9534f;
    color: #d9534f;
}
.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f0ad4e;
}
.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #5bc0de;
}
#myTable .dropdown-menu {
    margin: 0;
}
.btn_filter_selected .glyphicon {
    color: green;
}
.dropdown .select2-container {
    min-width: 200px;
}
.select2-search-choice {
    font-weight: normal;
}
.select2-choices {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(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;
}
#myTable .btn-primary {
    margin-right: 3px;
    margin-bottom: 3px;
}
.ts_birthday {
    min-width: 135px;
}
#myTable th {
    vertical-align: top;
}