/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.marg-1 {
    margin: 20px 0 !important;
}

.marg-2 {
    margin: 20px 0 0 !important;
}

.remove {
    float: right;
    margin: 10px 0;
}

.remove1 {
    float: left;
    margin-left: 15px;
}

.remove2 {
    float: right;
    margin-right: 30px !important;
    margin-top: 15px;
}

.remove3 {
    float: right;
    margin-right: 60px !important;
    margin-top: 15px;
}

.large_1 {
    width: 80% !important;
}

.f_r {
    float: right;
}

.inner-table tr td.first {
    height: 10px !important;
}

.inner-table tr td {
    padding: 10px;
}

@media screen and (max-width:991px) and (min-width:768px) {
    body {
        overflow-x: hidden;
    }
}

.caption1 {
    float: right;
}

.ajax__fileupload_selectFileContainer {
    height: 34px !important;
    width: 92px !important;
}

#ContentPlaceHolder1_AjaxFileUpload1_SelectFileButton {
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
    color: #fff !important;
    border-width: 0 !important;
    padding: 7px 14px !important;
    font-size: 14px !important;
    height: 34px !important;
    width: 92px !important;
}

.head_center {
    text-align: center;
}

.word_cnt {
    background: #1F897F;
    color: #fff;
    margin: 10px 0;
    padding: 3px 0 0;
    height: 25px;
    border: transparent;
    border-radius: 6px;
    width: 13%;
    text-align: center;
}

.word_cnt_greater {
    background: #f3565D;
    color: #fff;
    margin: 10px 0;
    padding: 3px 0 0;
    height: 25px;
    border: transparent;
    border-radius: 6px;
    width: 13%;
    text-align: center;
}

#ContentPlaceHolder1_AjaxFileUpload1_UploadOrCancelButton {
    background-color: #3598dc !important;
    color: white !important;
    cursor: pointer !important;
    font-weight: normal !important;
    text-align: center !important;
    width: 60px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    height: 28px !important;
    width: 88px !important;
    padding: 3px 16px !important;
    margin-bottom: 0 !important;
   
    /*content: "\f093" !important;
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;*/
}

.ajax__fileupload_fileItemInfo .removeButton {
    background-color: #c23f44 !important;
    color: white !important;
    cursor: pointer !important;
    font-weight: normal !important;
    text-align: center !important;
    width: 60px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    height: 28px !important;
    width: 83px !important;
    padding: 3px 16px !important;
    margin-bottom: 0 !important;
}

.ajax__fileupload_fileItemInfo {
    height: 30px !important;
    line-height: 20px !important;
    margin-bottom: 2px !important;
    overflow: hidden !important;
}

.ajax__fileupload_footer {
    height: 30px !important;
    line-height: 20px !important;
    margin-bottom: 2px !important;
    overflow: hidden !important;
}